Emit linker warnings for imaxabs, imaxdiv, strtoimax, strtoumax when these
[gnulib.git] / ChangeLog
1 2007-02-17  Bruno Haible  <bruno@clisp.org>
2
3         * modules/wctype-tests: New file.
4         * tests/test-wctype.c: New file.
5
6         * modules/wchar-tests: New file.
7         * tests/test-wchar.c: New file.
8
9         * modules/unistd-tests: New file.
10         * tests/test-unistd.c: New file.
11
12         * modules/time-tests: New file.
13         * tests/test-time.c: New file.
14
15         * modules/sysexits-tests: New file.
16         * tests/test-sysexits.c: New file.
17
18         * modules/sys_time-tests: New file.
19         * tests/test-sys_time.c: New file.
20
21         * modules/sys_stat-tests: New file.
22         * tests/test-sys_stat.c: New file.
23
24         * modules/sys_socket-tests: New file.
25         * tests/test-sys_socket.c: New file.
26
27         * modules/sys_select-tests: New file.
28         * tests/test-sys_select.c: New file.
29
30         * modules/string-tests: New file.
31         * tests/test-string.c: New file.
32
33         * modules/stdbool-tests: New file.
34         * tests/test-stdbool.c: New file.
35
36         * modules/netinet_in-tests: New file.
37         * tests/test-netinet_in.c: New file.
38
39         * modules/inttypes-tests: New file.
40         * tests/test-inttypes.c: New file.
41
42         * modules/fcntl-tests: New file.
43         * tests/test-fcntl.c: New file.
44
45         * modules/byteswap-tests: New file.
46         * tests/test-byteswap.c: New file.
47
48         * modules/arpa_inet-tests: New file.
49         * tests/test-arpa_inet.c: New file.
50
51 2007-02-17  Bruno Haible  <bruno@clisp.org>
52
53         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
54         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
55         if the corresponding module is not enabled. Emit link warnings if
56         the function is used nevertheless.
57         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
58         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
59         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
60         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
61         * modules/inttypes (Depends-on): Add link-warning.
62         (Makefile.am): Copy the contents of build-aux/link-warning.h into
63         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
64         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
65         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
66         * modules/imaxdiv (configure.ac): Likewise.
67         * modules/strtoimax (configure.ac): Likewise.
68         * modules/strtoumax (configure.ac): Likewise.
69         
70 2007-02-17  Bruno Haible  <bruno@clisp.org>
71
72         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
73         gl_STRING_MODULE_INDICATOR_DEFAULTS.
74         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
75         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
76
77 2007-02-17  Bruno Haible  <bruno@clisp.org>
78
79         * modules/link-warning: New file.
80         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
81         * lib/string_.h (GL_LINK_WARNING): Remove definition.
82         * modules/string (Depends-on): Add link-warning.
83         (Makefile.am): Copy the contents of build-aux/link-warning.h into
84         string.h.
85         * MODULES.html.sh (Support for building libraries and executables): Add
86         link-warning.
87
88 2007-02-17  Bruno Haible  <bruno@clisp.org>
89
90         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
91         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
92         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
93         long lines.
94
95 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
96             Bruno Haible  <bruno@clisp.org>
97
98         * modules/tmpfile: New file.
99         * lib/tmpfile.c: New file.
100         * m4/tmpfile.m4: New file.
101         * MODULES.html.sh (func_all_modules): New section "Input/output".
102
103 2007-02-15  Bruno Haible  <bruno@clisp.org>
104
105         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
106         (supports_delete_on_close): New function.
107         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
108
109 2007-02-14  Bruno Haible  <bruno@clisp.org>
110
111         * modules/mbspcasecmp-tests: New file.
112         * tests/test-mbspcasecmp.sh: New file.
113         * tests/test-mbspcasecmp.c: New file.
114
115         New module mbspcasecmp.
116         * modules/mbspcasecmp: New file.
117         * lib/mbspcasecmp.c: New file.
118         * lib/string_.h (strncasecmp): Change warning message.
119         (mbspcasecmp): New declaration.
120         * m4/mbspcasecmp.m4: New file.
121         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
122         GNULIB_MBSPCASECMP.
123         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
124         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
125
126 2007-02-14  Bruno Haible  <bruno@clisp.org>
127
128         * modules/mbsncasecmp-tests: New file.
129         * tests/test-mbsncasecmp.sh: New file.
130         * tests/test-mbsncasecmp.c: New file.
131
132         New module mbsncasecmp.
133         * modules/mbsncasecmp: New file.
134         * lib/mbsncasecmp.c: New file.
135         * lib/string_.h (mbsncasecmp): New declaration.
136         * m4/mbsncasecmp.m4: New file.
137         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
138         GNULIB_MBSNCASECMP.
139         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
140         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
141
142 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
143
144         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
145         Verify that it doesn't overlap with our flags.
146         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
147         do not have the desired effect in multibyte locales; instead, use
148         mbscasecmp.
149         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
150         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
151         we don't require GNU fnmatch ourselves (if our users require it, they
152         should do so explicitly).
153
154         Fix regex code so it doesn't rely on strcasecmp.
155         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
156         Otherwise, include gnulib's langinfo.h.
157         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
158         undesirable behavior in non-C locales.  Instead, rely on localecharset.
159         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
160         * modules/regex (FILES): Remove m4/codeset.m4.
161         (Depends-on): Add localcharset.  Remove strcase.
162
163 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
164
165         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
166         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
167
168 2007-02-13  Bruno Haible  <bruno@clisp.org>
169
170         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
171         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
172
173 2007-02-12  Bruno Haible  <bruno@clisp.org>
174
175         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
176         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
177         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
178         time warning rather than a link error.
179
180 2007-02-12  Bruno Haible  <bruno@clisp.org>
181
182         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
183         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
184         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
185
186 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
187
188         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
189         args, not 2.
190
191 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
192
193         New module 'time', so that apps can include <time.h> as per
194         POSIX and GNU instead of separate include files like time_r.h
195         and timegm.h.  This implementation tries out a simpler approach
196         for replacing decls in standard include files (as compared to
197         the string module), somewhat as an experiment.
198
199         * config/srclist.txt: Comment out mktime.c for now.
200         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
201         since it doesn't apply any more.  Use generic wording instead.
202         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
203         'time'.
204         * lib/time_.h, m4/time_h.m4, modules/time: New files.
205         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
206         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
207         Don't include <sys/types.h>; no longer needed since we assume C89.
208         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
209         * lib/strftime.c: Likewise.
210         * lib/time_r.c: Likewise.
211         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
212         * lib/nanosleep.c: Include <time.h> first, to check interface.
213         * lib/strptime.c: Likewise.
214         * lib/time_r.c: Likewise.
215         * lib/timegm.c: Likewise.
216         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
217         needed.
218         * lib/timegm.c: Don't include timegm.h; no longer needed.
219         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
220         time.h now handles any problems in that area.
221         (struct timespec, nanosleep): Remove; time.h now arranges for these.
222         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
223         that time.h defines struct timespec.
224         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
225         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
226         handles that.
227         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
228         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
229         needed.  Set REPLACE_LOCALTIME.
230         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
231         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
232         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
233         nanosleep; time_h.m4 now does that.  Don't require
234         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
235         module handles this now.
236         * modules/getdate (Depends-on): Remove timespec.  Add time.
237         * modules/nanosleep (Depends-on): Likewise.
238         * modules/stat-time (Depends-on): Likewise.
239         * modules/nanosleep (Include): Include time.h, not timespec.h.
240         * modules/strptime (Files): Remove lib/strptime.h.
241         (Depends-on): Add extensions, time.
242         (Include): Include time.h, not strptime.h.
243         * modules/time_r (Files): Remove lib/time_r.h.
244         (Depends-on): Add time.
245         (Include): Include time.h, not time_r.h.
246         * modules/timegm: Likewise.
247         * modules/timespec (Description): Now does timespec-related decls
248         of our own, instead of struct timespec itself.
249         (Depends-on): Add time; remove extensions.
250         (Maintainer): Add self.
251         * modules/utimecmp (Depends-on): Add time; remove timespec.
252         * modules/utimens (Depends-on): Likewise.
253         * modules/xnanosleep (Depends-on): Likewise.
254
255 2007-02-11  Bruno Haible  <bruno@clisp.org>
256
257         * lib/c-strstr.c: Include allocsa.h.
258         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
259         * lib/c-strcasestr.c: Include allocsa.h.
260         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
261         * lib/strcasestr.c: Include allocsa.h.
262         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
263         * lib/mbsstr.c: Include allocsa.h.
264         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
265         allocsa/freesa instead of malloc/free.
266         * lib/mbscasestr.c: Include allocsa.h.
267         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
268         allocsa/freesa instead of malloc/free.
269         * modules/c-strstr (Depends-on): Add allocsa.
270         * modules/c-strcasestr (Depends-on): Likewise.
271         * modules/strcasestr (Depends-on): Likewise.
272         * modules/mbsstr (Depends-on): Likewise.
273         * modules/mbscasestr (Depends-on): Likewise.
274
275 2007-02-11  Bruno Haible  <bruno@clisp.org>
276
277         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
278
279         * modules/mbsspn-tests: New file.
280         * tests/test-mbsspn.sh: New file.
281         * tests/test-mbsspn.c: New file.
282
283 2007-02-11  Bruno Haible  <bruno@clisp.org>
284
285         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
286
287         * modules/mbspbrk-tests: New file.
288         * tests/test-mbspbrk.sh: New file.
289         * tests/test-mbspbrk.c: New file.
290
291 2007-02-11  Bruno Haible  <bruno@clisp.org>
292
293         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
294         unneeded cast.
295
296         * modules/mbscspn-tests: New file.
297         * tests/test-mbscspn.sh: New file.
298         * tests/test-mbscspn.c: New file.
299
300 2007-02-11  Bruno Haible  <bruno@clisp.org>
301
302         * modules/mbscasecmp-tests: New file.
303         * tests/test-mbscasecmp.sh: New file.
304         * tests/test-mbscasecmp.c: New file.
305
306 2007-02-11  Bruno Haible  <bruno@clisp.org>
307
308         Ensure O(n) worst-case complexity of mbscasestr.
309         * lib/mbscasestr.c: Include stdbool.h.
310         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
311         functions.
312         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
313         the bookkeeping indicates that it's worth it.
314         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
315
316         * modules/mbscasestr-tests: New file.
317         * tests/test-mbscasestr1.c: New file.
318         * tests/test-mbscasestr2.sh: New file.
319         * tests/test-mbscasestr2.c: New file.
320         * tests/test-mbscasestr3.sh: New file.
321         * tests/test-mbscasestr3.c: New file.
322         * tests/test-mbscasestr4.sh: New file.
323         * tests/test-mbscasestr4.c: New file.
324         * m4/locale-tr.m4: New file.
325
326 2007-02-11  Bruno Haible  <bruno@clisp.org>
327
328         Ensure O(n) worst-case complexity of mbsstr.
329         * lib/mbsstr.c: Include stdbool.h.
330         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
331         functions.
332         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
333         bookkeeping indicates that it's worth it.
334         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
335
336         * modules/mbsstr-tests: New file.
337         * tests/test-mbsstr1.c: New file.
338         * tests/test-mbsstr2.sh: New file.
339         * tests/test-mbsstr2.c: New file.
340         * tests/test-mbsstr3.sh: New file.
341         * tests/test-mbsstr3.c: New file.
342         * m4/locale-fr.m4: New file.
343
344 2007-02-11  Bruno Haible  <bruno@clisp.org>
345
346         * lib/mbsrchr.c (mbsrchr): Fix bug.
347
348         * modules/mbsrchr-tests: New file.
349         * tests/test-mbsrchr.sh: New file.
350         * tests/test-mbsrchr.c: New file.
351
352 2007-02-11  Bruno Haible  <bruno@clisp.org>
353
354         * lib/mbschr.c (mbschr): Fix bug.
355
356         * modules/mbschr-tests: New file.
357         * tests/test-mbschr.sh: New file.
358         * tests/test-mbschr.c: New file.
359         * m4/locale-zh.m4: New file.
360
361 2007-02-11  Bruno Haible  <bruno@clisp.org>
362
363         Support for copying multibyte string iterators.
364         * lib/mbiter.h: Include <string.h>.
365         (mbiter_multi_copy): New function.
366         (mbi_copy): New macro.
367         * lib/mbuiter.h: Include <string.h>.
368         (mbuiter_multi_copy): New function.
369         (mbui_copy): New macro.
370
371 2007-02-11  Bruno Haible  <bruno@clisp.org>
372
373         New module mbslen.
374         * modules/mbslen: New file.
375         * lib/mbslen.c: New file.
376         * lib/string_.h (mbslen): New declaration.
377         * m4/mbslen.m4: New file.
378         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
379         GNULIB_MBSLEN.
380         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
381         * MODULES.html.sh (Internationalization functions): Add mbslen.
382
383 2007-02-11  Bruno Haible  <bruno@clisp.org>
384
385         Ensure O(n) worst-case complexity of strcasestr substitute.
386         * lib/strcasestr.c: Include stdbool.h.
387         (knuth_morris_pratt): New function.
388         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
389         bookkeeping indicates that it's worth it.
390         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
391
392         * modules/strcasestr-tests: New file.
393         * tests/test-strcasestr.c: New file.
394
395 2007-02-11  Bruno Haible  <bruno@clisp.org>
396
397         Ensure O(n) worst-case complexity of c_strcasestr.
398         * lib/c-strcasestr.c: Include stdbool.h, string.h.
399         (knuth_morris_pratt): New function.
400         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
401         the bookkeeping indicates that it's worth it.
402         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
403
404         * modules/c-strcasestr-tests: New file.
405         * tests/test-c-strcasestr.c: New file.
406
407 2007-02-11  Bruno Haible  <bruno@clisp.org>
408
409         Ensure O(n) worst-case complexity of c_strstr.
410         * lib/c-strstr.c: Include stdbool.h, string.h.
411         (knuth_morris_pratt): New function.
412         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
413         bookkeeping indicates that it's worth it.
414         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
415
416         * lib/c-strstr.c: Complete rewrite for maintainability.
417
418         * modules/c-strstr-tests: New file.
419         * tests/test-c-strstr.c: New file.
420
421 2007-02-11  Bruno Haible  <bruno@clisp.org>
422
423         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
424         5.2.1 and earlier, whereby \055 was treated just like the range
425         delimiter '-'.  Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
426
427 2007-02-08  Bruno Haible  <bruno@clisp.org>
428
429         * modules/regex (Depends-on): Add stdbool.
430         Reported by Dalibor Topic <robilad@kaffe.org>.
431
432 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
433
434         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
435         Prefer returning from main to exiting from it.
436         Remove unnecessary parens after sizeof.
437
438 2007-02-05  Bruno Haible  <bruno@clisp.org>
439
440         New module mbssep.
441         * modules/mbssep: New file.
442         * lib/mbssep.c: New file.
443         * lib/string_.h (strsep): Add a conditional link warning.
444         (mbssep): New declaration.
445         * m4/mbssep.m4: New file.
446         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
447         GNULIB_MBSSEP.
448         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
449         * MODULES.html.sh (Internationalization functions): Add mbssep.
450
451 2007-02-05  Bruno Haible  <bruno@clisp.org>
452
453         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
454         Optimize search in case of 1 delimiter.
455
456 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
457
458         * lib/acl.h: Include sys/types.h before sys/acl.h.
459
460 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
461
462         Merge upstream fix for glibc bugzilla #3957:
463
464         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
465
466         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
467         bit for RE_HAT_LISTS_NOT_NEWLINE.
468         (build_charclass_op): Remove bogus comment.
469
470 2007-02-05  Simon Josefsson  <simon@josefsson.org>
471
472         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
473
474 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
475
476         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
477         * lib/memmem.c [!defined _LIBC]: Include config.h.
478
479 2007-02-04  Bruno Haible  <bruno@clisp.org>
480
481         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
482         warning message.
483
484 2007-02-04  Bruno Haible  <bruno@clisp.org>
485
486         New module mbstok_r.
487         * modules/mbstok_r: New file.
488         * lib/mbstok_r.c: New file.
489         * lib/string_.h (strtok_r): Change argument names to match the
490         comments. Add a conditional link warning.
491         (mbstok_r): New declaration.
492         * m4/mbstok_r.m4: New file.
493         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
494         GNULIB_MBSTOK_R.
495         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
496         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
497
498 2007-02-04  Bruno Haible  <bruno@clisp.org>
499
500         New module mbsspn.
501         * modules/mbsspn: New file.
502         * lib/mbsspn.c: New file.
503         * lib/string_.h (strspn): Add a conditional link warning.
504         (mbsspn): New declaration.
505         * m4/mbsspn.m4: New file.
506         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
507         GNULIB_MBSSPN.
508         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
509         * MODULES.html.sh (Internationalization functions): Add mbsspn.
510
511 2007-02-04  Bruno Haible  <bruno@clisp.org>
512
513         New module mbspbrk.
514         * modules/mbspbrk: New file.
515         * lib/mbspbrk.c: New file.
516         * lib/string_.h (strpbrk): Add a conditional link warning.
517         (mbspbrk): New declaration.
518         * m4/mbspbrk.m4: New file.
519         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
520         GNULIB_MBSPBRK.
521         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
522         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
523
524 2007-02-04  Bruno Haible  <bruno@clisp.org>
525
526         New module mbscspn.
527         * modules/mbscspn: New file.
528         * lib/mbscspn.c: New file.
529         * lib/string_.h (strcspn): Add a conditional link warning.
530         (mbscspn): New declaration.
531         * m4/mbscspn.m4: New file.
532         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
533         GNULIB_MBSCSPN.
534         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
535         * MODULES.html.sh (Internationalization functions): Add mbscspn.
536
537 2007-02-04  Bruno Haible  <bruno@clisp.org>
538
539         New module mbscasestr, reduced goal of strcasestr.
540         * modules/mbscasestr: New file.
541         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
542         (mbscasestr): Renamed from strcasestr.
543         * lib/strcasestr.c: Don't include mbuiter.h.
544         (strcasestr): Remove support for multibyte locales.
545         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
546         Change the conditional link warning.
547         (mbscasestr): New declaration.
548         * m4/mbscasestr.m4: New file.
549         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
550         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
551         REPLACE_STRCASESTR.
552         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
553         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
554         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
555         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
556         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
557         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
558         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
559         (Depends-on): Remove mbuiter.
560         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
561
562 2007-02-04  Bruno Haible  <bruno@clisp.org>
563
564         Simplify handling of strncasecmp.
565         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
566         the conditional link warning.
567         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
568         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
569         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
570         * modules/strcase (configure.ac): Don't invoke
571         gl_STRING_MODULE_INDICATOR.
572         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
573
574 2007-02-04  Bruno Haible  <bruno@clisp.org>
575
576         New module mbscasecmp, reduced goal of strcasecmp.
577         * modules/mbscasecmp: New file.
578         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
579         (mbscasecmp): Renamed from strcasecmp.
580         * lib/strcasecmp.c: Don't include mbuiter.h.
581         (strcasecmp): Remove support for multibyte locales.
582         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
583         Change the conditional link warning.
584         (mbscasecmp): New declaration.
585         * m4/mbscasecmp.m4: New file.
586         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
587         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
588         REPLACE_STRCASECMP.
589         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
590         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
591         GNULIB_MBSCASECMP.
592         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
593         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
594         * modules/strcase (Files): Remove m4/mbrtowc.m4.
595         (Depends-on): Remove mbuiter.
596         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
597
598 2007-02-04  Bruno Haible  <bruno@clisp.org>
599
600         New module mbsstr. Remove module strstr.
601         * modules/mbsstr: New file.
602         * modules/strstr: Remove file.
603         * lib/mbsstr.c: Renamed from lib/strstr.c.
604         (mbsstr): Renamed from strstr.
605         * lib/string_.h (strstr): Remove declaration. Change the conditional
606         link warning.
607         (mbsstr): New declaration.
608         * m4/mbsstr.m4: New file.
609         * m4/strstr.m4: Remove file.
610         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
611         REPLACE_STRSTR.
612         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
613         Don't initialize GNULIB_STRSTR.
614         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
615         substitute GNULIB_STRSTR and REPLACE_STRSTR.
616         * MODULES.html.sh (Internationalization functions): Add mbsstr.
617         (Support for systems lacking ANSI C 89): Remove strstr.
618
619 2007-02-04  Bruno Haible  <bruno@clisp.org>
620
621         New module mbsrchr.
622         * modules/mbsrchr: New file.
623         * lib/mbsrchr.c: New file.
624         * lib/string_.h (strrchr): Add a conditional link warning.
625         (mbsrchr): New declaration.
626         * m4/mbsrchr.m4: New file.
627         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
628         GNULIB_MBSRCHR.
629         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
630         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
631
632 2007-02-04  Bruno Haible  <bruno@clisp.org>
633
634         New module mbschr.
635         * modules/mbschr: New file.
636         * lib/mbschr.c: New file.
637         * lib/string_.h (strchr): Add a conditional link warning.
638         (mbschr): New declaration.
639         * m4/mbschr.m4: New file.
640         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
641         GNULIB_MBSCHR.
642         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
643         * MODULES.html.sh (Internationalization functions): Add mbschr.
644
645 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
646
647         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
648
649         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
650
651 2007-02-04  Bruno Haible  <bruno@clisp.org>
652
653         New module description section 'configure.ac-early'.
654         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
655         (func_get_autoconf_early_snippet): New function.
656         (func_import, func_create_testdir): Use it. Remove special cases for
657         modules 'extensions' and 'lock'.
658         * modules/extensions (configure.ac-early): Require
659         gl_USE_SYSTEM_EXTENSIONS.
660         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
661
662 2007-02-04  Bruno Haible  <bruno@clisp.org>
663
664         Make use of gcj-4.3's -fsource and -ftarget option.
665         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
666         and if so try the options -fsource and -ftarget.
667         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
668         source_version, ftarget_option, target_version arguments.
669         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
670         (is_envjavac_oldgcj_14_14_usable): Renamed from
671         is_envjavac_gcj_14_14_usable.
672         (is_envjavac_oldgcj_14_13_usable): Renamed from
673         is_envjavac_gcj_14_13_usable.
674         (is_gcj_present): Update.
675         (is_gcj_43, is_gcj43_usable): New functions.
676         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
677         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
678         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
679         try the options -fsource and -ftarget.
680
681 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
682
683         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
684         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
685         larger value.
686
687 2007-02-03  Jim Meyering  <jim@meyering.net>
688
689         Give tools a better chance to allocate space for very large buffers.
690         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
691
692         Make pwd and readlink work also when run with an unreadable parent dir
693         on systems with openat support.
694         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
695         provided getcwd function, even when we have openat support.
696         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
697
698 2007-02-02  Bruno Haible  <bruno@clisp.org>
699
700         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
701         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
702         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
703         portability problems if one of these functions is only used on specific
704         platforms.
705         Reported by Paul Eggert.
706
707 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
708
709         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
710         is causing more trouble than it's curing.
711         * lib/regex_internal.h (__mempcpy): Remove.
712         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
713         (and make the code a tad smaller to boot).
714         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
715
716 2007-02-02  Jim Meyering  <jim@meyering.net>
717
718         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
719         section, not in the Makefile.am: one.
720
721 2007-02-02  Eric Blake  <ebb9@byu.net>
722
723         * lib/strchrnul.c: Always include config.h first.
724
725         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
726         gnulib strstr is not necessary here.
727
728 2007-02-02  Simon Josefsson  <simon@josefsson.org>
729
730         * m4/socklen.m4: Fix typo.
731
732 2007-02-02  Eric Blake  <ebb9@byu.net>
733
734         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
735         * modules/netinet_in (Makefile.am): Likewise.
736
737 2007-02-01  Bruno Haible  <bruno@clisp.org>
738
739         * lib/string_.h (GL_LINK_WARNING): New macro.
740         (strcasecmp, strstr, strcasestr): If provided by the system,
741         conditionally define as a macro that leads to a warning instead of to
742         an error.
743         (strncasecmp): Conditionally define as a macro that leads to a warning.
744
745 2007-02-01  Jim Meyering  <jim@meyering.net>
746
747         Give tools a better chance to allocate space for very large buffers.
748         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
749
750 2007-02-01  Karl Berry  <karl@gnu.org>
751
752         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
753
754 2007-02-01  Bruno Haible  <bruno@clisp.org>
755
756         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
757         renamings.
758
759 2007-02-01  Eric Blake  <ebb9@byu.net>
760
761         * modules/regex (Depends-on): Revert dependence on mempcpy.
762         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
763         module's definition of mempcpy.
764         Reported by Paul Eggert.
765
766 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
767
768         * lib/string_.h: If the gnulib module XYZ is not present, undefine
769         the symbol XYZ before redefining it.  This fixes a problem with
770         programs that don't use XYZ, when compiled on systems that define
771         XYZ to something else.
772
773 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
774
775         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
776         occurs when "mkdir -m foo" creates a setgid directory that is (1)
777         writeable to group or other and (2) is intended to have a special
778         mode bit that is set or cleared.  In such a case, the directory
779         should be neither group- nor other-writeable until the special
780         mode bits are right.
781
782 2007-01-31  Eric Blake  <ebb9@byu.net>
783
784         * modules/mountlist (Depends-on): Add strstr.
785
786         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
787         bug.
788         * modules/string (Makefile.am): Remove redundant replacement.
789         * modules/regex (Depends-on): Add mempcpy.
790
791 2007-01-31  Bruno Haible  <bruno@clisp.org>
792
793         New module description field 'Link'.
794         * gnulib-tool (func_usage): Document --extract-link-directive.
795         (sed_extract_prog): Recognize 'Link' directive.
796         (func_get_link_directive): New function.
797         (func_import): Show summary of link directives.
798         Handle --extract-link-directive option.
799         * modules/acl (Link): New section.
800         * modules/clock-time (Link): New section.
801         * modules/euidaccess (Link): New section.
802         * modules/gettext (Link): New section.
803         * modules/iconv (Link): New section.
804         * modules/lock (Link): New section.
805         * modules/nanosleep (Link): New section.
806         * modules/readline (Link): New section.
807
808 2007-01-27  Bruno Haible  <bruno@clisp.org>
809
810         Enforce the use of gnulib modules for unportable <string.h> functions.
811         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
812         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
813         (gl_HEADER_STRING_H_BODY): Require it.
814         * lib/string_.h: If the gnulib module XYZ is not present, redefine
815         the symbol XYZ to one that gives a link error.
816         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
817         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
818         * modules/mempcpy (configure.ac): Likewise.
819         * modules/memrchr (configure.ac): Likewise.
820         * modules/stpcpy (configure.ac): Likewise.
821         * modules/stpncpy (configure.ac): Likewise.
822         * modules/strcase (configure.ac): Likewise.
823         * modules/strcasestr (configure.ac): Likewise.
824         * modules/strchrnul (configure.ac): Likewise.
825         * modules/strdup (configure.ac): Likewise.
826         * modules/strndup (configure.ac): Likewise.
827         * modules/strnlen (configure.ac): Likewise.
828         * modules/strpbrk (configure.ac): Likewise.
829         * modules/strsep (configure.ac): Likewise.
830         * modules/strstr (configure.ac): Likewise.
831         * modules/strtok_r (configure.ac): Likewise.
832
833 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
834
835         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
836
837 2007-01-30  Jim Meyering  <jim@meyering.net>
838
839         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
840
841 2007-01-29  Bruno Haible  <bruno@clisp.org>
842
843         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
844         * lib/execute.c: Likewise.
845         * lib/pipe.c: Likewise.
846         * lib/printf-args.h: Likewise.
847         * lib/printf-args.c: Likewise.
848         * lib/printf-parse.c: Likewise.
849         * lib/vasnprintf.c: Likewise.
850
851 2007-01-29  Eric Blake  <ebb9@byu.net>
852
853         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
854         declaration.
855
856 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
857
858         * lib/strptime.h (strptime): Use 'restrict' for args where
859         POSIX requires this.
860         * lib/strptime.c (strptime): Likewise.
861         Change license notice from LGPL to GPL, since gnulib-tool will
862         change this as needed.
863         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
864         defined.
865         Include "strptime.h" first, to check interface.
866         Do not #undef _LIBC and _NL_CURRENT.
867         Do not include <stdlib.h>; no longer needed.
868         Include "time_r.h" and declare ptime_locale_status
869         only if _LIBC is not defined.
870         (__P): Remove unused macro.
871         (match_string): Bring back glibc version, but use it only if _LIBC
872         is defined.
873         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
874         Remove unnecessary assertion and abort() call.
875         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
876         * m4/strptime.m4: Fix serial number comment.
877         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
878         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
879         (Depends-on): Add time_r.
880
881 2007-01-29  Bruno Haible  <bruno@clisp.org>
882
883         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
884         strptime.
885         * modules/strptime (Depends-on): Add stdbool.
886         * lib/strptime.h: Include <time.h> always. Add comments.
887
888 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
889
890         * modules/strptime: New file.
891         * lib/strptime.h: New file.
892         * lib/strptime.c: New file.
893         * m4/strptime.m4: New file.
894
895 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
896
897         * MODULES.html.sh: New module mpsort.
898         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
899
900         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
901         a circularity problem with HP-UX ia64 reported by Bob Proulx in
902         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
903         All uses changed.
904         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
905         All uses changed.
906         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
907         to _Restrict_.
908         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
909         the parameter matches the prototype.
910
911 2007-01-28  Jim Meyering  <jim@meyering.net>
912
913         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
914         sys/time.h here, reverting that part of the previous patch:
915         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
916
917 2007-01-28  Bruno Haible  <bruno@clisp.org>
918
919         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
920         value of $(SYS_TIME_H).
921         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
922         remove it conditionally, too. [added by Jim Meyering]
923         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
924         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
925         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
926         GETTIMEOFDAY_REPLACEMENT to 1.
927
928 2007-01-28  Bruno Haible  <bruno@clisp.org>
929
930         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
931         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
932         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
933         Set UNISTD_H instead of UNISTD_H2.
934         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
935
936 2007-01-28  Bruno Haible  <bruno@clisp.org>
937
938         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
939         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
940
941 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
942
943         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
944         (func_create_testdir): Ensure C locale for `grep' and `tr'
945         character ranges.
946         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
947         ACLOCAL_AMFLAGS parsing state machine.
948
949 2007-01-27  Bruno Haible  <bruno@clisp.org>
950
951         * modules/unistr/base: Update.
952
953 2007-01-27  Bruno Haible  <bruno@clisp.org>
954
955         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
956         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
957         * modules/unistr/u32-mbtouc-unsafe: Renamed from
958         modules/unistr/u32-mbtouc.
959         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
960         * lib/unistr.h: Update.
961         * lib/linebreak.c: Update.
962         * modules/unistr/u32-mbtouc: Renamed from
963         modules/unistr/u32-mbtouc-safe.
964         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
965         * lib/unistr.h: Update.
966         * lib/unistr/u32-to-u8.c: Update.
967         * lib/unistr/u32-to-u16.c: Update.
968
969 2007-01-27  Bruno Haible  <bruno@clisp.org>
970
971         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
972         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
973         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
974         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
975         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
976         * modules/unistr/u16-mbtouc-unsafe: Renamed from
977         modules/unistr/u16-mbtouc.
978         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
979         * lib/unistr.h: Update.
980         * lib/linebreak.c: Update.
981         * modules/linebreak: Update.
982         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
983         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
984         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
985         * modules/unistr/u16-mbtouc: Renamed from
986         modules/unistr/u16-mbtouc-safe.
987         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
988         * lib/unistr.h: Update.
989         * lib/unistr/u16-to-u8.c: Update.
990         * modules/unistr/u16-to-u8: Update.
991         * lib/unistr/u16-to-u32.c: Update.
992         * modules/unistr/u16-to-u32: Update.
993
994 2007-01-27  Bruno Haible  <bruno@clisp.org>
995
996         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
997         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
998         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
999         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
1000         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
1001         * modules/unistr/u8-mbtouc-unsafe: Renamed from
1002         modules/unistr/u8-mbtouc.
1003         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
1004         * lib/unistr.h: Update.
1005         * lib/striconveh.c: Update.
1006         * modules/striconveh: Update.
1007         * lib/linebreak.c: Update.
1008         * modules/linebreak: Update.
1009         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
1010         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
1011         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
1012         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
1013         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
1014         * lib/unistr.h: Update.
1015         * lib/striconveh.c: Update.
1016         * modules/striconveh: Update.
1017         * lib/unistr/u8-to-u16.c: Update.
1018         * modules/unistr/u8-to-u16: Update.
1019         * lib/unistr/u8-to-u32.c: Update.
1020         * modules/unistr/u8-to-u32: Update.
1021
1022 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1023
1024         Sync from Libtool.
1025         * lib/argz.c: Do not include strings.h nor memory.h, include
1026         string.h unconditionally.  Patch by Simon Josefsson.
1027
1028 2007-01-27  Bruno Haible  <bruno@clisp.org>
1029
1030         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
1031         from gl_HEADER_STRING_H_BODY.
1032         (gl_HEADER_STRING_H_BODY): Require it.
1033         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
1034         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
1035         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
1036         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
1037         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
1038         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
1039         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
1040         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
1041         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
1042         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
1043         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
1044         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
1045         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
1046         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
1047         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
1048
1049 2007-01-27  Bruno Haible  <bruno@clisp.org>
1050
1051         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
1052         check_PROGRAMS into noinst_PROGRAMS.
1053         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
1054         check_PROGRAMS in this case.
1055         (func_import): Set for_test to false.
1056         (func_create_testdir): Set for_test to true.
1057
1058 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1059             Bruno Haible  <bruno@clisp.org>
1060
1061         * modules/strcasestr (Files): Remove lib/strcasestr.h.
1062         (Depends-on): Add string.
1063         (Includes): Use <string.h> instead of strcasestr.h.
1064         * modules/string (Makefile.am): Also substitute the value of
1065         REPLACE_STRCASESTR.
1066         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
1067         assume strcasestr is declared in <string.h> not <strings.h>. Also
1068         set REPLACE_STRCASESTR.
1069         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
1070         REPLACE_STRCASESTR.
1071         * lib/strcasestr.h: Remove file.
1072         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
1073         * lib/string_.h (strcasestr): New declaration.
1074
1075 2007-01-27  Bruno Haible  <bruno@clisp.org>
1076
1077         * lib/string_.h: Use 'extern'.
1078
1079 2007-01-27  Jim Meyering  <jim@meyering.net>
1080
1081         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
1082         of set-but-not-used local, "q".
1083
1084         * lib/mempcpy.c: Include <config.h> before <string.h>.
1085         This fixes a compilation error on HP-UX, due to the system's
1086         "restrict"-using mempcpy prototype.
1087
1088 2007-01-26  Bruno Haible  <bruno@clisp.org>
1089
1090         Small optimization.
1091         * lib/javacomp.c: Include c-strstr.h.
1092          (is_envjavac_gcj): Use c_strstr instead of strstr.
1093         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
1094
1095 2007-01-26  Bruno Haible  <bruno@clisp.org>
1096
1097         * MODULES.html.sh (Unicode string functions): Add the new modules.
1098
1099         * modules/uniconv/u32-strconv-to-locale: New file.
1100         * lib/uniconv/u32-strconv-to-locale.c: New file.
1101
1102         * modules/uniconv/u16-strconv-to-locale: New file.
1103         * lib/uniconv/u16-strconv-to-locale.c: New file.
1104
1105         * modules/uniconv/u8-strconv-to-locale: New file.
1106         * lib/uniconv/u8-strconv-to-locale.c: New file.
1107
1108         * modules/uniconv/u32-strconv-from-locale: New file.
1109         * lib/uniconv/u32-strconv-from-locale.c: New file.
1110
1111         * modules/uniconv/u16-strconv-from-locale: New file.
1112         * lib/uniconv/u16-strconv-from-locale.c: New file.
1113
1114         * modules/uniconv/u8-strconv-from-locale: New file.
1115         * lib/uniconv/u8-strconv-from-locale.c: New file.
1116
1117         * modules/uniconv/u32-strconv-to-enc: New file.
1118         * lib/uniconv/u32-strconv-to-enc.c: New file.
1119         * modules/uniconv/u32-strconv-to-enc-tests: New file.
1120         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
1121
1122         * modules/uniconv/u16-strconv-to-enc: New file.
1123         * lib/uniconv/u16-strconv-to-enc.c: New file.
1124         * lib/uniconv/u-strconv-to-enc.h: New file.
1125         * modules/uniconv/u16-strconv-to-enc-tests: New file.
1126         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
1127
1128         * modules/uniconv/u8-strconv-to-enc: New file.
1129         * lib/uniconv/u8-strconv-to-enc.c: New file.
1130         * modules/uniconv/u8-strconv-to-enc-tests: New file.
1131         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
1132
1133         * modules/uniconv/u32-strconv-from-enc: New file.
1134         * lib/uniconv/u32-strconv-from-enc.c: New file.
1135         * modules/uniconv/u32-strconv-from-enc-tests: New file.
1136         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
1137
1138         * modules/uniconv/u16-strconv-from-enc: New file.
1139         * lib/uniconv/u16-strconv-from-enc.c: New file.
1140         * modules/uniconv/u16-strconv-from-enc-tests: New file.
1141         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
1142
1143         * modules/uniconv/u8-strconv-from-enc: New file.
1144         * lib/uniconv/u8-strconv-from-enc.c: New file.
1145         * lib/uniconv/u-strconv-from-enc.h: New file.
1146         * modules/uniconv/u8-strconv-from-enc-tests: New file.
1147         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
1148
1149         * modules/uniconv/u32-conv-from-enc: New file.
1150         * lib/uniconv/u32-conv-from-enc.c: New file.
1151         * modules/uniconv/u32-conv-from-enc-tests: New file.
1152         * tests/uniconv/test-u32-conv-from-enc.c: New file.
1153
1154         * modules/uniconv/u16-conv-from-enc: New file.
1155         * lib/uniconv/u16-conv-from-enc.c: New file.
1156         * lib/uniconv/u-conv-from-enc.h: New file.
1157         * modules/uniconv/u16-conv-from-enc-tests: New file.
1158         * tests/uniconv/test-u16-conv-from-enc.c: New file.
1159
1160         * modules/uniconv/u8-conv-from-enc: New file.
1161         * lib/uniconv/u8-conv-from-enc.c: New file.
1162         * modules/uniconv/u8-conv-from-enc-tests: New file.
1163         * tests/uniconv/test-u8-conv-from-enc.c: New file.
1164
1165         * modules/uniconv/base: New file.
1166         * lib/uniconv.h: New file.
1167
1168 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
1169
1170         * doc/gnulib-tool.texi (Initial import): Update to match current
1171         behavior with strdup module.
1172         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
1173         * lib/memmem.h: Remove; all uses removed.  This is now done
1174         by <string.h>.
1175         * lib/mempcpy.h: Likewise.
1176         * lib/memrchr.h: Likewise.
1177         * lib/stpcpy.h: Likewise.
1178         * lib/stpncpy.h: Likewise.
1179         * lib/strcase.h: Likewise.
1180         * lib/strchrnul.h: Likewise.
1181         * lib/strdup.h: Likewise.
1182         * lib/strndup.h: Likewise.
1183         * lib/strnlen.h: Likewise.
1184         * lib/strpbrk.h: Likewise.
1185         * lib/strsep.h: Likewise.
1186         * lib/strstr.h: Likewise.
1187         * lib/strtok_r.h: Likewise.
1188         * lib/string_.h: New file.
1189         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
1190         Rely on <string.h> instead.
1191         * lib/canon-host.c: Likewise.
1192         * lib/chdir-long.c: Likewise.
1193         * lib/concatpath.c: Likewise.
1194         * lib/exclude.c: Likewise.
1195         * lib/fchdir.c: Likewise.
1196         * lib/getaddrinfo.c: Likewise.
1197         * lib/getcwd.c: Likewise.
1198         * lib/getsubopt.c: Likewise.
1199         * lib/glob.c: Likewise.
1200         * lib/hard-locale.c: Likewise.
1201         * lib/iconvme.c: Likewise.
1202         * lib/javacomp.c: Likewise.
1203         * lib/mempcpy.c: Likewise.
1204         * lib/memrchr.c: Likewise.
1205         * lib/regex_internal.h: Likewise.
1206         * lib/stpncpy.c: Likewise.
1207         * lib/strcasecmp.c: Likewise.
1208         * lib/strchrnul.c: Likewise.
1209         * lib/strdup.c: Likewise.
1210         * lib/striconv.c: Likewise.
1211         * lib/striconveh.c: Likewise.
1212         * lib/striconveha.c: Likewise.
1213         * lib/strncasecmp.c: Likewise.
1214         * lib/strndup.c: Likewise.
1215         * lib/strnlen.c: Likewise.
1216         * lib/strsep.c: Likewise.
1217         * lib/strstr.c: Likewise.
1218         * lib/strtok_r.c: Likewise.
1219         * lib/userspec.c: Likewise.
1220         * lib/w32spawn.h: Likewise.
1221         * lib/xstrndup.c: Likewise.
1222         * lib/mountlist.c (strstr): Remove decl.
1223         * m4/string_h.m4: New file.
1224         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
1225         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
1226         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
1227         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
1228         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
1229         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
1230         Set REPLACE_STRCASECMP if necessary.
1231         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
1232         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
1233         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
1234         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
1235         HAVE_DECL_STRDUP if necessary.
1236         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
1237         since gl_FUNC_STRNDUP does that now.
1238         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
1239         Check for decl here...
1240         (gl_PREREQ_STRNLEN): ... not here.
1241         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
1242         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
1243         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
1244         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
1245         necessary.
1246         * modules/string: New file.
1247         * modules/memmem (Files): Remove special-purpose include file.
1248         (Depends-on): Add string.
1249         (Include): Include <string.h>, not the removed file.
1250         * modules/mempcpy: Likewise.
1251         * modules/memrchr: Likewise.
1252         * modules/stpcpy: Likewise.
1253         * modules/stpncpy: Likewise.
1254         * modules/strcase: Likewise.
1255         * modules/strchrnul: Likewise.
1256         * modules/strdup: Likewise.
1257         * modules/strndup: Likewise.
1258         * modules/strnlen: Likewise.
1259         * modules/strpbrk: Likewise.
1260         * modules/strsep: Likewise.
1261         * modules/strstr: Likewise.
1262         * modules/strtok_r: Likewise.
1263         * tests/test-dirname.c: Don't include "strdup.h", since
1264         <string.h> now suffices.
1265         * tests/test-memmem.c: Don't include "memmem.h", since
1266         <string.h> now suffices.
1267
1268 2007-01-25  Bruno Haible  <bruno@clisp.org>
1269
1270         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
1271         *resultp is 0.
1272
1273         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
1274         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
1275         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
1276         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
1277
1278         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
1279         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
1280         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
1281         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
1282         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
1283         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
1284
1285 2007-01-24  Bruno Haible  <bruno@clisp.org>
1286
1287         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
1288         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
1289         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
1290         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
1291         gl_FUNC_FTS_CORE.
1292         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
1293         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
1294         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1295         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
1296         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
1297         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
1298         gl_FUNC_FCHOWNAT.
1299         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
1300         gl_FUNC_STRFTIME.
1301         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
1302         Reported by Ralf Wildenhues.
1303
1304 2007-01-24  Bruno Haible  <bruno@clisp.org>
1305
1306         Drop AC_REQUIRE calls that are redundant with the module dependencies.
1307         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
1308         gl_GETADDRINFO.
1309         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
1310         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
1311         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
1312
1313 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
1314
1315         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
1316         Don't use 'exit'; just return from 'main'.
1317         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
1318
1319         * lib/fnmatch_.h: Readjust white space and comments to match
1320         glibc, to avoid spurious diffs.
1321
1322 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1323
1324         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
1325         2004-12-01 change by Jakub Jelinek, since this code won't compile
1326         if !LIBC.  Problem reported by Bob Proulx.
1327
1328 2007-01-23  Bruno Haible  <bruno@clisp.org>
1329
1330         * lib/striconveh.c: Include c-strcaseeq.h.
1331         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
1332         * modules/striconveh (Depends-on): Add c-strcaseeq.
1333
1334 2007-01-23  Bruno Haible  <bruno@clisp.org>
1335
1336         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
1337
1338         * modules/c-strcaseeq: New file.
1339         * lib/c-strcaseeq.h: New file.
1340
1341         * modules/streq: New file.
1342         * lib/streq.h: New file.
1343
1344 2007-01-23  Bruno Haible  <bruno@clisp.org>
1345
1346         * modules/striconveha-tests: New file.
1347         * tests/test-striconveha.c: New file.
1348
1349         * lib/striconveha.h: Include <stdbool.h>.
1350         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
1351         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
1352         (mem_iconveha_notranslit): Renamed from mem_iconveha.
1353         (mem_iconveha): New function.
1354         (str_iconveha_notranslit): Renamed from str_iconveha.
1355         (str_iconveha): New function.
1356         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
1357         c-strcase.
1358
1359 2007-01-23  Bruno Haible  <bruno@clisp.org>
1360
1361         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
1362         encodings without forgiving before trying any encoding with handler.
1363         (str_iconveha): Try all encodings without forgiving before trying any
1364         encoding with handler.
1365
1366 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1367
1368         Import the following changes from libc.
1369
1370         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
1371
1372         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
1373
1374         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
1375
1376         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
1377         normal_bracket label.
1378
1379         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
1380
1381         [BZ #361]
1382         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
1383         to normal_bracket after fetching the next character.
1384
1385 2007-01-22  Bruno Haible  <bruno@clisp.org>
1386
1387         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
1388         argument.
1389         * lib/striconveh.c (iconv_carefully_1): New function.
1390         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
1391         argument.
1392         (str_cd_iconveh): Update.
1393         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
1394         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
1395         * tests/test-striconveh.c (MAGIC): New macro.
1396         (new_offsets): New function.
1397         (main): Test call with and without offsets.
1398
1399 2007-01-22  Bruno Haible  <bruno@clisp.org>
1400
1401         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
1402         * modules/sys_select (Makefile.am): Likewise.
1403         * modules/sys_socket (Makefile.am): Likewise.
1404         * modules/sys_time (Makefile.am): Likewise.
1405
1406 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
1407
1408         * modules/gettimeofday (License): Change from GPL to LGPL, since
1409         gettimeofday is a library function.
1410
1411 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1412
1413         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
1414
1415 2007-01-21  Bruno Haible  <bruno@clisp.org>
1416
1417         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
1418
1419 2007-01-21  Bruno Haible  <bruno@clisp.org>
1420
1421         * modules/striconveha: New file.
1422         * lib/striconveha.h: New file.
1423         * lib/striconveha.c: New file.
1424         * MODULES.html.sh (Internationalization functions): Add striconveha.
1425         * lib/striconv.c (str_iconv): Optimize the case of an empty input
1426         string.
1427         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
1428
1429 2007-01-21  Bruno Haible  <bruno@clisp.org>
1430
1431         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
1432         * lib/striconveh.c (str_iconveh): Likewise.
1433
1434 2007-01-21  Bruno Haible  <bruno@clisp.org>
1435
1436         * lib/striconveh.h (mem_iconveh): New declaration.
1437         * lib/striconveh.c (mem_iconveh): New function.
1438         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
1439
1440 2007-01-21  Bruno Haible  <bruno@clisp.org>
1441
1442         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
1443
1444         * lib/striconveh.h (mem_cd_iconveh): Change specification.
1445         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
1446         original result buffer.
1447         (str_cd_iconveh): Update.
1448         * tests/test-striconveh.c (main): Update.
1449
1450         * lib/striconv.h (mem_cd_iconv): Change specification.
1451         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
1452         result buffer.
1453         (str_cd_iconv): Update.
1454         * tests/test-striconv.c (main): Update.
1455
1456 2007-01-21  Bruno Haible  <bruno@clisp.org>
1457
1458         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
1459
1460 2007-01-20  Jim Meyering  <jim@meyering.net>
1461
1462         * lib/userspec.c (parse_with_separator): If a user or group string
1463         starts with "+", skip the corresponding name-to-ID look-up, since
1464         such a look-up must fail: user and group names may not include "+".
1465
1466 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1467
1468         * lib/poll.c: Include sys/time.h and time.h unconditionally,
1469         since we now assume the sys_time module.
1470         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
1471         check for sys/time.h; no longer needed.
1472         * modules/poll (Depends-on): Depend on sys_time.
1473
1474 2007-01-18  Bruno Haible  <bruno@clisp.org>
1475
1476         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
1477         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1478
1479         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
1480         gettimeofday.
1481
1482         * tests/test-gettimeofday.c: Include <time.h>.
1483         (dummy): Remove variable.
1484
1485         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
1486         gl_HEADER_SYS_TIME_H.
1487         (gl_HEADER_SYS_TIME_H): New macro.
1488
1489         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
1490         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1491         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
1492         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
1493         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1494         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
1495         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
1496         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1497         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
1498         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
1499         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1500
1501         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
1502         last change; it caused a compilation error when cross-compiling to
1503         Cygwin.
1504
1505 2007-01-18  Jim Meyering  <jim@meyering.net>
1506
1507         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
1508         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
1509         than the race-prone "test -d sys || mkdir sys".
1510         (configure.ac): Use AC_PROG_MKDIR_P.
1511         * modules/sys_select: Likewise.
1512         * modules/sys_socket: Likewise.
1513         * modules/sys_time: Likewise.
1514
1515 2007-01-18  Eric Blake  <ebb9@byu.net>
1516
1517         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
1518         replace gettimeofday.
1519         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
1520         name, to avoid infinite recursion.
1521
1522 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1523
1524         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
1525         module sys_time.
1526         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
1527         assume timespec.h defines struct timeval.
1528         * lib/settime.c: Likewise.
1529         * lib/utimens.c: Likewise.
1530         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
1531         since we now assume the gettimeofday module.
1532         * lib/tempname.c (__gen_tempname): Likewise.
1533         * lib/gettimeofday.h: Remove.
1534         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
1535         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
1536         Include <time.h>, for 'time()'.
1537         (localtime_buffer_addr): Also use this workaround if
1538         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
1539         to simplify the uses.  All uses changed.
1540         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
1541         that #undef is inside {}, and 'const' follows type name consistently.
1542         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
1543         (gettimeofday): Do not use the maximum possible value for
1544         tv->tv_usec, since that might break usages other than ls.c.
1545         Instead, we'll leave ls.c alone.  This undoes today's patch
1546         by Bruno.  Add a compile-time warning for 1s-clock resolution;
1547         we've never observed the problem but might as well keep the
1548         canary.
1549         * lib/nanosleep.c: Include timespec.h first, for interface check.
1550         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
1551         now assume the sys_time module.
1552         * lib/tempname.c: Likewise.
1553         * lib/timespec.h: Likewise.
1554         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
1555         needed.
1556         * lib/strftime.c: Likewise.
1557         * lib/timespec.h: Likewise.
1558         * lib/posixtm.c: Include posixtm.h first, for interface check.
1559         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
1560         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
1561         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
1562         * lib/sys_time_.h: New file.
1563         * lib/timespec.h (struct timespec): Use long int, not long.
1564         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
1565         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
1566         Remove obsolescent call to AC_HEADER_TIME.
1567         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
1569         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
1570         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
1571         Likewise.
1572         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
1573         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
1574         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
1575         into the sys_time module.  Check for gettimeofday just once.
1576         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
1577         for gettimeofday signature to just check the signature.  Merely
1578         compile it, since linking doesn't test signature.  Improve test for
1579         whether gettimeofday.o is actually needed.
1580         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
1581         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
1582         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
1583         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1584         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
1585         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
1586         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
1587         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
1588         than worrying about sys/time.h.
1589         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1590         Don't bother worrying about TIME_WITH_SYS_TIME.
1591         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
1592         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
1593         * m4/sys_time_h.m4: New file.
1594         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
1595         Don't include sys/time.h.  Return from main rather than exiting.
1596         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
1597         all uses changed.
1598         * modules/gethrxtime (Depends-on): Add sys_time.
1599         * modules/gettime (Depends-on): Likewise.
1600         * modules/gettimeofday (Depends-on): Likewise.
1601         * modules/nanosleep (Depends-on): Likewise.
1602         * modules/settime (Depends-on): Likewise.
1603         * modules/tempname (Depends-on): Likewise.
1604         * modules/utimens (Depends-on): Likewise.
1605         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
1606         (Include:) Change back to <sys/time.h>.
1607         (Maintainer:) Add self.
1608         * modules/sys_time: New file.
1609         * modules/tempname (Depends-on): Add gettimeofday.
1610         * tests/test-gettimeofday.c: Include <sys/time.h>
1611         rather than gettimeofday.h.
1612
1613 2007-01-17  Bruno Haible  <bruno@clisp.org>
1614
1615         * gnulib-tool (func_get_license): Revert last patch. Instead, let
1616         the license default to GPL.
1617         (func_create_testdir): Don't complain if a module is LGPL and its
1618         tests module depends on GPLed modules.
1619
1620 2007-01-17  Bruno Haible  <bruno@clisp.org>
1621
1622         * lib/gettimeofday.c (gettimeofday): Add code for the case
1623         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
1624         maximum possible value for tv->tv_usec, rather than the minimum one.
1625
1626 2005-10-08  Martin Lambers  <marlam@marlam.de>
1627 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1628 2007-01-16  Bruno Haible  <bruno@clisp.org>
1629
1630         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
1631         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
1632         gl_FUNC_GETTIMEOFDAY.
1633         (Include): Add gettimeofday.h.
1634         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
1635         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
1636         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
1637         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
1638         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
1639         * lib/gettimeofday.h: New file.
1640         * lib/gettimeofday.c: Include <sys/timeb.h>.
1641         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
1642         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
1643         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
1644         fall back on time().
1645
1646         * tests/test-gettimeofday.c: New file.
1647         * modules/gettimeofday-tests: New file.
1648
1649 2007-01-16  Eric Blake  <ebb9@byu.net>
1650
1651         * modules/fnmatch (Depends-on): Depend on wchar.
1652         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
1653         * m4/fnmatch.m4: Likewise.
1654         * modules/mbchar (Makefile.am): Assume <wchar.h>.
1655         * m4/mbchar.m4: Likewise.
1656         * modules/mbswidth (Depends-on): Depend on wchar.
1657         * lib/mbswidth.c: Assume <wchar.h>.
1658         * m4/mbswidth.m4: Likewise.
1659         * modules/quotearg (Depends-on): Depend on wchar.
1660         * lib/quotearg.c: Assume <wchar.h>.
1661         * m4/quotearg.m4: Likewise.
1662         * modules/regex (Depends-on): Depend on wchar.
1663         * lib/regex_internal.h: Assume <wchar.h>.
1664         * m4/regex.m4: Likewise.
1665         * modules/stdint (Depends-on): Depend on wchar.
1666         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
1667         * m4/stdint.m4: Likewise.
1668         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
1669         * modules/strftime (Depends-on): Depend on wchar.
1670         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
1671         * modules/strtol (Depends-on): Depend on wchar.
1672         * lib/strtol.c: Assume <wchar.h>.
1673         * modules/wcwidth (Depends-on): Depend on wchar.
1674         * lib/wcwidth.h: Assume <wchar.h>.
1675         * m4/wcwidth.m4: Likewise.
1676
1677 2007-01-16  Bruno Haible  <bruno@clisp.org>
1678
1679         * modules/csharpexec-script: New, created from...
1680         * modules/csharpexec: ... this.
1681
1682 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
1683
1684         * modules/javaexec-script: New, created from...
1685         * modules/javaexec: ... this.
1686
1687 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1688
1689         * modules/poll (Dependencies): Add sys_select.
1690
1691 2007-01-15  Jim Meyering  <jim@meyering.net>
1692
1693         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
1694         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
1695         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
1696         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
1697
1698 2007-01-15  Bruno Haible  <bruno@clisp.org>
1699
1700         * modules/striconveh: New file.
1701         * lib/striconveh.h: New file.
1702         * lib/striconveh.c: New file.
1703         * MODULES.html.sh (Internationalization functions): Add striconveh.
1704
1705         * modules/striconveh-tests: New file.
1706         * tests/test-striconveh.c: New file.
1707
1708 2007-01-15  Bruno Haible  <bruno@clisp.org>
1709
1710         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
1711         not from GNU libiconv or GNU libc.
1712
1713 2007-01-15  Bruno Haible  <bruno@clisp.org>
1714
1715         * doc/gnulib-intro.texi (Copyright): Explain the different license
1716         terms for module descriptions, autoconf macros, tests, documentation.
1717
1718 2007-01-14  Bruno Haible  <bruno@clisp.org>
1719
1720         * modules/striconv-tests: New file.
1721         * tests/test-striconv.c: New file.
1722
1723 2007-01-14  Bruno Haible  <bruno@clisp.org>
1724
1725         * modules/iconv-tests: New file.
1726         * tests/test-iconv.c: New file.
1727
1728 2007-01-14  Bruno Haible  <bruno@clisp.org>
1729
1730         * gnulib-tool (func_get_license): For test modules, use the license of
1731         the main module.
1732
1733 2007-01-14  Bruno Haible  <bruno@clisp.org>
1734
1735         * modules/iconv (Include): Clarify that <iconv.h> can only be included
1736         if iconv is found to exist.
1737
1738 2007-01-14  Bruno Haible  <bruno@clisp.org>
1739
1740         * modules/c-ctype-tests: New file.
1741         * tests/test-c-ctype.c: New file.
1742
1743 2007-01-14  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/binary-io-tests: New file.
1746         * tests/test-binary-io.sh: New file.
1747         * tests/test-binary-io.c: New file.
1748
1749 2007-01-14  Bruno Haible  <bruno@clisp.org>
1750
1751         * modules/array-oset-tests: New file.
1752         * tests/test-array_oset.c: New file.
1753
1754 2007-01-14  Bruno Haible  <bruno@clisp.org>
1755
1756         * modules/array-list-tests: New file.
1757         * tests/test-array_list.c: New file.
1758
1759 2007-01-14  Bruno Haible  <bruno@clisp.org>
1760
1761         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
1762         and make.
1763         Reported by Simon Josefsson in
1764         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
1765
1766 2007-01-14  Bruno Haible  <bruno@clisp.org>
1767
1768         * modules/allocsa-tests: New file.
1769         * tests/test-allocsa.c: New file.
1770
1771 2007-01-14  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/fchdir (Depends-on): Add absolute-header.
1774         * modules/unistd (Depends-on): Likewise.
1775
1776 2006-12-30  Bruno Haible  <bruno@clisp.org>
1777
1778         * modules/fchdir: New file.
1779         * modules/unistd (Files): Add lib/unistd_.h.
1780         (Makefile.am): Generate unistd.h from unistd_.h.
1781         * lib/fchdir.c: New file.
1782         * lib/dirent_.h: New file.
1783         * lib/unistd_.h: New file.
1784         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
1785         * m4/fchdir.m4: New file.
1786         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
1787         (gl_HEADER_UNISTD): Invoke it.
1788         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
1789         function.
1790         * lib/backupfile.c (opendir, closedir): Undefine.
1791         * lib/chown.c (open, close): Undefine.
1792         * lib/clean-temp.c (open, close): Undefine.
1793         * lib/copy-file.c (open, close): Undefine.
1794         * lib/execute.c (open, close): Undefine.
1795         * lib/fsusage.c (open, close): Undefine.
1796         * lib/gc-gnulib.c (open, close): Undefine.
1797         * lib/getcwd.c (opendir, closedir): Undefine.
1798         * lib/glob.c (opendir, closedir): Undefine.
1799         * lib/javacomp.c (open, close): Undefine.
1800         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
1801         * lib/openat-proc.c (open, close): Undefine.
1802         * lib/pagealign_alloc.c (open, close): Undefine.
1803         * lib/pipe.c (open, close): Undefine.
1804         * lib/progreloc.c (open, close): Undefine.
1805         * lib/savedir.c (opendir, closedir): Undefine.
1806         * lib/utime.c (open, close): Undefine.
1807         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
1808
1809 2007-01-10  Bruno Haible  <bruno@clisp.org>
1810
1811         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
1812
1813 2007-01-12  Eric Blake  <ebb9@byu.net>
1814
1815         Provide a robust <wchar.h>.  Further simplifications are now
1816         possible in other modules, but not included here.
1817         * modules/wchar: New module.
1818         * m4/wchar.m4: New file.
1819         * lib/wchar_.h: Likewise.
1820         * modules/mbchar (Depends-on): Depend on wchar, as the first use
1821         of the new module.
1822         * MODULES.html.sh (Extended multibyte and wide character utilities):
1823         New section.
1824
1825 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1826
1827         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
1828         to a reasonable default for memory allocation.
1829         (xreadlink): Don't allocate a huge buffer, to work around a buggy
1830         file system that reports garbage st_size values for symlinks.
1831         Problem reported by Liyang Hu.
1832
1833 2007-01-11  Simon Josefsson  <simon@josefsson.org>
1834
1835         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
1836         Emacs .#* auto-save files).
1837
1838 2007-01-11  Bruno Haible  <bruno@clisp.org>
1839
1840         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
1841         directory.
1842
1843 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1844
1845         Use @...@ consistently in lib/wctype_.h.
1846         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
1847         on it being set to 1 or 0.
1848         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
1849         go back to AC_SUBSTing it.
1850         * modules/wctype (Makefile.am): Undo previous change.
1851
1852 2007-01-10  Eric Blake  <ebb9@byu.net>
1853
1854         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
1855         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
1856         * modules/wctype (Makefile.am): Likewise.
1857         Reported by Chris McGuire.
1858
1859 2007-01-10  Jim Meyering  <jim@meyering.net>
1860
1861         fts.c: a small readability/maintainability improvement
1862         * lib/fts.c (fts_read): Make this code slightly more readable and
1863         maintainable by hoisting the "sp->fts_cur = p" assignments to
1864         immediately follow the statements that set P.  Derived from
1865         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
1866
1867 2007-01-10  Eric Blake  <ebb9@byu.net>
1868
1869         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
1870         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
1871         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1872         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
1873         Reported by Chris McGuire.
1874
1875 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1876
1877         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
1878         in sed script.
1879
1880 2007-01-09  Bruno Haible  <bruno@clisp.org>
1881
1882         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
1883         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
1884         variables.
1885         (func_module): Use them.
1886
1887 2007-01-09  Bruno Haible  <bruno@clisp.org>
1888
1889         * modules/unistr/base: New file.
1890         * lib/unistr.h: New file.
1891
1892         * modules/unistr/u8-to-u16: New file.
1893         * lib/unistr/u8-to-u16.c: New file.
1894
1895         * modules/unistr/u8-to-u32: New file.
1896         * lib/unistr/u8-to-u32.c: New file.
1897
1898         * modules/unistr/u16-to-u8: New file.
1899         * lib/unistr/u16-to-u8.c: New file.
1900
1901         * modules/unistr/u16-to-u32: New file.
1902         * lib/unistr/u16-to-u32.c: New file.
1903
1904         * modules/unistr/u32-to-u8: New file.
1905         * lib/unistr/u32-to-u8.c: New file.
1906
1907         * modules/unistr/u32-to-u16: New file.
1908         * lib/unistr/u32-to-u16.c: New file.
1909
1910         * modules/unistr/u8-check: New file.
1911         * modules/unistr/u16-check: New file.
1912         * modules/unistr/u32-check: New file.
1913         * lib/unistr/u8-check.c: New file.
1914         * lib/unistr/u16-check.c: New file.
1915         * lib/unistr/u32-check.c: New file.
1916
1917         * modules/unistr/u8-chr: New file.
1918         * modules/unistr/u16-chr: New file.
1919         * modules/unistr/u32-chr: New file.
1920         * lib/unistr/u8-chr.c: New file.
1921         * lib/unistr/u16-chr.c: New file.
1922         * lib/unistr/u32-chr.c: New file.
1923
1924         * modules/unistr/u8-cmp: New file.
1925         * modules/unistr/u16-cmp: New file.
1926         * modules/unistr/u32-cmp: New file.
1927         * lib/unistr/u8-cmp.c: New file.
1928         * lib/unistr/u16-cmp.c: New file.
1929         * lib/unistr/u32-cmp.c: New file.
1930
1931         * modules/unistr/u8-cpy: New file.
1932         * modules/unistr/u16-cpy: New file.
1933         * modules/unistr/u32-cpy: New file.
1934         * lib/unistr/u8-cpy.c: New file.
1935         * lib/unistr/u16-cpy.c: New file.
1936         * lib/unistr/u32-cpy.c: New file.
1937         * lib/unistr/u-cpy.h: New file.
1938
1939         * modules/unistr/u8-cpy-alloc: New file.
1940         * modules/unistr/u16-cpy-alloc: New file.
1941         * modules/unistr/u32-cpy-alloc: New file.
1942         * lib/unistr/u8-cpy-alloc.c: New file.
1943         * lib/unistr/u16-cpy-alloc.c: New file.
1944         * lib/unistr/u32-cpy-alloc.c: New file.
1945         * lib/unistr/u-cpy-alloc.h: New file.
1946
1947         * modules/unistr/u8-endswith: New file.
1948         * modules/unistr/u16-endswith: New file.
1949         * modules/unistr/u32-endswith: New file.
1950         * lib/unistr/u8-endswith.c: New file.
1951         * lib/unistr/u16-endswith.c: New file.
1952         * lib/unistr/u32-endswith.c: New file.
1953         * lib/unistr/u-endswith.h: New file.
1954
1955         * modules/unistr/u8-mblen: New file.
1956         * modules/unistr/u16-mblen: New file.
1957         * modules/unistr/u32-mblen: New file.
1958         * lib/unistr/u8-mblen.c: New file.
1959         * lib/unistr/u16-mblen.c: New file.
1960         * lib/unistr/u32-mblen.c: New file.
1961
1962         * modules/unistr/u8-mbtouc: New file.
1963         * modules/unistr/u16-mbtouc: New file.
1964         * modules/unistr/u32-mbtouc: New file.
1965         * lib/unistr/u8-mbtouc.c: New file.
1966         * lib/unistr/u16-mbtouc.c: New file.
1967         * lib/unistr/u32-mbtouc.c: New file.
1968
1969         * modules/unistr/u8-mbtouc-safe: New file.
1970         * modules/unistr/u16-mbtouc-safe: New file.
1971         * modules/unistr/u32-mbtouc-safe: New file.
1972         * lib/unistr/u8-mbtouc-safe.c: New file.
1973         * lib/unistr/u16-mbtouc-safe.c: New file.
1974         * lib/unistr/u32-mbtouc-safe.c: New file.
1975
1976         * modules/unistr/u8-move: New file.
1977         * modules/unistr/u16-move: New file.
1978         * modules/unistr/u32-move: New file.
1979         * lib/unistr/u8-move.c: New file.
1980         * lib/unistr/u16-move.c: New file.
1981         * lib/unistr/u32-move.c: New file.
1982         * lib/unistr/u-move.h: New file.
1983
1984         * modules/unistr/u8-next: New file.
1985         * modules/unistr/u16-next: New file.
1986         * modules/unistr/u32-next: New file.
1987         * lib/unistr/u8-next.c: New file.
1988         * lib/unistr/u16-next.c: New file.
1989         * lib/unistr/u32-next.c: New file.
1990
1991         * modules/unistr/u8-prev: New file.
1992         * modules/unistr/u16-prev: New file.
1993         * modules/unistr/u32-prev: New file.
1994         * lib/unistr/u8-prev.c: New file.
1995         * lib/unistr/u16-prev.c: New file.
1996         * lib/unistr/u32-prev.c: New file.
1997
1998         * modules/unistr/u8-set: New file.
1999         * modules/unistr/u16-set: New file.
2000         * modules/unistr/u32-set: New file.
2001         * lib/unistr/u8-set.c: New file.
2002         * lib/unistr/u16-set.c: New file.
2003         * lib/unistr/u32-set.c: New file.
2004         * lib/unistr/u-set.h: New file.
2005
2006         * modules/unistr/u8-startswith: New file.
2007         * modules/unistr/u16-startswith: New file.
2008         * modules/unistr/u32-startswith: New file.
2009         * lib/unistr/u8-startswith.c: New file.
2010         * lib/unistr/u16-startswith.c: New file.
2011         * lib/unistr/u32-startswith.c: New file.
2012         * lib/unistr/u-startswith.h: New file.
2013
2014         * modules/unistr/u8-stpcpy: New file.
2015         * modules/unistr/u16-stpcpy: New file.
2016         * modules/unistr/u32-stpcpy: New file.
2017         * lib/unistr/u8-stpcpy.c: New file.
2018         * lib/unistr/u16-stpcpy.c: New file.
2019         * lib/unistr/u32-stpcpy.c: New file.
2020         * lib/unistr/u-stpcpy.h: New file.
2021
2022         * modules/unistr/u8-stpncpy: New file.
2023         * modules/unistr/u16-stpncpy: New file.
2024         * modules/unistr/u32-stpncpy: New file.
2025         * lib/unistr/u8-stpncpy.c: New file.
2026         * lib/unistr/u16-stpncpy.c: New file.
2027         * lib/unistr/u32-stpncpy.c: New file.
2028         * lib/unistr/u-stpncpy.h: New file.
2029
2030         * modules/unistr/u8-strcat: New file.
2031         * modules/unistr/u16-strcat: New file.
2032         * modules/unistr/u32-strcat: New file.
2033         * lib/unistr/u8-strcat.c: New file.
2034         * lib/unistr/u16-strcat.c: New file.
2035         * lib/unistr/u32-strcat.c: New file.
2036         * lib/unistr/u-strcat.h: New file.
2037
2038         * modules/unistr/u8-strchr: New file.
2039         * modules/unistr/u16-strchr: New file.
2040         * modules/unistr/u32-strchr: New file.
2041         * lib/unistr/u8-strchr.c: New file.
2042         * lib/unistr/u16-strchr.c: New file.
2043         * lib/unistr/u32-strchr.c: New file.
2044
2045         * modules/unistr/u8-strcmp: New file.
2046         * modules/unistr/u16-strcmp: New file.
2047         * modules/unistr/u32-strcmp: New file.
2048         * lib/unistr/u8-strcmp.c: New file.
2049         * lib/unistr/u16-strcmp.c: New file.
2050         * lib/unistr/u32-strcmp.c: New file.
2051
2052         * modules/unistr/u8-strcpy: New file.
2053         * modules/unistr/u16-strcpy: New file.
2054         * modules/unistr/u32-strcpy: New file.
2055         * lib/unistr/u8-strcpy.c: New file.
2056         * lib/unistr/u16-strcpy.c: New file.
2057         * lib/unistr/u32-strcpy.c: New file.
2058         * lib/unistr/u-strcpy.h: New file.
2059
2060         * modules/unistr/u8-strcspn: New file.
2061         * modules/unistr/u16-strcspn: New file.
2062         * modules/unistr/u32-strcspn: New file.
2063         * lib/unistr/u8-strcspn.c: New file.
2064         * lib/unistr/u16-strcspn.c: New file.
2065         * lib/unistr/u32-strcspn.c: New file.
2066         * lib/unistr/u-strcspn.h: New file.
2067
2068         * modules/unistr/u8-strdup: New file.
2069         * modules/unistr/u16-strdup: New file.
2070         * modules/unistr/u32-strdup: New file.
2071         * lib/unistr/u8-strdup.c: New file.
2072         * lib/unistr/u16-strdup.c: New file.
2073         * lib/unistr/u32-strdup.c: New file.
2074         * lib/unistr/u-strdup.h: New file.
2075
2076         * modules/unistr/u8-strlen: New file.
2077         * modules/unistr/u16-strlen: New file.
2078         * modules/unistr/u32-strlen: New file.
2079         * lib/unistr/u8-strlen.c: New file.
2080         * lib/unistr/u16-strlen.c: New file.
2081         * lib/unistr/u32-strlen.c: New file.
2082         * lib/unistr/u-strlen.h: New file.
2083
2084         * modules/unistr/u8-strmblen: New file.
2085         * modules/unistr/u16-strmblen: New file.
2086         * modules/unistr/u32-strmblen: New file.
2087         * lib/unistr/u8-strmblen.c: New file.
2088         * lib/unistr/u16-strmblen.c: New file.
2089         * lib/unistr/u32-strmblen.c: New file.
2090
2091         * modules/unistr/u8-strmbtouc: New file.
2092         * modules/unistr/u16-strmbtouc: New file.
2093         * modules/unistr/u32-strmbtouc: New file.
2094         * lib/unistr/u8-strmbtouc.c: New file.
2095         * lib/unistr/u16-strmbtouc.c: New file.
2096         * lib/unistr/u32-strmbtouc.c: New file.
2097
2098         * modules/unistr/u8-strncat: New file.
2099         * modules/unistr/u16-strncat: New file.
2100         * modules/unistr/u32-strncat: New file.
2101         * lib/unistr/u8-strncat.c: New file.
2102         * lib/unistr/u16-strncat.c: New file.
2103         * lib/unistr/u32-strncat.c: New file.
2104         * lib/unistr/u-strncat.h: New file.
2105
2106         * modules/unistr/u8-strncmp: New file.
2107         * modules/unistr/u16-strncmp: New file.
2108         * modules/unistr/u32-strncmp: New file.
2109         * lib/unistr/u8-strncmp.c: New file.
2110         * lib/unistr/u16-strncmp.c: New file.
2111         * lib/unistr/u32-strncmp.c: New file.
2112
2113         * modules/unistr/u8-strncpy: New file.
2114         * modules/unistr/u16-strncpy: New file.
2115         * modules/unistr/u32-strncpy: New file.
2116         * lib/unistr/u8-strncpy.c: New file.
2117         * lib/unistr/u16-strncpy.c: New file.
2118         * lib/unistr/u32-strncpy.c: New file.
2119         * lib/unistr/u-strncpy.h: New file.
2120
2121         * modules/unistr/u8-strnlen: New file.
2122         * modules/unistr/u16-strnlen: New file.
2123         * modules/unistr/u32-strnlen: New file.
2124         * lib/unistr/u8-strnlen.c: New file.
2125         * lib/unistr/u16-strnlen.c: New file.
2126         * lib/unistr/u32-strnlen.c: New file.
2127         * lib/unistr/u-strnlen.h: New file.
2128
2129         * modules/unistr/u8-strpbrk: New file.
2130         * modules/unistr/u16-strpbrk: New file.
2131         * modules/unistr/u32-strpbrk: New file.
2132         * lib/unistr/u8-strpbrk.c: New file.
2133         * lib/unistr/u16-strpbrk.c: New file.
2134         * lib/unistr/u32-strpbrk.c: New file.
2135         * lib/unistr/u-strpbrk.h: New file.
2136
2137         * modules/unistr/u8-strrchr: New file.
2138         * modules/unistr/u16-strrchr: New file.
2139         * modules/unistr/u32-strrchr: New file.
2140         * lib/unistr/u8-strrchr.c: New file.
2141         * lib/unistr/u16-strrchr.c: New file.
2142         * lib/unistr/u32-strrchr.c: New file.
2143
2144         * modules/unistr/u8-strspn: New file.
2145         * modules/unistr/u16-strspn: New file.
2146         * modules/unistr/u32-strspn: New file.
2147         * lib/unistr/u8-strspn.c: New file.
2148         * lib/unistr/u16-strspn.c: New file.
2149         * lib/unistr/u32-strspn.c: New file.
2150         * lib/unistr/u-strspn.h: New file.
2151
2152         * modules/unistr/u8-strstr: New file.
2153         * modules/unistr/u16-strstr: New file.
2154         * modules/unistr/u32-strstr: New file.
2155         * lib/unistr/u8-strstr.c: New file.
2156         * lib/unistr/u16-strstr.c: New file.
2157         * lib/unistr/u32-strstr.c: New file.
2158         * lib/unistr/u-strstr.h: New file.
2159
2160         * modules/unistr/u8-strtok: New file.
2161         * modules/unistr/u16-strtok: New file.
2162         * modules/unistr/u32-strtok: New file.
2163         * lib/unistr/u8-strtok.c: New file.
2164         * lib/unistr/u16-strtok.c: New file.
2165         * lib/unistr/u32-strtok.c: New file.
2166         * lib/unistr/u-strtok.h: New file.
2167
2168         * modules/unistr/u8-uctomb: New file.
2169         * modules/unistr/u16-uctomb: New file.
2170         * modules/unistr/u32-uctomb: New file.
2171         * lib/unistr/u8-uctomb.c: New file.
2172         * lib/unistr/u16-uctomb.c: New file.
2173         * lib/unistr/u32-uctomb.c: New file.
2174
2175         * MODULES.html.sh (Unicode string functions): Add the new modules.
2176
2177 2007-01-08  Bruno Haible  <bruno@clisp.org>
2178
2179         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
2180         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
2181         subdirectories.
2182
2183 2007-01-08  Karl Berry  <karl@gnu.org>
2184
2185         * doc/error.texi: mention that main() fns must set program_name
2186         when progname is used.
2187
2188 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2189
2190         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
2191         WCTYPE_H is empty, for the benefit of builds from non-distclean
2192         directories.  Problem reported by Eric Blake in
2193         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
2194
2195 2007-01-08  Bruno Haible  <bruno@clisp.org>
2196
2197         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
2198         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
2199         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
2200         PROVIDE_CANONICALIZE_FILENAME_MODE.
2201         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
2202
2203 2007-01-08  Bruno Haible  <bruno@clisp.org>
2204
2205         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
2206         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
2207         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
2208         * lib/fts.c: Likewise.
2209         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
2210
2211 2006-12-25  Bruno Haible  <bruno@clisp.org>
2212
2213         * modules/utf8-ucs4-safe: New file.
2214         * lib/utf8-ucs4-safe.h: New file.
2215         * lib/unistr/utf8-ucs4-safe.c: New file.
2216
2217         * modules/utf16-ucs4-safe: New file.
2218         * lib/utf16-ucs4-safe.h: New file.
2219         * lib/unistr/utf16-ucs4-safe.c: New file.
2220
2221         * MODULES.html.sh (Unicode string functions): Add the new modules.
2222
2223 2007-01-08  Bruno Haible  <bruno@clisp.org>
2224
2225         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
2226         (Depends-on): Add unitypes.
2227         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2228         (u8_mbtouc_aux): Move out to separate file.
2229         (u8_mbtouc): Use ucs4_t, uint8_t types.
2230         * lib/unistr/utf8-ucs4.c: New file.
2231
2232         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
2233         (Depends-on): Add unitypes.
2234         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
2235         (u16_mbtouc_aux): Move out to separate file.
2236         (u16_mbtouc): Use ucs4_t, uint16_t types.
2237         * lib/unistr/utf16-ucs4.c: New file.
2238
2239         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
2240         (Depends-on): Add unitypes.
2241         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
2242         (u8_uctomb_aux): Move out to separate file.
2243         (u8_uctomb): Use ucs4_t, uint8_t types.
2244         * lib/unistr/ucs4-utf8.c: New file.
2245
2246         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
2247         (Depends-on): Add unitypes.
2248         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
2249         (u16_uctomb_aux): Move out to separate file.
2250         (u16_uctomb): Use ucs4_t, uint16_t types.
2251         * lib/unistr/ucs4-utf16.c: New file.
2252
2253 2006-12-25  Bruno Haible  <bruno@clisp.org>
2254
2255         * modules/unitypes: New file.
2256         * lib/unitypes.h: New file.
2257         * MODULES.html.sh (func_all_modules): New section "Unicode string
2258         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
2259         this section. Add unitypes.
2260
2261 2007-01-08  Bruno Haible  <bruno@clisp.org>
2262
2263         Avoid variable names that conflict with those from libtool.
2264         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
2265         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
2266         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
2267         library_names_spec to acl_library_names_spec, hardcode_* to
2268         acl_hardcode_*.
2269         Reported by Ralf Wildenhues.
2270
2271 2007-01-08  Bruno Haible  <bruno@clisp.org>
2272
2273         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
2274         definition.
2275         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
2276         definition.
2277         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
2278         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
2279         definition.
2280         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
2281         definition.
2282         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
2283         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
2284         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
2285         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
2286         definition.
2287         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
2288         definition.
2289         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
2290         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
2291         GC_USE_<algorithm>.
2292         * lib/gc-libgcrypt.c: Likewise.
2293         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
2294         * modules/gc-arctwo (configure.ac): Likewise.
2295         * modules/gc-des (configure.ac): Likewise.
2296         * modules/gc-hmac-md5 (configure.ac): Likewise.
2297         * modules/gc-hmac-sha1 (configure.ac): Likewise.
2298         * modules/gc-md2 (configure.ac): Likewise.
2299         * modules/gc-md4 (configure.ac): Likewise.
2300         * modules/gc-md5 (configure.ac): Likewise.
2301         * modules/gc-random (configure.ac): Likewise.
2302         * modules/gc-rijndael (configure.ac): Likewise.
2303         * modules/gc-sha1 (configure.ac): Likewise.
2304
2305 2007-01-08  Bruno Haible  <bruno@clisp.org>
2306
2307         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
2308         macro definition.
2309         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
2310         definition.
2311         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
2312         definition.
2313         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
2314         * modules/fcntl-safer (configure.ac): Likewise.
2315         * modules/fopen-safer (configure.ac): Likewise.
2316         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
2317         GNULIB_FWRITEERROR macro definition.
2318
2319 2007-01-08  Bruno Haible  <bruno@clisp.org>
2320
2321         * m4/gnulib-common.m4: New file.
2322         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
2323         (func_get_filelist): Add m4/gnulib-common.m4.
2324
2325 2007-01-08  Bruno Haible  <bruno@clisp.org>
2326
2327         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
2328         command.
2329
2330 2007-01-08  Jim Meyering  <jim@meyering.net>
2331
2332         Use a more robust test for a "can't happen" condition.
2333         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
2334         narrowed the st_size value.  Presuming the "can't happen" condition
2335         is true, that narrowing could conceivably convert an invalid st_size
2336         value into a valid one.  Instead, use a change based on Matthew
2337         Woehlke's original patch.
2338
2339         Slight readability improvement: use an assert-like macro
2340         in place of literal "abort ()" uses.
2341         * lib/fts.c (fts_assert): Define.
2342         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
2343         Use this macro instead of a bare 'abort'.
2344
2345 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
2346
2347         Don't worry about using IRIX 5.3's wctype.h broken definitions;
2348         simply work around them.
2349         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
2350         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
2351         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
2352         Don't bother to define as macros, since the standard doesn't require it.
2353         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
2354         longer worry about IRIX 5.3.
2355         (HAVE_WCTYPE_CTMP_BUG): Remove.
2356
2357 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
2358
2359         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
2360         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
2361         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2362         Problems reported by Georg Schwarz for IRIX 5.3.
2363
2364         * gnulib-tool (autoconf_minversion): Take the maximum version number
2365         found, not the minimum.  Problem reported by James Youngman.
2366
2367 2007-01-03  Karl Berry  <karl@gnu.org>
2368
2369         * doc/error.texi: new file, explaining interaction with progname.
2370         * doc/gnulib.texi: include it.  Update copyright.
2371
2372 2007-01-03  Simon Josefsson  <simon@josefsson.org>
2373
2374         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
2375         AC_CANONICAL_HOST, to improve autobuild outputs.
2376
2377 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
2378             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2379
2380         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
2381         sockets, server sockets, and other file descriptors.  Count errors
2382         to compute the return value.  Reorder the code a bit to be easier
2383         to follow.  Don't set event bits that were not requested (except
2384         POLLERR and POLLHUP).
2385
2386 2007-01-01  Bruno Haible  <bruno@clisp.org>
2387
2388         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
2389
2390 2007-01-03  Jim Meyering  <jim@meyering.net>
2391
2392         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
2393
2394 2007-01-02  Bruno Haible  <bruno@clisp.org>
2395
2396         * modules/settime (Include): Require timespec.h.
2397         * modules/nanosleep (Include): Likewise.
2398
2399 2007-01-01  Bruno Haible  <bruno@clisp.org>
2400
2401         * gnulib-tool (func_emit_copyright_notice): Bump year.
2402         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
2403
2404 2007-01-01  Bruno Haible  <bruno@clisp.org>
2405
2406         Improve support for OpenBSD.
2407         * build-aux/config.rpath (libname_spec): Export.
2408         (library_names_spec): New variable. Export.
2409         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
2410         library_names_spec from the config.rpath output. Locate shared library
2411         through the name pattern in library_names_spec.
2412
2413 2007-01-01  Eric Blake  <ebb9@byu.net>
2414
2415         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
2416
2417 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2418
2419         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
2420         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
2421         assume the C locale, and avoid an "eval" that could cause trouble.
2422         Problem with SORT reported by Bob Proulx.
2423
2424         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2425         Define.  Trivial patch from Henning Nielsen Lund, originally
2426         sent to bug-grep@gnu.org today.
2427
2428 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2429
2430         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
2431         struct stat.  Problem reported by Henning Nielsen Lund.
2432         * lib/acl.c: Include acl.h first, to check interface.  Don't
2433         bother to include sys/types.h and sys/stat.h again.
2434
2435 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2436
2437         Import the following change from libc; problem reported by
2438         Sven Verdoolaege.
2439
2440         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
2441
2442         [BZ #1373]
2443         * lib/argp.h: Remove __NTH for __argp_usage inline function.
2444
2445 2006-12-28  Jim Meyering  <jim@meyering.net>
2446
2447         * build-aux/announce-gen: Do not assume that the package
2448         builds any of tar.gz, tar.bz2, and .xdelta files.
2449         Suggestion from Simon Josefsson.
2450
2451 2006-12-28  Simon Josefsson  <simon@josefsson.org>
2452
2453         * modules/announce-gen: New file.
2454
2455 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
2456
2457         * lib/mbchar.h: Just include <wctype.h>; the wctype module
2458         handles its gotchas now.
2459         * lib/mbswidth.c: Likewise.
2460         * lib/wcwidth.h: Likewise.
2461         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
2462         and iswcntrl; the wctype module does this stuff now.
2463         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2464         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
2465         * modules/mbchar (Depends-on): Add wctype.
2466         * modules/mbswidth (Depends-on): Likewise.
2467         * modules/wcwidth (Depends-on): Likewise.
2468
2469 2006-12-27  Eric Blake  <ebb9@byu.net>
2470
2471         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
2472         module uses more than what <wctype.h> is required to provide.
2473
2474 2006-12-26  Eric Blake  <ebb9@byu.net>
2475
2476         * gnulib-tool (sed_extract_prog): Avoid space-tab.
2477
2478 2006-12-26  Eric Blake  <ebb9@byu.net>
2479
2480         * modules/absolute-header: New module.
2481         * modules/fcntl (Depends-on): Depend on it.
2482         * modules/inttypes (Depends-on): Likewise.
2483         * modules/stdint (Depends-on): Likewise.
2484         * modules/sys_stat (Depends-on): Likewise.
2485         * modules/wctype (Depends-on): Likewise.
2486         * MODULES.html.sh (Support for building libraries and
2487         executables): Document it.
2488
2489 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
2490
2491         * gnulib-tool (SED): Remove, undoing previous change.
2492         The problem was that it broke coreutils on Solaris, because
2493         "sed --posix" leaked into a makefile.
2494         (sed): New alias, if 'alias' and GNU sed.
2495
2496 2006-12-24  Jim Meyering  <jim@meyering.net>
2497
2498         Work around an fchownat bug in glibc-2.4:
2499         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
2500         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
2501         in spite of the -P option.
2502         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
2503         New macros.
2504         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
2505         * modules/openat (Files): Add lib/fchownat.c.
2506         * lib/openat.c (fchownat): Don't define here.  Move to...
2507         * lib/fchownat.c: ...this new file.
2508
2509 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2510
2511         Fix bug reported by Bruno Haible in
2512         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
2513         where quotearg.c didn't compile on Mac OS X 10.2 because it
2514         lacks <wchar.h> and wint_t.
2515         * lib/wctype_.h (__wctype_wint_t): New type.
2516         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
2517         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
2518         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
2519         Arg is now of type __wctype_wint_t, not wint_t.
2520         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
2521         substitute HAVE_WINT_T.
2522         * modules/wctype (Files): Add m4/wint_t.m4.
2523         (wctype.h): Substitute HAVE_WINT_T.
2524
2525 2006-12-23  Bruno Haible  <bruno@clisp.org>
2526
2527         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
2528
2529 2006-12-23  Bruno Haible  <bruno@clisp.org>
2530
2531         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
2532         S_ISLNK.
2533         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
2534         mingw.
2535
2536 2006-12-22  Bruno Haible  <bruno@clisp.org>
2537
2538         * lib/copy-file.c: Include acl.h.
2539         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
2540         Close the file descriptors only after being done with copy_acl.
2541         * modules/copy-file (Depends-on): Add acl.
2542
2543 2006-12-22  Bruno Haible  <bruno@clisp.org>
2544
2545         * gnulib-tool (SED): New variable.
2546         Use $SED instead of sed everywhere.
2547
2548 2006-12-22  Bruno Haible  <bruno@clisp.org>
2549
2550         * modules/no-c++: New file.
2551         * m4/no-c++.m4: New file.
2552         * MODULES.html.sh (Support for building libraries and executables):
2553         Add no-c++.
2554
2555 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
2556
2557         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2558         Include <limits.h>, and use its INT_MAX to rewrite the
2559         j loop so that it does not overflow 'int'.  Problem reported by
2560         Ralf Wildenhues in
2561         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
2562         Play it safe by shifting left by 1 rather than multiplying by 2,
2563         as GCC is less likely to optimize this away when the value
2564         is signed (when it assumes overflow leads to undefined behavior).
2565         Also, don't assume time_t uses two's complement.
2566
2567 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * MODULES.html.sh: New module wctype.
2570         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
2571         * lib/fnmatch.c: Don't bother to include <wchar.h> before
2572         <wctype.h>, since the new wctype module should fix this.
2573         * lib/quotearg.c: Include <wctype.h> unconditionally, since
2574         the wctype module should arrange for it.
2575         * lib/regex_internal.h: Likewise.
2576         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
2577         since the wctype module should handle this now.
2578         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
2579         * modules/fnmatch (Depends-on): Add wctype.
2580         * modules/quotearg (Depends-on): Likewise.
2581         * modules/regex (Depends-on): Likewise.
2582
2583 2006-12-19  Bruno Haible  <bruno@clisp.org>
2584
2585         * lib/strdup.h [C++]: Wrap definitions in extern "C".
2586         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
2587
2588 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2589
2590         * modules/savewd (Depends-on): Fix dependency on fcntl.
2591
2592 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2593
2594         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
2595         conforms to C99, rather than relying on the user's environment
2596         setting of STDINT_H.
2597
2598 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
2599         and Eric Blake  <ebb9@byu.net>
2600
2601         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
2602         This is more consistent with the other defines here.
2603         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
2604         Port to z/OS.  Problem reported by Paul Gilmartin.
2605         Change local vars to use gl_ prefix rather than ac_.
2606         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
2607         with other defines.
2608         * modules/double-slash-root: New module.
2609         * modules/dirname (Files): Remove m4/double-slash-root.m4.
2610         (Depends-on): Add double-slash-root.
2611         * MODULES.html.sh (File system functions): Mention new module.
2612
2613 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2614
2615         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2616         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
2617         This is for the benefit of gzip, which doesn't do i18n.
2618
2619 2006-12-12  Jim Meyering  <jim@meyering.net>
2620
2621         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
2622         Reported by Andreas Schwab <schwab@suse.de>.
2623
2624 2006-12-12  Bruno Haible  <bruno@clisp.org>
2625
2626         Merge these changes.
2627         2006-09-05  Bruno Haible  <bruno@clisp.org>
2628         * lib/iconvme.c (iconv_string): No need to save and restore errno when
2629         iconv_alloc succeeded.
2630         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
2631         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
2632         test for " && dest " at the end - dest is always != NULL there. Call
2633         iconv with 4xNULL arguments initially, to reset the state. Call iconv
2634         with 2xNULL arguments, also to flush the state storage. Handle the
2635         IRIX iconv behaviour. Realloc the final result, to throw away unused
2636         memory.
2637
2638 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
2639
2640         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
2641         and fchmodat unconditionally, since glibc 2.4 has them.
2642         Problem reported by Arkadiusz Miskiewicz.
2643
2644 2006-12-10  Bruno Haible  <bruno@clisp.org>
2645
2646         * gnulib-tool (func_import): Show the include files only for those
2647         modules that are copied and specified.
2648         Reported by Karl Berry.
2649
2650 2006-12-08  Jim Meyering  <jim@meyering.net>
2651
2652         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
2653         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
2654
2655         * build-aux/announce-gen: Add two new options, both optional:
2656         --bootstrap-tools=TOOL_LIST
2657               a comma-separated list of tools, e.g.,
2658               autoconf,automake,bison,gnulib
2659         --gnulib-snapshot-date=DATE
2660               if gnulib is in the bootstrap tool list,
2661               then report this as the snapshot date.
2662               If not specified, use the current date/time.
2663               If you specify a date here, be sure it's UTC.
2664
2665 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2666
2667         * tests/test-argp-2.sh: Fix test to match actual output.
2668         (func_compare): Fix sed script to be portable.
2669
2670 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2671
2672         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
2673         workaround for this case.  It is not autoconfigured now; offhand
2674         it's hard to see how to autoconfigure it.
2675
2676 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
2677
2678         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
2679         a directory that is about to be chowned.  Such a directory's
2680         initial file permissions should permit the owner only and this
2681         should not be changed until after the chown, since the group and
2682         other bits would be incorrect if they granted permission before
2683         the chown.
2684
2685         Fix porting problem for iswctype reported by Georg Schwarz in:
2686         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
2687         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
2688         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
2689         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
2690         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2691
2692 2006-12-03  Jim Meyering  <jim@meyering.net>
2693
2694         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
2695         p->fts_statp may not yet be defined.
2696         (fts_read): Instead, set it in the caller, once p->fts_statp is
2697         sure to be defined, and corresponds to a top-level directory.
2698         This bug made du -x fail.  Here's the coreutils test case:
2699         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
2700         Reported by Mike Frysinger.
2701
2702 2006-12-01  Jim Meyering  <jim@meyering.net>
2703
2704         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
2705         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
2706         Reported by Simon Josefsson.
2707
2708 2006-11-30  Jim Meyering  <jim@meyering.net>
2709
2710         * m4/warning.m4: Use the all-permissive copyright notice
2711         recommended by RMS (rather than LGPL).
2712         * m4/vararrays.m4: Likewise.
2713         * m4/flexmember.m4: Likewise.
2714
2715 2006-11-29  Bruno Haible  <bruno@clisp.org>
2716
2717         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2718         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
2719         using +=.
2720         Reported by Simon Josefsson <simon@josefsson.org>.
2721
2722 2006-11-28  James Youngman <jay@gnu.org>
2723
2724         * README: Advise users that they might find the bug-gnulib@gnu.org
2725         and autotools-announce@gnu.org mailing lists useful.
2726
2727 2006-11-28  Bruno Haible  <bruno@clisp.org>
2728
2729         * m4/ptrdiff_max.m4: Remove file.
2730
2731 2006-11-21  Bruno Haible  <bruno@clisp.org>
2732
2733         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
2734         _AC_COMPUTE_INT.
2735         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2736         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
2737         _AC_COMPUTE_INT.
2738         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2739         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
2740         _AC_COMPUTE_INT.
2741         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2742
2743 2006-11-28  Jim Meyering  <jim@meyering.net>
2744
2745         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
2746         warning from "gcc -Wshadow" about shadowing the builtin.
2747
2748 2006-11-27  Bruno Haible  <bruno@clisp.org>
2749
2750         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
2751         _AC_COMPUTE_INT.
2752         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
2753
2754 2006-11-27  Bruno Haible  <bruno@clisp.org>
2755             Paul Eggert  <eggert@cs.ucla.edu>
2756
2757         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
2758
2759 2006-11-26  Bruno Haible  <bruno@clisp.org>
2760
2761         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2762         noinst_LTLIBRARIES.
2763
2764 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
2765             Bruno Haible  <bruno@clisp.org>
2766
2767         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
2768         if compiling with "gcc -ansi".
2769
2770 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2771
2772         Fix some incompatibilities with gcc -ansi -pedantic.
2773         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
2774         if compiling pedantically with GCC, unless it's C99 or later.
2775         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
2776         it mishandles gcc -ansi -pedantic as well.
2777         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
2778         if gcc -pedantic.
2779         * lib/regexec.c (check_node_accept_bytes): Don't use auto
2780         initializers for struct if -pedantic, unless it's C99 or later.
2781
2782 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
2783
2784         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
2785         Don't close an fd more than once. Identical atimes indicate
2786         success, not failure.
2787
2788 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
2789
2790         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2791
2792 2006-11-23  Jim Meyering  <jim@meyering.net>
2793
2794         * build-aux/announce-gen: New file.  From coreutils.
2795
2796 2006-11-22  Jim Meyering  <jim@meyering.net>
2797
2798         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
2799         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
2800         (fts_read): Use a temporary to narrow the overused st_size member
2801         before using it in a switch statement.  Reported by Matthew Woehlke.
2802
2803         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
2804         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
2805
2806 2006-11-20  Bruno Haible  <bruno@clisp.org>
2807
2808         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
2809         changequote instead of pairs of brackets.
2810         Reported by Andreas Schwab <schwab@suse.de>.
2811
2812 2006-11-21  Jim Meyering  <jim@meyering.net>
2813
2814         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
2815         so as to remain compatible with older compilers.
2816         Patch from Michael Deutschmann.
2817
2818 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2819
2820         * MODULES.html.sh (File system functions): Add openat.
2821
2822         * lib/openat.h (rpl_fstatat): New macro, if
2823         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
2824         (fstatat): Define to rpl_fstatat under the same conditions,
2825         unless COMPILING_FSTATAT.
2826         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
2827         seems to have the bug.
2828         * lib/fstatat.c: New file.
2829         * modules/openat (Files): Add it.
2830
2831 2006-11-20  Bruno Haible  <bruno@clisp.org>
2832
2833         * Makefile: New file.
2834
2835 2006-11-20  Jim Meyering  <jim@meyering.net>
2836
2837         The beginnings of syntax-related checks for gnulib.
2838         * lib/Makefile: New file.
2839         * lib/t-idcache: New script.  Ensure that the two halves of
2840         idcache.c stay in sync.
2841
2842         * lib/idcache.c: Adjust comments in user- and group- portions to
2843         be more accurate, and to be consistent with one another.
2844
2845 2006-11-20  Jim Meyering  <jim@meyering.net>
2846
2847         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
2848         continue using the flexible array member (thus, this module performs
2849         half as many malloc calls), with the addition that...
2850         (getgroup, getuser): Consistently record a non-match via an empty
2851         "name" string, and map an empty string match to a NULL return value.
2852         * modules/idcache (Depends-on): Re-add flexmember.
2853
2854         * lib/idcache.c (getuser): Remove all uses of the register keyword.
2855         (getuidbyname, getgroup, getgidbyname): Likewise.
2856
2857         Use cleaner syntax: NULL rather than 0.
2858         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
2859
2860 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
2861
2862         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
2863         It mishandled the case where the group was missing.
2864         Problem reported by Greg Schafer.
2865         * modules/idcache: Likewise.
2866
2867 2006-11-18  Jim Meyering  <jim@meyering.net>
2868
2869         * check-module (%exempt_header): Add exception for some
2870         conditionally-included headers.
2871
2872         * modules/i-ring (Depends-on): Add verify.
2873         (License): Change to LGPL.
2874
2875 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2876
2877         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
2878         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
2879         and inttostr.h.  Use snprintf rather than uinttostr, so that
2880         LGPLed code doesn't depend on GPLed.
2881
2882 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2883
2884         * modules/inline (License): Change from GPL to LGPL.
2885
2886 2006-11-17  Jim Meyering  <jim@meyering.net>
2887
2888         * modules/d-type (License): Switch to LGPL.
2889
2890 2006-11-15  Bruno Haible  <bruno@clisp.org>
2891
2892         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
2893
2894 2006-11-15  Eric Blake  <ebb9@byu.net>
2895
2896         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
2897         the module dependency.
2898
2899 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
2900             Bruno Haible  <bruno@clisp.org>
2901
2902         * gnulib-tool (func_create_testdir): Add license consistency check.
2903
2904 2006-11-15  Eric Blake  <ebb9@byu.net>
2905
2906         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
2907         random "(cached)" in configure output.
2908
2909 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2910
2911         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
2912         test for conforming inttypes.h is both announced and cached.
2913
2914         * MODULES.html.sh (seen_modules, seen_files): New variables.
2915         (func_module): Rewrite to use a few less gnulib-tool and sed
2916         invocations.  Avoid a couple of quadratic algorithms for ...
2917         (missed_modules, missed_files): ... these, with ...
2918         (func_append, func_tmpdir): ... these new functions, from
2919         gnulib-tool.  Analogously, install traps for cleanup.
2920
2921         * tests/test-gc.c (main): Remove unused variables.
2922         * tests/test-read-file.c: Include stdlib.h, for 'free'.
2923
2924 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
2925
2926         * modules/inttostr (License): Change to LGPL.
2927
2928 2006-11-14  Eric Blake  <ebb9@byu.net>
2929
2930         * modules/tempname (License): Change to LGPL.
2931
2932 2006-11-14  Eric Blake  <ebb9@byu.net>
2933
2934         * doc/functions.texi (Function Portability): *printf functions on
2935         Cygwin now understand all POSIX size specifiers.
2936
2937 2006-11-14  Bruno Haible  <bruno@clisp.org>
2938
2939         * modules/c-ctype (License): Change to LGPL.
2940
2941 2006-11-12  Bruno Haible  <bruno@clisp.org>
2942
2943         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
2944         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
2945         for GNOME libraries, for which the include files are installed in
2946         subdirectories of $prefix/include.
2947
2948 2006-11-12  Bruno Haible  <bruno@clisp.org>
2949
2950         * m4/lib-link.m4: Require at least autoconf-2.54.
2951         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
2952         name to underscores for the --with option.
2953
2954 2006-11-13  Bruno Haible  <bruno@clisp.org>
2955
2956         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
2957         the tests directory.
2958         Reported by Ralf Wildenhues.
2959
2960 2006-11-13  Bruno Haible  <bruno@clisp.org>
2961
2962         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
2963         (func_emit_initmacro_end): Undo the override here.
2964         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
2965         Works around the famous automake error in coreutils.
2966
2967 2006-11-13  Eric Blake  <ebb9@byu.net>
2968
2969         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
2970         element, not its node.
2971
2972 2006-11-12  Bruno Haible  <bruno@clisp.org>
2973
2974         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
2975         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
2976
2977 2006-11-12  Bruno Haible  <bruno@clisp.org>
2978
2979         * gnulib-tool: New option --local-symlink.
2980         (func_usage): Document it.
2981         (lsymbolic): New variable.
2982         (func_import, func_create_testdir): If --symlink was not specified,
2983         test whether --local-symlink was specified and the file comes from
2984         the local_gnulib_dir.
2985
2986 2006-11-12  Bruno Haible  <bruno@clisp.org>
2987
2988         * gnulib-tool (func_ln): New function.
2989         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
2990
2991 2006-11-12  Bruno Haible  <bruno@clisp.org>
2992
2993         Finish support for source files in subdirectories.
2994         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
2995         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
2996         AUTOMAKE_OPTIONS.
2997         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
2998
2999 2006-11-12  Bruno Haible  <bruno@clisp.org>
3000
3001         * gnulib-tool (func_get_automake_snippet): Synthesize also an
3002         EXTRA_lib_SOURCES augmentation.
3003         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
3004
3005 2006-11-12  Jim Meyering  <jim@meyering.net>
3006
3007         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
3008         file descriptors.  This also averts a failure on systems with
3009         native openat support when a traversed directory lacks "x" access.
3010         * lib/fts_.h: Include "i-ring.h"
3011         (struct FTS) [fts_fd_ring]: New member.
3012         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
3013         (FCHDIR): Add parentheses.
3014         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
3015         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
3016         When descending, rather than simply closing the previous
3017         fts_cwd_fd value, push that file descriptor onto the ring.
3018         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
3019         (fts_open): Initialize the new fd_ring member.
3020         (fts_close): Clear the ring.
3021         (fts_safe_changedir): When possible, use our new fd_ring to skip
3022         the diropen and fstat and dev/ino comparison that would normally
3023         accompany a virtual `chdir ("..")'.
3024
3025         * modules/fts (Depends-on): Add i-ring.
3026         * modules/i-ring: New module.
3027         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
3028         * m4/i-ring.m4: New file.
3029
3030 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3031
3032         * gnulib-tool (func_create_testdir): Fix replacement of
3033         `build-aux' in configure.ac.  Run autotools in gltests
3034         subdirectory.
3035         (func_create_testdir, func_create_megatestdir, test): There is
3036         no need for '--force' in most autotool invocations in a new
3037         tree.  Actually fail the whole test if any of the tools, or the
3038         configure or make stages fail.
3039
3040         Sync from Automake.
3041         * build-aux/gnupload: Revert last change.  Add pointer to upload
3042         instructions of the GNU Maintenance Instructions.
3043         Suggestion by Karl Berry.
3044
3045 2006-11-10  Jim Meyering  <jim@meyering.net>
3046
3047         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
3048
3049 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3050
3051         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
3052         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
3053         (bind_textdomain_codeset) [! ENABLE_NLS]:
3054         Evaluate all the arguments.  That way, callers get compatible behavior
3055         if the arguments have side effects.  Also, it avoids some GCC
3056         diagnostics in some cases; Joel E. Denny reported problems when Bison
3057         was configured with --enable-gcc-warnigs.
3058
3059 2006-11-10  Jim Meyering  <jim@meyering.net>
3060
3061         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
3062         relevant options in CFLAGS (like -O, -fno-inline) are taken into
3063         account.
3064
3065 2006-11-10  Jim Meyering  <jim@meyering.net>
3066
3067         * modules/inline: New file/module.
3068         * modules/xalloc (Files): Remove m4/inline.m4.
3069         (Depends-on): Add inline, instead.
3070         * modules/oset: Likewise.
3071         * modules/list: Likewise.
3072
3073 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3074
3075         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
3076         Problem reported by Matthew Woehlke.
3077
3078 2006-11-09  Bruno Haible  <bruno@clisp.org>
3079
3080         * lib/tempname.c (gen_tempname): Remove variant that invokes
3081         __gen_tempname.
3082         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
3083         __gen_tempname.
3084
3085 2006-11-08  Bruno Haible  <bruno@clisp.org>
3086
3087         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
3088         to 'yes' instead of 'cross-compiling'.
3089
3090 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
3091
3092         * lib/quotearg.h (quotearg_free): New decl.
3093         * lib/quotearg.c (quotearg_free): New function.
3094         (slot0, nslots, slotvec0, slotvec):
3095         Now file-scope so that quotearg_free can get at them.
3096
3097 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3098
3099         Sync from Automake.
3100         * build-aux/gnupload: Add missing 'gnu' to example URL.
3101         Report by Karl Berry.
3102
3103 2006-11-08  Bruno Haible  <bruno@clisp.org>
3104
3105         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
3106         Suggested by Paul Eggert.
3107
3108 2006-11-08  Jim Meyering  <jim@meyering.net>
3109
3110         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
3111         It's already included if !_LIBC.
3112         (fts_safe_changedir): Add a comment.
3113
3114 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3115
3116         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
3117         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
3118         Matthew Woehlke.
3119
3120         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
3121         definitions up, to avoid colliding with change below.
3122         (static_inline) [HAVE_INLINE]: New macro.
3123         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
3124         Provide extern decls when !HAVE_INLINE.  Do not define unless
3125         static_inline is defined, either by us or by xmalloc.c.  Use
3126         static_inline rather than static inline.
3127         (XCALLOC): Optimize sizeof(T) = 1 case.
3128         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
3129
3130 2006-11-07  Bruno Haible  <bruno@clisp.org>
3131
3132         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
3133         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
3134         AC_C_INLINE.
3135         * modules/xalloc (Files): Add m4/inline.m4.
3136
3137 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3138
3139         * README: Fix typo.
3140         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
3141         (Miscellanous Notes): ...from this.
3142
3143 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
3144
3145         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
3146         Mention that offsetof should be used instead of sizeof.
3147         From Bruno Haible.
3148
3149 2006-11-07  Bruno Haible  <bruno@clisp.org>
3150
3151         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
3152
3153 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3154
3155         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3156         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
3157         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3158         (gl_tree_add_before, gl_tree_add_after):
3159         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
3160         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
3161         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
3162         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
3163         (gl_linked_add_after, gl_linked_add_at): Likewise.
3164         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
3165         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
3166         (gl_tree_add_before, gl_tree_add_after): Likewise.
3167         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
3168         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
3169         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3170
3171 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3172
3173         * lib/gl_oset.h: Use C comment style, not C++ comment style.
3174
3175 2006-11-06  Bruno Haible  <bruno@clisp.org>
3176
3177         * m4/inline.m4: New file.
3178         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
3179         * modules/list (Files): Add m4/inline.m4.
3180         * modules/oset (Files): Likewise.
3181
3182 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
3183
3184         * lib/idcache.c: Include <stddef.h>, for offsetof.
3185         (struct userid.name): Change from char * to a flexible array member.
3186         All uses changed.
3187         * modules/idcache (Depends-on): Add flexmember.
3188
3189         * MODULES.html.sh (Core language properties): New module flexmember.
3190         * modules/flexmember, m4/flexmember.m4: New files.
3191
3192         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
3193         inline functions that are identical with the old xnmalloc_inline,
3194         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
3195         that we can avoid some unnecessary integer multiplications and
3196         divisions in the common case where the element size is known at
3197         compile time.
3198         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
3199         needed.
3200         (xnboundedmalloc): Remove.
3201         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
3202         arguments, for consistency with rest of this header.
3203         (xcharalloc): Rewrite using XNMALLOC.
3204         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
3205         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
3206         versions have been moved to lib/xalloc.h and renamed to be the
3207         non-*_inline versions.
3208         (xmalloc, xrealloc): Implement without reference to the xnmalloc
3209         and xnrealloc functions, since those functions are now inline and
3210         now call us.
3211         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
3212         renaming described above.
3213         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
3214         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
3215         captures the dependency in AC_C_INLINE.
3216
3217         New module canonicalize-lgpl, proposed by Charles Wilson in
3218         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
3219         with a few small changes afterwards.
3220         * MODULES.html.sh (File system functions): New module
3221         canonicalize-lgpl.
3222         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
3223         and canonicalize_file_name.
3224         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
3225         * modules/canonicalize-lgpl: New files.
3226
3227 2006-11-05  Bruno Haible  <bruno@clisp.org>
3228
3229         * gnulib-tool (func_import, func_create_testdir): Create directories
3230         also for files in subdirectories of lib/.
3231
3232 2006-11-05  Bruno Haible  <bruno@clisp.org>
3233
3234         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
3235         ANSI C compliant.
3236
3237 2006-11-03  Bruno Haible  <bruno@clisp.org>
3238
3239         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
3240         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
3241         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
3242         (xnboundedmalloc): New inline function.
3243         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
3244         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
3245         xmalloc.
3246         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
3247         xmalloc.
3248         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
3249         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
3250         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
3251         xmalloc.
3252         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3253         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
3254         xmalloc.
3255         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
3256         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3257         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
3258         xmalloc.
3259         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
3260         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
3261         gl_tree_add_after): Use XMALLOC instead of xmalloc.
3262         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
3263         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
3264         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
3265         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
3266
3267 2006-11-03  Bruno Haible  <bruno@clisp.org>
3268
3269         * lib/c-ctype.h [C++]: Define functions without name mangling.
3270         * lib/fwriteerror.h [C++]: Likewise.
3271         * lib/gcd.h [C++]: Likewise.
3272         * lib/linebreak.h [C++]: Likewise.
3273
3274 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
3275
3276         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
3277         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
3278         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
3279         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3280         Check for functions and headers just once.
3281         Check for declaration of canonicalize_file_name.
3282         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
3283
3284 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3285
3286         * gnulib-tool (func_import): Fix typo in actioncmd.
3287
3288 2006-11-02  Bruno Haible  <bruno@clisp.org>
3289
3290         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
3291         newline sequence in the Makefile.am snippet as a space, like "make"
3292         does.
3293         Reported by Roger Persson <perrog@gmail.com>.
3294
3295 2006-11-01  Bruno Haible  <bruno@clisp.org>
3296
3297         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
3298         already declared in <string.h>.
3299         * lib/strcase.h (strncasecmp): Don't declare it if yes.
3300
3301 2006-11-01  Bruno Haible  <bruno@clisp.org>
3302
3303         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
3304         * lib/strcase.h: Include <string.h>.
3305         (strcasecmp): Define to rpl_strcasecmp here.
3306
3307 2006-11-01  Bruno Haible  <bruno@clisp.org>
3308
3309         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
3310
3311 2006-11-01  Eric Blake  <ebb9@byu.net>
3312
3313         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
3314
3315         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
3316
3317 2006-10-29  Bruno Haible  <bruno@clisp.org>
3318
3319         Make it compile in C++ mode.
3320         * lib/full-write.c (full_rw): Add a cast.
3321
3322 2006-11-01  Bruno Haible  <bruno@clisp.org>
3323
3324         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
3325         be POSIX compliant.
3326         Reported by Roger Persson <perrog@gmail.com>.
3327
3328 2006-11-01  Eric Blake  <ebb9@byu.net>
3329
3330         * lib/getopt_.h: Fix comments.
3331
3332 2006-10-31  Eric Blake  <ebb9@byu.net>
3333
3334         * modules/tmpdir (Depends-on): Add sys_stat.
3335         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
3336         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
3337         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
3338         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
3339         tempname.
3340
3341 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
3342
3343         Avoid some C++ diagnostics reported by Bruno Haible.
3344         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
3345         xmalloc.
3346         (quotearg_alloc): Use xcharalloc rather than xmalloc.
3347         (struct slotvec): Move to top level.
3348         (quotearg_n_options): Rewrite to avoid xmalloc.
3349         * lib/xalloc.h (xcharalloc): New function.
3350         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
3351         [defined __cplusplus]: Add function template that provides result
3352         type propagation.  This part of the change is from Bruno Haible.
3353
3354 2006-10-29  Bruno Haible  <bruno@clisp.org>
3355
3356         Make it compile in C++ mode.
3357         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
3358         * lib/strnlen1.c (strnlen1): Cast memchr result.
3359         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
3360         * lib/clean-temp.c (string_equals, string_hash): Add casts.
3361         (create_temp_dir): Rename local variable 'template'.
3362         (compile_csharp_using_sscli): Add cast.
3363         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
3364         * lib/findprog.c (find_in_path): Likewise.
3365         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
3366         * lib/wait-process.c (register_slave_subprocess): Likewise.
3367
3368 2006-10-22  Bruno Haible  <bruno@clisp.org>
3369
3370         * modules/tsearch: New file.
3371         * lib/tsearch.h: New file.
3372         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
3373         * m4/tsearch.m4: New file.
3374         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
3375
3376 2006-10-29  Eric Blake  <ebb9@byu.net>
3377
3378         * lib/arcfour.c: Assume config.h.
3379         * lib/arctwo.c: Likewise.
3380         * lib/base64.c: Likewise.
3381         * lib/check-version.c: Likewise.
3382         * lib/crc.c: Likewise.
3383         * lib/des.c: Likewise.
3384         * lib/gc-gnulib.c: Likewise.
3385         * lib/gc-libgcrypt.c: Likewise.
3386         * lib/gc-pbkdf2-sha1.c: Likewise.
3387         * lib/getaddrinfo.c: Likewise.
3388         * lib/getdelim.c: Likewise.
3389         * lib/getline.c: Likewise.
3390         * lib/hmac-md5.c: Likewise.
3391         * lib/hmac-sha1.c: Likewise.
3392         * lib/iconvme.c: Likewise.
3393         * lib/md2.c: Likewise.
3394         * lib/md4.c: Likewise.
3395         * lib/memxor.c: Likewise.
3396         * lib/read-file.c: Likewise.
3397         * lib/readline.c: Likewise.
3398         * lib/rijndael-alg-fst.c: Likewise.
3399         * lib/rijndael-api-fst.c: Likewise.
3400         * lib/xgetdomainname.c: Likewise.
3401
3402 2006-10-28  Eric Blake  <ebb9@byu.net>
3403
3404         * lib/xstrndup.c: Assume config.h.
3405
3406 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
3407
3408         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
3409         stat-macros.h is now for our own macros, whereas stat_h is for
3410         macros in the <sys/stat.h> name space.
3411         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
3412         (STAT_MACROS_H): Remove.
3413         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
3414         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
3415         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
3416         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
3417         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
3418         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
3419         Move these macros to ...
3420         * lib/stat_.h: here.  Don't include stat-macros.h.
3421         * lib/canonicalize.c: Don't include stat-macros.h.
3422         * lib/chown.c: Likewise.
3423         * lib/euidaccess.c: Likewise.
3424         * lib/file-type.c: Likewise.
3425         * lib/filemode.c: Likewise.
3426         * lib/glob.c: Likewise.
3427         * lib/isapipe.c: Likewise.
3428         * lib/lchown.c: Likewise.
3429         * lib/lstat.c: Likewise.
3430         * lib/mkdir-p.c: Likewise.
3431         * lib/rmdir.c: Likewise.
3432         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
3433         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
3434         unless mkdir isn't declared, to speed up 'configure'.
3435         Always create sys/stat.h, since it's unlikely any real sys/stat.h
3436         would define all the S_* symbols.
3437         * modules/canonicalize (Depends-on):
3438         Depend on sys_stat, not stat-macros.
3439         * modules/chown: Likewise.
3440         * modules/euidaccess: Likewise.
3441         * modules/filemode: Likewise.
3442         * modules/file-type: Likewise.
3443         * modules/glob: Likewise.
3444         * modules/isapipe: Likewise.
3445         * modules/lchown: Likewise.
3446         * modules/lstat: Likewise.
3447         * modules/mkancesdirs: Likewise.
3448         * modules/rmdir: Likewise.
3449         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
3450         * modules/modechange: Likewise.
3451         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
3452         (configure.ac): Remove gl_STAT_MACROS.
3453         * modules/sys_stat (Depends-on): Remove stat-macros.
3454
3455 2006-10-27  Bruno Haible  <bruno@clisp.org>
3456
3457         * m4/signed.m4: Remove file.
3458         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
3459         invocation.
3460         * modules/vasnprintf (Files): Remove m4/signed.m4.
3461
3462 2006-10-27  Bruno Haible  <bruno@clisp.org>
3463
3464         Update to GNU gettext 0.16.
3465         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
3466         m4/inttypes-h.m4, m4/signed.m4.
3467         * m4/gettext.m4: Update to GNU gettext 0.16.
3468         * m4/intl.m4: New file, from GNU gettext.
3469         * m4/intldir.m4: New file, from GNU gettext.
3470         * config/srclist.txt: Update
3471
3472 2006-10-27  Eric Blake  <ebb9@byu.net>
3473
3474         * MODULES.html.sh: Document tempname.
3475         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
3476         dependencies.
3477         (Files): Move lib/tempname.c...
3478         * modules/tempname: ...to this new module.
3479         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
3480         (gl_PREREQ_TEMPNAME): Move...
3481         * m4/tempname.m4: ...to this new file.
3482         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
3483         * modules/sys_stat (Depends-on): Add stat-macros.
3484         * lib/stat_.h (includes): Pick up stat macros.
3485         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
3486         if stat macros are broken.
3487         * lib/tempname.c (includes): No need to include "stat-macros.h".
3488         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
3489         (direxists, __path_search) [!_LIBC]: Don't compile these in
3490         gnulib; the tmpdir module covers that.
3491         * lib/tempname.h: New file.
3492
3493 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
3494
3495         * COPYING: Explain how gnulib-tool converts licence headers.
3496         Almost all wording by Eric Blake.
3497
3498 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
3499
3500         * lib/mbchar.h (is_basic_table): Make read-only.
3501         * lib/mbchar.c (is_basic_table): Likewise.
3502         Reported by John Darrington.
3503
3504 2006-10-25  Bruno Haible  <bruno@clisp.org>
3505
3506         * lib/progname.h (set_program_name): Undefine before defining.
3507
3508 2006-10-25  Bruno Haible  <bruno@clisp.org>
3509
3510         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
3511         false for non-gcc C++ compilers.
3512         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
3513
3514 2006-10-24  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
3517         iconv implementations like Irix iconv.
3518
3519 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3520
3521         * modules/vararrays: New file.
3522         * m4/vararrays.m4: New file, taken from diffutils.
3523         * MODULES.html.sh: New module vararrays.
3524
3525 2006-10-24  Karl Berry  <karl@gnu.org>
3526
3527         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
3528         Don't call GNU Unix.
3529
3530 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3531
3532         * users.txt: Add Libtool.
3533
3534         Sync from Libtool:
3535
3536         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3537
3538         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
3539         to gnulib's policy of including config.h unconditionally.
3540
3541 2006-10-24  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/wcwidth (Files): Add m4/wint_t.m4.
3544         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
3545         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
3546
3547 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
3548
3549         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
3550         to pacify GCC with some -W flags enabled.  Problem reported by
3551         Bruno Haible.
3552
3553 2006-10-24  Jim Meyering  <jim@meyering.net>
3554
3555         * MODULES.html.sh: Remove uinttostr.  It's not a module.
3556         Reported by Karl Berry.
3557
3558 2006-10-23  Bruno Haible  <bruno@clisp.org>
3559
3560         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
3561
3562 2006-10-24  Bruno Haible  <bruno@clisp.org>
3563
3564         * lib/gl_list.h: Use C comment style, not C++ comment style.
3565
3566 2006-10-23  Eric Blake  <ebb9@byu.net>
3567
3568         * lib/getaddrinfo.c (includes): Add missing include.
3569
3570 2006-10-23  Bruno Haible  <bruno@clisp.org>
3571             Paul Eggert  <eggert@cs.ucla.edu>
3572
3573         Ability to rename obstack_free.
3574         * lib/obstack.h (__obstack_free): New macro. Declare instead of
3575         obstack_free.
3576         (obstack_free): Invoke the __obstack_free macro.
3577         * lib/obstack.c (obstack_free): Use __obstack_free macro.
3578
3579 2006-10-23  Bruno Haible  <bruno@clisp.org>
3580             Paul Eggert  <eggert@cs.ucla.edu>
3581
3582         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
3583         __argc, __argv from the declaration. (They are defined as macros on
3584         mingw.)
3585
3586 2006-10-22  Bruno Haible  <bruno@clisp.org>
3587
3588         * doc/gnulib-intro.texi: New file.
3589         * doc/gnulib.texi: Include it.
3590
3591 2006-10-21  Bruno Haible  <bruno@clisp.org>
3592
3593         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
3594         "Introduction", "Miscellanous Notes", "Particular Modules".
3595
3596 2006-10-21  Bruno Haible  <bruno@clisp.org>
3597
3598         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3599         Change mostlyclean-local rule to avoid sh syntax error from bash
3600         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
3601
3602 2006-10-23  Jim Meyering  <jim@meyering.net>
3603
3604         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
3605         in place of snprintf.
3606
3607         * modules/inttostr (Files): Add lib/uinttostr.c.
3608         * lib/uinttostr.c (inttostr): New file/function.
3609         * lib/inttostr.h (uinttostr): Declare.
3610         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
3611         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
3612         Add uinttostr.
3613         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
3614
3615 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3616
3617         * lib/canonicalize.c (ELOOP): Define if not already defined.
3618         Problem reported by Bruno Haible in
3619         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
3620
3621 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
3622
3623         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
3624         Problem reported by Perry Smith and Ville Laurikari.
3625
3626         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
3627         uses.
3628
3629 2006-10-19  Bruno Haible  <bruno@clisp.org>
3630
3631         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
3632         for mingw.
3633
3634 2006-10-19  Bruno Haible  <bruno@clisp.org>
3635
3636         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
3637         Needed for mingw.
3638
3639 2006-10-19  Bruno Haible  <bruno@clisp.org>
3640
3641         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
3642
3643 2006-10-19  Bruno Haible  <bruno@clisp.org>
3644
3645         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
3646         it.
3647
3648 2006-10-19  Bruno Haible  <bruno@clisp.org>
3649
3650         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
3651         invocation.
3652
3653 2006-10-19  Bruno Haible  <bruno@clisp.org>
3654
3655         * gnulib-tool (func_create_testdir): Don't include ftruncate and
3656         mountlist by default.
3657
3658 2006-10-16  Bruno Haible  <bruno@clisp.org>
3659
3660         * lib/c-strstr.c: Include c-strstr.h.
3661
3662 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
3663
3664         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
3665         in a slash.
3666
3667 2006-10-18  Bruno Haible  <bruno@clisp.org>
3668
3669         * lib/lock.h [C++]: Wrap definitions in extern "C".
3670
3671 2006-10-18  Bruno Haible  <bruno@clisp.org>
3672
3673         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
3674         gl_LIBOBJS list.
3675
3676 2006-10-18  Bruno Haible  <bruno@clisp.org>
3677
3678         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
3679
3680 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * lib/xstrtol.h: Include gettext.h.
3683         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
3684         Problem reported by Eric Blake.
3685         * modules/xstrtol (Depends-on): Add gettext-h.
3686
3687 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
3688
3689         * lib/strftime.c (advance): New macro.
3690         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
3691         incomplete type, so you can't add 0 to it.  Problem and patch
3692         reported by Eelco Dolstra for dietlibc.
3693
3694 2006-10-18  Jim Meyering  <jim@meyering.net>
3695
3696         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
3697         type for a local, and rename it: s/up/user_proc/.
3698
3699 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
3700
3701         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
3702         READ_UTMP_USER_PROCESS.
3703         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
3704
3705 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
3706
3707         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
3708         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
3709
3710 2006-10-17  Eric Blake  <ebb9@byu.net>
3711
3712         * lib/sigprocmask.c (sigprocmask): Fix typo.
3713
3714         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
3715
3716         * modules/clean-temp (Makefile.am): Don't add to make output...
3717         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
3718         config.h.
3719
3720 2006-10-17  Bruno Haible  <bruno@clisp.org>
3721
3722         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
3723         differently if DEFAULT_TEXT_DOMAIN is set.
3724
3725 2006-10-16  Bruno Haible  <bruno@clisp.org>
3726
3727         * lib/clean-temp.c: Include fwriteerror.h.
3728
3729 2006-10-16  Bruno Haible  <bruno@clisp.org>
3730
3731         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
3732
3733 2006-10-16  Bruno Haible  <bruno@clisp.org>
3734
3735         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
3736         * lib/sigprocmask.h: Include <sys/types.h>.
3737         (sigset_t): Use the system's definition if present.
3738
3739 2006-10-17  Eric Blake  <ebb9@byu.net>
3740
3741         * lib/xvasprintf.c (includes): Assume config.h.
3742         * lib/xasprintf.c (includes): Likewise.
3743
3744 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
3745
3746         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
3747         at least as wide as intmax_t.
3748
3749 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
3750
3751         (Imported from Automake.)
3752         * build-aux/gnupload: Update to version 1.1 of directive file.
3753
3754 2006-10-16  Eric Blake  <ebb9@byu.net>
3755
3756         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
3757         match Automake 1.10a.
3758
3759 2006-10-14  Bruno Haible  <bruno@clisp.org>
3760
3761         * modules/sigprocmask: New file.
3762         * lib/sigprocmask.h: New file.
3763         * lib/sigprocmask.c: New file.
3764         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
3765         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
3766         request sigprocmask.o.
3767         (gl_PREREQ_SIGPROCMASK): New macro.
3768         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
3769         (Depends-on): Add sigprocmask.
3770         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
3771         gt_SIGNALBLOCKING. Test for 'raise' only once.
3772         * lib/fatal-signal.c: Include sigprocmask.h.
3773         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
3774         unblock_fatal_signals): Define always.
3775         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3776         sigprocmask.
3777
3778 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
3779
3780         Sync from Automake.
3781         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
3782         which incorrectly sets the mode of an existing destination
3783         directory.  In some cases the unpatched install-sh could do the
3784         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
3785         system.  We hope this is rare in practice, but it's clearly worth
3786         fixing.  Problem reported by Alex Unleashed in
3787         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
3788         Also, don't bother to check for -m bugs unless we're using -m;
3789         suggested by Stepan Kasal.
3790
3791 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3792
3793         Sync from Automake.
3794         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
3795         `-c' flag, so they appear at the same position as in %FASTDEP%
3796         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
3797         which ignores unknown options only after the first non-option.
3798         Bug report against M4 by Nelson H. F. Beebe.
3799
3800 2006-10-13  Jim Meyering  <jim@meyering.net>
3801
3802         Fix a bug in yesterday's change.
3803         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
3804         p->fts_statp->st_dev would be used uninitialized.
3805         Ensures that we always call fts_stat on the very first entry.
3806         Miklos Szeredi reported that find -xdev stopped working.
3807
3808 2006-10-12  Bruno Haible  <bruno@clisp.org>
3809
3810         * gnulib-tool (func_get_automake_snippet): Append an automatically
3811         computed EXTRA_DIST augmentation.
3812         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
3813         * modules/alloca-opt (Makefile.am): Likewise.
3814         * modules/allocsa (Makefile.am): Likewise.
3815         * modules/arcfour (Makefile.am): Likewise.
3816         * modules/arctwo (Makefile.am): Likewise.
3817         * modules/argmatch (Makefile.am): Likewise.
3818         * modules/argz (Makefile.am): Likewise.
3819         * modules/atexit (Makefile.am): Likewise.
3820         * modules/backupfile (Makefile.am): Likewise.
3821         * modules/byteswap (Makefile.am): Likewise.
3822         * modules/c-strtod (Makefile.am): Likewise.
3823         * modules/c-strtold (Makefile.am): Likewise.
3824         * modules/calloc (Makefile.am): Likewise.
3825         * modules/canon-host (Makefile.am): Likewise.
3826         * modules/canonicalize (Makefile.am): Likewise.
3827         * modules/chdir-long (Makefile.am): Likewise.
3828         * modules/chdir-safer (Makefile.am): Likewise.
3829         * modules/check-version (Makefile.am): Likewise.
3830         * modules/chown (Makefile.am): Likewise.
3831         * modules/cloexec (Makefile.am): Likewise.
3832         * modules/close-stream (Makefile.am): Likewise.
3833         * modules/closeout (Makefile.am): Likewise.
3834         * modules/crc (Makefile.am): Likewise.
3835         * modules/csharpexec (Makefile.am): Likewise.
3836         * modules/cycle-check (Makefile.am): Likewise.
3837         * modules/des (Makefile.am): Likewise.
3838         * modules/dev-ino (Makefile.am): Likewise.
3839         * modules/dirfd (Makefile.am): Likewise.
3840         * modules/dirname (Makefile.am): Likewise.
3841         * modules/dup2 (Makefile.am): Likewise.
3842         * modules/eealloc (Makefile.am): Likewise.
3843         * modules/error (Makefile.am): Likewise.
3844         * modules/euidaccess (Makefile.am): Likewise.
3845         * modules/exclude (Makefile.am): Likewise.
3846         * modules/exitfail (Makefile.am): Likewise.
3847         * modules/fcntl-safer (Makefile.am): Likewise.
3848         * modules/fcntl (Makefile.am): Likewise.
3849         * modules/file-type (Makefile.am): Likewise.
3850         * modules/fileblocks (Makefile.am): Likewise.
3851         * modules/filemode (Makefile.am): Likewise.
3852         * modules/filenamecat (Makefile.am): Likewise.
3853         * modules/fnmatch (Makefile.am): Likewise.
3854         * modules/fopen-safer (Makefile.am): Likewise.
3855         * modules/fpending (Makefile.am): Likewise.
3856         * modules/fprintftime (Makefile.am): Likewise.
3857         * modules/free (Makefile.am): Likewise.
3858         * modules/fsusage (Makefile.am): Likewise.
3859         * modules/ftruncate (Makefile.am): Likewise.
3860         * modules/fts (Makefile.am): Likewise.
3861         * modules/gc-arcfour (Makefile.am): Likewise.
3862         * modules/gc-des (Makefile.am): Likewise.
3863         * modules/gc-hmac-md5 (Makefile.am): Likewise.
3864         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
3865         * modules/gc-md4 (Makefile.am): Likewise.
3866         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
3867         * modules/gc-sha1 (Makefile.am): Likewise.
3868         * modules/gc (Makefile.am): Likewise.
3869         * modules/getaddrinfo (Makefile.am): Likewise.
3870         * modules/getcwd (Makefile.am): Likewise.
3871         * modules/getdelim (Makefile.am): Likewise.
3872         * modules/getdomainname (Makefile.am): Likewise.
3873         * modules/getgroups (Makefile.am): Likewise.
3874         * modules/gethostname (Makefile.am): Likewise.
3875         * modules/gethrxtime (Makefile.am): Likewise.
3876         * modules/getline (Makefile.am): Likewise.
3877         * modules/getloadavg (Makefile.am): Likewise.
3878         * modules/getlogin_r (Makefile.am): Likewise.
3879         * modules/getndelim2 (Makefile.am): Likewise.
3880         * modules/getopt (Makefile.am): Likewise.
3881         * modules/getpagesize (Makefile.am): Likewise.
3882         * modules/getpass-gnu (Makefile.am): Likewise.
3883         * modules/getpass (Makefile.am): Likewise.
3884         * modules/getsubopt (Makefile.am): Likewise.
3885         * modules/gettime (Makefile.am): Likewise.
3886         * modules/gettimeofday (Makefile.am): Likewise.
3887         * modules/getugroups (Makefile.am): Likewise.
3888         * modules/getusershell (Makefile.am): Likewise.
3889         * modules/glob (Makefile.am): Likewise.
3890         * modules/group-member (Makefile.am): Likewise.
3891         * modules/hard-locale (Makefile.am): Likewise.
3892         * modules/hash (Makefile.am): Likewise.
3893         * modules/hmac-md5 (Makefile.am): Likewise.
3894         * modules/hmac-sha1 (Makefile.am): Likewise.
3895         * modules/human (Makefile.am): Likewise.
3896         * modules/idcache (Makefile.am): Likewise.
3897         * modules/imaxabs (Makefile.am): Likewise.
3898         * modules/imaxdiv (Makefile.am): Likewise.
3899         * modules/inet_ntop (Makefile.am): Likewise.
3900         * modules/inet_pton (Makefile.am): Likewise.
3901         * modules/intprops (Makefile.am): Likewise.
3902         * modules/inttostr (Makefile.am): Likewise.
3903         * modules/inttypes (Makefile.am): Likewise.
3904         * modules/isapipe (Makefile.am): Likewise.
3905         * modules/javaversion (Makefile.am): Likewise.
3906         * modules/lchmod (Makefile.am): Likewise.
3907         * modules/lchown (Makefile.am): Likewise.
3908         * modules/localcharset (Makefile.am): Likewise.
3909         * modules/long-options (Makefile.am): Likewise.
3910         * modules/lstat (Makefile.am): Likewise.
3911         * modules/malloc (Makefile.am): Likewise.
3912         * modules/mathl (Makefile.am): Likewise.
3913         * modules/mbchar (Makefile.am): Likewise.
3914         * modules/md2 (Makefile.am): Likewise.
3915         * modules/md4 (Makefile.am): Likewise.
3916         * modules/md5 (Makefile.am): Likewise.
3917         * modules/memcasecmp (Makefile.am): Likewise.
3918         * modules/memchr (Makefile.am): Likewise.
3919         * modules/memcmp (Makefile.am): Likewise.
3920         * modules/memcoll (Makefile.am): Likewise.
3921         * modules/memcpy (Makefile.am): Likewise.
3922         * modules/memmem (Makefile.am): Likewise.
3923         * modules/memmove (Makefile.am): Likewise.
3924         * modules/mempcpy (Makefile.am): Likewise.
3925         * modules/memrchr (Makefile.am): Likewise.
3926         * modules/memset (Makefile.am): Likewise.
3927         * modules/memxor (Makefile.am): Likewise.
3928         * modules/mkancesdirs (Makefile.am): Likewise.
3929         * modules/mkdir-p (Makefile.am): Likewise.
3930         * modules/mkdir (Makefile.am): Likewise.
3931         * modules/mkdtemp (Makefile.am): Likewise.
3932         * modules/mkstemp (Makefile.am): Likewise.
3933         * modules/mktime (Makefile.am): Likewise.
3934         * modules/modechange (Makefile.am): Likewise.
3935         * modules/mountlist (Makefile.am): Likewise.
3936         * modules/nanosleep (Makefile.am): Likewise.
3937         * modules/obstack (Makefile.am): Likewise.
3938         * modules/openat (Makefile.am): Likewise.
3939         * modules/pagealign_alloc (Makefile.am): Likewise.
3940         * modules/pathmax (Makefile.am): Likewise.
3941         * modules/physmem (Makefile.am): Likewise.
3942         * modules/poll (Makefile.am): Likewise.
3943         * modules/posixtm (Makefile.am): Likewise.
3944         * modules/posixver (Makefile.am): Likewise.
3945         * modules/putenv (Makefile.am): Likewise.
3946         * modules/quote (Makefile.am): Likewise.
3947         * modules/quotearg (Makefile.am): Likewise.
3948         * modules/raise (Makefile.am): Likewise.
3949         * modules/read-file (Makefile.am): Likewise.
3950         * modules/readline (Makefile.am): Likewise.
3951         * modules/readlink (Makefile.am): Likewise.
3952         * modules/readtokens (Makefile.am): Likewise.
3953         * modules/readutmp (Makefile.am): Likewise.
3954         * modules/realloc (Makefile.am): Likewise.
3955         * modules/regex (Makefile.am): Likewise.
3956         * modules/rename-dest-slash (Makefile.am): Likewise.
3957         * modules/rename (Makefile.am): Likewise.
3958         * modules/rijndael (Makefile.am): Likewise.
3959         * modules/rmdir (Makefile.am): Likewise.
3960         * modules/rpmatch (Makefile.am): Likewise.
3961         * modules/safe-read (Makefile.am): Likewise.
3962         * modules/safe-write (Makefile.am): Likewise.
3963         * modules/same-inode (Makefile.am): Likewise.
3964         * modules/same (Makefile.am): Likewise.
3965         * modules/save-cwd (Makefile.am): Likewise.
3966         * modules/savedir (Makefile.am): Likewise.
3967         * modules/setenv (Makefile.am): Likewise.
3968         * modules/settime (Makefile.am): Likewise.
3969         * modules/sha1 (Makefile.am): Likewise.
3970         * modules/sig2str (Makefile.am): Likewise.
3971         * modules/snprintf (Makefile.am): Likewise.
3972         * modules/stat-macros (Makefile.am): Likewise.
3973         * modules/stat-time (Makefile.am): Likewise.
3974         * modules/stdbool (Makefile.am): Likewise.
3975         * modules/stdint (Makefile.am): Likewise.
3976         * modules/stdlib-safer (Makefile.am): Likewise.
3977         * modules/stpcpy (Makefile.am): Likewise.
3978         * modules/stpncpy (Makefile.am): Likewise.
3979         * modules/strcase (Makefile.am): Likewise.
3980         * modules/strcasestr (Makefile.am): Likewise.
3981         * modules/strchrnul (Makefile.am): Likewise.
3982         * modules/strcspn (Makefile.am): Likewise.
3983         * modules/strdup (Makefile.am): Likewise.
3984         * modules/strerror (Makefile.am): Likewise.
3985         * modules/strftime (Makefile.am): Likewise.
3986         * modules/strndup (Makefile.am): Likewise.
3987         * modules/strnlen (Makefile.am): Likewise.
3988         * modules/strpbrk (Makefile.am): Likewise.
3989         * modules/strsep (Makefile.am): Likewise.
3990         * modules/strstr (Makefile.am): Likewise.
3991         * modules/strtod (Makefile.am): Likewise.
3992         * modules/strtoimax (Makefile.am): Likewise.
3993         * modules/strtok_r (Makefile.am): Likewise.
3994         * modules/strtol (Makefile.am): Likewise.
3995         * modules/strtoll (Makefile.am): Likewise.
3996         * modules/strtoul (Makefile.am): Likewise.
3997         * modules/strtoull (Makefile.am): Likewise.
3998         * modules/strtoumax (Makefile.am): Likewise.
3999         * modules/strverscmp (Makefile.am): Likewise.
4000         * modules/sys_socket (Makefile.am): Likewise.
4001         * modules/sys_stat (Makefile.am): Likewise.
4002         * modules/sysexits (Makefile.am): Likewise.
4003         * modules/time_r (Makefile.am): Likewise.
4004         * modules/timegm (Makefile.am): Likewise.
4005         * modules/timespec (Makefile.am): Likewise.
4006         * modules/tmpfile-safer (Makefile.am): Likewise.
4007         * modules/trim (Makefile.am): Likewise.
4008         * modules/unistd-safer (Makefile.am): Likewise.
4009         * modules/unlinkdir (Makefile.am): Likewise.
4010         * modules/unlocked-io (Makefile.am): Likewise.
4011         * modules/userspec (Makefile.am): Likewise.
4012         * modules/utime (Makefile.am): Likewise.
4013         * modules/utimecmp (Makefile.am): Likewise.
4014         * modules/utimens (Makefile.am): Likewise.
4015         * modules/vasnprintf (Makefile.am): Likewise.
4016         * modules/vasprintf (Makefile.am): Likewise.
4017         * modules/vsnprintf (Makefile.am): Likewise.
4018         * modules/xalloc (Makefile.am): Likewise.
4019         * modules/xgetcwd (Makefile.am): Likewise.
4020         * modules/xnanosleep (Makefile.am): Likewise.
4021         * modules/xreadlink (Makefile.am): Likewise.
4022         * modules/xstrtod (Makefile.am): Likewise.
4023         * modules/xstrtol (Makefile.am): Likewise.
4024         * modules/xstrtold (Makefile.am): Likewise.
4025         * modules/yesno (Makefile.am): Likewise.
4026         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
4027
4028 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4029
4030         * modules/error (Makefile.am): Distribute files through
4031         EXTRA_DIST, not lib_SOURCES.
4032
4033 2006-10-12  Eric Blake  <ebb9@byu.net>
4034
4035         * modules/error (Makefile.am): Distribute files in /lib.
4036         * modules/obstack (Makefile.am): Likewise.
4037
4038 2006-10-12  Bruno Haible  <bruno@clisp.org>
4039
4040         * modules/acl (Makefile.am): Distribute all files in lib/ through
4041         EXTRA_DIST.
4042         * modules/arcfour (Makefile.am): Likewise.
4043         * modules/arctwo (Makefile.am): Likewise.
4044         * modules/argmatch (Makefile.am): Likewise.
4045         * modules/argz (Makefile.am): Likewise.
4046         * modules/atexit (Makefile.am): Likewise.
4047         * modules/backupfile (Makefile.am): Likewise.
4048         * modules/c-strtod (Makefile.am): Likewise.
4049         * modules/c-strtold (Makefile.am): Likewise.
4050         * modules/calloc (Makefile.am): Likewise.
4051         * modules/canon-host (Makefile.am): Likewise.
4052         * modules/canonicalize (Makefile.am): Likewise.
4053         * modules/chdir-long (Makefile.am): Likewise.
4054         * modules/chdir-safer (Makefile.am): Likewise.
4055         * modules/check-version (Makefile.am): Likewise.
4056         * modules/chown (Makefile.am): Likewise.
4057         * modules/cloexec (Makefile.am): Likewise.
4058         * modules/close-stream (Makefile.am): Likewise.
4059         * modules/closeout (Makefile.am): Likewise.
4060         * modules/crc (Makefile.am): Likewise.
4061         * modules/cycle-check (Makefile.am): Likewise.
4062         * modules/des (Makefile.am): Likewise.
4063         * modules/dirfd (Makefile.am): Likewise.
4064         * modules/dirname (Makefile.am): Likewise.
4065         * modules/dup2 (Makefile.am): Likewise.
4066         * modules/euidaccess (Makefile.am): Likewise.
4067         * modules/exclude (Makefile.am): Likewise.
4068         * modules/exitfail (Makefile.am): Likewise.
4069         * modules/fcntl-safer (Makefile.am): Likewise.
4070         * modules/file-type (Makefile.am): Likewise.
4071         * modules/fileblocks (Makefile.am): Likewise.
4072         * modules/filemode (Makefile.am): Likewise.
4073         * modules/filenamecat (Makefile.am): Likewise.
4074         * modules/fnmatch (Makefile.am): Likewise.
4075         * modules/fopen-safer (Makefile.am): Likewise.
4076         * modules/fpending (Makefile.am): Likewise.
4077         * modules/fprintftime (Makefile.am): Likewise.
4078         * modules/free (Makefile.am): Likewise.
4079         * modules/fsusage (Makefile.am): Likewise.
4080         * modules/ftruncate (Makefile.am): Likewise.
4081         * modules/fts (Makefile.am): Likewise.
4082         * modules/gc (Makefile.am): Likewise.
4083         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
4084         * modules/getaddrinfo (Makefile.am): Likewise.
4085         * modules/getcwd (Makefile.am): Likewise.
4086         * modules/getdelim (Makefile.am): Likewise.
4087         * modules/getdomainname (Makefile.am): Likewise.
4088         * modules/getgroups (Makefile.am): Likewise.
4089         * modules/gethostname (Makefile.am): Likewise.
4090         * modules/gethrxtime (Makefile.am): Likewise.
4091         * modules/getline (Makefile.am): Likewise.
4092         * modules/getloadavg (Makefile.am): Likewise.
4093         * modules/getlogin_r (Makefile.am): Likewise.
4094         * modules/getopt (Makefile.am): Likewise.
4095         * modules/getpass (Makefile.am): Likewise.
4096         * modules/getpass-gnu (Makefile.am): Likewise.
4097         * modules/getsubopt (Makefile.am): Likewise.
4098         * modules/gettime (Makefile.am): Likewise.
4099         * modules/gettimeofday (Makefile.am): Likewise.
4100         * modules/getugroups (Makefile.am): Likewise.
4101         * modules/getusershell (Makefile.am): Likewise.
4102         * modules/glob (Makefile.am): Likewise.
4103         * modules/group-member (Makefile.am): Likewise.
4104         * modules/hard-locale (Makefile.am): Likewise.
4105         * modules/hash (Makefile.am): Likewise.
4106         * modules/hmac-md5 (Makefile.am): Likewise.
4107         * modules/hmac-sha1 (Makefile.am): Likewise.
4108         * modules/human (Makefile.am): Likewise.
4109         * modules/idcache (Makefile.am): Likewise.
4110         * modules/imaxabs (Makefile.am): Likewise.
4111         * modules/imaxdiv (Makefile.am): Likewise.
4112         * modules/inet_ntop (Makefile.am): Likewise.
4113         * modules/inet_pton (Makefile.am): Likewise.
4114         * modules/inttostr (Makefile.am): Likewise.
4115         * modules/isapipe (Makefile.am): Likewise.
4116         * modules/lchown (Makefile.am): Likewise.
4117         * modules/long-options (Makefile.am): Likewise.
4118         * modules/lstat (Makefile.am): Likewise.
4119         * modules/malloc (Makefile.am): Likewise.
4120         * modules/mathl (Makefile.am): Likewise.
4121         * modules/mbchar (Makefile.am): Likewise.
4122         * modules/md2 (Makefile.am): Likewise.
4123         * modules/md4 (Makefile.am): Likewise.
4124         * modules/md5 (Makefile.am): Likewise.
4125         * modules/memcasecmp (Makefile.am): Likewise.
4126         * modules/memchr (Makefile.am): Likewise.
4127         * modules/memcmp (Makefile.am): Likewise.
4128         * modules/memcoll (Makefile.am): Likewise.
4129         * modules/memcpy (Makefile.am): Likewise.
4130         * modules/memmem (Makefile.am): Likewise.
4131         * modules/memmove (Makefile.am): Likewise.
4132         * modules/mempcpy (Makefile.am): Likewise.
4133         * modules/memrchr (Makefile.am): Likewise.
4134         * modules/memset (Makefile.am): Likewise.
4135         * modules/memxor (Makefile.am): Likewise.
4136         * modules/mkancesdirs (Makefile.am): Likewise.
4137         * modules/mkdir (Makefile.am): Likewise.
4138         * modules/mkdir-p (Makefile.am): Likewise.
4139         * modules/mkdtemp (Makefile.am): Likewise.
4140         * modules/mkstemp (Makefile.am): Likewise.
4141         * modules/mktime (Makefile.am): Likewise.
4142         * modules/modechange (Makefile.am): Likewise.
4143         * modules/mountlist (Makefile.am): Likewise.
4144         * modules/nanosleep (Makefile.am): Likewise.
4145         * modules/openat (Makefile.am): Likewise.
4146         * modules/pagealign_alloc (Makefile.am): Likewise.
4147         * modules/physmem (Makefile.am): Likewise.
4148         * modules/poll (Makefile.am): Likewise.
4149         * modules/posixtm (Makefile.am): Likewise.
4150         * modules/posixver (Makefile.am): Likewise.
4151         * modules/putenv (Makefile.am): Likewise.
4152         * modules/quote (Makefile.am): Likewise.
4153         * modules/quotearg (Makefile.am): Likewise.
4154         * modules/raise (Makefile.am): Likewise.
4155         * modules/read-file (Makefile.am): Likewise.
4156         * modules/readline (Makefile.am): Likewise.
4157         * modules/readlink (Makefile.am): Likewise.
4158         * modules/readtokens (Makefile.am): Likewise.
4159         * modules/readutmp (Makefile.am): Likewise.
4160         * modules/realloc (Makefile.am): Likewise.
4161         * modules/regex (Makefile.am): Likewise.
4162         * modules/rename (Makefile.am): Likewise.
4163         * modules/rename-dest-slash (Makefile.am): Likewise.
4164         * modules/rijndael (Makefile.am): Likewise.
4165         * modules/rmdir (Makefile.am): Likewise.
4166         * modules/rpmatch (Makefile.am): Likewise.
4167         * modules/safe-read (Makefile.am): Likewise.
4168         * modules/safe-write (Makefile.am): Likewise.
4169         * modules/same (Makefile.am): Likewise.
4170         * modules/save-cwd (Makefile.am): Likewise.
4171         * modules/savedir (Makefile.am): Likewise.
4172         * modules/setenv (Makefile.am): Likewise.
4173         * modules/settime (Makefile.am): Likewise.
4174         * modules/sha1 (Makefile.am): Likewise.
4175         * modules/sig2str (Makefile.am): Likewise.
4176         * modules/snprintf (Makefile.am): Likewise.
4177         * modules/stdlib-safer (Makefile.am): Likewise.
4178         * modules/stpcpy (Makefile.am): Likewise.
4179         * modules/stpncpy (Makefile.am): Likewise.
4180         * modules/strcase (Makefile.am): Likewise.
4181         * modules/strcasestr (Makefile.am): Likewise.
4182         * modules/strchrnul (Makefile.am): Likewise.
4183         * modules/strcspn (Makefile.am): Likewise.
4184         * modules/strdup (Makefile.am): Likewise.
4185         * modules/strerror (Makefile.am): Likewise.
4186         * modules/strftime (Makefile.am): Likewise.
4187         * modules/strndup (Makefile.am): Likewise.
4188         * modules/strnlen (Makefile.am): Likewise.
4189         * modules/strpbrk (Makefile.am): Likewise.
4190         * modules/strsep (Makefile.am): Likewise.
4191         * modules/strstr (Makefile.am): Likewise.
4192         * modules/strtod (Makefile.am): Likewise.
4193         * modules/strtoimax (Makefile.am): Likewise.
4194         * modules/strtok_r (Makefile.am): Likewise.
4195         * modules/strtol (Makefile.am): Likewise.
4196         * modules/strtoll (Makefile.am): Likewise.
4197         * modules/strtoul (Makefile.am): Likewise.
4198         * modules/strtoull (Makefile.am): Likewise.
4199         * modules/strtoumax (Makefile.am): Likewise.
4200         * modules/strverscmp (Makefile.am): Likewise.
4201         * modules/time_r (Makefile.am): Likewise.
4202         * modules/timegm (Makefile.am): Likewise.
4203         * modules/tmpfile-safer (Makefile.am): Likewise.
4204         * modules/unistd-safer (Makefile.am): Likewise.
4205         * modules/unlinkdir (Makefile.am): Likewise.
4206         * modules/userspec (Makefile.am): Likewise.
4207         * modules/utime (Makefile.am): Likewise.
4208         * modules/utimecmp (Makefile.am): Likewise.
4209         * modules/utimens (Makefile.am): Likewise.
4210         * modules/vasnprintf (Makefile.am): Likewise.
4211         * modules/vasprintf (Makefile.am): Likewise.
4212         * modules/vsnprintf (Makefile.am): Likewise.
4213         * modules/xalloc (Makefile.am): Likewise.
4214         * modules/xgetcwd (Makefile.am): Likewise.
4215         * modules/xnanosleep (Makefile.am): Likewise.
4216         * modules/xreadlink (Makefile.am): Likewise.
4217         * modules/xstrtod (Makefile.am): Likewise.
4218         * modules/xstrtol (Makefile.am): Likewise.
4219         * modules/xstrtold (Makefile.am): Likewise.
4220         * modules/yesno (Makefile.am): Likewise.
4221
4222 2006-10-12  Jim Meyering  <jim@meyering.net>
4223
4224         * m4/getloadavg.m4: Revert the change below.
4225
4226         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
4227         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
4228         fail with a symlink, which is what coreutils' ./bootstrap now
4229         creates by default.
4230
4231 2006-10-12  Bruno Haible  <bruno@clisp.org>
4232
4233         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
4234         mingw.
4235         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
4236         MSVC and mingw explicitly.
4237
4238 2006-10-11  Simon Josefsson  <jas@extundo.com>
4239             Bruno Haible  <bruno@clisp.org>
4240
4241         Add support for multiple gnulib-tool invocations in the scope of a
4242         single configure.ac file.
4243         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
4244         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
4245         with the same contents as the _LIBADD variable.
4246         (func_emit_initmacro_start, func_emit_initmacro_end,
4247         func_emit_initmacro_done): New functions.
4248         (func_import, func_create_testdir): Invoke them. Allow the identifiers
4249         gl_LIBOBJS and gl_LTLIBOBJS.
4250
4251 2006-10-11  Bruno Haible  <bruno@clisp.org>
4252
4253         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
4254         (func_create_testdir): Don't create po/Makefile.am, don't invoke
4255         autoreconf. Instead, invoke autopoint explicitly but move back the
4256         *.m4 files from gnulib.
4257
4258 2006-10-11  Bruno Haible  <bruno@clisp.org>
4259
4260         * gnulib-tool (func_usage): Make module names after --create-testdir
4261         optional.
4262         (func_create_testdir): If no module was specified, use nearly all
4263         modules.
4264
4265 2006-10-12  Jim Meyering  <jim@meyering.net>
4266
4267         Big performance improvement for fts-based tools that use FTS_NOSTAT.
4268         Avoid spurious inode-mismatch problems on non-POSIX file systems.
4269         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
4270         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
4271         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
4272         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
4273         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
4274         (fts_set_stat_required): New function.
4275         (fts_open): Defer the calls to fts_stat, if possible or requested.
4276         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
4277         into fts_stat itself.
4278         (fts_read): Perform any required (deferred) fts_stat call.
4279         (fts_build): Likewise, for the directory we're about to open and read.
4280         In the readdir loop, carefully decide whether each entry will require
4281         an eventual call to fts_stat, using dirent.d_type info if available.
4282         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
4283         a command line argument into this function.  Update all callers.
4284         Map a return value of FTS_DOT to FTS_D for a command line argument.
4285         * modules/fts (Depends-on): Add d-type.  Alphabetize.
4286         Thanks to Miklos Szeredi for his tenacity and for the initial
4287         bug report about "find" failing on a FUSE-based file system.
4288
4289         * lib/fts.c (fts_open): Use consistent indentation.
4290
4291 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
4292
4293         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
4294         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
4295         reported by Jim Meyering.  All uses of cache variables renamed
4296         to match Autoconf's.
4297         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
4298         the other one.
4299
4300         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
4301         Fix misspelling in diagnostic.
4302
4303 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4304
4305         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
4306         defined.  Problem reported by Matthew Woehlke.
4307
4308         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
4309         Add support for Tandem NonStop R series.
4310         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
4311         Use new macro.
4312
4313         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
4314         (has_trailing_slash): Omit size arg; all callers changed.
4315         Omit 'inline', since it doesn't help performance and we'd
4316         need to configure it.
4317         Don't count //, ///, etc. as having a trailing slash.
4318         As a side effect, this removes a C99ism reported by Matthew Woehlke.
4319         (rpl_rename_dest_slash): On failure, use rename's errno rather
4320         than (in some cases) an incorrect or junk errno.
4321         Simplify code by removing need to compute length; this does
4322         cause it to make two passes instead of one over the file name,
4323         but it's worth it.
4324
4325         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
4326         change, since Autoconf's version may no longer be appropriate now
4327         that we are using CVS Autoconf's version.  Add support for Tandem.
4328
4329 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
4330             Bruno Haible  <bruno@clisp.org>
4331
4332         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
4333         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
4334         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
4335         gl_AC_TYPE_LONG_LONG.
4336
4337         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
4338         instead of HAVE_LONG_LONG.
4339         * lib/printf-args.c (printf_fetchargs): Likewise.
4340         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
4341         * lib/vasnprintf.c (VASNPRINTF): Likewise.
4342         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
4343         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
4344         gl_AC_TYPE_LONG_LONG.
4345
4346 2006-10-11  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/longlong.m4: Add comments.
4349         * m4/ulonglong.m4: Likewise.
4350
4351 2006-10-10  Bruno Haible  <bruno@clisp.org>
4352
4353         Make it possible to #define stpcpy, strdup to aliases.
4354         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
4355         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
4356
4357 2006-10-10  Bruno Haible  <bruno@clisp.org>
4358
4359         Make it possible to #define gcd to an alias.
4360         * lib/gcd.c: Include config.h.
4361
4362 2006-10-10  Bruno Haible  <bruno@clisp.org>
4363
4364         Make it possible to #define c_isascii to an alias.
4365         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
4366         defined. Undefine the macros before defining them, to avoid gcc
4367         warnings.
4368         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
4369         define NO_C_CTYPE_MACROS early.
4370
4371 2006-10-10  Bruno Haible  <bruno@clisp.org>
4372
4373         Make it possible to #define set_program_name to an alias.
4374         * lib/progname.c: Don't undefine set_program_name; instead, undefine
4375         ENABLE_RELOCATABLE early.
4376
4377 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
4378
4379         Port to Tandem NSK OSS, which has 64-bit signed int but at most
4380         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
4381         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
4382         More generally, don't assume that 64-bit signed int is available
4383         if unsigned int is, and vice versa.
4384         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
4385         unsigned symbols, not on their signed counterparts.
4386         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
4387         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
4388         (UINT64_C, UINTMAX_C):
4389         Likewise.
4390         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
4391         unsigned counterparts.
4392         (Have_long_long, Unsigned): New macros.
4393         (Int): Renamed from INT.
4394         (strtoimax): Use the new macros.
4395         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
4396         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
4397         * modules/inttypes (inttypes.h): Substitute
4398         HAVE_UNSIGNED_LONG_LONG_INT.
4399         * modules/stdint (stdint.h): Likewise.
4400         (Files): Add m4/ulonglong.m4.
4401
4402 2006-10-10  Bruno Haible  <bruno@clisp.org>
4403
4404         Fix a gcc -Wshadow warning.
4405         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
4406         to 'bucket'.
4407         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
4408         gl_linked_indexof_from_to): Likewise.
4409         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
4410         Likewise.
4411         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
4412         Likewise.
4413         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
4414         Reported by Eric Blake.
4415
4416 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
4417
4418         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
4419         for NetBSD.  Problem reported by Bruno Haible.
4420
4421 2006-10-09  Jim Meyering  <jim@meyering.net>
4422
4423         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
4424         Patch from Bruno Haible.
4425
4426 2006-10-09  Jim Meyering  <jim@meyering.net>
4427
4428         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
4429         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
4430         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
4431
4432 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         Don't include <config.h> twice; this doesn't work in some cases,
4435         e.g., when config.h has "#define intmax_t long long int" and
4436         we include <config.h>, <inttypes.h>, <config.h> in that order.
4437         Problem reported by Matthew Woehlke in:
4438         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
4439         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
4440         * lib/fts-cycle.c: Don't include config.h.
4441         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
4442         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
4443         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
4444         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
4445         inttypes.h.
4446         * lib/xstrtoumax.c: Likewise.
4447         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
4448         __strtol and the like, so that this module is more like its siblings.
4449         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
4450         Remove; no longer needed now that we assume gnulib inttypes.h.
4451
4452 2006-10-08  Bruno Haible  <bruno@clisp.org>
4453
4454         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
4455         option.
4456
4457 2006-10-07  Jim Meyering  <jim@meyering.net>
4458
4459         * modules/inttypes (inttypes.h): Revert what seems to have been
4460         an inadvertent part of today's change: use "|", not "/" in the
4461         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
4462
4463 2006-10-07  Bruno Haible  <bruno@clisp.org>
4464
4465         * modules/sublist: New file.
4466
4467 2006-10-07  Bruno Haible  <bruno@clisp.org>
4468
4469         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
4470         * modules/argz (argz.h): Likewise.
4471         * modules/arpa_inet (arpa/inet.h): Likewise.
4472         * modules/byteswap (byteswap.h): Likewise.
4473         * modules/configmake (configmake.h): Likewise.
4474         * modules/fcntl (fcntl.h): Likewise.
4475         * modules/fnmatch (fnmatch.h): Likewise.
4476         * modules/getopt (getopt.h): Likewise.
4477         * modules/glob (glob.h): Likewise.
4478         * modules/inttypes (inttypes.h): Likewise.
4479         * modules/netinet_in (netinet/in.h): Likewise.
4480         * modules/poll (poll.h): Likewise.
4481         * modules/stdbool (stdbool.h): Likewise.
4482         * modules/stdint (stdint.h): Likewise.
4483         * modules/sys_select (sys/select.h): Likewise.
4484         * modules/sys_socket (sys/socket.h): Likewise.
4485         * modules/sys_stat (sys/stat.h): Likewise.
4486         * modules/sysexits (sysexits.h): Likewise.
4487         * modules/unistd (unistd.h): Likewise.
4488         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4489         Add a "DO NOT EDIT" comment to the generated file.
4490         (func_import): Likewise for gnulib-comp.m4.
4491
4492 2006-10-07  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/gl_sublist.h: New file.
4495         * lib/gl_sublist.c: New file.
4496
4497 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
4498
4499         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
4500         name (relative to the original working directory) and the file
4501         name component (relative to the temporary working directory).  All
4502         callers changed.
4503         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
4504         * lib/mkdir-p.c (make_dir_parents): Likewise.
4505         * lib/mkdir-p.h (make_dir_parents): Likewise.
4506
4507 2006-10-06  Eric Blake  <ebb9@byu.net>
4508
4509         Define several macros for use by the clean-temp module.
4510         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
4511         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
4512         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
4513
4514         * lib/clean-temp.h (close_stream_temp): New declaration.
4515         * lib/clean-temp.c (includes): Pull in headers according to what
4516         other modules are in use.
4517         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
4518
4519 2006-10-06  Bruno Haible  <bruno@clisp.org>
4520
4521         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
4522         instead of fopen, fwriteerror.
4523
4524 2006-10-06  Bruno Haible  <bruno@clisp.org>
4525
4526         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
4527         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
4528         int.
4529         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
4530         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
4531         Return an error indicator.
4532         Suggested by Eric Blake.
4533
4534 2006-10-06  Bruno Haible  <bruno@clisp.org>
4535
4536         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
4537         Reported by Eric Blake.
4538
4539 2006-10-06  Bruno Haible  <bruno@clisp.org>
4540
4541         * modules/closeout (Description): Mention stderr too.
4542
4543 2006-10-06  Bruno Haible  <bruno@clisp.org>
4544         and Paul Eggert  <eggert@cs.ucla.edu>
4545
4546         * lib/closeout.c (close_stdout): Also close stderr.
4547         * lib/closeout.h: Update comment.
4548
4549 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
4550
4551         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
4552         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
4553         * lib/dirchownmod.c: Include lchown.h.
4554         * lib/lchown.c: Don't include files that lchown.h now includes.
4555         Don't declare chown, since lchown.h now does that.
4556         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
4557         (lchown): Define to rpl_chown if lchown is declared but
4558         does not exist.  Declare using a prototype if lchown is not
4559         declared.  Add a copyright notice.
4560         * lib/mkstemp.h: Include <unistd.h>.
4561         * lib/openat.c: Include lchown.h.
4562
4563         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
4564         we now test for that separately.
4565         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
4566         rather than O_NOFOLLOW, when testing whether it's possible to
4567         avoid a race condition reliably.
4568         * lib/savewd.c (savewd_chdir): Likewise.
4569
4570         Remove macros that are no longer needed now that stdint.h is
4571         reliable.
4572         * lib/fsusage.c (UINTMAX_MAX): Remove.
4573         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
4574         * lib/utimecmp.c (SIZE_MAX): Remove.
4575
4576         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
4577
4578         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
4579         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
4580         O_NOATIME works.
4581
4582 2006-10-05  Bruno Haible  <bruno@clisp.org>
4583
4584         * lib/gl_list.h (gl_sortedlist_search_from_to,
4585         gl_sortedlist_indexof_from_to): New declarations.
4586         (gl_list_implementation): New fields sortedlist_search_from_to,
4587         sortedlist_indexof_from_to.
4588         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
4589         inline functions.
4590         * lib/gl_list.c (gl_sortedlist_search_from_to,
4591         gl_sortedlist_indexof_from_to): New functions.
4592         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
4593         function.
4594         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
4595         (gl_array_sortedlist_search_from_to): New function.
4596         (gl_array_list_implementation): Update.
4597         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
4598         function.
4599         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
4600         (gl_carray_sortedlist_search_from_to): New function.
4601         (gl_carray_list_implementation): Update.
4602         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
4603         gl_linked_sortedlist_indexof_from_to): New functions.
4604         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4605         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4606         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
4607         gl_tree_sortedlist_indexof_from_to): New functions.
4608         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4609         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4610         Update.
4611         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4612         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
4613         Update.
4614
4615 2006-10-05  Bruno Haible  <bruno@clisp.org>
4616
4617         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
4618         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
4619         (struct gl_list_implementation): Add fields search_from_to,
4620         indexof_from_to. Remove fields search, indexof.
4621         (gl_list_search): Use the search_from_to method.
4622         (gl_list_search_from, gl_list_search_from_to): New functions.
4623         (gl_list_indexof): Use the indexof_from_to method.
4624         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4625         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
4626         (gl_list_search_from, gl_list_search_from_to): New functions.
4627         (gl_list_indexof): Use the indexof_from_to method.
4628         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
4629         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
4630         gl_array_indexof. Add start_index, end_index arguments.
4631         (gl_array_search_from_to): Renamed from gl_array_search. Add
4632         start_index, end_index arguments.
4633         (gl_array_remove, gl_array_list_implementation): Update.
4634         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
4635         gl_carray_indexof. Add start_index, end_index arguments.
4636         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
4637         start_index, end_index arguments.
4638         (gl_carray_remove, gl_carray_list_implementation): Update.
4639         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
4640         gl_linked_search. Add start_index, end_index arguments.
4641         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
4642         start_index, end_index arguments.
4643         (gl_linked_remove): Update.
4644         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
4645         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
4646         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
4647         field to 'size_t'.
4648         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
4649         gl_tree_search. Add start_index, end_index arguments.
4650         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4651         start_index, end_index arguments.
4652         (gl_tree_remove): Update.
4653         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
4654         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
4655         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
4656         function.
4657         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
4658         gl_tree_search. Add start_index, end_index arguments.
4659         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
4660         start_index, end_index arguments.
4661         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
4662         Update.
4663         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
4664
4665 2006-10-05  Bruno Haible  <bruno@clisp.org>
4666
4667         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
4668
4669         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
4670         fwriteerror_temp): New declarations.
4671         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
4672         (descriptors): New variable.
4673         (cleanup): First, close the descriptors.
4674         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
4675         fclose_temp, fwriteerror_temp): New functions.
4676
4677 2006-10-04  Jim Meyering  <jim@meyering.net>
4678
4679         * lib/fts.c (fts_open): Tiny comment change.
4680
4681 2006-10-04  Bruno Haible  <bruno@clisp.org>
4682
4683         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
4684         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
4685         gl_LOCK_BODY.
4686         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
4687         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
4688         gl_LOCK_EARLY_BODY.
4689         (gl_LOCK): Require gl_LOCK_BODY.
4690
4691 2006-10-04  Bruno Haible  <bruno@clisp.org>
4692
4693         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
4694         (gl_oset_search_atleast): New declaration.
4695         (struct gl_oset_implementation): Add field 'search_atleast'.
4696         (gl_oset_search_atleast): New inline function.
4697         * lib/gl_oset.c (gl_oset_search_atleast): New function.
4698         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
4699         (gl_array_oset_implementation): Update.
4700         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
4701         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
4702         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
4703
4704 2006-10-04  Bruno Haible  <bruno@clisp.org>
4705
4706         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
4707
4708 2006-10-03  Bruno Haible  <bruno@clisp.org>
4709
4710         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
4711         from gl_avltreehash_list_implementation.
4712
4713 2006-10-03  Bruno Haible  <bruno@clisp.org>
4714
4715         * lib/gl_oset.c (gl_oset_add): Fix return type.
4716
4717 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
4718
4719         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
4720
4721 2006-10-02  Eric Blake  <ebb9@byu.net>
4722
4723         * modules/strnlen (Depends-on): Add extensions.
4724
4725 2006-10-02  Eric Blake  <ebb9@byu.net>
4726
4727         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
4728         definition in 2.60+.
4729
4730 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
4731
4732         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
4733         checks.
4734
4735 2006-10-02  Bruno Haible  <bruno@clisp.org>
4736
4737         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
4738         to the AUTOMAKE_OPTIONS.
4739         Reported by Jim Meyering.
4740
4741 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
4742
4743         Work around bug in Solaris 10 /proc file system:
4744         /proc/self/fd/NNN/.. isn't the parent directory of
4745         the directory whose file descriptor is NNN.  This needs to
4746         be worked around at run time, not compile time, since a
4747         program might be built on Solaris 8, where things work, and
4748         run on Solaris 10.
4749         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
4750         to use the following interface instead:
4751         (OPENAT_BUFFER_SIZE): New macro.
4752         (openat_proc_name): New function.
4753         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
4754         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
4755         Likewise.
4756         * lib/openat-proc.c: New file.
4757         * modules/openat (Files): Add lib/openat-proc.c.
4758         (Depends-on): Add same-inode, stdbool.
4759         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
4760
4761 2006-09-29  Bruno Haible  <bruno@clisp.org>
4762
4763         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
4764         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
4765         argument. Set stdout_closed before testing for ferror, not after.
4766         (fwriteerror, fwriteerror_no_ebadf): New functions.
4767
4768 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4769
4770         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
4771
4772 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
4773
4774         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
4775         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
4776
4777 2006-09-28  Jim Meyering  <jim@meyering.net>
4778
4779         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
4780         Include <unistd.h>.
4781
4782 2006-09-28  Bruno Haible  <bruno@clisp.org>
4783
4784         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
4785         * modules/linkedhash-list (Depends-on): Likewise.
4786         * modules/rbtreehash-list (Depends-on): Likewise.
4787
4788 2006-09-28  Bruno Haible  <bruno@clisp.org>
4789
4790         * lib/strndup.h: Simplify the redefinition of strndup.
4791         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
4792         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
4793
4794 2006-09-28  Bruno Haible  <bruno@clisp.org>
4795
4796         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
4797         * lib/gl_linkedhash_list.c: Likewise.
4798         * lib/gl_rbtreehash_list.c: Likewise.
4799
4800 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
4803         getaddrinfo.
4804
4805         * lib/__fpending.h: Don't include <stdio_ext.h> unless
4806         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
4807         it causes <stdio_ext.h> to cause a compile-time error.
4808         Problem reported by Nelson H. F. Beebe.
4809         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
4810         of HAVE_DECL___PENDING.
4811
4812         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
4813         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
4814         declaration.
4815
4816 2006-09-27  Jim Meyering  <jim@meyering.net>
4817
4818         This file could end up with a definition for a function
4819         named __strndup, rather than rpl_strndup on a system with
4820         incomplete weak_alias support.
4821         * lib/strndup.c (strndup): Rename from __strndup.
4822         Remove #defines that used to map __strndup to strndup.
4823         Don't use K&R prototypes.
4824         Remove LIBC-related code, since this file is not sync'd with glibc.
4825         * lib/strndup.h: Revamp, accordingly.
4826         * m4/strndup.m4: Modernize.
4827
4828 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
4829
4830         * modules/savewd (Depends-on): Add 'raise'.
4831         * lib/savewd.c: Include <signal.h>, for 'raise'.
4832
4833 2006-09-26  Jim Meyering  <jim@meyering.net>
4834
4835         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
4836         when we detect Darwin 8.7.0's acl_get_file bug.
4837         Rearrange to perform the new (below) run-test while $LIBS
4838         contains any acl-related library.  Set USE_ACL at the end.
4839         (gl_ACL_GET_FILE): New function.
4840
4841 2006-09-26  Eric Blake  <ebb9@byu.net>
4842
4843         * lib/verror.c: Include <config.h> unconditionally.
4844
4845 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
4846
4847         * modules/clock-time (Maintainer): Add self.
4848         * modules/getlogin_r (Depends-on): Add extensions.
4849
4850 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4851
4852         * modules/clock-time: New module.
4853         * modules/nanosleep (Depends-on): Add clock-time.
4854         * modules/gethrxtime (Depends-on): Likewise.
4855         * modules/gettime (Depends-on): Likewise.
4856         * modules/settime (Depends-on): Likewise.
4857
4858         * modules/fts-lgpl: Depend on openat.
4859         * modules/mkancesdirs: Depend on savewd.
4860         * modules/mkdir-p: Likewise.
4861
4862 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4863
4864         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
4865
4866         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
4867         `gl_have_arbitrary_file_name_length_limit' to
4868         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
4869         actually works between configure runs.
4870
4871 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4872             Bruno Haible  <bruno@clisp.org>
4873
4874         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
4875
4876 2006-09-25  Jim Meyering  <jim@meyering.net>
4877
4878         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
4879         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
4880
4881 2006-09-25  Eric Blake  <ebb9@byu.net>
4882
4883         * gnulib-tool (func_import, func_create_testdir): Fix typos in
4884         exec's in 2006-09-18 patch when shuffling fds.
4885
4886 2006-09-25  Bruno Haible  <bruno@clisp.org>
4887
4888         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
4889         Reported by Jim Meyering.
4890
4891 2006-09-24  Jim Meyering  <jim@meyering.net>
4892
4893         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
4894         compare a pointer against a literal "0".  That caused failures with
4895         at least HP-UX's hpcc.
4896
4897 2006-09-22  Simon Josefsson  <jas@extundo.com>
4898
4899         * modules/gc-sha1:
4900         * modules/gc-md4:
4901         * modules/gc-hmac-sha1:
4902         * modules/gc-hmac-md5:
4903         * modules/gc-des:
4904         * modules/gc-arcfour: Distribute more files.
4905
4906 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4907
4908         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
4909         (gl_linked_iterator_from_to): Initialize struct completely.
4910         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
4911         (gl_tree_iterator_from_to): Likewise
4912         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
4913         * lib/gl_array_list.c [lint] (gl_array_iterator)
4914         (gl_array_iterator_from_to): Likewise.
4915         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
4916         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
4917         (gl_carray_iterator_from_to): Likewise.
4918
4919         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
4920         * lib/md4.c (md4_process_block): Remove unused variable.
4921         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
4922         parentheses for clarity.
4923
4924 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4925
4926         * modules/bison-i18n (Depends-on): Add gettext.
4927
4928 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4929
4930         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
4931         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
4932         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
4933         also add missing comma that caused broken test.
4934         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
4935         stdlib.h, for `abort'.
4936         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
4937         variables.
4938         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
4939         include unistd.h if present, for `rmdir'.
4940         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
4941         variables.
4942         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
4943         in the process include standard headers for prototypes.
4944         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
4945         gets declared on GNU/Linux.
4946         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
4947         unistd.h, for `rmdir'.
4948         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
4949
4950         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
4951         always true.
4952         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
4953
4954         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
4955
4956 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4957
4958         * gnulib-tool (func_version): Create output all at once.  This
4959         may help avoid triggering unnecessary SIGPIPEs, and at any
4960         rate it doesn't hurt.
4961
4962 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4963             Bruno Haible  <bruno@clisp.org>
4964
4965         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
4966         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4967         * m4/signed.m4 (bh_C_SIGNED): Likewise.
4968
4969         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
4970         (gl_FUNC_VASPRINTF): Invoke it.
4971
4972 2006-09-22  Bruno Haible  <bruno@clisp.org>
4973
4974         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
4975         getloadavg.c as first argument.
4976
4977 2006-09-22  Bruno Haible  <bruno@clisp.org>
4978
4979         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
4980         at the beginning of the gl_INIT macro.
4981         * modules/getloadavg (configure.ac): Pass $gl_source_base to
4982         gl_GETLOADAVG.
4983
4984 2006-09-22  Bruno Haible  <bruno@clisp.org>
4985
4986         * gnulib-tool (func_create_megatestdir): Don't include the config-h
4987         module.
4988         Suggested by Ralf Wildenhues.
4989
4990 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
4991
4992         Import this patch from libc:
4993
4994         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
4995
4996         * lib/regex_internal.c (re_string_reconstruct): Handle
4997         offset < pstr->valid_raw_len && pstr->offsets_needed case.
4998         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
4999         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
5000         re_string_context_at.
5001
5002         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
5003         now requires it.
5004         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
5005         gl_REGEX now does it for us.
5006         (gl_REGEX): Add test taken from
5007         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
5008
5009         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
5010         Check that large offsets work.  Modernize Autoconf usages.
5011         Prefer "yes" to mean a good thing rather than a bad.
5012         Don't put "#define mkstemp" in config.h, as this might interfere
5013         with standard system headers that "#define mkstemp mkstemp64".
5014
5015         * modules/mkstemp (Depends-on): Add extensions, so that
5016         mkstemp is visible on some platforms.
5017         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
5018         (Include): Change to "mkstemp.h" from <stdlib.h>.
5019         (Files): Add mkstemp.h.
5020
5021         * lib/mkstemp.h: New file, since some standard headers
5022         #define mkstemp.
5023         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
5024         Include "mkstemp.h".
5025         Make the _LIBC code resemble glibc original more,
5026         e.g., use K&R style.
5027         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
5028         (mkstemp): Remove, since mkstemp.h does this for us.
5029         * lib/stdlib--.h: Include mkstemp.h.
5030
5031         Import this patch from libc:
5032
5033         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * lib/tempname.c (__gen_tempname): Change attempts_min
5036         into a macro.  Use preprocessor to decide how to initialize
5037         attempts [Coverity CID 67].
5038
5039 2006-09-20  Bruno Haible  <bruno@clisp.org>
5040
5041         * lib/mkdtemp.c: Import from libc.
5042         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
5043                 * sysdeps/posix/tempname.c (__gen_tempname): Change
5044                 attempts_min into a macro.  Use preprocessor to decide how to
5045                 initialize attempts [Coverity CID 67].
5046         2001-11-27  Paul Eggert  <eggert@twinsun.com>
5047                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
5048                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
5049
5050 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5051
5052         * gnulib-tool (func_exit): New function, to allow to pass the
5053         exit status portably through the trap.  Use everywhere.
5054         (--help, --version): Signal a write error.
5055         (trap): catch SIGPIPE, for write errors.
5056         Exit at the end of the trap, with the correct exit status.
5057
5058 2006-09-19  Karl Berry  <karl@gnu.org>
5059
5060         * doc/gnulib.texi: note about the license texinfo files.
5061
5062 2006-09-19  Eric Blake  <ebb9@byu.net>
5063
5064         * gnulib-tool: Avoid space-tab.
5065
5066 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5067
5068         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
5069         that prevented coreutils 6.1 from building.  Problem reported
5070         by Petter Reinholdtsen.
5071
5072 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5073
5074         * gnulib-tool (avoidlist): Fix typo that broke options like
5075         --avoid=lock that are used by coreutils bootstrap.
5076
5077 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
5078
5079         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
5080         more systematically.
5081
5082 2006-09-18  Jim Meyering  <jim@meyering.net>
5083
5084         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
5085
5086 2006-09-18  Bruno Haible  <bruno@clisp.org>
5087
5088         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
5089
5090 2006-09-18  Bruno Haible  <bruno@clisp.org>
5091
5092         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
5093         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
5094         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
5095         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
5096         * m4/gettext.m4: Require autoconf >= 2.52.
5097         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
5098         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
5099         of gl_cv_header_inttypes_h.
5100
5101 2006-09-18  Bruno Haible  <bruno@clisp.org>
5102
5103         * lib/javaversion.c: Include configmake.h.
5104
5105 2006-09-18  Bruno Haible  <bruno@clisp.org>
5106
5107         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
5108         avoid that the while loops be executed in a subshell.
5109
5110 2006-09-18  Bruno Haible  <bruno@clisp.org>
5111
5112         * MODULES.html.sh (func_module): Break long lines.
5113         Suggested by Bruce Korb <bkorb@gnu.org>.
5114
5115 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5116
5117         Speed up by a factor of 1.12.
5118         * gnulib-tool (nl): New variable.
5119         (func_import): Rewrite include directive extraction to only read each
5120         directive once.
5121
5122 2006-09-17  Bruno Haible  <bruno@clisp.org>
5123
5124         * modules/javaversion (Makefile.am): Remove DEFS setting.
5125         (Depends-on): Add configmake, for PKGDATADIR definition.
5126
5127 2006-09-17  Bruno Haible  <bruno@clisp.org>
5128
5129         * gnulib-tool (func_create_testdir): Rewrite all files at once.
5130
5131 2006-09-17  Bruno Haible  <bruno@clisp.org>
5132
5133         * gnulib-tool (func_append): New function, stolen from libtool.m4.
5134         (func_modules_transitive_closure, func_modules_add_dummy,
5135         func_modules_to_filelist, func_import, func_create_testdir,
5136         func_create_megatestdir, ...): Use it wherever possible.
5137         Suggested by Ralf Wildenhues.
5138
5139 2006-09-16  Karl Berry  <karl@gnu.org>
5140
5141         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
5142         to avoid sectioning errors.
5143         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
5144         [ifinfo]: blank line after @center-ed titles.
5145         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
5146         Spell FSF address consistently with others.
5147         (These changes approved by rms.)
5148
5149 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5150
5151         Speed up by a factor of 1.61.
5152         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
5153         already checked module names again.
5154
5155 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5156
5157         Speed up by a factor of 1.13.
5158         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
5159         for new_files, and the input to func_add_or_update.
5160
5161 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5162
5163         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
5164         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
5165
5166 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5167
5168         * modules/mkancesdirs (Depends-on): Add fcntl.
5169         * modules/savewd: New file.
5170         * MODULES.html.sh (File system functions): Add savewd.
5171
5172         * modules/configmake (Makefile.am): Add support for the
5173         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
5174
5175 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5176
5177         * m4/savewd.m4: New file.
5178
5179 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5180
5181         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
5182         (dirchownmod): New arg FD.  All callers changed.
5183         Use FD rather than opening the directory ourself, as opening is
5184         now the caller's responsibility.
5185         * lib/dirchownmod.h: Likewise.
5186         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
5187         hosts that require <sys/types.h> before <sys/stat.h>.  Include
5188         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
5189         (test_dir): Remove.
5190         (mkancesdirs): Return length of prefix of FILE that has already
5191         been made, or -2 if there is a child doing the work.  Redo
5192         algorithm so that it is O(N) rather than O(N**2).  Optimize away
5193         ".", and treat ".." specially since it might stray back into
5194         already-created areas.  Use a subprocess if necessary.  New arg
5195         WD; all users changed.  MAKE_DIR function should now return 1
5196         if it creates a directory that is not readable.  Return -2 if
5197         a child process is spun off.
5198         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
5199         Adjust signature to match code.
5200         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
5201         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
5202         all users changed.
5203         * lib/savewd.c, lib/savewd.h: New files.
5204
5205 2006-09-15  Jim Meyering  <jim@meyering.net>
5206
5207         * modules/rename-dest-slash: New module.
5208         * MODULES.html.sh (posix_compat): Add it here.
5209
5210         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
5211
5212 2006-09-15  Jim Meyering  <jim@meyering.net>
5213
5214         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
5215         file.
5216
5217         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
5218
5219 2006-09-15  Jim Meyering  <jim@meyering.net>
5220
5221         * lib/rename-dest-slash.c (has_trailing_slash): Use
5222         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
5223         (rpl_rename_dest_slash): Perform the cheaper trailing slash
5224         test before testing whether SRC is a directory.
5225         Suggestions from Bruno Haible.
5226
5227         Avoid a warning about an unused variable.
5228         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
5229         into the #ifdef block where it's used.
5230
5231         * lib/rename-dest-slash.c: New file.
5232
5233 2006-09-14  Bruno Haible  <bruno@clisp.org>
5234
5235         * lib/allocsa.c: Include <config.h> unconditionally.
5236         * lib/asnprintf.c: Likewise.
5237         * lib/asprintf.c: Likewise.
5238         * lib/c-strcasecmp.c: Likewise.
5239         * lib/c-strcasestr.c: Likewise.
5240         * lib/c-strncasecmp.c: Likewise.
5241         * lib/c-strstr.c: Likewise.
5242         * lib/classpath.c: Likewise.
5243         * lib/clean-temp.c: Likewise.
5244         * lib/concatpath.c: Likewise.
5245         * lib/copy-file.c: Likewise.
5246         * lib/csharpcomp.c: Likewise.
5247         * lib/csharpexec.c: Likewise.
5248         * lib/execute.c: Likewise.
5249         * lib/fatal-signal.c: Likewise.
5250         * lib/findprog.c: Likewise.
5251         * lib/fwriteerror.c: Likewise.
5252         * lib/gl_array_list.c: Likewise.
5253         * lib/gl_array_oset.c: Likewise.
5254         * lib/gl_avltree_list.c: Likewise.
5255         * lib/gl_avltree_oset.c: Likewise.
5256         * lib/gl_avltreehash_list.c: Likewise.
5257         * lib/gl_carray_list.c: Likewise.
5258         * lib/gl_linked_list.c: Likewise.
5259         * lib/gl_linkedhash_list.c: Likewise.
5260         * lib/gl_list.c: Likewise.
5261         * lib/gl_oset.c: Likewise.
5262         * lib/gl_rbtree_list.c: Likewise.
5263         * lib/gl_rbtree_oset.c: Likewise.
5264         * lib/gl_rbtreehash_list.c: Likewise.
5265         * lib/imaxabs.c: Likewise.
5266         * lib/imaxdiv.c: Likewise.
5267         * lib/javacomp.c: Likewise.
5268         * lib/javaexec.c: Likewise.
5269         * lib/javaversion.c: Likewise.
5270         * lib/linebreak.c: Likewise.
5271         * lib/localcharset.c: Likewise.
5272         * lib/lock.c: Likewise.
5273         * lib/mbchar.c: Likewise.
5274         * lib/mbswidth.c: Likewise.
5275         * lib/mkdtemp.c: Likewise.
5276         * lib/pipe.c: Likewise.
5277         * lib/printf-args.c: Likewise.
5278         * lib/printf-parse.c: Likewise.
5279         * lib/progname.c: Likewise.
5280         * lib/progreloc.c: Likewise.
5281         * lib/readlink.c: Likewise.
5282         * lib/sh-quote.c: Likewise.
5283         * lib/stpcpy.c: Likewise.
5284         * lib/stpncpy.c: Likewise.
5285         * lib/strcasecmp.c: Likewise.
5286         * lib/strcasestr.c: Likewise.
5287         * lib/strcspn.c: Likewise.
5288         * lib/striconv.c: Likewise.
5289         * lib/strncasecmp.c: Likewise.
5290         * lib/strnlen1.c: Likewise.
5291         * lib/strstr.c: Likewise.
5292         * lib/strtok_r.c: Likewise.
5293         * lib/tls.c: Likewise.
5294         * lib/tmpdir.c: Likewise.
5295         * lib/unicodeio.c: Likewise.
5296         * lib/unsetenv.c: Likewise.
5297         * lib/vasnprintf.c: Likewise.
5298         * lib/vasprintf.c: Likewise.
5299         * lib/wait-process.c: Likewise.
5300         * lib/xallocsa.c: Likewise.
5301         * lib/xsetenv.c: Likewise.
5302         * lib/xstriconv.c: Likewise.
5303
5304 2006-09-13  Simon Josefsson  <jas@extundo.com>
5305
5306         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
5307         that internally, suggested by Ralf Wildenhues
5308         <Ralf.Wildenhues@gmx.de>.
5309
5310 2006-09-13  Simon Josefsson  <jas@extundo.com>
5311
5312         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
5313         @LIBOBJS@.
5314         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5315
5316 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5317
5318         * lib/_fpending.c: Include <config.h> unconditionally, since we no
5319         longer worry about uses that don't define HAVE_CONFIG_H.
5320         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
5321         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
5322         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
5323         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
5324         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
5325         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
5326         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
5327         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
5328         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
5329         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
5330         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
5331         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
5332         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
5333         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
5334         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
5335         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
5336         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
5337         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
5338         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
5339         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
5340         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
5341         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
5342         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
5343         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
5344         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
5345         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
5346         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
5347         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
5348         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
5349         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
5350         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
5351         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
5352         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
5353         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
5354         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
5355         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
5356         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
5357         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
5358         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
5359         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
5360         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
5361         Likewise.
5362
5363 2006-09-13  Eric Blake  <ebb9@byu.net>
5364
5365         * lib/getopt.c: Fix typo in last commit.
5366
5367 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
5368
5369         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
5370         dgettext.
5371
5372 2006-09-12  Jim Meyering  <jim@meyering.net>
5373
5374         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
5375         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
5376         Reported by Nelson H. F. Beebe.
5377
5378 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
5379
5380         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
5381         program_invocation_name and program_invocation_short_name are
5382         initialized.
5383         * lib/argp-namefrob.h: Move declarations of program_invocation_name
5384         and program_invocation_short_name to argp.h, so they are visible
5385         to user programs.
5386         * lib/argp.h: Likewise
5387
5388 2006-09-10  Bruno Haible  <bruno@clisp.org>
5389
5390         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5391         m4/inttypes_h.m4, m4/uintmax_t.m4.
5392
5393 2006-09-10  Bruno Haible  <bruno@clisp.org>
5394
5395         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
5396         gl_AC_TYPE_UINTMAX_T.
5397
5398 2006-09-10  Bruno Haible  <bruno@clisp.org>
5399
5400         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
5401
5402 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
5403
5404         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
5405         convention.  Text proposed by Bruno Haible.
5406         (struct argp_option): Document the use of N_() wrappers.
5407
5408         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
5409         '\v', and translate the two parts separately, instead of feeding
5410         the whole string to gettext.  This allows to exclude
5411         '\v' from the strings visible to the translator by writing doc
5412         strings as N_("..") "\v" N_("..").
5413
5414 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
5415
5416         * config/srclist.txt: Undo latest change; the bug was fixed.
5417
5418 2006-09-09  Bruno Haible  <bruno@clisp.org>
5419
5420         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
5421         assignments if building a library without libtool.
5422         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
5423         in func_emit_lib_Makefile_am.
5424         (func_import): When building a static library libfoo.a, arrange to
5425         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
5426         (func_create_testdir): Likewise.
5427         * modules/gc (configure.ac, Makefile.am): If building statically,
5428         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
5429         * modules/iconvme (configure.ac, Makefile.am): Likewise.
5430         * modules/striconv (configure.ac, Makefile.am): Likewise.
5431         Based on a suggestion by Ralf Wildenhues.
5432
5433 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5434
5435         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5436         Check for unistd.h too, since Autoconf doesn't assume POSIX.
5437         Also:
5438
5439         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5440         Add year_2050_test to catch glibc bug 2821
5441         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5442
5443         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5444         Prefer #ifdef to #if.
5445
5446         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
5447         Return from 'main' instead of calling 'exit'.
5448
5449 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * lib/mktime.c (guess_time_tm): Fix bug where mktime
5452         returned the maximum time_t value rather than (time_t) -1.
5453         Problem originally reported by William Bardwell
5454         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
5455
5456         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5457         Moved to here ...
5458         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
5459         ... from here.
5460
5461 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
5462
5463         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
5464         2821 is fixed.
5465
5466 2006-09-08  Jim Meyering  <jim@meyering.net>
5467
5468         Don't make generated files read-only.  That would bother too many
5469         people.  However, do retain the ability to work when targets are
5470         read-only: remove the destination and temporary files before writing
5471         them (when generated via sed or echo), or by using the -f option for
5472         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
5473         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5474         * modules/byteswap, modules/configmake, modules/fcntl:
5475         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5476         * modules/localcharset, modules/netinet_in, modules/poll:
5477         * modules/stdbool, modules/stdint, modules/sys_select:
5478         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5479
5480 2006-09-08  Jim Meyering  <jim@meyering.net>
5481
5482         Avoid new build failure on FreeBSD 6.0.
5483         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
5484         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
5485         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
5486
5487 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5488
5489         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
5490
5491 2006-09-07  Jim Meyering  <jim@meyering.net>
5492
5493         Fix global typo in last change: use chmod u-w, not chmod u-x.
5494         Spotted by Paul Eggert and Bruce Korb.
5495         * modules/alloca-opt, modules/argz, modules/arpa_inet:
5496         * modules/byteswap, modules/configmake, modules/fcntl:
5497         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
5498         * modules/localcharset, modules/netinet_in, modules/poll:
5499         * modules/stdbool, modules/stdint, modules/sys_select:
5500         * modules/sys_socket, modules/sys_stat, modules/sysexits:
5501
5502 2006-09-06  Jim Meyering  <jim@meyering.net>
5503
5504         Make generated files be read-only.
5505         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
5506         Ensure that each generated file is now read-only.
5507         * modules/argz: Likewise.
5508         * modules/arpa_inet: Likewise.
5509         * modules/byteswap: Likewise.
5510         * modules/configmake: Likewise.
5511         * modules/fcntl: Likewise.
5512         * modules/fnmatch: Likewise.
5513         * modules/getopt: Likewise.
5514         * modules/glob: Likewise.
5515         * modules/inttypes: Likewise.
5516         * modules/netinet_in: Likewise.
5517         * modules/poll: Likewise.
5518         * modules/stdbool: Likewise.
5519         * modules/stdint: Likewise.
5520         * modules/sys_select: Likewise.
5521         * modules/sys_socket: Likewise.
5522         * modules/sys_stat: Likewise.
5523         * modules/sysexits: Likewise.
5524         * modules/localcharset: Same as above, but continue using temporary
5525         file named "t-$@" (why different?) rather than the "$@-t" used
5526         everywhere else.
5527
5528         * modules/sysexits (Makefile.am): Replace literal occurrences
5529         of "sysexit.h" more readable, and more consistent, "$@".
5530
5531 2006-09-06  Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/striconv: New file.
5534         * modules/xstriconv: New file.
5535         * MODULES.html.sh (Internationalization functions): Add striconv,
5536         xstriconv.
5537
5538 2006-09-06  Bruno Haible  <bruno@clisp.org>
5539
5540         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
5541         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
5542         not using libtool correctly.
5543
5544 2006-09-06  Bruno Haible  <bruno@clisp.org>
5545
5546         * lib/striconv.h: New file.
5547         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
5548         iconvstring.c.
5549         * lib/xstriconv.h: New file.
5550         * lib/xstriconv.c: New file.
5551
5552 2006-09-06  Bruno Haible  <bruno@clisp.org>
5553
5554         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5555         lib_..._LDFLAGS.
5556
5557 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5558
5559         * lib/argz_.h: Sync from Libtool.
5560
5561         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
5562                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5563
5564         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
5565
5566 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5567
5568         * modules/trim: New file.
5569
5570 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
5571
5572         * lib/trim.h: New file.
5573         * lib/trim.c: New file.
5574
5575 2006-09-05  Bruno Haible  <bruno@clisp.org>
5576
5577         * MODULES.html.sh (String handling): Add trim.
5578
5579 2006-09-04  Karl Berry  <karl@gnu.org>
5580
5581         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
5582         until next release.
5583
5584 2006-09-03  Bruno Haible  <bruno@clisp.org>
5585
5586         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
5587         correctly.
5588
5589 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5590
5591         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
5592         not gl_GETLOADAVG.  Omit unneeded semicolons.
5593         Problems reported by Ralf Wildenhues in
5594         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5595         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
5596         at the end, which is the usual gnulib style.
5597
5598         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
5599         of doing all the work ourselves.
5600         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
5601         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
5602
5603 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5604
5605         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
5606         Problem reported by Ralf Wildenhues in
5607         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
5608
5609         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
5610         HAVE_STRUCT_STATFS_F_FSTYPENAME.
5611
5612 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5613
5614         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
5615         yesterday's patch by changing test -n to test -z.
5616
5617 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5618
5619         * modules/getloadavg (Files): Add m4/getloadavg.m4.
5620         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
5621         the former is now obsolescent.
5622
5623         * modules/chdir-long (Depends-on): Add fcntl.
5624
5625 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5626
5627         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
5628         obsolescent, and programs should use gnulib instead.
5629         * m4/getloadavg.m4: New file, with contents taken from Autoconf
5630         but with prefixes changed.
5631
5632 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
5633
5634         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
5635         or stdbool.h, because they might not exist while configuring.
5636
5637         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
5638         Don't include unistd.h or limits.h; not needed, since chdir-long.h
5639         does that for us.
5640         (O_DIRECTORY): Remove.
5641
5642 2006-08-31  Eric Blake  <ebb9@byu.net>
5643
5644         * gnulib-tool: Don't let emacs change spaces to TAB.
5645
5646 2006-08-31  Bruno Haible  <bruno@clisp.org>
5647
5648         * gnulib-tool: When calling func_import more than once, do it in a
5649         subshell.
5650         Reported by Eric Blake <ebb9@byu.net>.
5651
5652 2006-08-31  Bruno Haible  <bruno@clisp.org>
5653
5654         * gnulib-tool (nl): Remove variable.
5655         (sed_transform_lib_file): Use more robust test for config-h module.
5656         (func_import): Fix typo in 2006-08-25 patch.
5657
5658 2006-08-31  Bruno Haible  <bruno@clisp.org>
5659
5660         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
5661         specified, augment Makefile.am variables instead of assigning them.
5662
5663 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5664
5665         Work around a bug in both the Linux and SunOS 64-bit kernels:
5666         nanosleep mishandles sleeps for longer than 2**31 seconds.
5667         Problem reported by Frank v Waveren in
5668         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5669         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
5670         Check for nanosleep bug.
5671         (LIB_NANOSLEEP): Append clock_gettime library if needed.
5672
5673 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5674
5675         Work around a bug in both the Linux and SunOS 64-bit kernels:
5676         nanosleep mishandles sleeps for longer than 2**31 seconds.
5677         Problem reported by Frank v Waveren in
5678         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
5679         * lib/nanosleep.c (BILLION): New constant.
5680         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
5681         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
5682         implementation.
5683
5684 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5685
5686         * modules/nanosleep (Depends-on): Add gettime.
5687
5688 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
5689         and Simon Josefsson  <jas@extundo.com>
5690         and Oskar Liljeblad  <oskar@osk.mine.nu>
5691
5692         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
5693         * gnulib-tool (func_import): New license type 'unmodifiable license
5694         text'.
5695         * modules/fdl: Use it.  Longer description.
5696         * module/gpl, module/lgpl: New files.
5697
5698 2006-08-30  Jim Meyering  <jim@meyering.net>
5699
5700         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
5701         shadowing the parameter.
5702
5703 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5704
5705         Sync from Libtool:
5706
5707         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5708
5709         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
5710         sharing with gnulib.  Report by Eric Blake.
5711
5712 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5713
5714         * modules/isapipe: New file.
5715         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
5716
5717 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5718
5719         * modules/configmake (Makefile.am): Add a comment, and omit
5720         the CONFIGMAKE_ prefix from generated macro names.  Suggested
5721         by Bruno Haible.
5722
5723 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5724
5725         * m4/isapipe.m4: New file.
5726
5727 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
5728
5729         * lib/isapipe.c, lib/isapipe.h: New files.
5730
5731 2006-08-29  Jim Meyering  <jim@meyering.net>
5732
5733         * modules/configmake (Makefile.am): Make configmake.h depend on
5734         Makefile.  Otherwise, a stale configmake.h could hang around.
5735
5736 2006-08-29  Eric Blake  <ebb9@byu.net>
5737
5738         * lib/error.c (error_at_line, print_errno_message): Match libc, after
5739         resolution of upstream bug 3044.
5740
5741 2006-08-29  Bruno Haible  <bruno@clisp.org>
5742
5743         * modules/localcharset (Depends-on): Add configmake.
5744         (Makefile.am): Remove setting of LIBDIR through DEFS.
5745
5746 2006-08-29  Bruno Haible  <bruno@clisp.org>
5747
5748         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
5749         defined.
5750
5751 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5752
5753         * modules/fcntl: New file.
5754         * modules/chdir-safer (Depends-on): Add fcntl.
5755         * modules/fts: Likewise.
5756         * modules/mkdir-p: Likewise.
5757
5758         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
5759         This undoes the most recent change, since we're now addressing the
5760         problem in a different way.
5761
5762         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
5763         into output, since the output might be called Makefile.am even
5764         if $makefile_name is something different.
5765         (func_import): Use $makefile_am rather than
5766         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
5767         empty.
5768
5769         * modules/inttypes (Files): Add m4/inttypes-h.m4.
5770
5771 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5772
5773         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
5774         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
5775         recent change to stdint.m4, since we're now addressing the problem in a
5776         different way.
5777
5778 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5779
5780         * m4/fcntl_h.m4: New file.
5781
5782 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5783
5784         * lib/fcntl_.h: New file.
5785         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
5786         the fcntl module.
5787         * lib/dirchownmod.c: Likewise.
5788         * lib/fts.c: Likewise.
5789
5790         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
5791         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
5792         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
5793         just before including <inttypes.h>, to avoid circular inclusion.
5794
5795 2006-08-28  Jim Meyering  <jim@meyering.net>
5796
5797         * doc/visibility.texi: Actually read and correct the grammar of the
5798         sentence affected by yesterday's change.
5799
5800 2006-08-28  Eric Blake  <ebb9@byu.net>
5801
5802         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
5803         needs wrapper.
5804
5805 2006-08-28  Eric Blake  <ebb9@byu.net>
5806
5807         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
5808
5809 2006-08-28  Eric Blake  <ebb9@byu.net>
5810
5811         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
5812
5813 2006-08-28  Bruno Haible  <bruno@clisp.org>
5814
5815         * modules/c-strstr: New file, from GNU gettext.
5816         * MODULES.html.sh (String handling): Add c-strstr.
5817
5818 2006-08-28  Bruno Haible  <bruno@clisp.org>
5819
5820         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
5821         macros.
5822         Reported by Eric Blake.
5823
5824 2006-08-28  Bruno Haible  <bruno@clisp.org>
5825
5826         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
5827         (VASNPRINTF): Return a string of length > INT_MAX without failing.
5828         * lib/vasprintf.c: Include errno.h, limits.h.
5829         (EOVERFLOW): New fallback definition.
5830         (vasprintf): Test here whether the string length is > INT_MAX.
5831         * lib/vsnprintf.c: Include errno.h, limits.h.
5832         (EOVERFLOW): New fallback definition.
5833         (vsnprintf): Fix bug when generated string was too long for the buffer.
5834         Test here whether the string length is > INT_MAX.
5835
5836 2006-08-28  Bruno Haible  <bruno@clisp.org>
5837
5838         * lib/inttypes_.h (SCNX*): Remove definitions.
5839         Reported by Eric Blake.
5840
5841 2006-08-28  Bruno Haible  <bruno@clisp.org>
5842
5843         * lib/c-strstr.h: New file, from GNU gettext.
5844         * lib/c-strstr.c: New file, from GNU gettext.
5845
5846 2006-08-28  Bruno Haible  <bruno@clisp.org>
5847
5848         * gnulib-tool: Reorder some statements.
5849
5850 2006-08-28  Bruno Haible  <bruno@clisp.org>
5851
5852         * gnulib-tool: New option --makefile-name.
5853         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
5854         $makefile_name.
5855         (func_import): Write $makefile_name to the cache file, and read it from
5856         there unless explicitly specified. Use $makefile_name as file name
5857         instead of Makefile.am. Adjust the recommendations accordingly.
5858
5859 2006-08-28  Bruno Haible  <bruno@clisp.org>
5860
5861         * gnulib-tool (func_verify_module): Check against misapplying patch.
5862
5863 2006-08-28  Bruno Haible  <bruno@clisp.org>
5864
5865         * gnulib-tool (func_relativize, func_relconcat): New functions.
5866         Give an error if --local-dir is given with --update.
5867         Remove trailing slashes from $local_gnulib_dir.
5868         (func_import): Store the relativized $local_gnulib_dir in
5869         gnulib-cache.m4, and read it from there if not specified explicitly.
5870
5871 2006-08-28  Bruno Haible  <bruno@clisp.org>
5872
5873         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
5874         is the current directory. Respect also $local_gnulib_dir.
5875
5876 2006-08-28  Bruno Haible  <bruno@clisp.org>
5877             Simon Josefsson  <jas@extundo.com>
5878
5879         BeOS portability.
5880         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
5881
5882 2006-08-27  Jim Meyering  <jim@meyering.net>
5883
5884         * doc/visibility.texi: Remove duplicate word: "pointer".
5885
5886 2006-08-26  Bruno Haible  <bruno@clisp.org>
5887
5888         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
5889         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
5890         (Makefile.am): Create inttypes.h from inttypes_.h.
5891         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
5892
5893         * modules/imaxabs: New file.
5894
5895         * modules/imaxdiv: New file.
5896
5897 2006-08-26  Bruno Haible  <bruno@clisp.org>
5898
5899         * m4/inttypes.m4: New file.
5900         * m4/_inttypes_h.m4: Remove file.
5901         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
5902         PRI_MACROS_BROKEN.
5903         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
5904
5905         * m4/imaxabs.m4: New file.
5906
5907         * m4/imaxdiv.m4: New file.
5908
5909 2006-08-26  Bruno Haible  <bruno@clisp.org>
5910
5911         * lib/inttypes_.h: New file.
5912         * lib/inttypes.h: Remove file.
5913         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
5914
5915         * lib/imaxabs.c: New file.
5916
5917         * lib/imaxdiv.c: New file.
5918
5919 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5920
5921         New config-h module, so that "make" output needn't be cluttered
5922         by -DHAVE_CONFIG_H.
5923         * MODULES.html.sh (Support for building libraries and executables):
5924         Add config-h.
5925         * modules/config-h: New file.
5926         * gnulib-tool (nl, sed_transform_lib_file): New vars.
5927         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
5928         the config-h module is used.
5929
5930         New configmake module, so that "make" output needn't be cluttered
5931         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
5932         * MODULES.html.sh (Support for building libraries and executables):
5933         Add configmake.
5934         * modules/configmake: New file.
5935
5936 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
5937
5938         * m4/config-h.m4: New file.
5939
5940 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5941
5942         * config/srclist.txt: Add elisp-comp.
5943
5944 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5945
5946         * MODULES.html.sh (Support for building libraries and executables):
5947         Add elisp-comp.
5948         * build-aux/elisp-comp: New file.
5949         * modules/elisp-comp: New file.
5950
5951 2006-08-24  Bruno Haible  <bruno@clisp.org>
5952
5953         * gnulib-tool (func_create_testdir): Use non-default values of
5954         sourcebase and m4base.
5955
5956 2006-08-24  Bruno Haible  <bruno@clisp.org>
5957
5958         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
5959         HTML structure.
5960
5961 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
5962
5963         * modules/openat (Depends-on): Add lchown.
5964
5965 2006-08-23  Bruno Haible  <bruno@clisp.org>
5966
5967         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
5968         of gl_LOCK_EARLY instead of gl_LOCK.
5969
5970 2006-08-23  Bruno Haible  <bruno@clisp.org>
5971
5972         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
5973         on OSF/1 to no.
5974         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
5975
5976 2006-08-23  Bruno Haible  <bruno@clisp.org>
5977
5978         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
5979         as unusable.
5980
5981         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
5982         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
5983         (gl_LOCK): New macro.
5984
5985 2006-08-22  Simon Josefsson  <jas@extundo.com>
5986
5987         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
5988         to md5 module.
5989
5990 2006-08-22  Simon Josefsson  <jas@extundo.com>
5991
5992         * MODULES.html.sh: Add "Support for maintaining and release
5993         projects".
5994
5995         * build-aux/gnupload: New file, from coreutils.
5996
5997 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
5998
5999         Avoid the need for AC_LIBSOURCES in m4 macros.
6000         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
6001         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
6002         * modules/check-version (EXTRA_DIST): Add check-version.h.
6003         * modules/crc (EXTRA_DIST): Add crc.h.
6004         * modules/des (EXTRA_DIST): Add des.h.
6005         * modules/gc (EXTRA_DIST): Add gc.h.
6006         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
6007         * modules/getline (EXTRA_DIST): Add getline.h.
6008         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
6009         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
6010         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
6011         * modules/md2 (EXTRA_DIST): Add md2.h.
6012         * modules/md4 (EXTRA_DIST): Add md4.h.
6013         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
6014         * modules/read-file (EXTRA_DIST): Add read-file.h.
6015         * modules/readline (EXTRA_DIST): Add readline.h.
6016         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
6017         rijndael-api-fst.h.
6018
6019 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * m4/rijndael.m4 (gl_ARCFOUR):
6022         * m4/arctwo.m4 (gl_ARCTWO):
6023         * m4/check-version.m4 (gl_CHECK_VERSION):
6024         * m4/crc.m4 (gl_CRC):
6025         * m4/des.m4 (gl_DES):
6026         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
6027         * m4/gc.m4 (gl_GC):
6028         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
6029         * m4/getline.m4 (gl_FUNC_GETLINE):
6030         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
6031         * m4/hmac-md5.m4 (gl_HMAC_MD5):
6032         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
6033         * m4/md2.m4 (gl_MD2):
6034         * m4/md4.m4 (gl_MD4):
6035         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
6036         * m4/read-file.m4 (gl_FUNC_READ_FILE):
6037         * m4/readline.m4 (gl_FUNC_READLINE):
6038         * m4/rijndael.m4 (gl_RIJNDAEL):
6039         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6040         to get the necessary .h files and whatnot.
6041
6042 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
6043
6044         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
6045         gnulib rather than the other way around.
6046         * config/srclistvars.sh (COREUTILS): Remove.
6047
6048 2006-08-22  Jim Meyering  <jim@meyering.net>
6049
6050         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
6051
6052         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
6053
6054 2006-08-22  Eric Blake  <ebb9@byu.net>
6055
6056         * modules/regexprops-generic: New file.
6057         * MODULES.html.sh (Support for building documentation): List it.
6058
6059 2006-08-22  Eric Blake  <ebb9@byu.net>
6060
6061         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
6062         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
6063         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
6064         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
6065
6066 2006-08-22  Bruno Haible  <bruno@clisp.org>
6067
6068         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
6069         and lib_LTLIBRARIES like the other lib_* variables.
6070
6071 2006-08-22  Bruno Haible  <bruno@clisp.org>
6072
6073         * build-aux/x-to-1.in: New file, from GNU gettext.
6074
6075 2006-08-22  Bruno Haible  <bruno@clisp.org>
6076
6077         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
6078         <utmpx.h> exists.
6079
6080 2006-08-22  Bruno Haible  <bruno@clisp.org>
6081
6082         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
6083         <utmpx.h> exists.
6084
6085 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6086
6087         BeOS portability.
6088         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
6089         exist.
6090         Problem reported by Bruno Haible.
6091
6092 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6093
6094         Avoid the need for AC_LIBSOURCES in m4 macros.
6095         * modules/acl (EXTRA_DIST): Add acl.h.
6096         * modules/argmatch (Files): Add m4/argmatch.m4.
6097         (configure.ac): Add gl_ARGMATCH.
6098         (EXTRA_DIST): Renamed from lib_SOURCES, for
6099         consistency with the other modules.  Remove argmatch.c.
6100         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
6101         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
6102         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
6103         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
6104         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
6105         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
6106         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
6107         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
6108         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
6109         * modules/closeout (EXTRA_DIST): Add closeout.h.
6110         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
6111         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
6112         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
6113         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
6114         dirname.h; remove basename.c and stripslash.c.
6115         * modules/exclude (EXTRA_DIST): Add exclude.h.
6116         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
6117         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
6118         * modules/file-type (EXTRA_DIST): Add file-type.h.
6119         * modules/filemode (EXTRA_DIST): Add filemode.h.
6120         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
6121         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6122         * modules/fpending (EXTRA_DIST): Add __fpending.h.
6123         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
6124         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
6125         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
6126         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
6127         * modules/getdate (EXTRA_DIST): Add getdate.c.
6128         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
6129         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
6130         * modules/getpass (EXTRA_DIST): Add getpass.h.
6131         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
6132         * modules/group-member (EXTRA_DIST): Add group-member.h.
6133         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
6134         * modules/hash (EXTRA_DIST): Add hash.h.
6135         * modules/human (EXTRA_DIST): Add human.h.
6136         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
6137         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
6138         * modules/lchown (EXTRA_DIST): Add lchown.h.
6139         * modules/long-options (EXTRA_DIST): Add long-options.h.
6140         * modules/lstat (EXTRA_DIST): Add lstat.h.
6141         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
6142         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
6143         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
6144         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
6145         * modules/memxor (EXTRA_DIST): Add memxor.h.
6146         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
6147         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
6148         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
6149         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
6150         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
6151         * modules/physmem (EXTRA_DIST): Add physmem.h.
6152         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
6153         * modules/posixver (EXTRA_DIST): Add posixver.h.
6154         * modules/quote (EXTRA_DIST): Add quote.h.
6155         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
6156         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
6157         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
6158         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
6159         regex_internal.h regexec.c.
6160         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
6161         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
6162         * modules/same (EXTRA_DIST): Add same.h.
6163         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
6164         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
6165         * modules/savedir (EXTRA_DIST): Add savedir.h.
6166         * modules/sha1 (EXTRA_DIST): Add sha1.h.
6167         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
6168         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
6169         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
6170         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
6171         * modules/strdup (EXTRA_DIST): Add strdup.h.
6172         * modules/strftime (EXTRA_DIST): Add strftime.h.
6173         * modules/strndup (EXTRA_DIST): Add strndup.h.
6174         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
6175         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
6176         * modules/time_r (EXTRA_DIST): Add time_r.h.
6177         * modules/timespec (EXTRA_DIST): Add timespec.h.
6178         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
6179         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
6180         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
6181         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
6182         * modules/userspec (EXTRA_DIST): Add userspec.h.
6183         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
6184         * modules/utimens (EXTRA_DIST): Add utimens.h.
6185         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
6186         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
6187         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
6188         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
6189         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
6190         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
6191         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
6192         * modules/yesno (EXTRA_DIST): Add yesno.h.
6193
6194 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
6195
6196         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
6197
6198         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
6199         * m4/dev-ino.m4, same-inode.m4: Remove.
6200
6201         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
6202         * m4/acl.m4 (AC_FUNC_ACL):
6203         * m4/backupfile.m4 (gl_BACKUPFILE):
6204         * m4/c-strtod.m4 (gl_C99_STRTOLD):
6205         * m4/canon-host.m4 (gl_CANON_HOST):
6206         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
6207         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
6208         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
6209         * m4/cloexec.m4 (gl_CLOEXEC):
6210         * m4/close-stream.m4 (gl_CLOSE_STREAM):
6211         * m4/closeout.m4 (gl_CLOSEOUT):
6212         * m4/dirfd.m4 (gl_FUNC_DIRFD):
6213         * m4/dirname.m4 (gl_DIRNAME):
6214         * m4/exclude.m4 (gl_EXCLUDE):
6215         * m4/exitfail.m4 (gl_EXITFAIL):
6216         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
6217         * m4/file-type.m4 (gl_FILE_TYPE):
6218         * m4/filemode.m4 (gl_FILEMODE):
6219         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
6220         * m4/fpending.m4 (gl_FUNC_FPENDING):
6221         * m4/fprintftime.m4 (gl_FPRINTFTIME):
6222         * m4/fts.m4 (gl_FUNC_FTS):
6223         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
6224         * m4/getdate.m4 (gl_GETDATE):
6225         * m4/gethrxtime.m4 (gl_GETHRXTIME):
6226         * m4/getpagesize.m4 (gl_GETPAGESIZE):
6227         * m4/getpass.m4 (gl_FUNC_GETPASS):
6228         * m4/gettime.m4 (gl_GETTIME):
6229         * m4/getugroups.m4 (gl_GETUGROUPS):
6230         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
6231         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
6232         * m4/hard-locale.m4 (gl_HARD_LOCALE):
6233         * m4/hash.m4 (gl_HASH):
6234         * m4/idcache.m4 (gl_IDCACHE):
6235         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
6236         * m4/lchown.m4 (gl_FUNC_LCHOWN):
6237         * m4/long-options.m4 (gl_LONG_OPTIONS):
6238         * m4/lstat.m4 (gl_FUNC_LSTAT):
6239         * m4/md5.m4 (gl_MD5):
6240         * m4/memcasecmp.m4 (gl_MEMCASECMP):
6241         * m4/memcoll.m4 (gl_MEMCOLL):
6242         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
6243         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
6244         * m4/memxor.m4 (gl_MEMXOR):
6245         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
6246         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
6247         * m4/modechange.m4 (gl_MODECHANGE):
6248         * m4/mountlist.m4 (gl_MOUNTLIST):
6249         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6250         * m4/openat.m4 (gl_FUNC_OPENAT):
6251         * m4/pathmax.m4 (gl_PATHMAX):
6252         * m4/physmem.m4 (gl_PHYSMEM):
6253         * m4/posixtm.m4 (gl_POSIXTM):
6254         * m4/posixver.m4 (gl_POSIXVER):
6255         * m4/quote.m4 (gl_QUOTE):
6256         * m4/quotearg.m4 (gl_QUOTEARG):
6257         * m4/readtokens.m4 (gl_READTOKENS):
6258         * m4/readutmp.m4 (gl_READUTMP):
6259         * m4/regex.m4 (gl_REGEX):
6260         * m4/safe-read.m4 (gl_SAFE_READ):
6261         * m4/safe-write.m4 (gl_SAFE_WRITE):
6262         * m4/same.m4 (gl_SAME):
6263         * m4/save-cwd.m4 (gl_SAVE_CWD):
6264         * m4/savedir.m4 (gl_SAVEDIR):
6265         * m4/settime.m4 (gl_SETTIME):
6266         * m4/sha1.m4 (gl_SHA1):
6267         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
6268         * m4/stat-macros.m4 (gl_STAT_MACROS):
6269         * m4/stat-time.m4 (gl_STAT_TIME):
6270         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
6271         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
6272         * m4/strdup.m4 (gl_FUNC_STRDUP):
6273         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
6274         * m4/strndup.m4 (gl_FUNC_STRNDUP):
6275         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
6276         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
6277         * m4/time_r.m4 (gl_TIME_R):
6278         * m4/timespec.m4 (gl_TIMESPEC):
6279         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
6280         * m4/unlinkdir.m4 (gl_UNLINKDIR):
6281         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
6282         * m4/userspec.m4 (gl_USERSPEC):
6283         * m4/utimecmp.m4 (gl_UTIMECMP):
6284         * m4/utimens.m4 (gl_UTIMENS):
6285         * m4/xalloc.m4 (gl_XALLOC):
6286         * m4/xgetcwd.m4 (gl_XGETCWD):
6287         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
6288         * m4/xreadlink.m4 (gl_XREADLINK):
6289         * m4/xstrtod.m4 (gl_XSTRTOD):
6290         * m4/yesno.m4 (gl_YESNO):
6291         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
6292         to get the necessary .h files and whatnot.
6293
6294 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
6295             Bruno Haible  <bruno@clisp.org>
6296
6297         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
6298         /bin/sh understanding of '!' conditional negation.
6299
6300 2006-08-21  Jim Meyering  <jim@meyering.net>
6301
6302         * modules/openat (Depends-on): Really alphabetize.
6303
6304         * modules/acl (Depends-on): Add error and quote.
6305
6306         * check-module (find_included_lib_files): Add at-func.c to the
6307         ok-to-include-more-than-once white list.
6308
6309         * modules/openat (Depends-on): Add lstat.  Alphabetize.
6310
6311 2006-08-21  Bruno Haible  <bruno@clisp.org>
6312
6313         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6314         Emit a pkgdata_DATA variable only if some snippets add contents to it.
6315         Reported by Martin Lambers <marlam@marlam.de>.
6316
6317 2006-08-21  Bruno Haible  <bruno@clisp.org>
6318
6319         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
6320         specify an installation location, don't emit a noinst_LIBRARIES or
6321         noinst_LTLIBRARIES assignment.
6322
6323 2006-08-21  Bruno Haible  <bruno@clisp.org>
6324
6325         BeOS portability.
6326         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
6327         BeOS has mbrtowc() but no <wctype.h>.
6328
6329 2006-08-21  Bruno Haible  <bruno@clisp.org>
6330
6331         BeOS portability.
6332         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
6333         exist.
6334
6335 2006-08-21  Bruno Haible  <bruno@clisp.org>
6336
6337         BeOS portability.
6338         * lib/mbchar.h: Include <wctype.h> only if it exists.
6339
6340 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6341
6342         Remove files that are no longer needed by their respective modules.
6343         * m4/obstack.m4: Remove.
6344         * m4/strerror_r.m4: Remove.
6345         * m4/uint32_t.m4: Remove.
6346         * m4/uintptr_t.m4: Remove.
6347         * m4/ullong_max.m4: Remove.
6348         * m4/xstrtoimax.m4: Remove.
6349         * m4/xstrtoumax.m4: Remove.
6350
6351         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
6352         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
6353         dependencies now capture this.
6354
6355         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
6356         Do not use AC_LIBSOURCES, since gnulib modules now do this.
6357         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
6358         * m4/human.m4 (gl_HUMAN): Likewise.
6359         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
6360         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
6361
6362         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
6363
6364         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
6365         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
6366         stdint.
6367         * m4/human.m4 (gl_HUMAN): Likewise.
6368         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
6369         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
6370         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6371         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6372         * m4/xstrtol (gl_XSTRTOL): Likewise.
6373
6374         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
6375         AC_TYPE_LONG_LONG_INT.
6376         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
6377         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
6378         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
6379         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
6380
6381         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
6382         on stdbool.
6383
6384         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
6385         (gl_PREREQ_XSTRTOUL): Remove.
6386
6387         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
6388
6389         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
6390         mode.
6391
6392 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6393
6394         Add and change modules to make it easier for coreutils to use
6395         gnulib-tool.
6396         * modules/backupfile (Files): Remove m4/d-ino.m4.
6397         (Depends-on): Add d-ino.
6398         * modules/cycle-check (Depends-on): Add stdint.
6399         (lib_SOURCES): Add cycle-check.h.
6400         * modules/d-ino: New module.
6401         * modules/d-type: New module.
6402         * modules/error (Files): Remove m4/strerror_r.m4.
6403         * modules/filemode (Files): Add m4/st_dm_mode.m4.
6404         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
6405         m4/inttypes_h.m4, m4/uintmax_t.m4.
6406         (Depends-on): Add stdint.
6407         (lib_SOURCES): Add fsusage.h.
6408         * modules/getcwd (Files): Remove d-ino.m4.
6409         (Depends-on): Add d-ino.
6410         * modules/getndelim2 (Depends-on): Add stdint.
6411         * modules/glob (Files): Remove m4/d-type.m4.
6412         (Depends-on): Add d-type.
6413         * modules/host-os: New module.
6414         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
6415         m4/inttypes_h.m4, m4/uintmax_t.m4.
6416         * Depends-on: Add stdint.
6417         (lib_SOURCES): Add human.h.
6418         * modules/inttostr (Files): Remove m4/intmax_t.m4,
6419         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
6420         m4/uintmax_t.m4, m4/ulonglong.m4.
6421         (Depends-on): Add stdint.
6422         (EXTRA_DIST): Add inttostr.h.
6423         * modules/lchmod: New module.
6424         * modules/link-follow: New module.
6425         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
6426         (Depends-on): Add lchmod.
6427         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
6428         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
6429         (Depends-on): Add stdint.
6430         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
6431         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6432         (Depends-on): Add stdint.
6433         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
6434         * modules/perl: New module.
6435         * modules/regex (Depends-on): Add stdint.
6436         * modules/rmdir-errno: New module.
6437         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6438         m4/intmax_t.m4.
6439         (Depends-on): Add stdint.
6440         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
6441         m4/uintmax_t.m4.
6442         (Depends-on): Add stdint.
6443         * modules/unlink-busy: New module.
6444         * modules/utimecmp (Depends-on): Add stdint.
6445         * modules/uptime: New module.
6446         * modules/winsz-ioctl: New module.
6447         * modules/winsz-termios: New module.
6448         * modules/xnanosleep (Depends-on): Add nanosleep.
6449         * modules/ullong_max: Remove.
6450         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
6451         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
6452         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
6453         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
6454         (Depends-on): Add inttypes.
6455         (lib_SOURCES): Add xstrtol.h.
6456         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
6457         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
6458         * MODULES.html.sh: Move 'assert' into the assert section.
6459         Move 'dummy' into the linking section.
6460         Remove ullong_max.
6461         Add section for compatibility checks for POSIX:2001 functions,
6462         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
6463         winsz-ioctl, and winsz-termios into it.
6464         Add lchmod.
6465         Add top-level Misc section and put host-os, perl, and uptime
6466         into it.
6467
6468 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
6469
6470         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
6471         now assume the stdint module.  Do not include inttypes.h.
6472         * lib/fsusage.h: Likewise.
6473         * lib/getndelim2.c: Likewise.
6474         * lib/human.h: Likewise.
6475         * lib/inttostr.h: Likewise.
6476         * lib/obstack.c: Likewise.
6477         * lib/regex_internal.h: Likewise.
6478         * lib/tempname.c: Likewise.
6479         * lib/utimecmp.c: Likewise.
6480         * lib/xstrtol.h: Likewise.
6481
6482         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
6483
6484         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
6485         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
6486         * lib/xtime.h: Likewise.
6487
6488 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6489
6490         * modules/openat (Files): Add lib/fchmodat.c.
6491         Fixes problem reported by Jay Youngman.
6492
6493 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
6494
6495         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
6496         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
6497
6498 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
6499             Bruno Haible  <bruno@clisp.org>
6500
6501         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
6502         and is a script that invokes bison. Tighten the code. Add comments.
6503
6504 2006-08-18  Jim Meyering  <jim@meyering.net>
6505
6506         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
6507         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
6508         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
6509         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
6510
6511 2006-08-18  Bruno Haible  <bruno@clisp.org>
6512
6513         * modules/bison-i18n: New file.
6514         * MODULES.html.sh (Internationalization functions): Add it.
6515
6516 2006-08-18  Bruno Haible  <bruno@clisp.org>
6517
6518         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
6519         sys/statvfs.h. When getmntinfo was found, check its declaration and
6520         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
6521
6522 2006-08-18  Bruno Haible  <bruno@clisp.org>
6523
6524         * m4/bison-i18n.m4: New file, from bison.
6525
6526 2006-08-18  Bruno Haible  <bruno@clisp.org>
6527
6528         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
6529         (ME_DUMMY): Treat "kernfs" as a dummy.
6530         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
6531
6532 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6533
6534         Update from coreutils.
6535
6536         2006-08-15  Jim Meyering  <jim@meyering.net>
6537
6538         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
6539
6540         2006-01-17  Jim Meyering  <jim@meyering.net>
6541
6542         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
6543
6544         2006-01-11  Jim Meyering  <jim@meyering.net>
6545
6546         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
6547         Check for the lchmod function.
6548
6549 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
6550
6551         Update from coreutils.
6552
6553         * lib/__fpending.h: Add copyright notice.
6554         * lib/fprintftime.h: Likewise.
6555         * lib/savedir.c: Use (C) in copyright notice.
6556         * lib/savedir.h: Likewise.
6557
6558         2006-08-15  Jim Meyering  <jim@meyering.net>
6559
6560         * lib/at-func.c: New file, with the logic of all emulated at-functions.
6561         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
6562         in support of the EXPECTED_ERRNO macro.
6563         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
6564         definitions.  Instead, define the appropriate symbols and include
6565         "at-func.c".
6566         * lib/mkdirat.c (mkdirat): Likewise.
6567         * lib/fchmodat.c (fchmodat): Likewise.
6568         (ENOSYS): Remove definition.
6569         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
6570         it.  Don't include "unistd--.h" -- it wasn't ever used.
6571
6572         2006-01-17  Jim Meyering  <jim@meyering.net>
6573
6574         Rewrite fts.c not to change the current working directory,
6575         by using openat, fstatat, fdopendir, etc..
6576
6577         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
6578         (HAVE_OPENAT_SUPPORT): Define.
6579         [_LIBC] (fchdir): Don't undef or define; no longer used.
6580         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
6581         Now, this `function' always succeeds, and consumes its file descriptor
6582         parameter -- so callers must not close such FDs.  Update callers.
6583         (diropen_fd, opendirat, cwd_advance_fd): New functions.
6584         (diropen): Add parameter, SP.  Adjust all callers.
6585         Implement using diropen_fd, rather than open.
6586         (fts_open): Initialize new member, fts_cwd_fd.
6587         Remove fts_rft-setting code.
6588         (fts_close): Close fts_cwd_fd, if necessary.
6589         (__opendir2): Define in terms of opendir or opendirat,
6590         depending on whether the FST_NOCHDIR flag is set.
6591         (fts_build): Since fts_safe_changedir consumes its FD, and since
6592         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
6593         and close the dup'd file descriptor upon failure.
6594         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
6595         (fts_safe_changedir): Tweak semantics to reflect that this function
6596         now calls cwd_advance_fd and hence consumes its FD argument.
6597         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
6598         [struct FTS] (fts_rft): Remove now-unused member.
6599         [struct FTS] (fts_cycle.state): Improve comment.
6600
6601         * lib/openat.c (openat_needs_fchdir): New function.
6602         * lib/openat.h (openat_needs_fchdir): Declare it.
6603
6604 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
6605
6606         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
6607         Problem and fix reported by Pádraig Brady in
6608         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
6609
6610 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6611
6612         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
6613
6614 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6615
6616         * lib/memcoll.c (memcoll): Optimize for the common case where the
6617         arguments are bytewise equal.
6618
6619 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
6620
6621         * doc/regexprops-generic.texi: Add a copyright notice.
6622
6623 2006-08-15  Bruno Haible  <bruno@clisp.org>
6624
6625         * modules/tmpdir (License): Change to LGPL.
6626
6627 2006-08-15  Bruno Haible  <bruno@clisp.org>
6628
6629         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
6630         module.
6631
6632 2006-08-14  Simon Josefsson  <jas@extundo.com>
6633
6634         * config/srclist.txt: Add gnupload.
6635
6636 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6637
6638         Change copyright notice from LGPL 2 to GPL 2, since that's the
6639         standard form used in the gnulib repository.
6640         * tests/test-lock.c: Likewise.
6641         * tests/test-stdint.c: Likewise.
6642         * tests/test-tls.c: Likewise.
6643
6644         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
6645         prelude-manager.  User shorter URLs for GNU projects, without '?'.
6646         Add copyright notice.
6647
6648         * check-module: Add copyright notice.  Output a copyright
6649         notice if "--version" is specified.
6650         * modules/COPYING: New file.
6651         * tests/test-getaddrinfo.c: Add copyright notice.
6652         * tests/test-verify.c: Likewise.
6653
6654 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6655
6656         Change copyright notice from LGPL 2 to GPL 2, since that's the
6657         standard form used in the gnulib repository.
6658         * lib/lock.c: LGPL -> GPL.
6659         * lib/lock.h: Likewise.
6660         * lib/strnlen1.c: Likewise.
6661         * lib/strnlen1.h: Likewise.
6662         * lib/tls.c: Likewise.
6663         * lib/tls.h: Likewise.
6664         * lib/tmpdir.c: Likewise.
6665
6666         * lib/TODO: Remove; this belongs only in coreutils.
6667
6668 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6669
6670         Add copyright notices to long-enough files that lack them, since
6671         otherwise the files aren't clearly free.  Use the same notice that
6672         getdate.texi already uses.
6673         * doc/alloca-opt.texi: Add copyright notice.
6674         * doc/alloca.texi: Likewise.
6675         * doc/ctime.texi: Likewise.
6676         * doc/functions.texi: Likewise.
6677         * doc/gcd.texi: Likewise.
6678         * doc/gnulib-tool.texi: Likewise.
6679         * doc/inet_ntoa.texi: Likewise.
6680         * doc/visibility.texi: Likewise.
6681
6682         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
6683         * doc/quote.texi: Add copyright notice.
6684
6685         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
6686         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
6687         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
6688         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
6689         is now obsolete, and give a pointer to the Sun list.
6690         Add copyright notice.
6691
6692 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
6693
6694         * config/srclistvars.sh: Add copyright notice.
6695
6696 2006-08-14  Eric Blake  <ebb9@byu.net>
6697
6698         Import the following change from libc:
6699
6700         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
6701
6702         Upstream bug 2997.
6703         * lib/misc/error.c: Add space between program name and message if file
6704         name is missing.
6705
6706 2006-08-12  Karl Berry  <karl@gnu.org>
6707
6708         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
6709         remove, these originate in gnulib now.
6710
6711 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6712
6713         * doc/Makefile (standards.info standards.html standards.dvi):
6714         Also depend on make-stds.texi.
6715
6716 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6717
6718         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
6719         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
6720
6721         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
6722         in wchar_t.  Problem reported by Eric Blake.
6723
6724         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
6725         LEN is smaller than SIZE.  Suggested by Bruno Haible.
6726         Also, help the compiler to keep LEN in a register.
6727
6728 2006-08-11  Eric Blake  <ebb9@byu.net>
6729
6730         * users.txt: Sort.  Add tar.
6731
6732 2006-08-11  Bruno Haible  <bruno@clisp.org>
6733
6734         * users.txt: New file.
6735
6736 2006-08-11  Bruno Haible  <bruno@clisp.org>
6737
6738         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
6739         before <wchar.h>. Needed for OSF/1 and BSD/OS.
6740
6741 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6742
6743         * modules/snprintf (Depends-on): Remove minmax.
6744         (Maintainer): Add self and Bruno.
6745
6746 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
6747
6748         * lib/.cppi-disable: Add snprintf.h, socket_.h.
6749         * lib/snprintf.c: Include <errno.h> and <limits.h>.
6750         (EOVERFLOW): Define if the system does not.
6751         Do not include "minmax.h"; it wasn't used.
6752         (snprintf): Don't assume size_t promotes to an unsigned type.
6753         Fix bug when generated string was too long for the buffer: the
6754         buffer's contents are supposed to be the initial prefix of the
6755         output.  Don't assume vasnprintf returns EOVERFLOW if the size
6756         exceeds INT_MAX; do the check ourselves.
6757
6758         Import the following changes from libc:
6759
6760         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
6761
6762         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
6763         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
6764         set wc to the byte which couldn't be converted.
6765         (re_string_reconstruct): Don't clear valid_raw_len before calling
6766         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
6767         tip_context using re_string_context_at.
6768
6769         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
6770
6771         * lib/posix/regex.h: g++ still cannot handled [restrict].
6772
6773         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * lib/posix/regex.h: Remove special handling for VMS.
6776
6777 2006-08-10  Jim Meyering  <jim@meyering.net>
6778
6779         * modules/same-inode: New module.
6780         * modules/dev-ino: New module.
6781         * modules/cycle-check: Depend on these modules, rather than simply
6782         including their .h files.
6783         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
6784         required via m4/cycle-check.m4.
6785         * modules/same: Depend on new same-inode module, rather than
6786         including same-inode.h.
6787         * modules/chdir-safer: New file.
6788
6789         * modules/chown (Depends-on): Add stat-macros.
6790
6791 2006-08-10  Jim Meyering  <jim@meyering.net>
6792
6793         * m4/cycle-check.m4: New file.
6794         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
6795         * m4/dev-ino.m4, m4/same-inode.m4: New files.
6796
6797 2006-08-10  Eric Blake  <ebb9@byu.net>
6798
6799         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
6800         in from original proposal.
6801
6802 2006-08-10  Eric Blake  <ebb9@byu.net>
6803         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6804
6805         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
6806         namespace.
6807
6808 2006-08-10  Bruno Haible  <bruno@clisp.org>
6809
6810         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
6811         as well.
6812
6813 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6814
6815         Sync from coreutils.
6816
6817         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
6818
6819         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
6820         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
6821
6822 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6823
6824         * modules/restrict: Remove; no longer needed now that we assume
6825         Autoconf 2.59 or later.
6826         * MODULES.html.sh: Remove 'restrict'.
6827         * modules/argp (Depends-on): Remove 'restrict'.
6828         * modules/base64 (Depends-on): Likewise.
6829         * modules/gc (Depends-on): Likewise.
6830         * modules/getaddrinfo (Depends-on): Likewise.
6831         * modules/glob (Depends-on): Likewise.
6832         * modules/inet_ntop (Depends-on): Likewise.
6833         * modules/inet_pton (Depends-on): Likewise.
6834         * modules/memxor (Depends-on): Likewise.
6835         * modules/regex (Depends-on): Likewise.
6836         * modules/strtok_r (Depends-on): Likewise.
6837         * modules/time_r (Depends-on): Likewise.
6838
6839 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
6840
6841         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
6842         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
6843         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6844         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
6845         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
6846         * m4/memxor.m4 (gl_MEMXOR): Likewise.
6847         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
6848         gl_C_RESTRICT replaced by AC_C_RESTRICT.
6849
6850         Merge from coreutils.
6851         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
6852         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
6853         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6854         * m4/time_r.m4 (gl_TIME_R): Likewise.
6855
6856 2006-08-09  Karl Berry  <karl@gnu.org>
6857
6858         * config/srclist.txt: no more gettext-tools, per Bruno.
6859
6860 2006-08-08  Eric Blake  <ebb9@byu.net>
6861
6862         * modules/verror: New module.
6863         * MODULES.html.sh: Document it.
6864
6865 2006-08-08  Eric Blake  <ebb9@byu.net>
6866
6867         * lib/verror.h, lib/verror.c: New files.
6868
6869 2006-08-08  Eric Blake  <ebb9@byu.net>
6870
6871         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
6872         verror_at_line output complies with GNU Coding Standards even when
6873         file is NULL.
6874
6875 2006-08-07  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
6878         versions of AIX.
6879         Reported by Ralf Wildenhues.
6880
6881 2006-08-07  Bruno Haible  <bruno@clisp.org>
6882
6883         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
6884         in an AC_DEFUN. Needed so that the autoconf snippets can use
6885         AC_REQUIRE.
6886
6887 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6888
6889         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6890         Initialize pkgdata_DATA.
6891         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
6892         overriding it.
6893
6894 2006-08-06  Eric Blake  <ebb9@byu.net>
6895
6896         * lib/error.h: Fold in some upstream changes from glibc.
6897         * lib/error.c: Likewise.
6898
6899 2006-08-04  Bruno Haible  <bruno@clisp.org>
6900
6901         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6902         Make the mostlyclean-local rule depend on mostlyclean-generic.
6903         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
6904
6905 2006-07-31  Bruno Haible  <bruno@clisp.org>
6906
6907         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
6908         <stdlib.h>, <string.h>.
6909
6910 2006-07-30  Bruno Haible  <bruno@clisp.org>
6911
6912         * modules/readlink (License): Change to LGPL.
6913
6914 2006-07-30  Bruno Haible  <bruno@clisp.org>
6915
6916         * modules/javaversion (Makefile.am): Distribute javaversion.java and
6917         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
6918         set PKGDATADIR to point to it.
6919
6920 2006-07-30  Bruno Haible  <bruno@clisp.org>
6921
6922         * modules/csharpexec (configure.ac): Comment out macro invocation.
6923         * modules/javaexec (configure.ac): Likewise.
6924         * modules/javacomp-script (configure.ac): Likewise.
6925
6926         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
6927
6928 2006-07-30  Bruno Haible  <bruno@clisp.org>
6929
6930         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
6931         linked-list.
6932
6933 2006-07-30  Bruno Haible  <bruno@clisp.org>
6934
6935         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
6936
6937 2006-07-30  Bruno Haible  <bruno@clisp.org>
6938
6939         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6940         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
6941         get removed.
6942
6943 2006-07-29  Bruno Haible  <bruno@clisp.org>
6944
6945         Make it possible for gnulib-tool to work with locally modified or
6946         augmented gnulib repositories.
6947         * gnulib-tool (func_usage): Document --local-dir option.
6948         (local_gnulib_dir): New variable.
6949         Handle --local-dir option.
6950         (func_lookup_file): New function.
6951         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
6952         (func_get_description, func_get_filelist, func_get_description,
6953         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
6954         func_get_automake_snippet, func_get_include_directive,
6955         func_get_license, func_get_maintainer): Use func_lookup_file.
6956         (func_import, func_create_testdir): Use func_lookup_file.
6957
6958 2006-07-29  Bruno Haible  <bruno@clisp.org>
6959
6960         * modules/setenv (Depends-on): Add unistd.
6961
6962 2006-07-29  Bruno Haible  <bruno@clisp.org>
6963
6964         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
6965
6966 2006-07-29  Bruno Haible  <bruno@clisp.org>
6967
6968         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
6969
6970 2006-07-29  Bruno Haible  <bruno@clisp.org>
6971
6972         * gnulib-tool (import, update): If there is no Makefile.am, look at
6973         aclocal.m4, instead of bailing out.
6974
6975 2006-07-29  Bruno Haible  <bruno@clisp.org>
6976
6977         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
6978         Categorize the options by when they are useful.
6979
6980 2006-07-29  Bruno Haible  <bruno@clisp.org>
6981
6982         * gnulib-tool (func_usage): Document option --no-libtool.
6983         Handle option --no-libtool.
6984         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
6985         for changed semantics of $libtool variable.
6986         (func_import): Likewise. If libtool is not used, show this through
6987         an option --no-libtool.
6988         (func_create_testdir): Update.
6989
6990 2006-07-29  Bruno Haible  <bruno@clisp.org>
6991
6992         * gnulib-tool (func_import): Extend error message about missing
6993         --doc-base.
6994
6995 2006-07-29  Bruno Haible  <bruno@clisp.org>
6996
6997         * gnulib-tool (func_import): Don't create the $docbase directory if
6998         there is no file to store there.
6999
7000 2006-07-29  Bruno Haible  <bruno@clisp.org>
7001
7002         * gnulib-tool (autoconf_minversion): If a --dir option is given and
7003         relevant, look for configure.ac there, not in the current directory.
7004         Also use a simple search for AC_PREREQ, not "autoconf --trace".
7005
7006 2006-07-29  Bruno Haible  <bruno@clisp.org>
7007
7008         * gnulib-tool (SORT): New variable.
7009         (func_usage): Undocument --assume-autoconf option.
7010         Remove --assume-autoconf option handling.
7011         (autoconf_minversion): Determine from the contents of configure.ac.
7012         (func_import): Remove autoconf_minversion handling.
7013         Suggested by Eric Blake.
7014
7015 2006-07-29  Bruno Haible  <bruno@clisp.org>
7016
7017         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
7018
7019 2006-07-29  Bruno Haible  <bruno@clisp.org>
7020
7021         * config/srclist.txt (*setenv.[ch]): Remove rules.
7022
7023 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7024
7025         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
7026
7027 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7028
7029         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
7030         arpa/inet.h.
7031
7032 2006-07-28  Simon Josefsson  <jas@extundo.com>
7033
7034         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
7035         * modules/inet_pton (Depends-on): Likewise.
7036
7037 2006-07-28  Simon Josefsson  <jas@extundo.com>
7038
7039         * m4/netinet_in_h.m4: New file.
7040
7041 2006-07-28  Simon Josefsson  <jas@extundo.com>
7042
7043         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
7044         #include's.
7045
7046 2006-07-28  Simon Josefsson  <jas@extundo.com>
7047
7048         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
7049         #include's.
7050
7051 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
7052
7053         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
7054         setgid on directories only if they set these bits.
7055         * lib/modechange.h: Remove obsolete comment about masks.
7056
7057 2006-07-28  Eric Blake  <ebb9@byu.net>
7058
7059         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
7060         macro expansion.
7061
7062 2006-07-28  Bruno Haible  <bruno@clisp.org>
7063
7064         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
7065
7066 2006-07-28  Bruno Haible  <bruno@clisp.org>
7067
7068         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
7069
7070 2006-07-28  Bruno Haible  <bruno@clisp.org>
7071
7072         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
7073         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
7074         Define fallbacks.
7075         Avoids link error on FreeBSD 4.x.
7076         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7077
7078         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
7079         encoding.
7080         * lib/mbswidth.c (iswcntrl): Likewise.
7081
7082 2006-07-27  Bruno Haible  <bruno@clisp.org>
7083
7084         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
7085         test.
7086
7087 2006-07-27  Bruno Haible  <bruno@clisp.org>
7088
7089         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
7090         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
7091         defined.
7092
7093 2006-07-26  Eric Blake  <ebb9@byu.net>
7094
7095         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
7096
7097 2006-07-26  Eric Blake  <ebb9@byu.net>
7098
7099         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
7100         like mingw that lack mkstemp.
7101         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
7102         avoid compilation warning on mingw.
7103
7104 2006-07-26  Bruno Haible  <bruno@clisp.org>
7105
7106         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
7107         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
7108         INT_FAST*_MIN, INTPTR_MIN.
7109
7110 2006-07-25  Bruno Haible  <bruno@clisp.org>
7111
7112         * modules/version-etc (Depends-on): Add stdarg.
7113
7114 2006-07-25  Bruno Haible  <bruno@clisp.org>
7115
7116         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
7117         complex commands.
7118
7119 2006-07-25  Bruno Haible  <bruno@clisp.org>
7120
7121         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
7122         defined in <stdarg.h> or config.h.
7123
7124 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7125
7126         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
7127         (gl_STDIO_SAFER): Remove.
7128
7129 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
7130
7131         * MODULES.html.sh (File stream based Input/Output):
7132         Add fopen-safer, tmpfile-safer; remove stdio-safer.
7133         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
7134         * modules/fopen-safer, modules/tmpfile-safer: New files.
7135         * modules/stdio-safer: Remove.
7136
7137 2006-07-24  Bruno Haible  <bruno@clisp.org>
7138
7139         * modules/tmpdir: New file.
7140         * MODULES.html.sh (File system functions): Add it.
7141
7142 2006-07-24  Bruno Haible  <bruno@clisp.org>
7143
7144         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
7145         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
7146
7147 2006-07-24  Bruno Haible  <bruno@clisp.org>
7148
7149         * modules/clean-temp: New file.
7150
7151 2006-07-24  Bruno Haible  <bruno@clisp.org>
7152
7153         * m4/tmpdir.m4: New file, from GNU gettext.
7154
7155 2006-07-24  Bruno Haible  <bruno@clisp.org>
7156
7157         * lib/tmpdir.h: New file, from GNU gettext.
7158         * lib/tmpdir.c: New file, from GNU gettext.
7159
7160 2006-07-24  Bruno Haible  <bruno@clisp.org>
7161
7162         * lib/clean-temp.h: New file, from GNU gettext.
7163         * lib/clean-temp.c: New file, from GNU gettext.
7164
7165 2006-07-23  Eric Blake  <ebb9@byu.net>
7166
7167         * modules/stdio-safer (Files): Add tmpfile-safer.c.
7168         (Depends-on): Add binary-io.
7169
7170 2006-07-23  Eric Blake  <ebb9@byu.net>
7171
7172         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
7173
7174 2006-07-23  Eric Blake  <ebb9@byu.net>
7175
7176         * lib/tmpfile-safer.c: New file.
7177         * lib/stdio-safer.h (fopen_safer): Add prototype.
7178         * lib/stdio--.h (tmpfile): Make safer.
7179
7180 2006-07-23  Bruno Haible  <bruno@clisp.org>
7181
7182         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
7183         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
7184         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
7185         gl_linked_remove_at): Use it.
7186
7187 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7188         and Simon Josefsson <jas@extundo.com>
7189
7190         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
7191
7192         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
7193
7194 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7195
7196         * modules/close-stream: New file.
7197         * modules/closeout (Description): Make it clear that it exits
7198         with a diagnostic on error.
7199         (Depends-on): Add close-stream.  Remove fpending, stdbool.
7200         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
7201
7202 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7203
7204         * m4/close-stream.m4: New file.
7205
7206 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
7207
7208         * lib/close-stream.c, lib/close-stream.h: New files.
7209
7210 2006-07-22  Bruno Haible  <bruno@clisp.org>
7211
7212         Merge from GNU gettext 0.15.
7213
7214         2006-05-01  Bruno Haible  <bruno@clisp.org>
7215
7216                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
7217
7218         2006-07-22  Bruno Haible  <bruno@clisp.org>
7219
7220                 * modules/javaversion: New file.
7221                 * MODULES.html.sh (Java): Add javaversion.
7222
7223         2006-03-12  Bruno Haible  <bruno@clisp.org>
7224
7225                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
7226
7227         2005-12-04  Bruno Haible  <bruno@clisp.org>
7228
7229                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
7230                 (untested).
7231
7232         2006-06-21  Bruno Haible  <bruno@clisp.org>
7233
7234                 Avoid warnings from recent versions of mcs.
7235                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
7236                 -o, -L, -r any more. Use options documented since mcs-1.0
7237                 instead. Similarly for -g.
7238
7239         2005-12-04  Bruno Haible  <bruno@clisp.org>
7240
7241                 * build-aux/csharpcomp.sh.in: Suffix for resources is
7242                 .resources, not .resource.
7243
7244         2005-07-09  Bruno Haible  <bruno@clisp.org>
7245
7246                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
7247                 add a .dll suffix.
7248                 Reported by Mark Junker <mjscod@gmx.de>.
7249
7250         2006-07-22  Bruno Haible  <bruno@clisp.org>
7251
7252                 * modules/gettext: Upgrade to gettext-0.15.
7253                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
7254                 m4/visibility.m4.
7255                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
7256
7257 2006-07-22  Bruno Haible  <bruno@clisp.org>
7258
7259         Merge from GNU gettext 0.15.
7260
7261         2006-03-25  Bruno Haible  <bruno@clisp.org>
7262
7263                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
7264
7265         2006-07-21  Bruno Haible  <bruno@clisp.org>
7266
7267                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
7268                 "1.1".
7269
7270         2006-05-09  Bruno Haible  <bruno@clisp.org>
7271
7272                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
7273                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
7274                 for the conftestver execution.
7275
7276         2006-05-01  Bruno Haible  <bruno@clisp.org>
7277
7278                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
7279                 optional target-version argument. Verify that the compiler
7280                 groks source of the specified source-version, or add -source
7281                 option as necessary. Verify that the compiler produces
7282                 bytecode in the specified target-version, or add -target and
7283                 -source options as necessary. Make the result of the test
7284                 available as variable CONF_JAVAC. Also log error output in
7285                 config.log.
7286
7287         2006-03-11  Bruno Haible  <bruno@clisp.org>
7288
7289                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
7290
7291         2006-05-09  Bruno Haible  <bruno@clisp.org>
7292
7293                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
7294                 CLASSPATH_SEPARATOR to a semicolon.
7295
7296         2006-03-12  Bruno Haible  <bruno@clisp.org>
7297
7298                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
7299                 available as variable CONF_JAVA, for subsequent autoconf
7300                 tests. Also log error output in config.log.
7301
7302         2006-07-19  Bruno Haible  <bruno@clisp.org>
7303
7304                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
7305                 that getline works on glibc2 systems. Needed to avoid trouble
7306                 in relocatable.c.
7307                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
7308
7309         2005-12-04  Bruno Haible  <bruno@clisp.org>
7310
7311                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
7312                 launcher (untested).
7313
7314         2005-12-04  Bruno Haible  <bruno@clisp.org>
7315
7316                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
7317
7318         2006-07-22  Bruno Haible  <bruno@clisp.org>
7319
7320                 * gettext.m4: Update from GNU gettext-0.15.
7321                 * nls.m4: Likewise.
7322                 * po.m4: Likewise.
7323                 * inttypes-pri.m4: Likewise.
7324                 * inttypes-h.m4: Renamed from inttypes.m4.
7325                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
7326
7327 2006-07-22  Bruno Haible  <bruno@clisp.org>
7328
7329         Merge from GNU gettext 0.15.
7330
7331         2005-07-05  Bruno Haible  <bruno@clisp.org>
7332
7333                 * printf-args.c (printf_fetchargs): Work around broken
7334                 definition of wint_t on mingw.
7335
7336         2005-02-12  Bruno Haible  <bruno@clisp.org>
7337
7338                 * xallocsa.h: Add extern "C" for C++.
7339
7340         2006-05-17  Bruno Haible  <bruno@clisp.org>
7341
7342                 Cygwin portability.
7343                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
7344
7345         2006-04-30  Bruno Haible  <bruno@clisp.org>
7346
7347                 * progreloc.c: Include <mach-o/dyld.h> if available.
7348                 (find_executable): Use _NSGetExecutablePath when possible.
7349
7350         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
7351
7352                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
7353                 function.
7354
7355         2005-12-29  Bruno Haible  <bruno@clisp.org>
7356
7357                 * progreloc.c (set_program_name_and_installdir): Fix
7358                 compilation error.
7359
7360         2005-12-04  Bruno Haible  <bruno@clisp.org>
7361
7362                 Cygwin portability.
7363                 * progreloc.c: Include <windows.h> also on Cygwin.
7364                 (find_executable): Add support for Cygwin.
7365                 (set_program_name_and_installdir): Handle also platforms with
7366                 nonempty EXEEXT.
7367
7368         2006-07-11  Bruno Haible  <bruno@clisp.org>
7369
7370                 * javacomp.c: Fix a comment.
7371                 Reported by Jim Meyering.
7372
7373         2006-04-30  Bruno Haible  <bruno@clisp.org>
7374
7375                 * javacomp.h (compile_java_class): Add source_version,
7376                 target_version arguments.
7377                 * javacomp.c: Rewritten to choose only a compiler that
7378                 respects the specified source_version and target_version.
7379
7380         2006-06-27  Bruno Haible  <bruno@clisp.org>
7381
7382                 Assume correct S_ISDIR macro.
7383                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
7384
7385         2006-07-22  Bruno Haible  <bruno@clisp.org>
7386
7387                 * javaversion.h: New file, from GNU gettext.
7388                 * javaversion.c: New file, from GNU gettext.
7389                 * javaversion.java: New file, from GNU gettext.
7390                 * javaversion.class: New file, from GNU gettext.
7391
7392         2006-05-17  Bruno Haible  <bruno@clisp.org>
7393
7394                 Cygwin portability.
7395                 * javaexec.c (execute_java_class): Test for jview program
7396                 also on Cygwin.
7397
7398         2006-04-09  Bruno Haible  <bruno@clisp.org>
7399
7400                 * fatal-signal.c: Don't include string.h.
7401                 (at_fatal_signal): Use a copying loop instead of memcpy.
7402
7403         2005-12-04  Bruno Haible  <bruno@clisp.org>
7404
7405                 * csharpexec.c: Add support for 'clix' launcher (untested).
7406                 (execute_csharp_using_sscli): New function.
7407                 (execute_csharp_program): Call it.
7408
7409         2006-06-21  Bruno Haible  <bruno@clisp.org>
7410
7411                 Avoid warnings from recent versions of mcs.
7412                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
7413                 -o, -L, -r any more. Use options documented since mcs-1.0
7414                 instead. Similarly for -g.
7415
7416         2005-07-09  Bruno Haible  <bruno@clisp.org>
7417
7418                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
7419                 add a .dll suffix.
7420                 Reported by Mark Junker <mjscod@gmx.de>.
7421
7422         2006-06-17  Bruno Haible  <bruno@clisp.org>
7423
7424                 * config.charset: Update for NetBSD 3.0.
7425
7426         2006-05-17  Bruno Haible  <bruno@clisp.org>
7427
7428                 Cygwin portability.
7429                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
7430
7431         2006-05-16  Bruno Haible  <bruno@clisp.org>
7432
7433                 * localcharset.c [CYGWIN]: Include <windows.h>.
7434                 (get_charset_aliases): For Cygwin, return the same CPxxx
7435                 aliases list as under WIN32.
7436                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
7437                 the environment variables. Fall back to GetACP().
7438
7439         2006-04-05  Bruno Haible  <bruno@clisp.org>
7440
7441                 * config.charset: Update Juan Manuel Guerrero's address.
7442
7443         2005-02-12  Bruno Haible  <bruno@clisp.org>
7444
7445                 * allocsa.h: Add extern "C" for C++.
7446
7447         2005-02-10  Bruno Haible  <bruno@clisp.org>
7448
7449                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
7450                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
7451
7452         2006-07-22  Bruno Haible  <bruno@clisp.org>
7453
7454                 * gettext.h: Update to GNU gettext-0.15.
7455
7456 2006-07-22  Bruno Haible  <bruno@clisp.org>
7457
7458         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
7459         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
7460         lib-prefix.m4, longdouble.m4, ssize_t.m4.
7461
7462 2006-07-21  Eric Blake  <ebb9@byu.net>
7463
7464         * modules/stdlib-safer: New file.
7465         * MODULES.html.sh (File stream based Input/Output): Add
7466         stdlib-safer.
7467
7468 2006-07-21  Eric Blake  <ebb9@byu.net>
7469
7470         * lib/stdlib-safer.h: New file from coreutils, required by
7471         stdlib--.h.
7472
7473 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
7474
7475         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
7476
7477 2006-07-20  Bruno Haible  <bruno@clisp.org>
7478
7479         * gnulib-tool: Recognize new option --assume-autoconf.
7480         (autoconf_minversion): New variable.
7481         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
7482
7483 2006-07-20  Bruno Haible  <bruno@clisp.org>
7484
7485         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
7486
7487 2006-07-19  Derek R. Price  <derek@ximbiot.com>
7488
7489         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
7490         Reindent and repaginate.
7491
7492 2006-07-19  Derek Price  <derek@ximbiot.com>
7493
7494         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
7495         Correct grammar.
7496
7497 2006-07-17  Bruno Haible  <bruno@clisp.org>
7498
7499         * modules/list: New file.
7500         * modules/array-list: New file.
7501         * modules/carray-list, modules/carray-list-tests: New files.
7502         * modules/linked-list, modules/linked-list-tests: New files.
7503         * modules/avltree-list, modules/avltree-list-tests: New files.
7504         * modules/rbtree-list, modules/rbtree-list-tests: New files.
7505         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
7506         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
7507         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
7508         * modules/oset: New file.
7509         * modules/array-oset: New file.
7510         * modules/avltree-oset, modules/avltree-oset-tests: New files.
7511         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
7512         * tests/test-carray_list.c: New file.
7513         * tests/test-linked_list.c: New file.
7514         * tests/test-avltree_list.c: New file.
7515         * tests/test-rbtree_list.c: New file.
7516         * tests/test-linkedhash_list.c: New file.
7517         * tests/test-avltreehash_list.c: New file.
7518         * tests/test-rbtreehash_list.c: New file.
7519         * tests/test-avltree_oset.c: New file.
7520         * tests/test-rbtree_oset.c: New file.
7521         * MODULES.html.sh (Container data structures): New section.
7522
7523 2006-07-17  Bruno Haible  <bruno@clisp.org>
7524
7525         * m4/gl_list.m4: New file.
7526
7527 2006-07-17  Bruno Haible  <bruno@clisp.org>
7528
7529         * lib/gl_list.h: New file.
7530         * lib/gl_list.c: New file.
7531         * lib/gl_array_list.h: New file.
7532         * lib/gl_array_list.c: New file.
7533         * lib/gl_carray_list.h: New file.
7534         * lib/gl_carray_list.c: New file.
7535         * lib/gl_linked_list.h: New file.
7536         * lib/gl_linked_list.c: New file.
7537         * lib/gl_anylinked_list1.h: New file.
7538         * lib/gl_anylinked_list2.h: New file.
7539         * lib/gl_avltree_list.h: New file.
7540         * lib/gl_avltree_list.c: New file.
7541         * lib/gl_anyavltree_list1.h: New file.
7542         * lib/gl_anyavltree_list2.h: New file.
7543         * lib/gl_rbtree_list.h: New file.
7544         * lib/gl_rbtree_list.c: New file.
7545         * lib/gl_anyrbtree_list1.h: New file.
7546         * lib/gl_anyrbtree_list2.h: New file.
7547         * lib/gl_anytree_list1.h: New file.
7548         * lib/gl_anytree_list2.h: New file.
7549         * lib/gl_linkedhash_list.h: New file.
7550         * lib/gl_linkedhash_list.c: New file.
7551         * lib/gl_anyhash_list1.h: New file.
7552         * lib/gl_anyhash_list2.h: New file.
7553         * lib/gl_avltreehash_list.h: New file.
7554         * lib/gl_avltreehash_list.c: New file.
7555         * lib/gl_rbtreehash_list.h: New file.
7556         * lib/gl_rbtreehash_list.c: New file.
7557         * lib/gl_anytreehash_list1.h: New file.
7558         * lib/gl_anytreehash_list2.h: New file.
7559
7560         * lib/gl_oset.h: New file.
7561         * lib/gl_oset.c: New file.
7562         * lib/gl_array_oset.h: New file.
7563         * lib/gl_array_oset.c: New file.
7564         * lib/gl_avltree_oset.h: New file.
7565         * lib/gl_avltree_oset.c: New file.
7566         * lib/gl_rbtree_oset.h: New file.
7567         * lib/gl_rbtree_oset.c: New file.
7568         * lib/gl_anytree_oset.h: New file.
7569
7570 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7571
7572         * m4/mkancesdirs.m4: New file.
7573         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
7574         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
7575         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
7576         it.
7577
7578 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7579
7580         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
7581         * lib/mkancesdirs.h: New files.
7582         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
7583         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
7584         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
7585         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
7586         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
7587         callers changed.  Revamp internals significantly, by not
7588         attempting to create directories that are temporarily more
7589         permissive than the final results.  Do not attempt to use
7590         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
7591         This removes some race conditions, fixes some bugs, and simplifies
7592         things.  Use new dirchownmod function to do owner and mode changes.
7593         * lib/mkdir-p.h: Likewise.
7594         * lib/modechange.c (octal_to_mode): New function.
7595         (struct mode_change): New member mentioned.
7596         (make_node_op_equals): New arg mentioned.  All callers changed.
7597         (mode_compile): Keep track of which mode bits the user has explicitly
7598         mentioned.
7599         (mode_adjust): New arg DIR, so that we implement the X op correctly.
7600         New arg PMODE_BITS, to keep track of which mode bits the user
7601         mentioned; it treats S_ISUID and S_ISGID speciall.
7602         All callers changed.
7603         * lib/modechange.h: Likewise.
7604
7605 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
7606
7607         * MODULES.html.sh: Add mkancestors.
7608         * modules/mkancesdirs: New module.
7609         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
7610         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
7611         The chdir-safer and afs files are now orphans; I'll remove them
7612         unless someone speaks up.
7613         Add lib/dirchownmod.c, lib/dirchownmod.h.
7614         (Depends-on): Remove alloca, chown, save-cwd, dirname.
7615         Add lchown, mkancesdirs.
7616         (Maintainer): Add self.
7617
7618 2006-07-15  Karl Berry  <karl@gnu.org>
7619
7620         * gnulib-tool: help message wording/arrangement.
7621
7622 2006-07-14  Simon Josefsson  <jas@extundo.com>
7623
7624         * doc/gnulib.texi (Libtool and Windows): New section.
7625
7626 2006-07-12  Simon Josefsson  <jas@extundo.com>
7627
7628         * modules/gendocs (License): Fix license, approved by Karl.
7629
7630 2006-07-12  Eric Blake  <ebb9@byu.net>
7631
7632         * MODULES.html.sh: Add gendocs.
7633
7634 2006-07-11  Eric Blake  <ebb9@byu.net>
7635
7636         * modules/fdl: New module, to install doc/fdl.texi.
7637         * MODULES.html.sh: Add new section for documentation modules.
7638         * gnulib-tool: Avoid space-tab.
7639         (--doc-base): New option, to manage files from doc.
7640
7641 2006-07-11  Eric Blake  <ebb9@byu.net>
7642
7643         * m4/absolute-header.m4: Fix comments to match recent change.
7644
7645 2006-07-11  Eric Blake  <ebb9@byu.net>
7646
7647         * gnulib-tool: List --doc-base before --tests-base.
7648
7649 2006-07-11  Derek R. Price  <derek@ximbiot.com>
7650
7651         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
7652
7653 2006-07-11  Bruno Haible  <bruno@clisp.org>
7654
7655         * README: Mention where to put documentation.
7656
7657 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7658
7659         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
7660
7661 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7662
7663         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
7664         to stdint.m4.
7665
7666 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7667
7668         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
7669         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
7670         "no/such/file/stdint.h" when there is no such file, so that
7671         the resulting C code can be parsed by dodgy compilers.
7672         Problems reported by Bob Proulx.
7673
7674 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7675
7676         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
7677         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7678         macros into the GNU _D_EXACT_NAMLEN.
7679         * lib/savedir.c:  Likewise.
7680         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
7681
7682 2006-07-10  Derek R. Price  <derek@ximbiot.com>
7683         and Paul Eggert  <eggert@cs.ucla.edu>
7684
7685         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
7686         * m4/savedir.m4:
7687         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
7688         macros into the GNU _D_EXACT_NAMLEN.
7689
7690 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7691
7692         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
7693         around the absolute name, to work around a problem with the HP-UX
7694         11.23 native C compiler, reported by Bob Proulx.
7695
7696 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7697
7698         * doc/maintain.texi, make-stds.texi: Sync from
7699         <http://savannah.gnu.org/projects/gnustandards>.
7700
7701 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7702
7703         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
7704
7705 2006-07-09  Jim Meyering  <jim@meyering.net>
7706
7707         * m4/glob.m4: Remove a doubled word in a comment.
7708
7709 2006-07-09  Jim Meyering  <jim@meyering.net>
7710
7711         * lib/argp-pv.c: Remove a doubled word in a comment.
7712         * lib/check-version.c (check_version): Likewise.
7713         * lib/javacomp.c (compile_java_class): Likewise.
7714
7715 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
7716
7717         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
7718         for the benefit of people using Autoconf 2.60.  If you want to
7719         support older Autoconf versions you can copy m4/onceonly_2_57.m4
7720         (or m4/onceonly.m4, if pre-2.57) manually.
7721
7722 2006-07-08  Jim Meyering  <jim@meyering.net>
7723
7724         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
7725         comment.
7726         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
7727         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
7728         comment.
7729
7730 2006-07-08  Jim Meyering  <jim@meyering.net>
7731
7732         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
7733
7734 2006-07-07  Simon Josefsson  <jas@extundo.com>
7735
7736         * tests/test-crc.c: Change expected crc value, the test vector
7737         were probably computed using the old broken crc.c?
7738
7739 2006-07-06  Simon Josefsson  <jas@extundo.com>
7740
7741         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
7742         now the canonical place for the M4 file).
7743
7744         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
7745         from the sys_socket dependency now.
7746
7747         * modules/inet_pton (Files): Ditto.
7748
7749         * modules/inet_ntop (Files): Ditto.
7750
7751 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7752
7753         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
7754         not gl_PREREQ_GETUSERSHELL.
7755
7756 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7757
7758         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
7759         with only one argument, for Autoconf 2.60.
7760         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
7761         expand to nothing, so add a shell command to avoid syntax error.
7762         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7763
7764 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7765
7766         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
7767
7768 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7769
7770         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
7771         no longer needed.  Check for isblank decl.
7772         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
7773         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
7774         of existence.
7775
7776 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7777
7778         * lib/getloadavg.c: Use __VMS, not VMS.
7779         * lib/getopt.c: Likewise.
7780         * lib/getpagesize.h: Likewise.
7781         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
7782         and probably does not work.
7783
7784 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7785
7786         * lib/.cppi-disable: Add wcwidth.
7787         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
7788         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
7789         (ISGRAPH): Remove.  All uses changed to isgraph.
7790         (FOLD) [!defined _LIBC]: Remove special case.
7791         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
7792         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
7793         HAVE_ISBLANK.
7794         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
7795         case.
7796
7797 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
7798
7799         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
7800         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
7801         brackets.  Other minor changes to suppress some compiler
7802         warnings.
7803
7804 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7805         and Paul Eggert  <eggert@cs.ucla.edu>
7806
7807         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
7808         of invoking obsolescent AC_HEADER_DIRENT macro.
7809         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
7810         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
7811         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7812         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
7813         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
7814         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
7815         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
7816         * m4/readdir.m4: Remove; no longer needed.
7817
7818 2006-07-06  Derek R. Price  <derek@ximbiot.com>
7819         and Paul Eggert  <eggert@cs.ucla.edu>
7820
7821         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
7822         Don't worry about this obsolete case any more.
7823         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
7824         directories.
7825         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
7826         worry about this obsolete case any more.
7827         * lib/fts.c: Likewise.
7828         * lib/getcwd.c: Likewise.
7829         * lib/glob.h: Likewise.
7830         * lib/savedir.c: Likewise.
7831
7832 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7833
7834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
7835         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
7836         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
7837         needed.
7838         All uses removed.
7839         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7840         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7841         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
7842         needed.
7843         * m4/getdate.m4 (gl_GETDATE): Likewise.
7844         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7845         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7846         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7847         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7848         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
7849         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7850         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
7851         needed.
7852
7853 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
7854
7855         * lib/memcasecmp.c: Include <limits.h>.
7856         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
7857         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
7858         Don't assume isdigit succeeds only on '0' through '9'.
7859
7860 2006-07-05  Eric Blake  <ebb9@byu.net>
7861
7862         * modules/getaddrinfo (Depends-on): Add snprintf.
7863
7864 2006-07-05  Eric Blake  <ebb9@byu.net>
7865
7866         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
7867         to avoid 'header present but could not be compiled' on cygwin.
7868
7869 2006-07-05  Eric Blake  <ebb9@byu.net>
7870
7871         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
7872         missing from netdb.h.
7873         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
7874
7875 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7876
7877         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
7878         no longer needed.
7879         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
7880         * m4/getdate.m4 (gl_GETDATE): Likewise.
7881         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
7882         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
7883         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
7884         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
7885         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
7886
7887 2006-07-05  Derek R. Price  <derek@ximbiot.com>
7888
7889         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
7890         All uses of is_space replaced by isspace.
7891         * lib/exit.h: Don't talk about STDC_HEADERS.
7892         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
7893         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
7894         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
7895         replaced by isprint etc.
7896         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
7897         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7898         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
7899         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
7900         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
7901         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
7902
7903 2006-07-05  Bruno Haible  <bruno@clisp.org>
7904
7905         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
7906         the function exists, before testing against AIX.
7907         Reported by Martin Lambers <marlam@marlam.de>.
7908
7909 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7910
7911         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
7912         From Mark D. Baushke.
7913
7914 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
7915
7916         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
7917         to the absolute name, not just one, to bypass Sun C 5.8's
7918         "warning: #include of /usr/include/... may be non-portable".
7919
7920 2006-07-04  Eric Blake  <ebb9@byu.net>
7921
7922         * modules/dirname-tests: New test module.
7923         * tests/test-dirname.c: New file, replacing dirname.c
7924         TEST_DIRNAME section that was recently deleted.
7925
7926 2006-07-04  Bruno Haible  <bruno@clisp.org>
7927
7928         Assume ANSI C header files and <ctype.h> functions.
7929         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
7930         (mbsnwidth): Use isprint, iscntrl instead.
7931
7932 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         Merge from coreutils.
7935         * MODULES.html.sh: Add xstrtold.
7936         * modules/xstrtold: New file.
7937         * modules/cycle-check (Files): Add lib/same-inode.h.
7938         * modules/dirname (Files): Add m4/double-slash-root.m4.
7939         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
7940         * modules/mkdir-p (Files): Add lib/same-inode.h.
7941         * modules/same (Files): Add lib/same-inode.h.
7942
7943 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
7944
7945         * m4/absolute-header.m4: Renamed from full-header-path.m4.
7946         This is to keep the terminology clean; POSIX talks about
7947         "absolute pathnames", not "full pathnames", but the GNU
7948         Coding Standards say to use "path" for something else;
7949         so use "absolute" to keep both sides happy.
7950         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
7951         Set gl_absolute_header, not gl_full_header_path.
7952         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
7953         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
7954         All uses changed.
7955
7956         Merge from coreutils.
7957
7958         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
7961         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
7962         want to require the building of c-strtod.o.
7963         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
7964         needs -lm directly.
7965         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
7966
7967         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7968
7969         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
7970         --as-needed option if available.  Problem reported by Albert Chin in
7971         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
7972         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
7973         cc merely issues a bunch of annoying warnings for --as-needed
7974         (this problem was reported by Bob Proulx).  Also, try linking with
7975         -lm to detect a bug in binutils 2.16 (this problem was reported
7976         by Ralf Wildenhues).
7977
7978         2006-06-18  Jim Meyering  <jim@meyering.net>
7979
7980         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
7981         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
7982         macro.
7983         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
7984         also check for glibc-2.4's abort-inducing bug.
7985
7986         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
7987         Low-probability clean-up should be to use rmdir to get rid of
7988         the just-created directory, not unlink.
7989
7990         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
7991         configure fail, and request a bug report to inform us about it.
7992         Add a comment that, barring reports to the contrary, in 2007 we'll
7993         assume ftruncate is universally available.
7994
7995         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
7996
7997         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
7998
7999         2006-03-12  Jim Meyering  <jim@meyering.net>
8000
8001         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
8002         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
8003         * m4/same.m4 (gl_SAME): Likewise.
8004         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
8005
8006         2006-03-11  Eric Blake  <ebb9@byu.net>
8007
8008         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
8009         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
8010         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
8011         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
8012
8013 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
8014
8015         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
8016         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
8017         reported by Mark D. Baushke, one in
8018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
8019
8020         Merge from coreutils.
8021
8022         * lib/.cppi-disable: Add stdint_.h.
8023         * lib/.cvsignore: Add stdint.h.
8024
8025         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
8026
8027         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
8028         both double and long double versions.
8029         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
8030         * lib/xstrtold.c: New file.
8031         * lib/xstrtod.h (xstrtold): New decl.
8032
8033         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
8034
8035         * lib/filemode.c (setst): Remove.
8036         (strmode): Rewrite to avoid setst.  This makes the code shorter,
8037         (arguably) clearer, and the generated code is a bit smaller on my
8038         Debian GNU/Linux stable x86 host.
8039
8040         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
8041
8042         * lib/filemode.c: Include "filemode.h" first, to test the interface.
8043         Assume that filemode.h includes sys/types.h and sys/stat.h.
8044         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
8045         (ftypelet): Reorder to put common cases first, for efficiency.
8046         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
8047         to do 'M'.
8048         (strmode): Renamed from mode_string, and now stores 12 bytes instead
8049         of 10, for compatibility with FreeBSD.  All callers changed.
8050         (filemodestring): Now stores 12 bytes instead of 10, and sets file
8051         types that can't be deduced solely from st_mode.  First arg is now a
8052         const pointer.
8053         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
8054         (strmode): Renamed from mode_string.
8055         (filemodestring): New decl.
8056         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
8057         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
8058         needed.
8059         (S_ISPORT, S_ISWHT): New macros, if not already defined.
8060
8061         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
8062
8063         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
8064         fsusage.h now does that.  Include fsusage.h first, to test interface.
8065         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
8066         at most one method (the old code could have generated decls that
8067         didn't conform to C89, not that this was ever exercised).
8068         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
8069
8070         2006-03-19  Jim Meyering  <jim@meyering.net>
8071
8072         Work even in a chroot where d_ino values for entries in "/"
8073         don't match the stat.st_ino values for the same names.
8074         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
8075         number, iterate through all entries again, using lstat instead.
8076         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
8077         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
8078
8079         * lib/getcwd.c (__getcwd): Clarify a comment.
8080         Use memcpy in place of a call to strcpy.
8081
8082         2006-03-12  Jim Meyering  <jim@meyering.net>
8083
8084         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
8085         matches that of the current directory (which we're about to chdir ".."
8086         out of), then save the dev-ino of the parent, instead.
8087
8088         * lib/same-inode.h (SAME_INODE): New file/macro.
8089         * lib/chdir-safer.c (SAME_INODE): Remove definition.
8090         Include "same-inode.h", instead.
8091         * lib/same.c: Likewise.
8092         * lib/cycle-check.h: Include "same-inode.h".
8093         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
8094         * lib/cycle-check.c (SAME_INODE): Remove definition.
8095         * lib/root-dev-ino.h: Include "same-inode.h".
8096
8097         2006-03-11  Eric Blake  <ebb9@byu.net>
8098
8099         * lib/same.c (same_name): s/base_name/last_component/
8100         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
8101         * lib/filenamecat.c (file_name_concat): Likewise.
8102
8103         2006-03-11  Eric Blake  <ebb9@byu.net>,
8104                     Paul Eggert  <eggert@cs.ucla.edu>
8105
8106         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
8107         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
8108         drive prefix.
8109         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
8110         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
8111         (last_component): New method.
8112         * lib/dirname.c (dir_len): Determine when drive letters need a
8113         subsequent slash.  Preserve // when it is special.
8114         (dir_name): Don't append dot when drive letter is absolute.
8115         [TEST_DIRNAME]: Move into a full-blown gnulib test.
8116         * lib/basename.c (base_name): New semantics - malloc the result.
8117         Preserve // when it is special.  Preserve relative files that look
8118         like drive letters.
8119         (base_len): Preserve // when it is special.
8120         (last_component): New method, similar to old base_name semantics.
8121         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
8122         base_name.  Strip redundant slashes from ///.
8123
8124 2006-07-03  Jim Meyering  <jim@meyering.net>
8125
8126         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
8127         macro is used before the first cycle_check call.
8128
8129 2006-07-03  Eric Blake  <ebb9@byu.net>
8130
8131         * modules/dirname (Depends-on): Add xstrndup.
8132
8133 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
8136         test cases, so that config.log is a bit easier to follow.
8137
8138 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
8139
8140         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
8141         both are 64 bits, since this seems to be the tradition, and this
8142         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
8143         we ever run into a host that prefers long long to long in this
8144         case, we'll need another configure-time test.  Problem reported by
8145         Jim Meyering.
8146
8147 2006-07-02  Eric Blake  <ebb9@byu.net>
8148
8149         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
8150
8151 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8152
8153         * modules/inttypes (Depends-on): No longer depends on stdint.
8154         * modules/stdint (Description): Say more about assumptions.
8155         Say that the fast types might differ.  Say macros are used.
8156         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
8157         (Makefile.am): Revise list of substituted symbols to match
8158         new stdint.m4.
8159         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
8160         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
8161         * tests/test-stdint.c (verify_same_types)
8162         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
8163         the code conforms to C99/C89.
8164         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
8165         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
8166
8167 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8168
8169         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
8170         but fix a bug, by requiring at least 64 bits.
8171         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
8172         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
8173         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
8174         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
8175
8176         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
8177         changes.  Make 2.59 a prerequisite.  Check and substitute for
8178         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
8179         inttypes.h.  Do not use special include files; just use the
8180         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
8181         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
8182         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
8183         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
8184         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
8185         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
8186         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
8187         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
8188         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
8189         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
8190         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
8191         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
8192         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
8193         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
8194         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
8195         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
8196         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
8197         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
8198         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
8199         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
8200         WINT_MAX.  Check for C99 conformance more strictly, by detecting
8201         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
8202         not check for things that C99 does not require, e.g., int8_t.  If
8203         a test isn't needed unless <stdint.h> isn't working, and is
8204         unlikely to be needed for any other reason, then don't do it
8205         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
8206         size_t, since we assume C89 freestanding at least.  Do not check
8207         for sig_atomic_t, wchar_t, or wint_t, since the code now does
8208         the right thing even if the types are not defined.  Instead use:
8209         (gl_STDINT_TYPE_PROPERTIES): New macro.
8210         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
8211         testing whether <sys/types.h> clashes, as Autoconf does this for
8212         us now.  All uses removed.
8213         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
8214         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
8215         (gl_CHECK_TYPE_SAME):
8216         Remove; no longer needed.
8217         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
8218         exists, since we'll return 0 anyway in that case.
8219         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
8220
8221 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
8222
8223         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
8224         possible collision with system files.
8225         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
8226         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
8227         WCHAR_MIN and WCHAR_MAX in this case.
8228         (<stddef.h>): Do not include; no longer needed.
8229         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
8230         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
8231         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
8232         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
8233         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
8234         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
8235         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
8236         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
8237         !defined(__c99))]: Include in this case too, since it's harmless
8238         now.
8239         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
8240         dangerous to do so.
8241         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
8242         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
8243         (_STDINT_MIN, _STDINT_MAX): New macros.
8244         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
8245         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
8246         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
8247         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
8248         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
8249         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
8250         macros, not typedefs; this simplifies things quite a bit.
8251         Use long int for all types narrower than int64_t.
8252         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
8253         Define in terms of long long int or int64_t or long int,
8254         not int64_t or int32_t.  This saves some compile-time testing.
8255         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
8256         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
8257         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
8258         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
8259         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
8260         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
8261         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
8262         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
8263         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
8264         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
8265         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8266         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8267         undef any previous version and define our own version, for
8268         simplicity and consistency with the new macros for types.
8269         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
8270         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
8271         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
8272         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
8273         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
8274         @WINT_T_SUFFIX@ to keep things simple here.
8275         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
8276         Simplify by assuming typical 8/16/32/64 host, since we're
8277         already doing that elsewhere anyway.
8278         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
8279         and assume long long int is 64 bits if available.  This
8280         speeds up 'configure'.
8281
8282 2006-07-01  Eric Blake  <ebb9@byu.net>
8283
8284         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
8285         Reported by Andreas Buening.
8286
8287 2006-07-01  Eric Blake  <ebb9@byu.net>
8288
8289         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
8290
8291 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
8292
8293         * lib/getaddrinfo.c: fixed typo
8294
8295 2006-06-29  Jim Meyering  <jim@meyering.net>
8296
8297         * modules/strftime (Maintainer): Add my name, since with the
8298         FPRINTFTIME changes strftime.c has forked from glibc.
8299
8300 2006-06-29  Eric Blake  <ebb9@byu.net>
8301
8302         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
8303
8304 2006-06-29  Eric Blake  <ebb9@byu.net>
8305
8306         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
8307
8308 2006-06-29  Eric Blake  <ebb9@byu.net>
8309
8310         * lib/stat_.h: New file.
8311
8312 2006-06-29  Eric Blake  <ebb9@byu.net>
8313
8314         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
8315         unused static function.
8316
8317 2006-06-29  Eric Blake  <ebb9@byu.net>
8318
8319         * doc/functions.texi (Function Portability): Document missing lstat
8320         on mingw.
8321
8322 2006-06-29  Eric Blake  <ebb9@byu.net>
8323
8324         * MODULES.html.sh: Add sys_stat.
8325         * modules/sys_stat: New module.
8326         * modules/mkstemp (Depends-on): Add sys_stat.
8327
8328 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8329
8330         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
8331
8332 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8333
8334         * m4/c-bs-a.m4: Removed.
8335
8336 2006-06-29  Derek R. Price  <derek@ximbiot.com>
8337
8338         * lib/strftime.c: Assume strftime() exists.
8339
8340 2006-06-29  Derek Price  <derek@ximbiot.com>
8341
8342         * modules/c-bs-a: Removed - \a is C89.
8343         * MODULES.html.sh: Remove c-bs-a.
8344
8345 2006-06-29  Bruno Haible  <bruno@clisp.org>
8346
8347         * modules/wcwidth (License): Change to LGPL.
8348
8349 2006-06-28  Simon Josefsson  <jas@extundo.com>
8350
8351         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
8352         on _WIN32.
8353
8354         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
8355         getnameinfo.
8356
8357 2006-06-28  Simon Josefsson  <jas@extundo.com>
8358
8359         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
8360
8361 2006-06-28  Simon Josefsson  <jas@extundo.com>
8362
8363         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
8364         functions there.  It will succeed on Windows XP, but on Windows
8365         2000 and (presumably) earlier, it will fail, and use the internal
8366         re-implementation.
8367         (use_win32_p): New function.
8368         (getaddrinfo): Use strtoul on servname, to support numeric ports.
8369         Support AI_NUMERICSERV to disable getservbyname.
8370         (getnameinfo): New function, only supports
8371         NI_NUMERICHOST|NI_NUMERICSERV for now.
8372
8373         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
8374         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
8375         getnameinfo.
8376
8377 2006-06-28  Eric Blake  <ebb9@byu.net>
8378
8379         * modules/wcwidth: New file.
8380         * modules/mbchar (Depends-on): Add wcwidth.
8381         * modules/mbswidth (Depends-on): Add wcwidth.
8382         * MODULES.html.sh: Add wcwidth.
8383
8384 2006-06-28  Eric Blake  <ebb9@byu.net>
8385
8386         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
8387         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
8388
8389 2006-06-28  Eric Blake  <ebb9@byu.net>
8390
8391         * lib/xvasprintf.h: Fix comments.
8392
8393 2006-06-28  Eric Blake  <ebb9@byu.net>
8394
8395         * lib/mbchar.h (wcwidth): Include wcwidth.h.
8396         * lib/mbswidth.c (wcwidth): Move from here...
8397         * lib/wcwidth.h: ...to this new file.
8398
8399 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8400
8401         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
8402
8403         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
8404         it's obsolete.
8405         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
8406
8407 2006-06-28  Derek R. Price  <derek@ximbiot.com>
8408
8409         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
8410         Autoconf 2.60 says this stuff was obsolete.
8411
8412 2006-06-28  Bruno Haible  <bruno@clisp.org>
8413
8414         * modules/wcwidth (Files): Add m4/wchar_t.m4.
8415
8416 2006-06-28  Bruno Haible  <bruno@clisp.org>
8417
8418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
8419         gt_TYPE_WCHAR_T.
8420
8421 2006-06-28  Bruno Haible  <bruno@clisp.org>
8422
8423         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
8424         declaration for wcwidth.
8425         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
8426
8427 2006-06-28  Bruno Haible  <bruno@clisp.org>
8428
8429         * lib/mkdtemp.c [MINGW]: Include <io.h>.
8430         (mkdir): Define using _mkdir.
8431
8432 2006-06-28  Bruno Haible  <bruno@clisp.org>
8433
8434         * lib/getaddrinfo.h: Fix POSIX URL.
8435         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
8436         _WIN32.
8437         (use_win32_p): Make static.
8438         (getaddrinfo): Reject service name if it is empty or does not consist
8439         solely of decimal digits, or if its value is > 65535.
8440         (getnameinfo): Remove useless casts.
8441
8442 2006-06-27  Simon Josefsson  <jas@extundo.com>
8443
8444         * modules/sys_select: New file, suggested by Bruno Haible, Paul
8445         Eggert and Martin Lambers.
8446
8447 2006-06-27  Simon Josefsson  <jas@extundo.com>
8448
8449         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
8450         Eggert and Martin Lambers.
8451
8452 2006-06-27  Bruno Haible  <bruno@clisp.org>
8453
8454         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
8455         result to 0, not to empty.
8456         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
8457
8458 2006-06-27  Bruno Haible  <bruno@clisp.org>
8459
8460         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
8461
8462 2006-06-26  Simon Josefsson  <jas@extundo.com>
8463
8464         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
8465         present.
8466
8467 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
8468
8469         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
8470         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
8471         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
8472
8473 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
8474
8475         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
8476
8477 2006-06-26  Bruno Haible  <bruno@clisp.org>
8478
8479         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
8480
8481 2006-06-26  Bruno Haible  <bruno@clisp.org>
8482
8483         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
8484
8485 2006-06-26  Bruno Haible  <bruno@clisp.org>
8486
8487         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
8488         SGI C compiler in pre-C99 mode.
8489         Suggested by Mark D. Baushke and Larry Jones.
8490
8491 2006-06-26  Bruno Haible  <bruno@clisp.org>
8492
8493         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
8494         WCHAR_MAX.
8495         Reported by Mark D. Baushke and Larry Jones.
8496
8497 2006-06-26  Bruno Haible  <bruno@clisp.org>
8498
8499         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
8500         in pre-C99 mode.
8501         Suggested by Mark D. Baushke and Larry Jones.
8502
8503 2006-06-23  Simon Josefsson  <jas@extundo.com>
8504             Bruno Haible  <bruno@clisp.org>
8505
8506         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
8507         Emit mostlyclean-local rule.
8508         (func_emit_tests_Makefile_am): Likewise.
8509         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
8510
8511 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
8512
8513         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
8514
8515 2006-06-23  Bruno Haible  <bruno@clisp.org>
8516
8517         * tests/test-stdint.c: Update to match ISO C 99 Technical
8518         Corrigendum 1.
8519
8520 2006-06-23  Bruno Haible  <bruno@clisp.org>
8521
8522         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
8523
8524 2006-06-23  Bruno Haible  <bruno@clisp.org>
8525
8526         * lib/stdint_.h: Treat IRIX like OpenBSD.
8527
8528 2006-06-23  Bruno Haible  <bruno@clisp.org>
8529
8530         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
8531         ISO C 99 Technical Corrigendum 1.
8532
8533 2006-06-22  Simon Josefsson  <jas@extundo.com>
8534
8535         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
8536         MinGW.
8537
8538 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8539
8540         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
8541         needed.  Some compiler complained about some of them.  Problem reported
8542         by Larry Jones in
8543         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
8544
8545 2006-06-21  Simon Josefsson  <jas@extundo.com>
8546
8547         * tests/test-getaddrinfo.c: New file.
8548
8549         * modules/getaddrinfo-tests: New file.
8550
8551         * MODULES.html.sh: Add inet_pton.
8552
8553         * modules/inet_pton: New file.
8554
8555 2006-06-21  Simon Josefsson  <jas@extundo.com>
8556
8557         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
8558         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
8559         of using the (limited) gnulib implementation on Windows XP.
8560
8561         * m4/inet_pton.m4: New file.
8562
8563 2006-06-21  Simon Josefsson  <jas@extundo.com>
8564
8565         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
8566         variable.
8567
8568         * lib/socket_.h: Don't define WINVER.
8569
8570         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
8571         slightly modified to work in gnulib.
8572
8573 2006-06-21  Simon Josefsson  <jas@extundo.com>
8574
8575         * doc/gnulib.texi (Windows sockets): Add.
8576
8577 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
8578
8579         * lib/read-file.c (fread_file): Start with buffer allocation of
8580         0 bytes rather than 1 byte; this simplifies the code.
8581         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
8582         code to free buffer and save/restore errno.
8583         (internal_read_file): Remove unused local.
8584
8585 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
8588         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
8589         Problem reported by Denis Excoffier in
8590         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
8591
8592 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8593
8594         * modules/sys_socket, modules/socklen: Include sys/types since
8595         FreeBSD 4.x's sys/socket.h needs it.
8596
8597 2006-06-19  Simon Josefsson  <jas@extundo.com>
8598
8599         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
8600
8601 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
8602
8603         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
8604
8605 2006-06-19  Bruno Haible  <bruno@clisp.org>
8606
8607         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
8608         and FULL_PATH_INTTYPES_H in angle brackets.
8609         Reported by Mark D. Baushke <mdb@gnu.org>.
8610
8611 2006-06-17  Eric Blake  <ebb9@byu.net>
8612
8613         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
8614         errno.
8615
8616 2006-06-17  Bruno Haible  <bruno@clisp.org>
8617
8618         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
8619         <sys/inttypes.h>.
8620
8621 2006-06-17  Bruno Haible  <bruno@clisp.org>
8622
8623         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
8624         whether errno is declared. Assume <errno.h> declares errno.
8625
8626 2006-06-17  Bruno Haible  <bruno@clisp.org>
8627
8628         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
8629
8630 2006-06-17  Bruno Haible  <bruno@clisp.org>
8631
8632         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
8633         problem on Solaris 2.5.1.
8634
8635 2006-06-16  Eric Blake  <ebb9@byu.net>
8636
8637         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
8638         * lib/unicodeio.c [!defined errno]: Likewise.
8639         * lib/strtol.c [!defined errno]: Likewise.
8640         * lib/strtod.c [!defined errno]: Likewise.
8641
8642 2006-06-15  Eric Blake  <ebb9@byu.net>
8643
8644         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
8645
8646 2006-06-15  Eric Blake  <ebb9@byu.net>
8647
8648         * config/srclist.txt (ssize_t.m4): Lose sync.
8649
8650 2006-06-15  Bruno Haible  <bruno@clisp.org>
8651
8652         * modules/stdint (Files): Include m4/full-header-path.m4,
8653         m4/size_max.m4, m4/wchar_t.m4.
8654         (Makefile.am): Many more substitutions.
8655         * modules/stdint-tests: New file.
8656         * tests/test-stdint.c: New file.
8657
8658 2006-06-15  Bruno Haible  <bruno@clisp.org>
8659
8660         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
8661         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
8662         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
8663         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
8664         gl_CHECK_TYPE_SAME): New macros.
8665
8666 2006-06-15  Bruno Haible  <bruno@clisp.org>
8667
8668         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
8669
8670 2006-06-15  Bruno Haible  <bruno@clisp.org>
8671
8672         * lib/stdint_.h: Rewritten to be fully auto-configured.
8673         Fixes bug on HP-UX/IA64.
8674
8675 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
8676
8677         * lib/getdate.y (__attribute__): Don't define if already defined.
8678         Problem reported by Larry Jones.
8679         * lib/utimens.c (__attribute__): Likewise.
8680
8681 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
8682
8683         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
8684         reported by Andreas Schwab.
8685
8686 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8687             Bruno Haible  <bruno@clisp.org>
8688
8689         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
8690         check for the declaration of strnlen and a run test that exposes the
8691         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
8692         rpl_strndup.
8693
8694 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8695             Bruno Haible  <bruno@clisp.org>
8696
8697         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
8698
8699 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8700
8701         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
8702         compile test, for Tru64 4.0D.
8703
8704 2006-05-28  Karl Berry  <karl@gnu.org>
8705
8706         * config/srclist.txt (printf-args.c): lose sync.
8707
8708 2006-05-26  Martin Lambers  <marlam@marlam.de>
8709
8710         * lib/getpass.c: Updates the test for the native W32 API, and adds
8711         missing includes, thus fixing compilation warnings.
8712
8713 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8714
8715         * lib/exclude.c (exclude_fnmatch): New function.
8716         (excluded_file_name): Call exclude_fnmatch.
8717         * lib/exclude.h (excluded_file_name): New prototype
8718
8719 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
8720
8721         * lib/tempname.c (small_open, large_open): New macros.
8722         (__open, __open64) [!_LIBC]: Remove.
8723         (__gen_tempname): Use small_open and large_open instead of __open
8724         and __open64.  This fixes a portability bug on HP-UX 11.11i
8725         reported by Simon Wing-Tang in
8726         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
8727
8728 2006-05-24  Bruno Haible  <bruno@clisp.org>
8729
8730         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
8731         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
8732         Reported by Thorsten Maerz <torte@netztorte.de> via
8733         Aaron Stone <aaron@serendipity.cx>.
8734
8735 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8736
8737         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
8738         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
8739         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
8740         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
8741         not really conditional on the cache.
8742         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
8743
8744 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
8745
8746         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
8747         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
8748         (my_usleep): Don't mishandle maximum value.
8749
8750 2006-05-19  Jim Meyering  <jim@meyering.net>
8751
8752         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
8753
8754 2006-05-17  Bruno Haible  <bruno@clisp.org>
8755
8756         Cygwin portability.
8757         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
8758
8759 2006-05-17  Bruno Haible  <bruno@clisp.org>
8760
8761         * lib/stdint_.h: Fix recognition of Cygwin.
8762
8763 2006-05-15  Bruno Haible  <bruno@clisp.org>
8764
8765         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
8766         on libtool patch by Ralf Wildenhues.
8767
8768 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
8769
8770         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
8771         test for C99 conformance; (bool) 0.5 is an integer constant
8772         expression, but (bool) -0.5 is not.  Problem reported by Fedor
8773         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
8774
8775 2006-05-11  Simon Josefsson  <jas@extundo.com>
8776
8777         * m4/xvasprintf.m4: Fix obvious typo.
8778
8779 2006-05-11  Jim Meyering  <jim@meyering.net>
8780
8781         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
8782         James Lemley.
8783
8784 2006-05-10  Simon Josefsson  <jas@extundo.com>
8785
8786         * lib/md4.c: Typo fix, update copyright years.
8787         (K1, K2): Don't use L because it turn computations into 64-bit on
8788         64-bit platforms.
8789
8790 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
8791
8792         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
8793         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
8794         unwanted sign propagation, e.g., on hosts with 64-bit int.
8795         There still are some problems with reeelly weird theoretical hosts
8796         (e.g., 33-bit int) but it's not worth worrying about now.
8797         * lib/sha1.c (rol): Likewise.
8798         (K1, K2, K3, K4): Remove unnecessary L suffix.
8799
8800 2006-05-10  Bruno Haible  <bruno@clisp.org>
8801
8802         * lib/des.c: Cast to avoid warnings.
8803
8804 2006-05-09  Bruno Haible  <bruno@clisp.org>
8805
8806         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
8807         (Depends-on): Depend also on xsize, stdarg.
8808         (configure.ac): Add gl_XVASPRINTF.
8809
8810 2006-05-09  Bruno Haible  <bruno@clisp.org>
8811
8812         * m4/xvasprintf.m4: New file.
8813
8814 2006-05-09  Bruno Haible  <bruno@clisp.org>
8815
8816         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
8817         (EOVERFLOW): Define fallback value.
8818         (xstrcat): New function.
8819         (xvasprintf): Recognize the special case of a string concatenation.
8820
8821 2006-05-08  Eric Blake  <ebb9@byu.net>
8822
8823         * gnulib-tool (func_version): Base copyright year on CVS date.
8824         (func_emit_copyright_notice): New function.
8825         (func_emit_lib_Makefile_am): Use it.
8826         (func_emit_tests_Makefile_am): Likewise.
8827         (func_import): Likewise.
8828
8829 2006-05-08  Bruno Haible  <bruno@clisp.org>
8830
8831         * modules/stdarg: New file.
8832         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
8833
8834 2006-05-08  Bruno Haible  <bruno@clisp.org>
8835
8836         * m4/stdarg.m4: New file, from GNU gettext.
8837
8838 2006-05-08  Bruno Haible  <bruno@clisp.org>
8839
8840         * config/srclist.txt (build-aux/config.rpath): different from latest
8841         release.
8842
8843 2006-05-08  Bruno Haible  <bruno@clisp.org>
8844
8845         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
8846
8847 2006-05-05  Jim Meyering  <jim@meyering.net>
8848
8849         * m4/warning.m4: New file, derived from bison's file by the same name.
8850
8851 2006-05-03  Bruno Haible  <bruno@clisp.org>
8852
8853         * lib/stdint_.h: Shorter URL.
8854         * lib/inttypes.h: Likewise.
8855
8856 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8857
8858         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
8859
8860 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8861
8862         * lib/verify.h: Document the internals better.  Most of this change
8863         was written by Bruno Haible.
8864
8865 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         * doc/verify.texi: New file, partly based on a proposal by
8868         Bruno Haible.
8869
8870 2006-05-02  Bruno Haible  <bruno@clisp.org>
8871
8872         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
8873         test from here...
8874         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
8875
8876 2006-04-29  Bruno Haible  <bruno@clisp.org>
8877
8878         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
8879         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
8880
8881 2006-04-29  Bruno Haible  <bruno@clisp.org>
8882
8883         * gnulib-tool: Make --update option actually work.
8884
8885 2006-04-29  Bruno Haible  <bruno@clisp.org>
8886
8887         * doc/gcd.texi: New file.
8888         * doc/gnulib.texi: Include it.
8889
8890 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
8891
8892         * lib/getdate.y (get_date): When adding relative date, start with the
8893         initial time, not with the result of the first mktime call.
8894
8895 2006-04-25  Bruno Haible  <bruno@clisp.org>
8896
8897         * gnulib-tool (func_import): Output the include directives in three
8898         blocks, sorted separately.
8899         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8900
8901 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8902
8903         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
8904         to define main with arguments, for C++.  Reported by Eric Blake.
8905         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
8906         Prefer 'int main ()' to 'int main (void)', for C++.
8907         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
8908         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
8909         for 'main', for C99 and C++.
8910
8911 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
8912
8913         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
8914         Don't assume that exit status -1 is valid.
8915         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8916         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
8917         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
8918         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
8919         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
8920         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
8921         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
8922         functions can be used without declaring them, or that you can
8923         exit with status -1.
8924         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
8925
8926 2006-04-24  Karl Berry  <karl@gnu.org>
8927
8928         * config/srclist.txt (longdouble.m4): sync lost.
8929
8930 2006-04-24  Eric Blake  <ebb9@byu.net>
8931
8932         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
8933
8934 2006-04-24  Bruno Haible  <bruno@clisp.org>
8935
8936         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
8937         poll() implementation in AIX.
8938         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8939
8940 2006-04-24  Bruno Haible  <bruno@clisp.org>
8941
8942         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
8943         assigned exactly once.
8944
8945 2006-04-23  Claudio Fontana  <claudio@gnu.org>
8946             Bruno Haible  <bruno@clisp.org>
8947
8948         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
8949         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
8950         for AM_CPPFLAGS.
8951
8952 2006-04-23  Bruno Haible  <bruno@clisp.org>
8953
8954         * modules/copy-file: Depend on unistd.
8955         * modules/execute: Likewise.
8956         * modules/fatal-signal: Likewise.
8957         * modules/findprog: Likewise.
8958         * modules/mkdtemp : Likewise.
8959         * modules/pipe: Likewise.
8960         * modules/wait-process: Likewise.
8961
8962 2006-04-23  Bruno Haible  <bruno@clisp.org>
8963
8964         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
8965         condition was already detected.
8966         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8967
8968 2006-04-23  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/copy-file.c: Include <unistd.h> unconditionally.
8971         * lib/execute.c: Likewise.
8972         * lib/fatal-signal.c: Likewise.
8973         * lib/findprog.c: Likewise.
8974         * lib/mkdtemp.c: Likewise.
8975         * lib/pipe.h: Likewise.
8976         * lib/pipe.c: Likewise.
8977         * lib/wait-process.h: Likewise.
8978
8979 2006-04-23  Bruno Haible  <bruno@clisp.org>
8980
8981         * gnulib-tool (func_usage): Fix --import description. Document
8982         --update.
8983         (func_import): Create temporary file in a temporary directory, if
8984         --dry-run is specified. Silence errors from 'grep' when there are no
8985         m4 files in $m4dir.
8986         (func_create_testdir): Silence errors from 'grep' when there are no
8987         m4 files in $m4dir.
8988         Reported by Karl Berry <karl@freefriends.org>.
8989
8990 2006-04-20  Bruno Haible  <bruno@clisp.org>
8991
8992         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
8993         one argument, so that the code will be portable to Autoconf 2.60.
8994         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
8995         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
8996         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
8997
8998 2006-04-19  Derek Price  <derek@ximbiot.com>
8999             Eric Blake  <ebb9@byu.net>
9000
9001         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
9002         rather than "/full/path.h".  Update comment to match.  Shorten &
9003         generalize m4_translit call via AS_TR_CPP.
9004
9005 2006-04-19  Derek Price  <derek@ximbiot.com>
9006             Eric Blake  <ebb9@byu.net>
9007
9008         * lib/inttypes.h: Correct grammar in comment.
9009
9010 2006-04-18  Derek Price  <derek@ximbiot.com>
9011             Paul Eggert  <eggert@cs.ucla.edu>
9012
9013         * modules/inttypes: New file.
9014         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
9015
9016 2006-04-18  Derek Price  <derek@ximbiot.com>
9017             Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
9020         New files.
9021
9022 2006-04-18  Derek Price  <derek@ximbiot.com>
9023             Paul Eggert  <eggert@cs.ucla.edu>
9024
9025         * lib/inttypes.h: New file.
9026         * lib/strtoimax.c: Assume <inttypes.h>.
9027
9028 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9029
9030         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
9031         isn't mounted.  Problem reported by Kir Kolyshkin.
9032
9033 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9034
9035         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
9036         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
9037         Derek R. Price.
9038         * lib/regex.h (RE_DUP_MAX): Update comment to match current
9039         implementation.
9040
9041 2006-04-12  Eric Blake  <ebb9@byu.net>
9042
9043         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
9044         is now done automatically by the corresponding Autoconf macro.
9045
9046 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
9047
9048         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
9049         time_r.h.
9050
9051 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         Merge regex changes from libc, removing some of our
9054         POSIX-conformance changes that were rejected and redoing them in a
9055         less-intrusive way.
9056
9057         * lib/regcomp.c (re_compile_internal, init_dfa):
9058         Length arg is now size_t, not Idx.  All uses changed.
9059         (peek_token): Forward decl now says internal_function.
9060         (__re_error_msgid, __re_error_msgid_idx):
9061         Now static rather than extern with attribute_hidden.
9062         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
9063         For some reason libc prefers K&R style defns for external functions.
9064         (regerror) [!defined _LIBC]: Likewise.
9065         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
9066         (seek_collating_symbol_entry, lookup_collation_sequence_value):
9067         (build_range_exp, build_collating_symbol):
9068         Use K&R-style defn.
9069         (re_compile_fastmap): Use '\0' to memset, not 0.
9070         (utf8_sb_map): Make the calculations more obvious.
9071         (init_dfa, parse_bracket_exp, build_charclass_op):
9072         Call calloc and cast result, as glibc does.
9073         (init_word_char, fetch_token, peek_token, peek_token_bracket):
9074         (build_range_exp, build_collating_symbol):
9075         Now internal functions.
9076
9077         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
9078
9079         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
9080         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
9081         Don't depend on VMS; depend on __VMS instead, for POSIX
9082         namespace cleanness.
9083         (regoff_t): Define to ssize_t, not long int.
9084
9085         Remove the REG_ macros named below.  Instead, make the old names
9086         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
9087         __USE_GNU_REGEX.
9088         (REG_BACKSLASH_ESCAPE_IN_LISTS):
9089         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
9090         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
9091         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
9092         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
9093         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
9094         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
9095         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
9096         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
9097         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
9098         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
9099         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
9100         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
9101         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
9102         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
9103         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
9104         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
9105         (REG_NREGS):
9106         Remove.  All uses replaced by the old RE_* names.
9107         (RE_BACKSLASH_ESCAPE_IN_LISTS):
9108         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
9109         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
9110         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
9111         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
9112         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
9113         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
9114         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
9115         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
9116         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
9117         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
9118         Don't bother having these macros be independent of each others'
9119         values, since they no longer exist in the POSIX name space.
9120
9121         Rename the following member names back to their old names,
9122         unless !__USE_GNU_REGEX.  All uses changed back.
9123         (buffer): Renamed from re_buffer.
9124         (allocated): Renamed from re_allocated.
9125         (used): Renamed from re_used.
9126         (syntax): Renamed from re_syntax.
9127         (fastmap): Renamed from re_fastmap.
9128         (translate): Renamed from re_translate.
9129         (can_be_null): Renamed from re_can_be_null.
9130         (regs_allocated): Renamed from re_regs_allocated.
9131         (fastmap_accurate): Renamed from re_fastmap_accurate.
9132         (no_sub): Renamed from re_no_sub.
9133         (not_bol): Renamed from re_not_bol.
9134         (not_eol): Renamed from re_not_eol.
9135         (newline_anchor): Renamed from re_newline_anchor.
9136         (num_regs): Renamed from rm_num_regs.
9137         (start): Renamed from rm_start.
9138         (end): Renamed from rm_end.
9139
9140         (free_state): Move up a bit.
9141
9142         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
9143         #define to be empty.
9144         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
9145         when that is what is intended.
9146         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
9147         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
9148         (MAX): New macro.
9149         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
9150         All uses changed back to re_malloc, etc.  It's now the caller's
9151         responsibility to check for overflow; all callers changed.
9152         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
9153         (re_x2nrealloc): Remove.
9154         (free_state): Remove decl.
9155
9156         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
9157         (re_set_registers, re_exec):
9158         Use K&R-style defn.
9159
9160         2006-01-31  Roland McGrath  <roland@redhat.com>
9161
9162         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
9163         Reported by Mike Frysinger <vapier@gentoo.org>.
9164
9165         2006-01-15  Andreas Jaeger  <aj@suse.de>
9166
9167         [BZ #1950]
9168         * lib/regex_internal.c (re_string_reconstruct): Adjust for
9169         build_wcs_upper_buffer change.
9170         (build_wcs_upper_buffer): Change return type.
9171
9172         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
9173
9174         * lib/regex_internal.h: Include <stdint.h> if available.
9175
9176         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
9177
9178         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
9179
9180         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
9181
9182         * lib/regcomp.c: Adjust for changed secondary hash function.
9183
9184         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
9185
9186         * lib/regex.h: Pretty printing.
9187         Clean up namespace a bit.
9188
9189         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
9190
9191         * lib/regexec.c (update_cur_sifted_state, check_arrival,
9192         check_arrival_add_next_nodes): Avoid using uninitialized variable.
9193
9194         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9195                     Ulrich Drepper  <drepper@redhat.com>
9196
9197         [BZ #1302]
9198         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
9199         changed.
9200         (bitset_word_t): Renamed from bitset_word.  All uses changed.
9201
9202         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
9203
9204         [BZ #281]
9205         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
9206         * lib/regcomp.c: Remove unnecessary uses of
9207         unsigned RE_TRANSLATE_TYPE.
9208         * lib/regex_internal.h: Likewise.
9209         * lib/regex_internal.c: Likewise.
9210         * lib/regexec.c: Likewise.
9211         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
9212
9213         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
9214
9215         * lib/regexec.c (find_recover_state): Remove unnecessary
9216         initialization.
9217         (transit_state_bkref): Make DFA a const pointer.
9218         (get_subexp): Likewise.
9219         (check_arrival): Likewise.
9220         (update_cur_sifted_state): Likewise.
9221         (re_search_internal): Likewise.
9222         (prune_impossible_nodes): Likewise.
9223         (acquire_init_state_context): Likewise.
9224         (proceed_next_node): Likewise.
9225         (set_regs): Likewise.
9226         (free_fail_stack_return): Likewise.
9227         (check_arrival_expand_ecl): Mark DFA parameter as const.
9228         (check_arrival_expand_ecl_sub): Likewise.
9229         (check_subexp_limits): Likewise.
9230         (sub_epsilon_src_nodes):  Likewise.
9231         (add_epsilon_src_nodes):  Likewise.
9232         (merge_state_array): Likewise.
9233         (update_regs): Likewise.
9234         (build_trtable): Likewise.
9235         (sift_states_backward): Mark MCTX parameter as const.
9236         (build_sifted_states): Likewise.
9237         (update_cur_sifted_state): Likewise.
9238         (sift_states_mkref): Likewise.
9239         (check_arrival_expand_ecl): Mark eclosure as const.
9240         (check_dst_limits_calc_pos_1): Likewise.
9241         * lib/regex_internal.h (re_match_context_t): Make dfa a const
9242         pointer.
9243
9244         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
9245
9246         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
9247         (transit_state_sb): Likewise.
9248         (transit_state_mb): Likewise.
9249         (sift_states_iter_mb): Likewise.
9250         (check_arrival_add_next_nodes): Likewise.
9251         (check_node_accept_bytes): Change first parameter to pointer-to-const.
9252         [_LIBC] (re_search_2_stub): Use mempcpy.
9253
9254         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
9255         mbrtowc for very simple UTF-8 case.
9256
9257         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
9258         a pointer-to-const.
9259         (re_acquire_state_context): Likewise.
9260         * lib/regex_internal.h: Adjust prototypes.
9261
9262         * lib/regex.c: Prevent using C++ compilers.
9263
9264         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
9265         (re_acquire_state_context): Likewise.
9266
9267 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9268
9269         * modules/regex (Depends-on): Add ssize_t.
9270
9271 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9272
9273         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
9274         translation table.
9275
9276 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
9277
9278         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
9279
9280 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
9281             Bruno Haible  <bruno@clisp.org>
9282
9283         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
9284         <sys/types.h> and <inttypes.h>.
9285
9286 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9287
9288         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
9289         `__error_t_defined', so argp.h will not typedef the former.
9290
9291 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
9294         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
9295         glibc names.  Even if glibc is changed to conform to POSIX, the
9296         traditional names will be available anyway, since regex depends on
9297         the extensions module.  Also, fix a longstanding typo in the
9298         implementation of Spencer ERE test #75 from grep 2.3.  Problems
9299         reported by Emanuele Giaquinta.  Also, change sense of cached
9300         variable, so that the message makes sense.
9301
9302 2006-03-24  Simon Josefsson  <jas@extundo.com>
9303
9304         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
9305         including some doc fixes.
9306         (base64_encode_alloc): Fix +1 bug on allocation failures.
9307
9308 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9309
9310         * lib/base64.c (base64_encode): Do not read past end of array with
9311         unsanitized input on systems with CHAR_BIT > 8.
9312
9313 2006-03-24  Eric Blake  <ebb9@byu.net>
9314
9315         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
9316
9317 2006-03-22  Karl Berry  <karl@gnu.org>
9318
9319         * config/srclist.txt (*setenv.[ch]): get from coreutils.
9320         * config/srclistvars.sh (COREUTILS): new var.
9321
9322 2006-03-17  Jim Meyering  <jim@meyering.net>
9323
9324         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
9325         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
9326
9327 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9328
9329         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
9330         no longer needs it.  Instead, check that regoff_t is as least
9331         as wide as ptrdiff_t.
9332
9333         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
9334         so that our regex.h stays compatible with the installed regex.
9335         This is helpful for installers who configure --without-included-regex.
9336         Problem reported by Emanuele Giaquinta.
9337
9338 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
9339
9340         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
9341         Typedef to long int, not to off_, as POSIX will likely change
9342         in that direction.
9343
9344 2006-03-15  Eric Blake  <ebb9@byu.net>
9345
9346         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
9347
9348 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9349
9350         * lib/argp-help.c (validate_uparams): Fix typo
9351         * lib/argp-parse.c (argp_default_options): Consistently begin help
9352         messages with a lowercase letter.
9353
9354 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
9355
9356         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
9357         overrun buffers and shouldn't be used (much as gets shouldn't be
9358         used).
9359         * lib/time_r.c (asctime_r, ctime_r): Likewise.
9360
9361 2006-03-08  Simon Josefsson  <jas@extundo.com>
9362
9363         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
9364         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9365
9366 2006-03-08  Simon Josefsson  <jas@extundo.com>
9367
9368         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
9369         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9370
9371 2006-03-08  Simon Josefsson  <jas@extundo.com>
9372
9373         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
9374         signal that configure disabled the device.
9375
9376 2006-03-08  Simon Josefsson  <jas@extundo.com>
9377
9378         * build-aux/maint.mk: Fix refresh-po, to handle no translated
9379         languages.
9380
9381 2006-03-07  Simon Josefsson  <jas@extundo.com>
9382
9383         * modules/getopt (Depends-on): Add unistd.
9384
9385         * modules/unistd: New file.
9386
9387 2006-03-07  Simon Josefsson  <jas@extundo.com>
9388
9389         * modules/gc-random: New file.
9390
9391 2006-03-07  Simon Josefsson  <jas@extundo.com>
9392
9393         * m4/unistd_h.m4: New file.
9394
9395 2006-03-07  Simon Josefsson  <jas@extundo.com>
9396
9397         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
9398         test to be side-effect free by storing the result in the cache
9399         variable gl_cv_lib_readline, and moving the assignment of
9400         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
9401         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9402
9403 2006-03-07  Simon Josefsson  <jas@extundo.com>
9404
9405         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
9406         error on missing devices (the functions will return an error).
9407
9408         * m4/gc.m4: Move random stuff to gc-random.m4
9409
9410 2006-03-07  Simon Josefsson  <jas@extundo.com>
9411
9412         * lib/unistd_.h: New file.
9413
9414 2006-03-07  Simon Josefsson  <jas@extundo.com>
9415
9416         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
9417
9418 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9419
9420         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
9421         Problem reported by Juan Manuel Guerrero.
9422
9423 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9424
9425         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
9426         the unistd module.
9427         * lib/getlogin_r.c: Likewise.
9428         * lib/getlogin_r.h: Likewise.
9429         * lib/glob.c: Likewise.
9430         * lib/pagealign_alloc.c: Likewise.
9431         * lib/unistd_.h: Remove; no longer needed.
9432
9433 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
9434
9435         * MODULES.html.sh (Support for systems lacking POSIX:2001):
9436         Add unistd.
9437         * modules/c-stack (Depends-on): Add unistd.
9438         * modules/getlogin_r: Likewise.
9439         * modules/glob: Likewise.
9440         * modules/pagealign_alloc: Likewise.
9441         * modules/unistd (Files): Remove lib/unistd_.h.
9442         (EXTRA_DIST): Remove.
9443         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
9444         need unistd_.h.
9445         (MOSTLYCLEANFILES): Remove unistd.h-t.
9446
9447 2006-03-03  Simon Josefsson  <jas@extundo.com>
9448
9449         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
9450
9451 2006-03-03  Simon Josefsson  <jas@extundo.com>
9452
9453         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
9454         libidn and bison.
9455
9456 2006-03-03  Simon Josefsson  <jas@extundo.com>
9457
9458         * build-aux/maint.mk: Add indent target.
9459
9460 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
9461
9462         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
9463         our replacement poll.h in any case, to avoid a differing
9464         declaration from a system header.  Seen on AIX.
9465
9466 2006-03-01  Simon Josefsson  <jas@extundo.com>
9467
9468         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
9469         <kasal@ucw.cz>.
9470
9471 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         * modules/gettime (Depends-on): Add extensions module.
9474         * modules/nanosleep (Depends-on): Likewise.
9475         * modules/settime (Depends-on): Likewise.
9476
9477 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9478
9479         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
9480         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
9481         pedantically.
9482         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9483         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
9484
9485         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
9486         not "==".  Reported by Ralf Wildenhues.
9487
9488 2006-03-01  Karl Berry  <karl@gnu.org>
9489
9490         * doc/Copyright/request-*: new files, synced from gnuorg.
9491
9492 2006-03-01  Karl Berry  <karl@gnu.org>
9493
9494         * config/srclist.txt (Copyright/*): new entries.
9495
9496 2006-02-28  Simon Josefsson  <jas@extundo.com>
9497
9498         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
9499
9500 2006-02-27  Simon Josefsson  <jas@extundo.com>
9501
9502         * lib/base64.h: Indent #define's.  From Jim Meyering
9503         <jim@meyering.net>.
9504
9505 2006-02-27  Jim Meyering  <jim@meyering.net>
9506
9507         Revert the change of 2006-02-24, so these files can continue
9508         to be sync'd from gettext.
9509         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
9510         of `config.h'.
9511
9512 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
9513
9514         * modules/intprops: New file.
9515         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9516         Add intprops.
9517         * modules/getloadavg (Files): Remove lib/intprops.h.
9518         (Depends-on): Add intprops.
9519         * modules/human: Likewise.
9520         * modules/inttostr: Likewise.
9521         * modules/openat: Likewise.
9522         * modules/sig2str: Likewise.
9523         * modules/userspec: Likewise.
9524         * modules/utimecmp: Likewise.
9525         * modules/xnanosleep: Likewise.
9526         * modules/xstrtol: Likewise.
9527
9528 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
9529
9530         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
9531         * modules/lock-tests (TESTS): Use $(EXEEXT).
9532         * modules/tls-tests: Likewise.
9533         * modules/argp-tests: Likewise.
9534         (check_PROGRAMS): New var, replacing...
9535         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
9536
9537 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9538
9539         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
9540         `config.h'.
9541
9542 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9543
9544         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
9545
9546 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9547
9548         Sync from coreutils.
9549         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
9550         gl_CHDIR_SAFER.
9551
9552 2006-02-22  Jim Meyering  <jim@meyering.net>
9553
9554         Sync from coreutils.
9555         * m4/chdir-safer.m4: New file.
9556
9557 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9558
9559         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
9560         AT_FDCWD exceeds INT_MAX.
9561         * lib/openat.h (AT_FDCWD): Likewise.
9562
9563 2006-02-17  Eric Blake  <address@hidden>
9564
9565         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
9566
9567 2006-02-16  Simon Josefsson  <jas@extundo.com>
9568
9569         * modules/getaddrinfo (Depends-on): Add sys_socket.
9570
9571 2006-02-15  Simon Josefsson  <jas@extundo.com>
9572
9573         * build-aux/maint.mk: Add dsyntax-check rule.
9574
9575 2006-02-15  Eric Blake  <ebb9@byu.net>
9576
9577         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
9578         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
9579         'present but cannot compile' warnings on cygwin.
9580         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
9581         use ws2tcpip.h if sys/socket.h works.
9582         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
9583         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
9584
9585 2006-02-14  Simon Josefsson  <jas@extundo.com>
9586
9587         * modules/maintainer-makefile (Files): Rename.
9588
9589         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
9590         and (the local) Makefile.cfg to maint-cfg.mk.
9591
9592         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
9593         to the latter.
9594
9595         * modules/maintainer-makefile: New module.
9596
9597         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
9598         severaly stripped to make it possible to build it up from scratch
9599         with reliable tests.
9600
9601         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
9602         fixes to permit overriding the default actions when configure and
9603         makefile are not available.
9604
9605 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
9606
9607         Sync from coreutils.
9608         * modules/lstat (Depends-on): Don't depend on xalloc.
9609         (License): Change from GPL to LGPL, since this is now simply a
9610         replacement for a libc function.
9611
9612 2006-02-14  Jim Meyering  <jim@meyering.net>
9613
9614         Sync from coreutils.
9615
9616         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
9617         failure on deficient systems, and simplify gnulib lgpl dependencies.
9618         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
9619         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
9620
9621         * lib/xalloc-die.c: Remove unused definition of N_.
9622
9623 2006-02-14  Jim Meyering  <jim@meyering.net>
9624
9625         Sync from coreutils.
9626         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
9627         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
9628         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
9629         double-quote uses of that variable, to accommodate the rare case in
9630         which getmntent is available in none of the libraries checked.  This
9631         happens at least on FreeBSD 5.0.
9632
9633 2006-02-13  Simon Josefsson  <jas@extundo.com>
9634
9635         * gnulib-tool (Usage): Fix --import, from
9636         karl@freefriends.org (Karl Berry).
9637
9638 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
9639
9640         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
9641
9642 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
9643
9644         * lib/argp-namefrob.h: Restore changes accidentally lost during the
9645         "autoupdate" on 2005-12-12.
9646
9647 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9648
9649         * modules/closeout (Depends-on): Remove atexit.
9650
9651 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
9654         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
9655
9656 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
9657
9658         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
9659         __EXTENSIONS__ if this causes compilation to fail.  Problem
9660         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
9661         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
9662
9663 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9664
9665         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
9666         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
9667         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
9668         All uses changed.
9669
9670 2006-01-26  Simon Josefsson  <jas@extundo.com>
9671
9672         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
9673         prototype is visible on mingw32.
9674
9675         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
9676         for mingw32.
9677
9678         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
9679         mingw32).
9680
9681 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
9682
9683         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
9684         attempt to open for write; this always fails, at least on POSIX
9685         hosts.  This reinstates the 2006-01-09 change, which was
9686         inadvertently removed.
9687
9688 2006-01-26  Bruno Haible  <bruno@clisp.org>
9689
9690         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
9691         Reported by Paul Eggert.
9692
9693 2006-01-26  Bruno Haible  <bruno@clisp.org>
9694             Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * lib/stdbool_.h (_Bool)
9697         [(! (defined __cplusplus || defined __BEOS__)
9698           && !defined __GNUC__
9699           && !(defined __HP_cc || defined __xlc__
9700                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
9701                || defined __sgi))]:
9702         #define to signed char in these cases too; this simplifies
9703         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
9704         etc., separately) and makes it more conservative.
9705
9706 2006-01-25  Simon Josefsson  <jas@extundo.com>
9707
9708         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
9709         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
9710         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
9711
9712 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9713
9714         * lib/argp-namefrob.h: Bugfix. Remove stray #
9715
9716 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
9717
9718         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
9719         so that we test the test.
9720         Check for yet another HP-UX cc bug involving *bool |= bool.
9721
9722 2006-01-25  Karl Berry  <karl@gnu.org>
9723
9724         * config/srclist.txt (vasnprintf.c): sync lost.
9725
9726 2006-01-25  Jim Meyering  <jim@meyering.net>
9727
9728         Sync from the stable (b5) branch of coreutils:
9729
9730         * lib/fts.c (fts_children): Don't let close() clobber errno from
9731         failed fchdir().
9732
9733         * lib/fts.c (fts_stat): When following a symlink-to-directory,
9734         don't necessarily interpret stat-fails+lstat-succeeds as indicating
9735         a dangling symlink.  That can also happen at least for ELOOP.
9736         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
9737         FYI, this bug predates the inclusion of fts.c in coreutils.
9738
9739         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
9740         in their own block, so pre-c99 compilers don't object.
9741
9742         Avoid the double-free (first in fts_read, second in fts_close) that
9743         would occur when an `active' directory is made inaccessible (e.g.,
9744         via chmod a-x) during a traversal.
9745         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
9746         before returning.  Reproduce this failure by
9747         mkdir -p a/b; cd a; chmod a-x . b
9748         Reported by Stavros Passas.
9749
9750 2006-01-25  Jim Meyering  <jim@meyering.net>
9751
9752         * lib/fileblocks.c: Remove more useless parentheses.
9753         * lib/readutmp.h: Likewise.
9754
9755 2006-01-25  Bruno Haible  <bruno@clisp.org>
9756
9757         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
9758         warnings.
9759         Reported by Paul Eggert.
9760
9761 2006-01-25  Bruno Haible  <bruno@clisp.org>
9762
9763         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
9764         rid of a trap command. For Solaris sh.
9765         Reported by Mark D. Baushke <mdb@gnu.org>.
9766
9767 2006-01-24  Simon Josefsson  <jas@extundo.com>
9768
9769         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
9770         Bruno.
9771
9772 2006-01-24  Karl Berry  <karl@gnu.org>
9773
9774         * config/srclist.txt (argp-namefrob.h): sync lost.
9775
9776 2006-01-24  Jim Meyering  <jim@meyering.net>
9777
9778         * modules/openat (Files): Add lib/intprops.h.
9779         From Mark D. Baushke.
9780
9781 2006-01-24  Jim Meyering  <jim@meyering.net>
9782
9783         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
9784         Reported by Mark D. Baushke.
9785
9786 2006-01-24  Jim Meyering  <jim@meyering.net>
9787
9788         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
9789
9790 2006-01-24  Bruno Haible  <bruno@clisp.org>
9791
9792         * modules/strnlen (Maintainer): Change from glibc to all.
9793
9794 2006-01-24  Bruno Haible  <bruno@clisp.org>
9795
9796         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
9797         Patch by Paul Eggert.
9798
9799 2006-01-24  Bruno Haible  <bruno@clisp.org>
9800
9801         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
9802         already has it.
9803         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
9804         2005-11-26.
9805
9806         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
9807         'signed char' to avoid problems with the built-in _Bool type.
9808         Reported by Paul Eggert on 2005-11-26.
9809
9810 2006-01-24  Bruno Haible  <bruno@clisp.org>
9811
9812         * gnulib-tool (func_import): Avoid constructing complicated sed
9813         expressions inside backquote.
9814         Report and solution by Mark D. Baushke <mdb@gnu.org>.
9815
9816 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
9817
9818         These changes imported from libc.
9819         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
9820         test and two separate function calls.
9821         * lib/strndup.c (__strndup): Add libc_hidden_def.
9822
9823 2006-01-23  Simon Josefsson  <jas@extundo.com>
9824
9825         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
9826         Remove the test_*_SOURCES variable: automake infers it by default.
9827         * modules/tls-tests: Likewise.
9828
9829 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9830
9831         Work around porting bugs reported by Dieter in
9832         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
9833         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
9834         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
9835         Include "getopt.h" first, to check interface.
9836         (getenv): Declare only if defined HAVE_DECL_GETENV &&
9837         !HAVE_DECL_GETENV.
9838         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
9839         (__strndup): Revert to K&R-style function dfns, the glibc style.
9840         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
9841         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
9842         Include strnlen.h first, to get prototype properly.
9843         (strnlen): Renamed from __strnlen.
9844         Remove weak alias.
9845
9846 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9847
9848         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
9849
9850 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9851
9852         * config/srclist.txt: Adjust to reflect glibc reorganization.
9853         This affects only comments.
9854
9855 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9856
9857          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
9858          Reported by Bruce Korb <bkorb@gnu.org>.
9859
9860 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
9861
9862         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
9863         to pacify gcc -Wswitch-default.
9864
9865 2006-01-22  Bruno Haible  <bruno@clisp.org>
9866
9867         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
9868         temporary buffer for sprintf, take into account the precision also
9869         for 'd', 'i', 'u', 'o', 'x', 'X'.
9870
9871 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9872
9873         * modules/argp-tests: New module
9874         * tests/test-argp.c: New file
9875         * tests/test-argp-2.sh: New file
9876
9877 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
9878
9879         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
9880         (__argp_base_name): Removed
9881         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
9882         typo.
9883         (__argp_base_name): Provide macro definition or extern declaration
9884         depending on the configuration
9885
9886 2006-01-20  Simon Josefsson  <jas@extundo.com>
9887
9888         * modules/inet_ntop (Depends-on): Depend on sys_socket.
9889
9890 2006-01-20  Simon Josefsson  <jas@extundo.com>
9891
9892         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
9893
9894 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9895
9896         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
9897         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
9898         Suggested by Bruno Haible.
9899
9900 2006-01-20  Karl Berry  <karl@gnu.org>
9901
9902         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
9903         until changes propagate, I guess.
9904
9905 2006-01-19  Simon Josefsson  <jas@extundo.com>
9906
9907         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
9908
9909 2006-01-19  Simon Josefsson  <jas@extundo.com>
9910
9911         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
9912
9913 2006-01-19  Simon Josefsson  <jas@extundo.com>
9914
9915         * gnulib-tool: Set check_PROGRAMS.
9916
9917         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9918         modules/des-tests, modules/gc-arcfour-tests,
9919         modules/gc-arctwo-tests, modules/gc-des-tests,
9920         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9921         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9922         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9923         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9924         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9925         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
9926         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
9927         test_*_SOURCES.
9928
9929 2006-01-18  Simon Josefsson  <jas@extundo.com>
9930
9931         * modules/socklen (Depends-on): Depend on sys_socket.
9932
9933 2006-01-18  Simon Josefsson  <jas@extundo.com>
9934
9935         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
9936         modules/des-tests, modules/gc-arcfour-tests,
9937         modules/gc-arctwo-tests, modules/gc-des-tests,
9938         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
9939         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
9940         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
9941         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
9942         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
9943         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
9944         $(EXEEXT) to automake TESTS variable, for mingw32.
9945
9946 2006-01-17  Simon Josefsson  <jas@extundo.com>
9947
9948         * modules/socklen (Include): Need sys/socket.h.
9949
9950 2006-01-17  Bruno Haible  <bruno@clisp.org>
9951
9952         * modules/ssize_t (Include): Add <sys/types.h>.
9953
9954 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
9955
9956         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
9957         it's not portable and it doesn't work with cross-compiles.
9958         Problem reported by Bruno Haible.  Fix missing-$ typo in
9959         'test "gl_cv_ignore_unused_libraries" ...' that prevented
9960         -zignore from being used with Sun's C compiler.
9961
9962 2006-01-12  Simon Josefsson  <jas@extundo.com>
9963
9964         * lib/base64.c: Fix warning, reported by Bruno Haible
9965         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
9966
9967 2006-01-12  Bruno Haible  <bruno@clisp.org>
9968
9969         * modules/ldd: New file.
9970         * build-aux/ldd.sh.in: New file.
9971         * MODULES.html.sh (Support for building libraries and executables): Add
9972         ldd.
9973
9974 2006-01-12  Bruno Haible  <bruno@clisp.org>
9975
9976         * m4/ldd.m4: New file.
9977
9978 2006-01-12  Bruno Haible  <bruno@clisp.org>
9979
9980         * gnulib-tool (func_import, func_create_testdir): Don't go into an
9981         endless loop while replacing $auxdir with build-aux.
9982
9983 2006-01-11  Simon Josefsson  <jas@extundo.com>
9984
9985         * lib/stdint_.h (SIZE_MAX): Add missing (.
9986
9987 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         Sync from coreutils.
9990         * lib/md5.c: Fix commentary typos.
9991         (alignof, UNALIGNED_P): No need for a GCC-specific version.
9992         * lib/md5.h (__attribute__): Remove; unused.
9993         * lib/sha1.c: Fix commentary to match md5 better.
9994         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
9995         so that we don't need to worry about alignment.  All uses changed.
9996         This merges the 2005-10-28 md5 change into sha1.
9997
9998 2006-01-11  Jim Meyering  <jim@meyering.net>
9999
10000         Sync from coreutils.
10001         * lib/md5.c (OP): Fix spacing.
10002
10003 2006-01-11  Bruno Haible  <bruno@clisp.org>
10004
10005         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10006         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
10007         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
10008
10009 2006-01-11  Bruno Haible  <bruno@clisp.org>
10010
10011         Ensure automatic ordering between gl_LOCK and gl_ARGP.
10012         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
10013         the "early" section as well.
10014
10015 2006-01-11  Bruno Haible  <bruno@clisp.org>
10016
10017         Avoid "ar: no archive members specified" error on MacOS X.
10018         * gnulib-tool (func_modules_add_dummy): New function.
10019         (func_import, func_create_testdir): Invoke it.
10020
10021 2006-01-11  Bruno Haible  <bruno@clisp.org>
10022
10023         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
10024         with $auxdir in AC_CONFIG_FILES statements.
10025
10026 2006-01-11  Bruno Haible  <bruno@clisp.org>
10027
10028         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10029         Initialize also noinst_HEADERS to empty.
10030
10031 2006-01-11  Bruno Haible  <bruno@clisp.org>
10032
10033         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
10034         variables.
10035         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
10036         autoreconf.
10037
10038 2006-01-11  Bruno Haible  <bruno@clisp.org>
10039
10040         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
10041         overridable by the user.
10042         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10043
10044 2006-01-10  Simon Josefsson  <jas@extundo.com>
10045
10046         * modules/sys_socket: New file.
10047
10048 2006-01-10  Simon Josefsson  <jas@extundo.com>
10049
10050         * m4/sys_socket_h.m4: New file.
10051
10052 2006-01-10  Simon Josefsson  <jas@extundo.com>
10053
10054         * lib/socket_.h: New file.
10055
10056 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * modules/readutmp (Maintainer): Add myself.
10059
10060 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10061
10062         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
10063         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
10064         People who are still concerned with buggy memcmp implementations
10065         can invoke gl_FUNC_MEMCMP themselves.
10066
10067 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
10068
10069         * lib/regex_internal.h (BITSET_WORD_BITS):
10070         Work around a bug in 64-bit PGC (before version 6.1-2), where the
10071         preprocessor mishandles large unsigned values as if they were signed.
10072         Problem reported by Claudio Fontana in
10073         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
10074
10075 2006-01-10  Jim Meyering  <jim@meyering.net>
10076
10077         Avoid the double-free (first in fts_read, second in fts_close) that
10078         would occur when an `active' directory is made inaccessible (e.g.,
10079         via chmod a-x) during a traversal.
10080         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
10081         before returning.  Reproduce this failure by
10082         mkdir -p a/b; cd a; chmod a-x . b
10083         Reported by Stavros Passas.
10084
10085         Sync from coreutils.
10086         * lib/sha1.c: Tweak grammar in a comment.
10087
10088 2006-01-10  Jim Meyering  <jim@meyering.net>
10089
10090         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
10091         Patch by Joerg Sonnenberger.
10092
10093 2006-01-10  Bruno Haible  <bruno@clisp.org>
10094
10095         * modules/readutmp: Depend on module free.
10096         * modules/strtok_r: Depend on module restrict.
10097
10098 2006-01-10  Bruno Haible  <bruno@clisp.org>
10099
10100         * modules/gettext (configure.ac): Add an invocation of
10101         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
10102
10103 2006-01-10  Bruno Haible  <bruno@clisp.org>
10104
10105         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
10106         Reported by Werner Lemberg <wl@gnu.org>.
10107
10108 2006-01-10  Bruno Haible  <bruno@clisp.org>
10109
10110         * lib/localcharset.c: Update from GNU gettext.
10111
10112 2006-01-10  Bruno Haible  <bruno@clisp.org>
10113
10114         * lib/argp.h (__const): Remove macro. Use const instead.
10115         * lib/argp-fmtstream.h (__const): Likewise.
10116         * lib/glob_.h (__const): Remove macro.
10117         * lib/glob-libc.h: Use const instead of __const.
10118
10119 2006-01-10  Bruno Haible  <bruno@clisp.org>
10120
10121         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
10122         variable.
10123         Needed to avoid an automake error regarding the 'gettext' module.
10124
10125 2006-01-09  Simon Josefsson  <jas@extundo.com>
10126
10127         * modules/inet_ntop (Depends-on): Add restrict.
10128
10129 2006-01-09  Simon Josefsson  <jas@extundo.com>
10130
10131         * modules/gc-rijndael-tests (License): Put under LGPL.
10132
10133         * modules/gc-des-tests (License): Likewise.
10134
10135         * modules/gc-arcfour-tests (License): Likewise.
10136
10137         * modules/gc-arctwo-tests (License): Likewise.
10138
10139         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
10140
10141         * modules/gc-hmac-sha1-tests (Files): Likewise.
10142
10143         * modules/gc-hmac-md5-tests (License): Likewise.
10144
10145         * modules/gc-sha1-tests (License): Likewise.
10146
10147         * modules/gc-md5-tests (License): Likewise.
10148
10149         * modules/gc-md4-tests (License): Likewise.
10150
10151         * modules/gc-md2-tests (License): Likewise.
10152
10153         * modules/gc-tests (License): Likewise.
10154
10155         * modules/des-tests (License): Likewise.
10156
10157         * modules/md4-tests (License): Likewise.
10158
10159         * modules/md2-tests (License): Likewise.
10160
10161 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10162
10163         Sync from coreutils:
10164
10165         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
10166         * modules/lib-ignore: New file.
10167         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
10168         chdir-safer.m4, lchmod.m4.
10169         * modules/openat: Add mkdirat.c, openat-priv.h.
10170
10171 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10172
10173         Sync from coreutils.
10174         * m4/lib-ignore.m4: New file.
10175         * m4/lchmod.m4: New file.
10176
10177 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10178
10179         Sync from coreutils.
10180         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
10181         for write access: POSIX says that must fail.
10182         * lib/fts.c (diropen): Likewise.
10183         * lib/save-cwd.c (save_cwd): Likewise.
10184         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
10185         well, for minor improvements on hosts that lack O_DIRECTORY.
10186         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
10187         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
10188         Fall back on chown if open failed with EACCES.
10189
10190         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
10191         Report an error at compile-time if only a 1-second nominal clock
10192         resolution is found.
10193
10194         * lib/lchmod.h: New file.
10195         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
10196         (make_dir_parents): Use lchown rather than chown, and
10197         lchmod rather than chmod.
10198
10199         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
10200         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
10201         "proc" reported by n0dalus.
10202
10203         * lib/mountlist.c: Include <limits.h>.
10204         (dev_from_mount_options)
10205         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
10206         New function.  It no longer assumes "dev=" has the System V meaning
10207         on Linux (since it doesn't).  It also parses "dev=" more carefully.
10208         (read_file_system_list)
10209         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
10210         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
10211         dev= in that case.
10212
10213         * lib/posixtm.h (PDS_PRE_2000): New macro.
10214         * lib/posixtm.c (year): Arg is now syntax_bits rather than
10215         allow_century.  All usages changed.  Reject dates outside the range
10216         1969-1999 if PDS_PRE_2000 is used.
10217
10218 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
10219
10220         Sync from coreutils.
10221         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
10222         (Time of day items): Mention the possibility of leap seconds.
10223         Problem reported by Dr. David Alan Gilbert.
10224
10225 2006-01-09  Jim Meyering  <jim@meyering.net>
10226
10227         Sync from coreutils.
10228
10229         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
10230
10231         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
10232
10233         * lib/modechange.c (mode_compile): Reject an invalid mode string
10234         that starts with an octal digit.  From Andreas Gruenbacher.
10235
10236         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
10237         and dup to open_safer and dup_safer, respectively.
10238         (openat_permissive): Fix typo in comment.
10239
10240         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
10241         "gettext.h"; either no longer needed or are guaranteed by openat.h.
10242         (_): Remove; no longer needed.
10243         (openat): Renamed from rpl_openat; no need for rpl_openat
10244         since openat.h renames openat for us.
10245         Replace most of the body with a call to openat_permissive,
10246         to avoid duplicate code.
10247         Port to (probably hypothetical) environments were mode_t is
10248         wider than int.
10249         (openat_permissive): Require mode arg, so that we can check
10250         types better.  Put it just after flags.  Change cwd failure
10251         indicator from pointer-to-bool to pointer-to-errno-value.
10252         All callers changed.
10253         Invoke openat_save_fail and/or openat_restore_fail if
10254         cwd_errno is null, so that openat can call us.
10255         (openat_permissive, fdopendir, fstatat, unlinkat):
10256         Simplify errno handling to avoid some duplicate code,
10257         as it's OK to set errno on success.
10258         * lib/openat.h: Revamp code so that function macros depend on
10259         __OPENAT_PREFIX only, not also on AT_FDCWD.
10260         (openat_ro): Remove.  Caller changed to use openat_permissive.
10261         (openat_permissive): Now a macro, if not a function.
10262         (openat_restore_fail, openat_save_fail): Now always functions,
10263         since mkdirat needs them even if __OPENAT_PREFIX is defined.
10264
10265         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
10266         and openat.c.
10267         * lib/mkdirat.c: Include openat-priv.h.
10268         Remove definitions of macros defined therein.
10269         * lib/openat.c: Likewise.
10270
10271         * lib/mkdirat.c (mkdirat): New file and function.
10272         * lib/openat.h (mkdirat): Declare.
10273
10274         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
10275
10276         * lib/openat.h (openat_permissive): Declare.
10277         (openat_ro): Define.
10278
10279         * lib/openat.c (EXPECTED_ERRNO): New macro.
10280         (openat_permissive): New function -- used in remove.c rewrite.
10281         (all functions): Set errno just before returning, only if there
10282         was an actual failure.
10283         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
10284
10285         Emulate openat-family functions using Linux's procfs, if possible.
10286         Idea and some code based on Ulrich Drepper's glibc changes.
10287
10288         * lib/openat.c: (BUILD_PROC_NAME): New macro.
10289         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
10290         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
10291         before falling back on save_cwd and restore_cwd.
10292         (fdopendir, fstatat, unlinkat): Likewise.
10293
10294         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
10295         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
10296
10297         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
10298         as second argument to va_arg.  Otherwise, some versions of gcc
10299         warn that `if this code is reached, the program will abort'.
10300
10301 2006-01-09  Jim Meyering  <jim@meyering.net>
10302
10303         Sync from coreutils.
10304         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
10305         Require openat-priv.h.
10306
10307 2006-01-09  Bruno Haible  <bruno@clisp.org>
10308
10309         * modules/strnlen (Include): Use strnlen.h.
10310
10311 2006-01-09  Bruno Haible  <bruno@clisp.org>
10312
10313         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
10314
10315 2006-01-09  Bruno Haible  <bruno@clisp.org>
10316
10317         * lib/sysexit_.h (EX_OK): New macro.
10318         Suggested by Martin Lambers <marlam@marlam.de>.
10319
10320 2006-01-09  Bruno Haible  <bruno@clisp.org>
10321
10322         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
10323         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
10324
10325 2006-01-09  Bruno Haible  <bruno@clisp.org>
10326
10327         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
10328         numbers.
10329
10330 2006-01-09  Bruno Haible  <bruno@clisp.org>
10331
10332         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
10333         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
10334         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
10335         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
10336
10337 2006-01-09  Bruno Haible  <bruno@clisp.org>
10338
10339         * build-aux/javacomp.sh.in: New file, moved from lib/.
10340         * modules/javacomp-script (Files): Update.
10341         (configure.ac): Add AC_CONFIG_FILES invocation.
10342         (EXTRA_DIST): Remove variable.
10343
10344         * build-aux/javaexec.sh.in: New file, moved from lib/.
10345         * modules/javaexec (Files): Update.
10346         (configure.ac): Add AC_CONFIG_FILES invocation.
10347         (EXTRA_DIST): Remove javaexec.sh.in.
10348
10349         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
10350         * modules/csharpcomp-script (Files): Update.
10351         (configure.ac): Add AC_CONFIG_FILES invocation.
10352         (EXTRA_DIST): Remove variable.
10353
10354         * build-aux/csharpexec.sh.in: New file, moved from lib/.
10355         * modules/csharpexec (Files): Update.
10356         (configure.ac): Add AC_CONFIG_FILES invocation.
10357         (EXTRA_DIST): Remove csharpexec.sh.in.
10358
10359 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10360
10361         Sync from coreutils.
10362
10363         Add POSIX ACL support
10364         * lib/acl.h (copy_acl, set_acl): Add declarations.
10365         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
10366         systems other than Linux.
10367         (chmod_or_fchmod): New function: use fchmod when possible,
10368         and chmod otherwise.
10369         (file_has_acl): Add a POSIX ACL implementation, with a
10370         Linux-specific subcase.
10371         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
10372         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
10373         acls are unsupported.
10374         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
10375         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
10376         are unsupported.
10377
10378 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
10379
10380         Sync from coreutils.
10381         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
10382
10383 2006-01-07  Bruno Haible  <bruno@clisp.org>
10384
10385         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
10386         gl_EARLY.
10387
10388 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * lib/strftime.c (tzname): Don't declare if it is already #defined.
10391         Problem reported for Mingw by Mark Junker.
10392
10393 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
10394
10395         * README: Gnulib normally doesn't generate a tarball.
10396
10397 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
10398
10399         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
10400         long int, not int, for nanosecond counts, so that people who are
10401         used to POSIX struct timespec won't be surprised.  Reported by Jim
10402         Meyering.
10403
10404 2005-12-28  Bruno Haible  <bruno@clisp.org>
10405
10406         * build-aux/config.rpath: Update from GNU gettext.
10407
10408 2005-12-16  Jim Meyering  <jim@meyering.net>
10409
10410         * modules/fprintftime: New module.
10411         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
10412
10413 2005-12-16  Jim Meyering  <jim@meyering.net>
10414
10415         * m4/fprintftime.m4: New file.
10416
10417 2005-12-16  Jim Meyering  <jim@meyering.net>
10418
10419         * lib/fprintftime.c, lib/fprintftime.h: New files.
10420
10421 2005-12-15  Simon Josefsson  <jas@extundo.com>
10422
10423         * modules/socklen (configure.ac): Fix M4 macro name, to align with
10424         new m4/socklen.m4.
10425
10426 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10427
10428         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
10429         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
10430
10431 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
10432
10433         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
10434         * lib/argp-help.c (fill_in_uparams): Check if the constructed
10435         struct uparams is valid. Fall back to the default values if it is
10436         not.
10437
10438 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10439
10440         * modules/argp (Files): Add argp-pin.c
10441         (Depends-on): dirname
10442         (lib_SOURCES): Add argp-pin.c
10443
10444 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10445
10446         * m4/argp.m4:  Check if program_invocation_name and
10447         program_invocation_short_name are declared and define appropriate
10448         macros if they are not.
10449
10450 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10451
10452         * lib/argp-help.c (__argp_base_name): New function
10453         (__argp_short_program_name): Rewrite using __argp_base_name
10454         * lib/argp-namefrob.h: Define program_invocation_name and
10455         program_invocation_short_name if requested
10456         (__argp_base_name): Add prototype
10457         * lib/argp-parse.c (argp_def): Use gettext wrappers
10458         (argp_default_parser): Use __argp_base_name
10459         * lib/argp-pin.c: New file. Defines program_invocation_name and
10460         program_invocation_short_name on systems that lack them.
10461
10462 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10463
10464         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
10465         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10466         porting problem reported by Georg Schwarz in
10467         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10468
10469 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10470
10471         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
10472         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
10473         porting problem reported by Georg Schwarz in
10474         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
10475
10476 2005-12-05  Bruno Haible  <bruno@clisp.org>
10477
10478         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
10479         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
10480         Reported by Mark Junker <mjscod@gmx.de>.
10481
10482 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
10483
10484         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
10485         Use implementation from Albert Chin, with some
10486         comments/corrections by Stepan Kasal and myself.
10487
10488 2005-12-02  Bruno Haible  <bruno@clisp.org>
10489
10490         * gnulib-tool (func_import): Accept GPLed build tool modules when
10491         --lgpl is given.
10492         * modules/csharpcomp-script: New file.
10493         * modules/csharpcomp: Depend on it.
10494         * modules/javacomp-script: New file.
10495         * modules/javacomp: Depend on it.
10496         Suggested by Simon Josefsson.
10497
10498 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
10499
10500         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
10501         statement, to work around an HP-UX 10.20 compiler bug reported by
10502         Peter O'Gorman.
10503
10504 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10505
10506         * modules/savedir (Depends-on): Add openat.
10507
10508 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
10511         (uintmax_t) [defined uintmax_t]: Do not declare.
10512         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
10513         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
10514         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
10515         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
10516         sake of portability to weird hosts that C allows (though we don't
10517         know of any practical examples).
10518
10519         * lib/savedir.h (fdsavedir): New decl.
10520         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
10521         contains most of the former guts of savedir.
10522         (savedir): Use savedirstream.
10523         Include "openat.h".
10524
10525 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
10526
10527         * modules/obstack (Files): Add m4/ulonglong.m4.
10528         Problem reported by Davide Angelocola.
10529
10530 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
10531
10532         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
10533         coreutils no longer futzes with rounding modes.
10534
10535 2005-11-14  Jim Meyering  <jim@meyering.net>
10536
10537         * lib/mkstemp-safer.c: Include <config.h>, required for possible
10538         replacement of mkstemp.
10539
10540 2005-11-10  Simon Josefsson  <jas@extundo.com>
10541
10542         * lib/readline.c: Remove EOL.
10543
10544 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10545
10546         * modules/gethrxtime (Depends-on): Add gettime.
10547
10548 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10549
10550         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
10551         or gettimeofday; no longer needed.
10552
10553 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
10554
10555         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
10556         time business.
10557         (gethrxtime) [! (HAVE_NANOUPTIME
10558         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
10559         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
10560         our own approximation.
10561
10562 2005-11-08  Eric Blake  <ebb9@byu.net>
10563
10564         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10565
10566 2005-11-08  Eric Blake  <ebb9@byu.net>
10567
10568         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
10569
10570 2005-11-04  Bruno Haible  <bruno@clisp.org>
10571
10572         * gnulib-tool: Implement --update mode.
10573
10574 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10575
10576         Fix porting problem reported by Theodoros V. Kalamatianos.
10577         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
10578         Don't assume that futimes failing means we must fail.
10579
10580 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
10581
10582         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
10583         variables to suggest the intended function of the PATH_MAX check.
10584
10585 2005-10-30  Kean Johnston  <jkj@sco.com>
10586
10587         Trivial changes to support SCO systems.
10588         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
10589         as PATH_MAX.
10590         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
10591         where __ptr is null when no I/O is pending.
10592
10593 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
10594
10595         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
10596         leave errno alone.  Problem reported by Dmitry V. Levin.
10597
10598 2005-10-28  Simon Josefsson  <jas@extundo.com>
10599
10600         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
10601         Test more.
10602
10603         * tests/test-gc-md2.c, tests/test-md2.c: New files.
10604
10605         * modules/md2, modules/md2-tests: New files.
10606
10607 2005-10-28  Simon Josefsson  <jas@extundo.com>
10608
10609         * m4/inet_ntop.m4: More tests.
10610
10611         * m4/gc-md2.m4, md2.m4: New file.
10612
10613 2005-10-28  Simon Josefsson  <jas@extundo.com>
10614
10615         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
10616         "restrict" keywords, as per POSIX.  Protect the function
10617         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
10618         Don't use K&R prototypes.  Check the sprintf return values.
10619         Re-define EAFNOSUPPORT if not present.  Indent.
10620
10621         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
10622         suggested by Bruno Haible <bruno@clisp.org>.
10623
10624         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
10625
10626         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
10627
10628         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
10629         libgcrypt).
10630
10631         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
10632
10633         * lib/md2.h, lib/md2.c: New files.
10634
10635 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
10636
10637         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
10638         errno alone.  Problem reported by Frederic Jolliton.
10639
10640 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10641
10642         * modules/verify (License): Change from GPL to LGPL.  This is a
10643         tiny module and there are apparently near-equivalents that are
10644         under the BSD license.
10645
10646 2005-10-24  Simon Josefsson  <jas@extundo.com>
10647
10648         * modules/sha1: Relicense to LGPL.
10649
10650 2005-10-24  Simon Josefsson  <jas@extundo.com>
10651
10652         * lib/md4.h: Shrink buffer size, now that we changed the type.
10653
10654 2005-10-23  Simon Josefsson  <jas@extundo.com>
10655
10656         * gnulib-tool (func_import): Fix --tests-base.
10657
10658 2005-10-22  Simon Josefsson  <jas@extundo.com>
10659
10660         * modules/arcfour (Depends-on): Need stdint.
10661
10662 2005-10-22  Simon Josefsson  <jas@extundo.com>
10663
10664         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
10665         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
10666
10667 2005-10-22  Simon Josefsson  <jas@extundo.com>
10668
10669         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
10670         suggested by Bruno Haible <bruno@clisp.org>.
10671
10672 2005-10-22  Simon Josefsson  <jas@extundo.com>
10673
10674         * lib/crc.h: Include stddef.h, for size_t.
10675
10676 2005-10-22  Simon Josefsson  <jas@extundo.com>
10677
10678         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
10679         arcfour_context struct (simplify test vector testing in GNU
10680         Shishi).
10681
10682 2005-10-21  Simon Josefsson  <jas@extundo.com>
10683
10684         * modules/des, modules/des-tests: New files.
10685
10686         * modules/gc-des, modules/gc-des-tests: New files.
10687
10688         * tests/test-des.c, tests/test-gc-des.c: New file.
10689
10690 2005-10-21  Simon Josefsson  <jas@extundo.com>
10691
10692         * modules/arctwo, modules/arctwo-tests: New files.
10693
10694         * tests/test-arctwo.c: New file.
10695
10696         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
10697
10698         * tests/test-gc-arctwo.c: New file.
10699
10700 2005-10-21  Simon Josefsson  <jas@extundo.com>
10701
10702         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
10703         Bruno Haible <bruno@clisp.org>.
10704
10705         * m4/gc-des.m4: New file.
10706
10707 2005-10-21  Simon Josefsson  <jas@extundo.com>
10708
10709         * m4/arctwo.m4: New file.
10710
10711         * m4/gc-arctwo.m4: New file.
10712
10713 2005-10-21  Simon Josefsson  <jas@extundo.com>
10714
10715         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
10716         block.
10717
10718 2005-10-21  Simon Josefsson  <jas@extundo.com>
10719
10720         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
10721         <bruno@clisp.org>.
10722
10723         * lib/hmac-sha1.c (hmac_sha1): Likewise.
10724
10725         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
10726         Bruno Haible <bruno@clisp.org>.
10727
10728         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
10729         <bruno@clisp.org>.
10730
10731 2005-10-21  Simon Josefsson  <jas@extundo.com>
10732
10733         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
10734
10735 2005-10-21  Simon Josefsson  <jas@extundo.com>
10736
10737         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
10738
10739 2005-10-21  Simon Josefsson  <jas@extundo.com>
10740
10741         * lib/des.h, lib/des.c: New files.
10742
10743         * lib/gc-gnulib.c: Support DES.c
10744
10745 2005-10-21  Simon Josefsson  <jas@extundo.com>
10746
10747         * lib/arctwo.h, lib/arctwo.c: New files.
10748
10749         * lib/gc-gnulib.c: Support ARCTWO.
10750
10751 2005-10-21  Simon Josefsson  <jas@extundo.com>
10752
10753         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
10754         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10755
10756 2005-10-21  Simon Josefsson  <jas@extundo.com>
10757
10758         * gnulib-tool (func_import, func_create_testdir): Define automake
10759         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
10760         Makefile.am snippet),
10761         suggested by Bruno Haible <bruno@clisp.org>.
10762
10763         * modules/gc (Makefile.am): Use it.
10764
10765 2005-10-21  Bruno Haible  <bruno@clisp.org>
10766
10767         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
10768         patch.
10769
10770 2005-10-19  Simon Josefsson  <jas@extundo.com>
10771
10772         * tests/test-gc-rijndael.c: New file.
10773
10774         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
10775
10776 2005-10-19  Simon Josefsson  <jas@extundo.com>
10777
10778         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
10779         interface too.
10780
10781 2005-10-19  Simon Josefsson  <jas@extundo.com>
10782
10783         * tests/test-gc-arcfour.c: New file.
10784
10785         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
10786
10787 2005-10-19  Simon Josefsson  <jas@extundo.com>
10788
10789         * modules/gc-md4, modules/gc-md4-tests: New file.
10790
10791         * tests/test-gc-md4.c: New file.
10792
10793 2005-10-19  Simon Josefsson  <jas@extundo.com>
10794
10795         * m4/gc-md4.m4: New file.
10796
10797 2005-10-19  Simon Josefsson  <jas@extundo.com>
10798
10799         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
10800         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
10801         <kasal@ucw.cz>.
10802
10803 2005-10-19  Simon Josefsson  <jas@extundo.com>
10804
10805         * m4/gc-arcfour.m4: New file.
10806
10807         * m4/gc-rijndael.m4: New file.
10808
10809 2005-10-19  Simon Josefsson  <jas@extundo.com>
10810
10811         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
10812
10813 2005-10-19  Simon Josefsson  <jas@extundo.com>
10814
10815         * lib/gc-gnulib.c: Support ARCFOUR.
10816
10817 2005-10-19  Simon Josefsson  <jas@extundo.com>
10818
10819         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
10820         support.
10821
10822         * lib/gc.h: Add ECB enum type.
10823
10824         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
10825
10826 2005-10-18  Simon Josefsson  <jas@extundo.com>
10827
10828         * tests/test-md5.c: New file.
10829
10830         * modules/md5-tests: New file.
10831
10832 2005-10-18  Simon Josefsson  <jas@extundo.com>
10833
10834         * tests/test-md4.c: New file.
10835
10836         * modules/md4, modules/md4-tests: New files.
10837
10838 2005-10-18  Simon Josefsson  <jas@extundo.com>
10839
10840         * m4/md4.m4: New file.
10841
10842 2005-10-18  Simon Josefsson  <jas@extundo.com>
10843
10844         * lib/md4.h, lib/md4.c: New files, based on md5.?.
10845
10846 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
10847
10848         * gnulib-tool (func_create_testdir): Omit the second check whether
10849         BUILT_SOURCES in nonempty.
10850
10851 2005-10-17  Simon Josefsson  <jas@extundo.com>
10852
10853         * tests/test-rijndael.c: New file.
10854
10855 2005-10-17  Simon Josefsson  <jas@extundo.com>
10856
10857         * modules/sha1: Depend on stdint instead of md5.
10858
10859         * modules/md5: Depend on stdint, remove uint32_t.
10860
10861 2005-10-17  Simon Josefsson  <jas@extundo.com>
10862
10863         * modules/gc-sha1-tests: New file.
10864
10865         * tests/test-gc-sha1.c: New file.
10866
10867 2005-10-17  Simon Josefsson  <jas@extundo.com>
10868
10869         * m4/md5.m4: Remove call to uint32_t.m4.
10870
10871 2005-10-17  Simon Josefsson  <jas@extundo.com>
10872
10873         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
10874
10875         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
10876         md5.h.
10877
10878         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
10879
10880         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
10881
10882 2005-10-17  Simon Josefsson  <jas@extundo.com>
10883
10884         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
10885
10886 2005-10-17  Simon Josefsson  <jas@extundo.com>
10887
10888         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
10889
10890 2005-10-17  Simon Josefsson  <jas@extundo.com>
10891
10892         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
10893
10894         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
10895
10896 2005-10-17  Bruno Haible  <bruno@clisp.org>
10897
10898         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
10899         that it can also be used in a test.
10900
10901 2005-10-16  Bruno Haible  <bruno@clisp.org>
10902
10903         * gnulib-tool (func_emit_tests_Makefile_am): Also define
10904         TESTS_ENVIRONMENT, so that individual tests can augment it.
10905
10906         * gnulib-tool (func_create_testdir): Use an intermediate target for
10907         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
10908         macros, like $(ALLOCA_H), which cannot be passed through the command
10909         line.
10910
10911 2005-10-15  Simon Josefsson  <jas@extundo.com>
10912
10913         * modules/rijndael-tests: New file.
10914
10915         * modules/rijndael: New file.
10916
10917 2005-10-15  Simon Josefsson  <jas@extundo.com>
10918
10919         * m4/rijndael.m4: New file.
10920
10921 2005-10-15  Simon Josefsson  <jas@extundo.com>
10922
10923         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
10924
10925         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
10926
10927 2005-10-14  Simon Josefsson  <jas@extundo.com>
10928
10929         * tests/test-arcfour.c: New file.
10930
10931         * modules/arcfour, modules/arcfour-tests: New files.
10932
10933 2005-10-14  Simon Josefsson  <jas@extundo.com>
10934
10935         * m4/arcfour.m4: New file.
10936
10937 2005-10-14  Simon Josefsson  <jas@extundo.com>
10938
10939         * lib/arcfour.h, lib/arcfour.c: New files.
10940
10941 2005-10-14  Roland McGrath  <roland@redhat.com>
10942
10943         Import from libc.  [BZ #1331]
10944         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
10945         macro argument.
10946         Reported by Matej Vela <vela@debian.org>.
10947
10948 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10949
10950         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
10951         include <wchar.h>; no longer needed.
10952
10953 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10954
10955         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
10956
10957 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
10958         and  Ulrich Drepper  <drepper@redhat.com>
10959
10960         Import from libc.
10961         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
10962         instead of inline stream orientation test and two separate
10963         function calls.  Pay no attention to USE_IN_LIBIO.
10964
10965 2005-10-13  Simon Josefsson  <jas@extundo.com>
10966
10967         * modules/gc-hmac-md5-tests: New file.
10968
10969         * tests/test-gc-hmac-sha1.c: New file.
10970
10971         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
10972
10973         * modules/gc-hmac-md5-tests: New file.
10974
10975         * tests/test-gc-md5.c: New file.
10976
10977         * modules/gc-md5-tests: New file.
10978
10979 2005-10-13  Simon Josefsson  <jas@extundo.com>
10980
10981         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
10982         Move memory allocation outside of loop.
10983
10984 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
10985
10986         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
10987         intermediate directory is in a read-only file system.  Problem
10988         reported by Eric Blake.
10989
10990 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
10991
10992         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
10993
10994 2005-10-12  Simon Josefsson  <jas@extundo.com>
10995
10996         * tests/test-hmac-sha1.c: New file.
10997
10998         * modules/hmac-sha1-tests: New file.
10999
11000         * modules/hmac-sha1: New file.
11001
11002 2005-10-12  Simon Josefsson  <jas@extundo.com>
11003
11004         * modules/gc-sha1: New file.
11005
11006 2005-10-12  Simon Josefsson  <jas@extundo.com>
11007
11008         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
11009
11010         * tests/test-gc-pbkdf2-sha1.c: New file.
11011
11012 2005-10-12  Simon Josefsson  <jas@extundo.com>
11013
11014         * modules/gc-md5, modules/gc-hmac-md5: New files.
11015
11016         * modules/gc (Files): Remove md5, memxor and hmac files.
11017
11018 2005-10-12  Simon Josefsson  <jas@extundo.com>
11019
11020         * m4/gc-pbkdf2-sha1.m4: New file.
11021
11022         * m4/gc-hmac-sha1.m4: New file.
11023
11024         * m4/gc-sha1: New file.
11025
11026         * m4/hmac-sha1.m4: New file.
11027
11028 2005-10-12  Simon Josefsson  <jas@extundo.com>
11029
11030         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
11031
11032         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
11033
11034 2005-10-12  Simon Josefsson  <jas@extundo.com>
11035
11036         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
11037         suggested by Bruno Haible <bruno@clisp.org>.
11038
11039 2005-10-12  Simon Josefsson  <jas@extundo.com>
11040
11041         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
11042
11043 2005-10-12  Simon Josefsson  <jas@extundo.com>
11044
11045         * lib/gc-pbkdf2-sha1.c: New file.
11046
11047         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
11048
11049 2005-10-12  Simon Josefsson  <jas@extundo.com>
11050
11051         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
11052
11053         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
11054
11055 2005-10-12  Simon Josefsson  <jas@extundo.com>
11056
11057         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
11058         GC_USE_HMAC_MD5, respectively.
11059
11060         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
11061         (gc_md5): Fix typo.
11062
11063         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
11064
11065         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
11066
11067         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
11068
11069 2005-10-12  Bruno Haible  <bruno@clisp.org>
11070
11071         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
11072         Reported by Stepan Kasal <kasal@ucw.cz>.
11073
11074 2005-10-11  Simon Josefsson  <jas@extundo.com>
11075
11076         * tests/test-crc.c: New file.
11077
11078         * modules/crc, modules/crc-tests: New files.
11079
11080 2005-10-11  Simon Josefsson  <jas@extundo.com>
11081
11082         * m4/crc.m4: New file.
11083
11084 2005-10-11  Simon Josefsson  <jas@extundo.com>
11085
11086         * lib/gc.h: Add gc_hash and gc_hash_buffer.
11087
11088         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
11089
11090         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
11091
11092 2005-10-11  Simon Josefsson  <jas@extundo.com>
11093
11094         * lib/crc.h, lib/crc.c: New files.
11095
11096         * lib/gc.h (gc_hash_buffer): Add doc.
11097
11098 2005-10-11  Bruno Haible  <bruno@clisp.org>
11099
11100         * modules/c-strcasestr: New file.
11101         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
11102
11103 2005-10-11  Bruno Haible  <bruno@clisp.org>
11104
11105         * modules/c-strcase: New file.
11106         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
11107
11108 2005-10-11  Bruno Haible  <bruno@clisp.org>
11109
11110         * lib/strcasecmp.c: Include limits.h.
11111         (strcasecmp): Avoid integer overflow on exotic platforms.
11112         * lib/strncasecmp.c: Include limits.h.
11113         (strncasecmp): Avoid integer overflow on exotic platforms.
11114         Reported by Paul Eggert.
11115
11116 2005-10-11  Bruno Haible  <bruno@clisp.org>
11117
11118         * lib/c-strcasestr.h: New file, from GNU gettext.
11119         * lib/c-strcasestr.c: New file, from GNU gettext.
11120
11121 2005-10-11  Bruno Haible  <bruno@clisp.org>
11122
11123         * lib/c-strcase.h: New file, from GNU gettext.
11124         * lib/c-strcasecmp.c: New file, from GNU gettext.
11125         * lib/c-strncasecmp.c: New file, from GNU gettext.
11126
11127 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * modules/mempcpy (License): GPL -> LGPL.
11130         * modules/strchrnul (License): Likewise.
11131         * modules/sysexits (License): Likewise.
11132
11133 2005-10-08  Simon Josefsson  <jas@extundo.com>
11134
11135         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
11136
11137 2005-10-07  Simon Josefsson  <jas@extundo.com>
11138
11139         * m4/memxor.m4: Remove gl_C_RESTRICT call.
11140
11141 2005-10-06  Simon Josefsson  <jas@extundo.com>
11142
11143         * tests/test-hmac-md5.c: New file.
11144
11145         * modules/hmac-md5-tests: New file.
11146
11147         * modules/hmac-md5: New file.
11148
11149 2005-10-06  Simon Josefsson  <jas@extundo.com>
11150
11151         * m4/hmac-md5.m4: New file.
11152
11153         * m4/memxor.m4: Require gl_C_RESTRICT.
11154
11155 2005-10-06  Simon Josefsson  <jas@extundo.com>
11156
11157         * lib/memxor.c (memxor): Avoid casts and warnings.
11158
11159 2005-10-06  Simon Josefsson  <jas@extundo.com>
11160
11161         * lib/hmac-md5.c: New file.
11162
11163         * lib/hmac.h: New file.
11164
11165 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11166
11167         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
11168         promotes to int, not unsigned int, to catch the AIX 5.3
11169         compiler bug.
11170
11171 2005-10-05  Simon Josefsson  <jas@extundo.com>
11172
11173         * modules/memxor: New file.
11174
11175         * modules/iconv (Files): Move config.rpath to havelib, it is used
11176         there.
11177
11178         * modules/havelib (Files): Add config.rpath.
11179
11180 2005-10-05  Simon Josefsson  <jas@extundo.com>
11181
11182         * m4/memxor.m4: New file.
11183
11184 2005-10-05  Simon Josefsson  <jas@extundo.com>
11185
11186         * lib/memxor.c (memxor): Fix compiler error.
11187
11188         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
11189         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
11190
11191         * lib/memxor.h, lib/memxor.c: New files.
11192
11193         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
11194         we assume all systems have it, suggested by Jim Meyering
11195         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
11196         any systems lack sys/socket.h; mingw32 is known to lack it, but we
11197         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
11198         same reasons.
11199
11200 2005-10-05  Simon Josefsson  <jas@extundo.com>
11201
11202         * config/srclist.txt: Add glibc bug 1423 for md5.h.
11203
11204 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11205
11206         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
11207         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
11208         needed, since the source code now assumes these .h files.
11209
11210 2005-10-05  Derek Price  <derek@ximbiot.com>
11211
11212         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
11213
11214 2005-10-05  Bruno Haible  <bruno@clisp.org>
11215
11216         * modules/stdint (License): Change to LGPL.
11217
11218 2005-10-04  Simon Josefsson  <jas@extundo.com>
11219
11220         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
11221         D. Baushke" <mdb@gnu.org>.
11222
11223 2005-10-04  Bruno Haible  <bruno@clisp.org>
11224
11225         * lib/verify.h (verify_true): Provide alternative definition for C++.
11226
11227 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
11230         (SSIZE_MAX): New macro, if not already defined.
11231         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
11232         than 2 GiB.
11233
11234 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         Sync from coreutils.
11237         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
11238         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
11239         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
11240         ULLONG_MAX doesn't work with 2.7.2.1.
11241
11242 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
11245         From Ben Pfaff.
11246
11247         * modules/exclude (Depends-on): Depend on verify.
11248         * modules/strtoimax (Depends-on): Likewise.
11249         * modules/utimecmp (Depends-on): Likewise.
11250
11251 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         * lib/exclude.c: Include verify.h.
11254         (verify): Remove.  All callers changed to use verify.h's version.
11255         * lib/strtoimax.c: Likewise.
11256         * lib/utimecmp.c: Likewis.e
11257
11258         Sync from coreutils.
11259         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
11260         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
11261         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
11262         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
11263         bother returning ENOSYS if settimeofday or stime fails; just let
11264         them return whatever errno they want to return.
11265         * lib/utimens.c: Include unistd.h, for dup2.
11266         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
11267         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
11268
11269 2005-10-02  Jim Meyering  <jim@meyering.net>
11270
11271         Sync from coreutils.
11272         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
11273         from glibc-2.2.5 that fails for read-only files.
11274
11275 2005-10-02  Jim Meyering  <jim@meyering.net>
11276
11277         Sync from coreutils.
11278         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
11279         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
11280         `#if HAVE_CONFIG_H'.
11281         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
11282         Remove AT_FDCWD test.
11283         Do not consume the fd unless successful.
11284         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
11285         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
11286         block, so that we don't even try to compile it if settimeofday is
11287         available.  This works around a compilation failure on OSF1 V5.1,
11288         due to stime requiring a `long int*' while tv_sec is `int'.
11289
11290 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
11291
11292         Sync from coreutils.
11293         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
11294         against `yes', rather than just testing for nonempty.
11295
11296 2005-10-01  Simon Josefsson  <jas@extundo.com>
11297
11298         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
11299         and Darwin.
11300
11301         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
11302         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
11303         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
11304         freeaddrinfo and gai_strerror are declared by the POSIX headers.
11305         Check if struct addrinfo is declared.
11306
11307 2005-10-01  Simon Josefsson  <jas@extundo.com>
11308
11309         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
11310         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
11311         AI_* and EAI_* definitions.  Protect function declarations.
11312
11313 2005-10-01  Jim Meyering  <jim@meyering.net>
11314
11315         Sync from coreutils.
11316
11317         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
11318         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
11319         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
11320         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11321         in the inet and nsl libraries.  Required on Solaris 5.7.
11322
11323 2005-10-01  Jim Meyering  <jim@meyering.net>
11324
11325         Sync from coreutils.
11326         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
11327         in the inet and nsl libraries.  Required on Solaris 5.7.
11328
11329 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
11330
11331         * lib/getdelim.c (getdelim): Remove unused variables.
11332
11333 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11334
11335         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
11336         so that the code works even with ancient cpp.  Portability problem
11337         with GCC 2.7.2.1 reported by Thomas M.Ott.
11338
11339 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11340
11341         * modules/regex (Depends-on): Add strcase.
11342
11343         * modules/gethostname (Licence): Change from GPL to LGPL, since
11344         gethostname.c is a trivial implementation of a standard library
11345         function.
11346         * modules/poll (License): Change from GPL to LGPL, since it's
11347         derived from LGPL code.
11348
11349 2005-09-27  Jim Meyering  <jim@meyering.net>
11350
11351         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
11352         HAVE_CONFIG_H.
11353
11354         * lib/intprops.h (signed_type_or_expr__): Define.
11355         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
11356         for unsigned types.
11357
11358 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11359
11360         * lib/verify.h (verify_expr): Remove, replacing with:
11361         (verify_true): New macro that returns true instead of void.
11362         (verify_type__): Remove.
11363         (verify): Use verify_true rather than verify_type__.
11364
11365 2005-09-26  Bruno Haible  <bruno@clisp.org>
11366
11367         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
11368         is necessary.
11369         (lib_SOURCES): Remove mbchar.c.
11370         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
11371         (Files): Add m4/mbrtowc.m4.
11372         * modules/mbiter: Likewise.
11373         * modules/mbuiter: Likewise.
11374
11375 2005-09-26  Bruno Haible  <bruno@clisp.org>
11376
11377         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
11378         compile mbchar.c if they are not both present.
11379         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
11380         * m4/mbiter.m4 (gl_MBITER): Likewise.
11381         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
11382         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
11383         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
11384
11385 2005-09-25  Jim Meyering  <jim@meyering.net>
11386
11387         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
11388         also uses socklen_t.
11389
11390 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * lib/utimens.c (ENOSYS): Define if not already defined.
11393         (futimens): Support having a null PATH if the file descriptor
11394         is nonnegative.
11395
11396         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
11397         Remove.
11398         (__attribute): Define to empty unless GCC 3.1 or later.
11399         This works around a core dump on OpenBSD 3.4, which has GCC
11400         2.95.3, which dumps core when given __attribute__(()).  It also
11401         simplifies other tests, since we really don't want to bother with
11402         worrying about which ancient version of GCC supported what.
11403         Original problem reported by Yoann Vandoorselaere, with part of
11404         the fix suggested by Derek Price.
11405
11406 2005-09-24  Jim Meyering  <jim@meyering.net>
11407
11408         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
11409         so we can once again use a positive bitfield width of 1 -- now we
11410         don't have to explain why we were using a bitfield width of 2.
11411
11412 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11413
11414         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
11415         and similarly for the other external symbols.  Problem reported
11416         by James Gallager.
11417
11418         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
11419         bug reported by Jim Meyering.
11420
11421         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
11422         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
11423         not needed, since socklen is a prerequisite module.
11424
11425 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
11426
11427         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
11428         Problem reported by Eric Blake.
11429         (getaddrinfo): Initialize se so that it's not garbage.
11430         Redo internal storage allocation so that it doesn't make unportable
11431         assumptions about alignment.
11432         Fix a memory leak.
11433
11434         * lib/utimens.c (futimens): Use futimesat if available.
11435         Prefer it to futimes since it doesn't have the futimes bug.
11436
11437         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
11438         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
11439         Instead, declare a function that returns a pointer to an array,
11440         and use verify_type__ to declare the size of the array.
11441         Problem and germ of a solution reported by Bruno Haible.
11442         (verify_type__): Use 2, not 1, for bitfield size, to avoid
11443         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
11444
11445 2005-09-23  Jim Meyering  <jim@meyering.net>
11446
11447         Sync from coreutils.
11448         Correct build failure (socklen_t not defined) on at least
11449         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
11450         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
11451
11452 2005-09-23  Jim Meyering  <jim@meyering.net>
11453
11454         * modules/getaddrinfo (Depends-on): Add socklen.
11455
11456 2005-09-23  Bruno Haible  <bruno@clisp.org>
11457
11458         * tests/test-verify.c: New file.
11459
11460 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11461
11462         Sync from coreutils.
11463
11464         * modules/argmatch (Depends-on): Add verify.
11465         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
11466         unistd-safer.
11467         * modules/save-cwd (Depends-on): Likewise.
11468
11469         * modules/openat (Files): Add lib/openat-die.c.
11470         (Depends-on): Remove error, exitfail.
11471         Add dirname.
11472
11473         * modules/verify: New file.
11474         * MODULES.html.sh (Diagnostics <assert.h>): New section,
11475         with "verify" module.
11476
11477 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11478
11479         Sync from coreutils.
11480
11481         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
11482         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
11483         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
11484         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
11485         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
11486         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
11487         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
11488         Don't bother checking for string.h, stdlib.h, unistd.h.
11489         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
11490         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
11491         module's job.
11492         * m4/jm-macros.m4 (gl_MACROS): Likewise.
11493         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
11494
11495         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
11496         (gl_GETDATE): Use it.
11497
11498         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
11499
11500 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         Sync from coreutils.
11503
11504         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
11505         stat-time.h.
11506         * lib/argmatch.h: Include verify.h
11507         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
11508         (ARGMATCH_ASSERT): Remove; unused.
11509         * lib/canonicalize.c: Assume STDC_HEADERS.
11510         * lib/exclude.c: Include "strcase.h".
11511         * lib/regex_internal.h [!defined _LIBC]: Likewise.
11512         * lib/getusershell.c: Include stdio--.h rather than stdio.h
11513         and stdio-safer.h.
11514         (getusershell): Call fopen, not fopen_safer.
11515         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
11516         Do not include unistd-safer.h.
11517         (save_cwd): Don't call fd_safer; no longer needed
11518         now that we include fcntl--.h.
11519
11520         * lib/getdate.y (relative_time): New type.
11521         (RELATIVE_TIME_0): New constant.
11522         (parser_control): Use relative_time instead of doing it ourselves.
11523         (%union): Add new relative_time rel member.
11524         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
11525         Now typeless.
11526         (relunit, relunit_snumber): Now of type rel.
11527         (zone, rel, relunit, get_date): Adjust to above changes.
11528
11529         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
11530         Do not include unistd-safer.h.
11531         (getloadavg): Don't call fd_safer; no longer needed
11532         now that we include fcntl--.h.
11533
11534         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
11535         (make_dir_parents): Treat ENOSYS like EEXIST.
11536
11537         Improve quality of diagnostics on restore_cwd failure.
11538         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
11539         (make_dir_parents): Last arg is now int * (for errno), not bool *.
11540         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
11541         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
11542         each time through the loop.  Do not diagnose restore_cwd failure;
11543         that is the caller's job (and perhaps the caller does not care).
11544
11545         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
11546         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
11547         If the file already exists but is not a directory, don't bother
11548         to try to make its parents.
11549         Close potential file descriptor leak if we can't chdir("/") (!).
11550         Don't always return true if chdir($PWD) fails; return true only
11551         if the requested action was done successfully (except for the
11552         chdir($PWD)).
11553         Don't log final directory unless we actually made it.
11554         Refactor to avoid duplicate code to fix up permissions.
11555         Don't attempt to fix up parent permissions if chdir($PWD) fails.
11556
11557         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
11558         to make it a bit faster and (I hope) clearer.
11559         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
11560         Fix bug in formats like %2N.
11561
11562         * lib/verify.h: New file.
11563
11564 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         Sync from coreutils.
11567         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
11568
11569 2005-09-22  Jim Meyering  <jim@meyering.net>
11570
11571         Sync from coreutils.
11572
11573         * m4/lstat.m4 (gl_FUNC_LSTAT):
11574         Use AC_LIBSOURCES to require lstat.c and lstat.h.
11575         Remove obsolete comment.
11576         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
11577         * m4/xstrtod.m4: Likewise.
11578
11579         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
11580
11581 2005-09-22  Jim Meyering  <jim@meyering.net>
11582
11583         Sync from coreutils.
11584
11585         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
11586
11587         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
11588         the .tm_year member, since otherwise gcc-4.0 would now warn about
11589         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
11590
11591         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
11592         order to avoid an unsuppressible warning from gcc on 64-bit systems.
11593
11594         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
11595         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
11596         when run in a time zone for which daylight savings time is in effect
11597         for the starting date.
11598
11599         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
11600         stop us from restricting permissions of just-created absolute-named
11601         directories.
11602         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
11603         to restore initial working directory.
11604         * lib/mkdir-p.c (make_dir_parents): New parameter:
11605         different_working_dir, to tell caller if/when we change the working
11606         directory and are unable to return to the initial one.
11607         * lib/mkdir-p.h (make_dir_parents): Update prototype.
11608         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
11609         `return false'.  This fixes a bug introduced on 2004-07-30.
11610
11611         * lib/openat.c (fdopendir): Be sure to close the supplied
11612         file descriptor before returning.  This makes our replacement
11613         implementation a little closer to Solaris's, where fdopendir
11614         ties the file descriptor to the returned DIR* pointer.
11615         * lib/openat.c (unlinkat): New function.
11616         * lib/openat.h (unlinkat): Add prototype.
11617         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
11618         (openat_restore_fail): Rename from openat_restore_die.
11619         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
11620
11621         Provide an alternative to exiting immediately upon save_cwd or
11622         restore_cwd failure.  Now, an application can arrange e.g.,
11623         to perform a longjump in that case.
11624         * lib/openat.c: Include dirname.h.
11625         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
11626         (rpl_openat, fdopendir, fstatat): Call openat_save_die
11627         and openat_restore_die rather than calling error directly.
11628         Don't include "error.h" or "exitfail.h"; they're no longer needed.
11629
11630         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
11631         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
11632         define.
11633
11634         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
11635         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
11636                             int utc, int nanoseconds);
11637         Background:
11638         date should not have to allocate a megabyte of virtual memory to
11639         handle a format argument like +%1048575T.  When implemented with
11640         strftime, it must allocate such a buffer, use strftime to fill it
11641         in, print it, then free it.
11642         With fprintftime, it simply prints everything and exits.
11643         With no need for memory allocation, that's one fewer way to fail.
11644         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
11645         optional field width, not before, so we accept %9:z, not %:9z.
11646         (my_strftime): Be sure to use L_('x') for literals.
11647
11648         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
11649         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
11650         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
11651         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
11652         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
11653         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
11654         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
11655         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
11656         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
11657         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
11658         * lib/xgethostname.c, lib/xreadlink.c:
11659         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
11660
11661         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
11662         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
11663         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
11664         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11665         and don't include <sys/file.h>).
11666
11667 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
11668
11669         Sync from coreutils.
11670
11671         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
11672         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
11673         [!LDAV_DONE]: Avoid unused variable warning.
11674
11675 2005-09-21  Bruno Haible  <bruno@clisp.org>
11676
11677         * lib/unicodeio.h (unicode_to_mb): New declaration.
11678
11679 2005-09-20  Derek Price  <derek@ximbiot.com>
11680
11681         * lib/getaddrinfo.c: Don't include <netdb.h> included from
11682         getaddrinfo.h.
11683
11684 2005-09-20  Bruno Haible  <bruno@clisp.org>
11685
11686         * gnulib-tool: Remove trailing slashes from the values specified for
11687         --source-base, --m4-base, --tests-base, --aux-dir.
11688         Suggested by Simon Josefsson <jas@extundo.com>.
11689
11690 2005-09-20  Bruno Haible  <bruno@clisp.org>
11691
11692         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
11693         func_modules_to_filelist, func_import, func_create_testdir): Make all
11694         sorting results locale-independent, so that gnulib-cache.m4 doesn't
11695         change when gnulib-tool is invoked in a different locale.
11696
11697 2005-09-19  Simon Josefsson  <jas@extundo.com>
11698
11699         * m4/socklen.m4: Fix typo.
11700
11701 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11702
11703         Use a consistent style for including <config.h>.
11704         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
11705         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
11706         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
11707         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
11708         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
11709         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
11710         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
11711         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
11712         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
11713         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
11714         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
11715         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
11716         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
11717         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
11718         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
11719         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
11720         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
11721         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
11722         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
11723         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
11724         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
11725         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
11726         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
11727         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
11728         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
11729         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
11730         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
11731         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
11732         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
11733         lib/xstrtoumax.c, lib/yesno.c:
11734         Standardize inclusion of config.h.
11735         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
11736         lib/inttostr.h:  Removed inclusion of config.h from header files.
11737         * lib/inttostr.c:  Adjusted in-tree users.
11738         * lib/timespec.h: Remove superfluous warning to include config.h.
11739         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
11740         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
11741         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
11742         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
11743         config.h with HAVE_CONFIG_H.
11744
11745 2005-09-19  Jim Meyering  <jim@meyering.net>
11746
11747         * modules/pathmax (License): Change to LGPL.
11748
11749 2005-09-19  Derek Price  <derek@ximbiot.com>
11750
11751         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
11752
11753 2005-09-19  Bruno Haible  <bruno@clisp.org>
11754
11755         * gnulib-tool (import): Provide default for --tests-base.
11756
11757 2005-09-19  Bruno Haible  <bruno@clisp.org>
11758
11759         * doc/quote.texi: New file, extracted from gnulib.texi.
11760         * doc/ctime.texi: New file, extracted from gnulib.texi.
11761         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
11762         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
11763         * doc/gnulib.texi: Include them.
11764
11765 2005-09-18  Bruno Haible  <bruno@clisp.org>
11766
11767         Portability fix.
11768         * gnulib-tool (func_readlink): New function.
11769         (func_ln_if_changed): Use it.
11770
11771 2005-09-18  Bruno Haible  <bruno@clisp.org>
11772
11773         * gnulib-tool: Support --with-tests also with --import.
11774         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
11775         (func_import): Use variables $testsbase and $inctests. Emit a
11776         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
11777         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
11778         SUBDIRS += $testsdir.
11779         (func_create_testdir): Update.
11780
11781 2005-09-18  Bruno Haible  <bruno@clisp.org>
11782
11783         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
11784         instead of $dry_run.
11785         (func_cp_if_changed, func_mv_if_changed): Remove functions.
11786         (func_ln_if_changed): Don't handle dry-run here.
11787         (func_import): In dry-run mode, detect more precisely which actions
11788         would be performed, and don't use "...ing" verbs.
11789
11790 2005-09-18  Bruno Haible  <bruno@clisp.org>
11791
11792         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
11793         (func_import): Use join on two temporary files instead of three nested
11794         loops, in order to determine which files are new or old.
11795
11796 2005-09-18  Bruno Haible  <bruno@clisp.org>
11797
11798         * gnulib-tool (func_import): Comment out code that spits out the
11799         new files with --dry-run.
11800
11801 2005-09-18  Bruno Haible  <bruno@clisp.org>
11802
11803         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
11804
11805 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * lib/stat-time.h: New file.
11808         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
11809         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
11810         in a different way.
11811         (timespec_cmp): New function.
11812         * lib/utimecmp.c: Include stat-time.h.
11813         (SYSCALL_RESOLUTION): Depend on whether various struct stat
11814         members exist, not on the obsolescent ST_MTIM_NSEC.
11815         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
11816
11817 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
11820
11821 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
11822
11823         * MODULES.html.sh (File system functions): Add stat-time.
11824         * modules/stat-time: New file.
11825         * modules/timespec (Files): Remove m4/st_mtim.m4; this
11826         is now done in a different way, by the stat-time module.
11827         * modules/utimecmp (Depends-on): Add stat-time.
11828
11829 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11830
11831         * m4/st_mtim.m4: Remove.  Superseded by...
11832         * m4/stat-time.m4: New file.
11833         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
11834         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
11835
11836 2005-09-15  Derek Price  <derek@ximbiot.com>
11837
11838         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
11839
11840 2005-09-15  Derek Price  <derek@ximbiot.com>
11841
11842         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
11843         * lib/regex_internal.c: Ditto, using this...
11844         (__GNUC_PREREQ): ...new macro.
11845         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
11846         using...
11847         (__GNUC_PREREQ): ...this new macro.
11848
11849         * lib/strstr.h: Include string.h. Define strstr as a macro here.
11850
11851 2005-09-15  Derek Price  <derek@ximbiot.com>
11852             Paul Eggert  <eggert@cs.ucla.edu>
11853
11854         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
11855         changes, consolidating in...
11856         * lib/regex_internal.h: ...this file.
11857
11858 2005-09-13  Jim Meyering  <jim@meyering.net>
11859
11860         * lib/canon-host.c: Filter through gnu indent and reword comments
11861         slightly.
11862         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
11863
11864 2005-09-13  Derek Price  <derek@ximbiot.com>
11865
11866         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
11867         failure.
11868         Reported by Jim Meyering  <jim@meyering.net>.
11869
11870 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11871
11872         * lib/base64.c: Typo.
11873         (base64_encode): Put b64str in initialized data section.
11874
11875 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         Merge glibc and coreutils changes into gnulib, plus a few
11878         extra fixes.
11879         * lib/md5.c: Use #error rather than a string.
11880         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
11881         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
11882         (__attribute__): Define to empty for non recent-GCC.
11883         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
11884         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
11885         Renamed from their non-__ counterparts, with new macros replacing
11886         them if not _LIBC.  Add __THROW attribute.
11887         (rol): Remove.
11888         (struct md5_ctx): Align buffer if using GCC.
11889         * lib/sha1.h (struct sha1_ctx): Likewise.
11890         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
11891         The old name was backwards.
11892         (NOTSWAP): Remove; not used.
11893         (rol): New macro, moved here from md5.h.
11894         (sha1_process_block): Remove a FIXME that doesn't make sense.
11895
11896 2005-09-12  Derek Price  <derek@ximbiot.com>
11897
11898         Return usable errors from canon-host.
11899         * lib/canon-host.h: New file.
11900         * lib/canon-host.c (canon_host): Wrap...
11901         (canon_host_r): ...this new function, which now relies exclusively on
11902         getaddrinfo.
11903         (ch_strerror): New function.
11904         (last_cherror): New global.
11905         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
11906         interface.
11907         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
11908         void *.
11909         (freeaddrinfo): Free ai->ai_canonname when set.
11910
11911 2005-09-12  Derek Price  <derek@ximbiot.com>
11912
11913         Make canon-host require getaddrinfo.
11914         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
11915         AC_LIBSOURCE canon-host.h.  Call...
11916         (gl_PREREQ_CANON_HOST): ...this new function, which requires
11917         gl_GETADDRINFO.
11918         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
11919
11920 2005-09-12  Derek Price  <derek@ximbiot.com>
11921
11922         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
11923         LGPL.
11924         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
11925
11926 2005-09-12  Derek Price  <derek@ximbiot.com>
11927
11928         * lib/gai_strerror.c: Include config.h when available.  Include
11929         getaddrinfo.h before other headers to test interface.
11930         Reported by Larry Jones <lawrence.jones@ugs.com>.
11931
11932 2005-09-12  Derek Price  <derek@ximbiot.com>
11933             Paul Eggert  <eggert@cs.ucla.edu>
11934
11935         * modules/glob (Files): Add glob-libc.h.
11936
11937 2005-09-12  Derek Price  <derek@ximbiot.com>
11938             Paul Eggert  <eggert@cs.ucla.edu>
11939
11940         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
11941         glob_.h, glob-libc.h.
11942         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
11943
11944 2005-09-12  Derek Price  <derek@ximbiot.com>
11945             Paul Eggert  <eggert@cs.ucla.edu>
11946
11947         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
11948         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
11949         protecting things that should be done only in gnulib contexts.
11950         * lib/glob_.h: New file, containing only the glob things needed for
11951         gnulib.
11952         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
11953         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
11954         (glob, globfree, glob_pattern_p): Now defined simply in terms of
11955         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
11956         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
11957         and to respect the namespace rules better.
11958
11959 2005-09-08  Simon Josefsson  <jas@extundo.com>
11960
11961         * modules/socklen: New file.
11962
11963 2005-09-08  Simon Josefsson  <jas@extundo.com>
11964
11965         * m4/socklen.m4: New file.
11966
11967 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11968
11969         * modules/utimens (Files): Add m4/utimbuf.m4, since
11970         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
11971         Reported by Sergey Poznyakoff.
11972
11973 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11974
11975         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
11976         definitions, since that's the preferred style in glibc.
11977         Fix a minor spacing issue, and update copyright notice to match
11978         glibc's.
11979
11980 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11981
11982         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
11983
11984 2005-09-06  Simon Josefsson  <jas@extundo.com>
11985
11986         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
11987         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
11988
11989 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11990
11991         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
11992         warning.
11993
11994 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * config/srclist.txt: Add glibc bug 1302.
11997
11998 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         Change bitset word type from unsigned int to unsigned long int,
12001         as this has better performance on typical 64-bit hosts.
12002         Port bitset code to hosts with unusual word sizes.
12003         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
12004         (build_collating_symbol):
12005         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
12006         argument is a bitset.  This is merely a style issue, but it makes
12007         it clearer that an entire array is expected.
12008         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
12009         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
12010         Port to the case where bitset_word is not the same as unsigned int.
12011         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12012         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
12013         Likewise.
12014         * lib/regexec.c (check_dst_limits_calc_pos_1,
12015         check_subexp_matching_top):
12016         (build_trtable, group_nodes_into_DFAstates):
12017         Likewise.
12018         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
12019         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
12020         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
12021         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
12022         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
12023         * lib/regcomp.c (optimize_subexps, lower_subexp):
12024         Work even if bitset_word has holes in its bitwise representation.
12025         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
12026         * lib/regexec.c (check_dst_limits_calc_pos_1,
12027         check_subexp_matching_top):
12028         Likewise.
12029         * lib/regex_internal.c (re_string_reconstruct):
12030         Don't assume UCHAR_MAX == 255.
12031         * lib/regex_internal.h (bitset_set_all): Likewise.
12032         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
12033         All uses changed.
12034         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
12035         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
12036         All uses changed.
12037         (BITSET_WORD_MAX): New macro.
12038         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
12039         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
12040         (bitset_empty, bitset_copy):
12041         Prefer sizeof (bitset) to multiplying it out ourselves.
12042         (bitset_not_merge): Remove; unused.
12043         (bitset_contain): Return bool, not unsigned int with one bit on.
12044         All callers changed.
12045         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
12046         alignment than re_node_set; do this by defining a new internal
12047         type struct dests_alloc and using it to allocate memory.
12048
12049 2005-09-05  Bruno Haible  <bruno@clisp.org>
12050
12051         * gnulib-tool (func_import): Fix comparison in handling of symbolic
12052         links.
12053
12054 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
12055
12056         * modules/size_max (Makefile.am): Add size_max.h
12057
12058 2005-09-04  Derek Price  <derek@ximbiot.com>
12059
12060         * gnulib-tool (func_import): Fix reversed $symbolic logic.
12061
12062 2005-09-03  Simon Josefsson  <jas@extundo.com>
12063
12064         * gnulib-tool: Fix typo.
12065
12066 2005-09-03  Simon Josefsson  <jas@extundo.com>
12067
12068         * config/srclist.txt: Add glibc bug 1293.
12069
12070 2005-09-03  Derek Price  <derek@ximbiot.com>
12071
12072         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
12073         From Larry Jones <lawrence.jones@ugs.com>.
12074
12075 2005-09-02  Simon Josefsson  <jas@extundo.com>
12076
12077         * modules/socklen: New file.
12078
12079 2005-09-02  Simon Josefsson  <jas@extundo.com>
12080
12081         * modules/havelib: New module.
12082
12083         * modules/gettext, modules/iconv, modules/lock, modules/readline:
12084         Use havelib.
12085
12086 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12087
12088         Check for arithmetic overflow when calculating sizes, to prevent
12089         some buffer-overflow issues.  These patches are conservative, in the
12090         sense that when I couldn't determine whether an overflow was possible,
12091         I inserted a run-time check.
12092         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
12093         macros.
12094         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
12095         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
12096         (re_xnrealloc, re_x2nrealloc): New inline functions.
12097         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
12098         parse_bracket_exp):
12099         (build_equiv_class, build_charclass): Check for arithmetic overflow
12100         in size expression calculations.
12101         * lib/regex_internal.c (re_string_realloc_buffers):
12102         (build_wcs_upper_buffer, re_node_set_add_intersect):
12103         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
12104         (re_dfa_add_node, register_state): Likewise.
12105         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
12106         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
12107         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
12108         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
12109
12110 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
12111
12112         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
12113         m4/ulonglong.m4.  Problem reported by Martin Lambers.
12114
12115 2005-09-02  Bruno Haible  <bruno@clisp.org>
12116
12117         Support for lib vs. lib64 distinction on biarch platforms.
12118         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
12119         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
12120         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
12121
12122 2005-09-02  Bruno Haible  <bruno@clisp.org>
12123
12124         * gnulib-tool (import): In the other first-use case, provide defaults
12125         as well.
12126
12127 2005-09-02  Bruno Haible  <bruno@clisp.org>
12128
12129         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
12130         patches not yet found in the latest gettext release.
12131
12132 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
12135         to avoid a collision with bits/local_lim.h in glibc.
12136         All uses changed.  Problem reported by Dmitry V. Levin in
12137         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
12138
12139         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
12140         bugs in int versus size_t comparisons.
12141         (re_string_context_at): Fix bug where the code assumed that
12142         Idx is signed.
12143
12144         Use bool where appropriate.
12145         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
12146         All callers changed.
12147         (calc_eclosure_iter): Likewise, for ROOT arg.
12148         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
12149         (build_charclass_op): Likewise, for NON_MATCH arg.
12150         * lib/regex_internal.c (re_string_allocate, re_string_construct):
12151         (re_string_construct_common): Likewise, for ICASE arg.
12152         * lib/regexec.c (re_search_2_stub, re_search_stub):
12153         Likewise, for RET_LEN arg.
12154         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
12155         (set_regs): Likewise, for FL_BACKTRACK arg.
12156         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
12157         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
12158         (calc_eclosure_iter, parse_bracket_exp):
12159         Use bool for internal variables that are booleans.
12160         * lib/regexec.c (re_search_internal, check_matching,
12161         proceed_next_node):
12162         (set_regs, build_sifted_states, sift_states_bkref):
12163         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
12164         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12165         (find_collation_sequence_value):
12166         Likewise.
12167         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
12168         (re_node_set_compare):
12169         Return bool, not int. All callers changed.
12170         * lib/regexec.c (check_halt_node_context, check_dst_limits):
12171         (build_trtable, check_node_accept): Likewise.
12172         * lib/regex_internal.h: Include stdbool.h.
12173
12174         Fix bugs uncovered when converting to bool.
12175         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
12176         failure instead of charging ahead blindly.
12177         * lib/regex_internal.c (register_state): Likewise.
12178         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
12179         for freeing internal storage.
12180         (group_nodes_into_DFA_states): Use unsigned int, not int, for
12181         bitset pieces used as boolean, to avoid undefined behavior
12182         on hosts that do int overflow checking.
12183
12184 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12185
12186         * config/srclist.txt: Add glibc bugs 1285-1287.
12187
12188 2005-09-01  Jim Meyering  <jim@meyering.net>
12189
12190         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
12191         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
12192         Require gl_STAT_MACROS, too.
12193
12194 2005-09-01  Bruno Haible  <bruno@clisp.org>
12195
12196         * gnulib-tool (import): In the first-use case, provide defaults.
12197
12198 2005-09-01  Bruno Haible  <bruno@clisp.org>
12199
12200         * gnulib-tool (func_import): Remove the .tmp files.
12201
12202 2005-09-01  Bruno Haible  <bruno@clisp.org>
12203
12204         * gnulib-tool (func_import): Fix handling of symbolic links.
12205
12206 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
12209         old glibc regex code mishandles strings longer than 2**31 bytes.
12210         This patch fixes this when the regex code is used in gnulib
12211         (i.e., outside glibc).
12212
12213         This patch should not affect the use of the regex code inside
12214         glibc.  No doubt this problem also needs to be handled for glibc
12215         as well, but the result will be an incompatible change to the
12216         glibc ABI, and the old ABI will have to be supported too.  That
12217         can be the the subject for another patch.
12218
12219         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
12220         governing whether the rest of this patch is active.  By default,
12221         the macro is disabled and the patch has no effect.
12222         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
12223         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
12224         (struct re_pattern_buffer, re_search, re_search_2, re_match):
12225         (re_match_2, re_set_registers): Use the new types.
12226         * lib/regex_internal.h (Idx, re_hashval_t): New types.
12227         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
12228         New macros.
12229         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
12230         (re_string_context_at, bin_tree_t, re_dfastate_t):
12231         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
12232         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
12233         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
12234         (re_string_char_size_at, re_string_wchar_at):
12235         (re_string_elem_size_at):
12236         Use the new types and macros to port to 64-bit hosts.
12237         Use unsigned types for internal values, so that the code
12238         mostly works even for arrays larger than SSIZE_MAX.
12239         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
12240         (search_duplicated_node, calc_eclosure_iter, fetch_number):
12241         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
12242         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
12243         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
12244         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
12245         (calc_inveclosure, parse_dup_op, build_range_exp):
12246         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
12247         (fetch_number, create_token_tree, mark_opt_subexp):
12248         Likewise.
12249         * lib/regex_internal.c (re_string_construct_common,
12250         create_ci_newstate):
12251         (create_cd_newstate, re_string_allocate, re_string_construct):
12252         (re_string_realloc_buffers, build_wcs_upper_buffer):
12253         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12254         (re_string_reconstruct, re_string_peek_byte_case):
12255         (re_string_fetch_byte_case, re_string_context_at):
12256         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12257         (re_node_set_init_copy, re_node_set_add_intersect):
12258         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12259         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12260         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12261         (re_acquire_state, re_acquire_state_context, register_state):
12262         Likewise.
12263         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
12264         search_cur_bkref_entry):
12265         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
12266         (re_search_internal, re_search_2_stub, re_search_stub)
12267         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
12268         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
12269         (update_cur_sifted_state, check_dst_limits):
12270         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12271         (check_subexp_limits, sift_states_bkref, merge_state_array):
12272         (check_subexp_matching_top, get_subexp, get_subexp_sub):
12273         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
12274         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12275         (expand_bkref_cache, check_node_accept_bytes):
12276         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
12277         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
12278         (acquire_init_state_context, check_halt_node_context):
12279         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
12280         (sift_states_backward, clean_state_log_if_needed):
12281         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
12282         (find_recover_state, transit_state_sb, transit_state_mb):
12283         (transit_state_bkref, build_trtable, match_ctx_clean):
12284         Likewise.
12285         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
12286         to work around an assumption that REG_MISSING is negative.
12287
12288         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
12289         (seek_collating_symbol_entry) [defined _LIBC]:
12290         (lookup_collation_sequence_value) [defined _LIBC]:
12291         (build_range_exp, build_collating_symbol) [defined _LIBC]:
12292         Use prototypes rather than old-style function definitions.
12293         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
12294         (transit_state_sb) [0]:
12295         (find_collation_sequence_value) [defined _LIBC]: Likewise.
12296
12297         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
12298         rm_eo.
12299
12300         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
12301         (optimize_subexps, lower_subexp):
12302         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
12303         since the signed shift might overflow.  Use 1u<<31 instead.
12304         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
12305         Likewise.
12306         * lib/regexec.c (check_dst_limits_calc_pos_1,
12307         check_subexp_matching_top): Likewise.
12308
12309         * lib/regcomp.c (optimize_subexps, lower_subexp):
12310         Use CHAR_BIT rather than 8, for clarity.
12311         * lib/regexec.c (check_dst_limits_calc_pos_1):
12312         (check_subexp_matching_top): Likewise.
12313         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
12314         have to worry about portability issues when shifting it left.
12315         Remove no-longer-needed test for table_size > 0.
12316         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
12317         in a word, as the resulting behavior is undefined.
12318         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
12319         in one case, a <= should have been an <, and in another case the
12320         whole test was missing.
12321         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
12322         the standard name CHAR_BIT.
12323         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
12324         this is not true on one's complement and signed-magnitude hosts.
12325
12326         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
12327         next_last_offset.
12328         (struct re_dfa_t): Remove unused member states_alloc.
12329         * lib/regcomp.c (init_dfa): Don't initialize unused members.
12330
12331 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
12334         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
12335         and large-file glibc and in 32-bit large-file Solaris.
12336
12337 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12338
12339         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
12340         lengths fit in regoff_t; this isn't true if regoff_t is the same
12341         width as size_t.
12342         * lib/regex.c (re_search_internal): 5th arg is LAST_START
12343         (= START + RANGE) instead of RANGE.  This avoids overflow
12344         problems when regoff_t is the same width as size_t.
12345         All callers changed.
12346         (re_search_2_stub): Check for overflow when adding the
12347         sizes of the two strings.
12348         (re_search_stub): Check for overflow when adding START
12349         to RANGE; if it occurs, substitute the extreme value.
12350
12351 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
12354
12355 2005-08-31  Jim Meyering  <jim@meyering.net>
12356
12357         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
12358         a pointer-to-const.
12359         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
12360         (register_state): Likewise.
12361         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
12362         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
12363         (group_nodes_into_DFAstates): Likewise.
12364
12365 2005-08-31  Jim Meyering  <jim@meyering.net>
12366
12367         * check-module: Add a FIXME comment.
12368
12369 2005-08-31  Eric Blake  <ebb9@byu.net>
12370
12371         * modules/unistd-safer (Files): Add unistd--.h.
12372         * modules/stdio-safer (Files): Add stdio--.h.
12373
12374 2005-08-31  Derek Price  <derek@ximbiot.com>
12375
12376         * lib/getdelim.c (getdelim): Return EOF on EOF.
12377         Reported by Larry Jones <lawrence.jones@ugs.com>.
12378
12379 2005-08-31  Bruno Haible  <bruno@clisp.org>
12380
12381         Avoid unnecessary diffs in the generated lib/Makefile.am.
12382         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
12383         the generated files.
12384         (func_import): Don't set cmd.
12385
12386 2005-08-31  Bruno Haible  <bruno@clisp.org>
12387
12388         * lib/strstr.c: Include <stddef.h>, for NULL.
12389         * lib/strcasestr.c: Likewise.
12390         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12391
12392 2005-08-31  Bruno Haible  <bruno@clisp.org>
12393
12394         * gnulib-tool: New option --macro-prefix.
12395         (func_import): Use macro_prefix.
12396         (import): Handle option --macro-prefix.
12397
12398 2005-08-31  Bruno Haible  <bruno@clisp.org>
12399
12400         * gnulib-tool (import): Rename most ac_* variables to cached_*.
12401         Also use new variables cached_lgpl, cached_libtool.
12402
12403 2005-08-31  Bruno Haible  <bruno@clisp.org>
12404
12405         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
12406         always instantiating them.
12407
12408 2005-08-31  Bruno Haible  <bruno@clisp.org>
12409
12410         * gnulib-tool (func_import): Read the previous cached settings
12411         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
12412         earlier added by gnulib but are now dropped. Warn when a gnulib file
12413         overwrites a non-gnulib file.
12414
12415 2005-08-31  Bruno Haible  <bruno@clisp.org>
12416
12417         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
12418         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
12419         projects that don't keep autogenerated files in CVS. Put into
12420         actioncmd only the specified modules, not the transitive closure.
12421
12422 2005-08-31  Bruno Haible  <bruno@clisp.org>
12423
12424         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
12425         Create directories that shall be filled.
12426         (import): Don't look for gl_* macros in configure.ac. Recurse across
12427         all directories containing a gnulib-cache.m4 files, if meaningful.
12428
12429 2005-08-31  Bruno Haible  <bruno@clisp.org>
12430
12431         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
12432         (import): Set seen_libtool when we see gl_LIBTOOL.
12433
12434 2005-08-31  Bruno Haible  <bruno@clisp.org>
12435
12436         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
12437         declaration macro definitions from generated gnulib.m4.
12438
12439 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
12440
12441         * lib/iconvme.h: Add prototype for iconv_alloc.
12442
12443 2005-08-29  Simon Josefsson  <jas@extundo.com>
12444
12445         * lib/iconvme.c: Fix errno.
12446
12447 2005-08-29  Bruno Haible  <bruno@clisp.org>
12448
12449         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
12450         that it works when the directory contains spaces.
12451
12452 2005-08-29  Bruno Haible  <bruno@clisp.org>
12453
12454         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
12455
12456 2005-08-29  Bruno Haible  <bruno@clisp.org>
12457
12458         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
12459         Emit more advice.
12460
12461 2005-08-29  Bruno Haible  <bruno@clisp.org>
12462         and Stepan Kasal  <kasal@ucw.cz>
12463
12464         * check-module: If more parameters are given, check each of them
12465         separately; add more exceptions, as noted by Jim Meyering.
12466         (check_module): New procedure.
12467         (%exempt_header): Now contains all exceptions.
12468
12469 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
12470
12471         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
12472
12473 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
12474
12475         * lib/iconvme.c: Split iconv_string into iconv_alloc.
12476
12477 2005-08-28  Bruno Haible  <bruno@clisp.org>
12478
12479         * m4/gnulib-tool.m4: New file.
12480
12481 2005-08-27  Jim Meyering  <jim@meyering.net>
12482
12483         * modules/unistd-safer (Files): Add pipe-safer.c.
12484         * modules/fcntl-safer (Files): Add creat-safer.c.
12485
12486 2005-08-27  Jim Meyering  <jim@meyering.net>
12487
12488         * m4/stdlib-safer.m4: New file.  From coreutils.
12489         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
12490         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
12491         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
12492         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
12493         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
12494
12495 2005-08-27  Jim Meyering  <jim@meyering.net>
12496
12497         * lib/fopen-safer.c: Merge minor changes from coreutils.
12498         * lib/dup-safer.c: Likewise.
12499         * lib/fd-safer.c: Likewise.
12500
12501         Merge from coreutils.
12502         * lib/stdio--.h: New file.
12503         * lib/stdlib--.h: New file.
12504         * lib/mkstemp-safer.c: New file.
12505
12506         GNU tar needs these.
12507         * lib/pipe-safer.c: New file.
12508         * lib/creat-safer.c: New file.
12509         * lib/fcntl--.h (creat): Define to creat_safer.
12510         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
12511         * lib/unistd--.h (pipe): Define to pipe_safer.
12512         * lib/unistd-safer.h: Declare pipe_safer.
12513
12514 2005-08-26  Simon Josefsson  <jas@extundo.com>
12515
12516         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
12517         Haible <bruno@clisp.org>.
12518
12519 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * lib/regex_internal.h: Remove all references to
12522         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
12523         or better.
12524         (bitset_not, bitset_merge, bitset_not_merge):
12525         (bitset_mask, re_string_allocate, re_string_construct):
12526         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
12527         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
12528         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
12529         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
12530         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12531         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12532         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
12533         (re_acquire_state_context):
12534         Remove unnecessary forward decls.
12535         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
12536         Put __attribute at function definition,
12537         now that the function decl has been removed.
12538         * lib/regex_internal.c (re_string_peek_byte_case):
12539         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
12540         Likewise.
12541
12542 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
12543
12544         * m4/regex.m4: Add AC_PREREQ(2.50).
12545         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
12546
12547 2005-08-25  Simon Josefsson  <jas@extundo.com>
12548
12549         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
12550         __fsetlocking.
12551
12552 2005-08-25  Simon Josefsson  <jas@extundo.com>
12553
12554         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
12555         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
12556         GLIBC specific code.
12557
12558 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         Make regex safe for g++.  This fixes one real bug (an "err"
12561         that should have been "*err").  g++ problem reported by
12562         Sam Steingold.
12563         * lib/regex_internal.h (re_calloc): New macro, consistent with
12564         re_malloc etc.  All callers of calloc changed to use re_calloc.
12565         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
12566         not int.  All callers changed.
12567         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
12568         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
12569         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
12570         (find_recover_state): Change "err" to "*err"; this fixes what
12571         appears to be a real bug.
12572         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
12573         versus int.
12574
12575 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12576
12577         * modules/regex (Depends-on): Add malloc, since the code
12578         assumes that !malloc(0) means failure.
12579
12580 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12581
12582         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
12583
12584         alloca modernization/simplification for regex.
12585         * lib/regex.c: Remove portability cruft for alloca.  This no longer
12586         needs to be at the start of the file, and can be moved into
12587         regex_internal.h and simplified.
12588         * lib/regex_internal.h: Include <alloca.h>.
12589         (__libc_use_alloca) [!defined _LIBC]: New macro.
12590         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
12591         now works outside glibc.
12592
12593 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * config/srclist.txt: Add glibc bugs 1241, 1245.
12596
12597 2005-08-25  Jim Meyering  <jim@meyering.net>
12598
12599         * lib/open-safer.c: Include <config.h>.
12600         Otherwise, we'd lose LARGEFILE support in any file using
12601         e.g. "fcntl--.h"
12602
12603 2005-08-25  Bruno Haible  <bruno@clisp.org>
12604
12605         * m4/minmax.m4: Require autoconf 2.52.
12606         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
12607         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
12608         alternatives of translit over the alphabet.
12609         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
12610
12611 2005-08-24  Simon Josefsson  <jas@extundo.com>
12612
12613         * tests/test-getpass.c: New file.
12614
12615 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12616
12617         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
12618         for GNU regex features.
12619
12620 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12621
12622         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
12623         * lib/regex.h (regerror): Likewise.
12624
12625         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
12626         requires this.  (The code never needed it.)
12627
12628         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
12629         All uses of recently-renamed identifiers changed to use the new,
12630         POSIX-compliant names.  The code will build and run just fine
12631         without these changes, but it's better to eat our own dog food
12632         and use the standard-conforming names.
12633
12634         * lib/regex.h: Fix a multitude of POSIX name space violations.
12635         These changes have an effect only for programs that define
12636         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
12637         do not change anything for programs compiled in the normal way.
12638         Also, there is no effect on the ABI.
12639
12640         (_REGEX_SOURCE): New macro.
12641         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
12642         defined and _GNU_SOURCE is not; this fixes a name space violation.
12643
12644         Rename the following macros to obey POSIX requirements.
12645         The old names are still visible as macros if _REGEX_SOURCE is defined.
12646         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
12647         RE_BACKSLASH_ESCAPE_IN_LISTS.
12648         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
12649         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
12650         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
12651         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
12652         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
12653         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
12654         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
12655         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
12656         (REG_INTERVALS): renamed from RE_INTERVALS.
12657         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
12658         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
12659         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
12660         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
12661         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
12662         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
12663         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
12664         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
12665         RE_UNMATCHED_RIGHT_PAREN_ORD.
12666         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
12667         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
12668         (REG_DEBUG): renamed from RE_DEBUG.
12669         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
12670         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
12671         unusual, since we can't clash with the POSIX REG_ICASE.
12672         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
12673         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
12674         (REG_NO_SUB): renamed from RE_NO_SUB.
12675         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
12676         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
12677         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
12678         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
12679         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
12680         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
12681         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
12682         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
12683         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
12684         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
12685         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
12686         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
12687         RE_SYNTAX_POSIX_MINIMAL_BASIC.
12688         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
12689         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
12690         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
12691         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
12692         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
12693         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
12694         (REG_FIXED): Renamed from REGS_FIXED.
12695         (REG_NREGS): Renamed from RE_NREGS.
12696
12697         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
12698         of other REG_* macros, since POSIX says the user is allowed to
12699         #undef these macros selectively.
12700
12701         (reg_errcode_t): Update comment stating what other tables need
12702         to be consistent.
12703
12704         Rename the following enum values to obey POSIX requirements.
12705         The old names are still visible as macros.
12706         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
12707         is not defined, since GNU is supposed to be a superset of POSIX as
12708         much as possible, and since we want reg_errcode_t to be a signed
12709         type for implementation consistency.
12710         (_REG_NOERROR): Renamed from REG_NOERROR.
12711         (_REG_NOMATCH): Renamed from REG_NOMATCH.
12712         (_REG_BADPAT): Renamed from REG_BADPAT.
12713         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
12714         (_REG_ECTYPE): Renamed from REG_ECTYPE.
12715         (_REG_EESCAPE): Renamed from REG_EESCAPE.
12716         (_REG_ESUBREG): Renamed from REG_ESUBREG.
12717         (_REG_EBRACK): Renamed from REG_EBRACK.
12718         (_REG_EPAREN): Renamed from REG_EPAREN.
12719         (_REG_EBRACE): Renamed from REG_EBRACE.
12720         (_REG_BADBR): Renamed from REG_BADBR.
12721         (_REG_ERANGE): Renamed from REG_ERANGE.
12722         (_REG_ESPACE): Renamed from REG_ESPACE.
12723         (_REG_BADRPT): Renamed from REG_BADRPT.
12724         (_REG_EEND): Renamed from REG_EEND.
12725         (_REG_ESIZE): Renamed from REG_ESIZE.
12726         (_REG_ERPAREN): Renamed from REG_ERPAREN.
12727         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
12728         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
12729         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
12730         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
12731
12732         (_REG_RE_NAME, _REG_RM_NAME): New macros.
12733         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
12734         changed.  But support the old name if the new one is not defined
12735         and if _REGEX_SOURCE.
12736
12737         Change the following member names in struct re_pattern_buffer.
12738         The old names are still supported if !_REGEX_SOURCE.
12739         The new names are always supported, regardless of _REGEX_SOURCE.
12740         (re_buffer): Renamed from buffer.
12741         (re_allocated): Renamed from allocated.
12742         (re_used): Renamed from used.
12743         (re_syntax): Renamed from syntax.
12744         (re_fastmap): Renamed from fastmap.
12745         (re_translate): Renamed from translate.
12746         (re_can_be_null): Renamed from can_be_null.
12747         (re_regs_allocated): Renamed from regs_allocated.
12748         (re_fastmap_accurate): Renamed from fastmap_accurate.
12749         (re_no_sub): Renamed from no_sub.
12750         (re_not_bol): Renamed from not_bol.
12751         (re_not_eol): Renamed from not_eol.
12752         (re_newline_anchor): Renamed from newline_anchor.
12753
12754         Change the following member names in struct re_registers.
12755         The old names are still supported if !_REGEX_SOURCE.
12756         The new names are always supported, regardless of _REGEX_SOURCE.
12757         (rm_num_regs): Renamed from num_regs.
12758         (rm_start): Renamed from start.
12759         (rm_end): Renamed from end.
12760
12761         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
12762         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
12763         Prepend __ to parameter names.
12764
12765         Undo yesterday's changes.
12766
12767 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12768
12769         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
12770         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
12771         lib/regex.c.
12772
12773 2005-08-24  Jim Meyering  <jim@meyering.net>
12774
12775         Sync from coreutils.
12776         * m4/fcntl-safer.m4: New file.
12777
12778         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
12779         and object files for this module.
12780
12781 2005-08-24  Jim Meyering  <jim@meyering.net>
12782
12783         Sync from coreutils.
12784         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
12785
12786 2005-08-24  Jim Meyering  <jim@meyering.net>
12787
12788         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
12789         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
12790
12791 2005-08-24  Jim Meyering  <jim@meyering.net>
12792
12793         * modules/fcntl-safer: New module.
12794         * modules/fts (Depends-on): Add fcntl-safer.
12795         * MODULES.html.sh (File descriptor based Input/Output):
12796         Add fcntl-safer.
12797
12798 2005-08-24  Bruno Haible  <bruno@clisp.org>
12799
12800         Support for unit test modules.
12801         * modules/README: Mention tests modules.
12802         * modules/TEMPLATE-TESTS: New file.
12803         * gnulib-tool: New options --extract-tests-module, --with-tests and
12804         --tests-base (unused for the moment).
12805         (testsbase, inctests): New variables.
12806         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
12807         (func_verify_module): Exclude TEMPLATE-TESTS.
12808         (func_verify_nontests_module, func_verify_tests_module): New functions.
12809         (func_get_dependencies): Add implicit dependency for tests modules.
12810         (func_get_tests_module): New function.
12811         (func_modules_transitive_closure): When --with-tests was specified,
12812         include the unit tests as well, unless explicitly avoided.
12813         (func_emit_lib_Makefile_am): Ignore the tests modules here.
12814         (func_emit_tests_Makefile_am): New function.
12815         (func_create_testdir): When --with-tests was specified, emit a
12816         tests/ directory.
12817         * MODULES.html.sh (Future developments): Update.
12818
12819 2005-08-24  Bruno Haible  <bruno@clisp.org>
12820
12821         * modules/tls-tests: New file.
12822         * tests/test-tls.c: New file, from GNU gettext.
12823
12824 2005-08-24  Bruno Haible  <bruno@clisp.org>
12825
12826         * modules/lock-tests: New file.
12827         * tests/test-lock.c: New file, from GNU gettext.
12828
12829 2005-08-24  Bruno Haible  <bruno@clisp.org>
12830
12831         * lib/lock.h: Add multiple inclusion guard.
12832         * lib/tls.h: Add multiple inclusion guard.
12833
12834 2005-08-24  Bruno Haible  <bruno@clisp.org>
12835
12836         * gnulib-tool: Add support for the --aux-dir option to
12837         --create-testdir, --create-megatestdir, --test, --megatest.
12838         (func_create_testdir, func_create_megatestdir): Optionally emit a
12839         AC_CONFIG_AUX_DIR directive.
12840         (create-testdir, create-megatestdir, test, megatest): Provide a
12841         default value for $auxdir.
12842
12843 2005-08-24  Bruno Haible  <bruno@clisp.org>
12844
12845         * gnulib-tool (import): Use compound statement instead of subshell
12846         where possible.
12847
12848 2005-08-24  Bruno Haible  <bruno@clisp.org>
12849
12850         * gnulib-tool (import): Change --aux-dir default to "build-aux".
12851
12852 2005-08-24  Bruno Haible  <bruno@clisp.org>
12853
12854         * gnulib-tool (func_version): Update.
12855
12856 2005-08-24  Bruno Haible  <bruno@clisp.org>
12857
12858         * gnulib-tool (func_import, func_create_testdir,
12859         func_create_megatestdir): Quote all autoconf macro arguments.
12860
12861 2005-08-24  Bruno Haible  <bruno@clisp.org>
12862
12863         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
12864         option --force, because --force causes the aclocal.m4 of each
12865         subdirectory to be newer than the corresponding config.h.in.
12866
12867 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
12870         All contents moved to gl_REGEX.
12871         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
12872         assume that it does.
12873
12874 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12875
12876         * lib/regex.h (REG_NOSYS)
12877         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
12878         Define, since POSIX requires it as of 2001.
12879         (_REG_ENOSYS)
12880         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
12881         New private symbol, used to keep the enum signed in all cases.
12882         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
12883         Youngman in
12884         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
12885
12886         * lib/regex_internal.c (re_string_skip_chars, register_state):
12887         (calc_state_hash):
12888         Remove forward decls; no longer needed now that we use prototypes.
12889         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
12890         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
12891         (clean_state_log_if_needed): Likewise.
12892
12893 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12894
12895         * config/srclist.txt: Add glibc bugs 1231-1233.
12896
12897 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         Fix problems reported by Sam Steingold in
12900         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
12901         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
12902         assumed that reg_errcode_t is a signed type, which is not
12903         necessarily true if _XOPEN_SOURCE is not defined.
12904         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
12905         since some compilers warn about it otherwise.
12906
12907 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
12910         (init_word_char, create_initial_state, duplicate_node_closure):
12911         (fetch_token, peek_token_bracket, build_range_exp):
12912         (build_collating_symbol): Remove forward decls; no longer needed
12913         now that we use prototypes.
12914
12915         * lib/regcomp.c:
12916         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
12917         (re_compile_fastmap_iter, regcomp, regerror, regfree):
12918         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
12919         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
12920         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
12921         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
12922         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
12923         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
12924         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
12925         (build_range_exp, build_collating_symbol, parse_bracket_exp):
12926         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
12927         (build_charclass, build_charclass_op, fetch_number, create_tree):
12928         (create_token_tree, mark_opt_subexp, duplicate_tree):
12929         Use prototypes rather than old-style definitions.
12930
12931         * lib/regex_internal.c:
12932         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
12933         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
12934         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
12935         (re_string_reconstruct, re_string_peek_byte_case):
12936         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
12937         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
12938         (re_node_set_init_copy, re_node_set_add_intersect):
12939         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
12940         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
12941         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
12942         (re_acquire_state, re_acquire_state_context, register_state):
12943         (create_ci_newstate, create_cd_newstate, free_state):
12944         Likewise.
12945         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
12946         re_search_2):
12947         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
12948         (re_search_internal, prune_impossible_nodes):
12949         (acquire_init_state_context, check_matching, static):
12950         (check_halt_node_context, check_halt_state_context, proceed_next_node):
12951         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
12952         (update_regs, sift_states_backward, build_sifted_states):
12953         (clean_state_log_if_needed, merge_state_array):
12954         (update_cur_sifted_state, add_epsilon_src_nodes):
12955         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
12956         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
12957         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
12958         (find_recover_state, check_subexp_matching_top, transit_state_mb):
12959         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
12960         (check_arrival, check_arrival_add_next_nodes):
12961         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
12962         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
12963         (check_node_accept_bytes, check_node_accept, extend_buffers):
12964         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
12965         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
12966         (sift_ctx_init):
12967         Likewise.
12968
12969         * lib/regex_internal.h:
12970         (re_string_allocate, re_string_construct, re_string_reconstruct):
12971         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
12972         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
12973         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
12974         (re_string_context_at, re_string_peek_byte_case):
12975         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
12976         is defined, since we now use prototypes always.
12977
12978         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
12979         C89 or better.  All uses removed.
12980
12981 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * config/srclist.txt: Add glibc bugs 1220-1227.
12984
12985 2005-08-20  Jim Meyering  <jim@meyering.net>
12986
12987         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
12988         of unused local, dfa.
12989
12990 2005-08-20  Bruno Haible  <bruno@clisp.org>
12991
12992         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
12993
12994 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12995
12996         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
12997         (re_node_set_insert_last, re_dfa_add_node):
12998         Rename local variables to avoid GCC shadowing warnings.
12999
13000 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
13003         [defined lint]: Suppress bogus uninitialized-variable warnings.
13004
13005         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
13006         and let the caller return REG_ESPACE if out of space.  This
13007         removes an uninitialied-variable warning with GCC 4.0.1, and also
13008         avoids taking the address of a local variable.  All callers
13009         changed.
13010
13011 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13012
13013         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
13014         $LIBCSRC/posix/regexec.c.
13015         Add glibc bug 1217 for regcomp.c.
13016
13017 2005-08-19  Jim Meyering  <jim@meyering.net>
13018
13019         * lib/regexec.c (proceed_next_node): Redo local variables to
13020         avoid GCC shadowing warnings.
13021
13022 2005-08-18  Bruno Haible  <bruno@clisp.org>
13023
13024         * lib/strstr.c (strstr): Fix return value in multibyte case.
13025         * lib/strcasestr.c (strcasestr): Likewise.
13026
13027 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
13030
13031 2005-08-17  Jim Meyering  <jim@meyering.net>
13032
13033         Make the %s format (seconds since the epoch) work for a negative
13034         number and when used with a zero-padded field width, e.g. %015s.
13035
13036         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
13037         label so that it precedes the code to set `digits'.  Otherwise,
13038         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
13039         print `00-22'.  Now, it prints `-0022', as it should.
13040
13041 2005-08-17  Bruno Haible  <bruno@clisp.org>
13042
13043         * modules/strstr (Files): Add m4/mbrtowc.m4.
13044         (Depends-on): Add mbuiter.
13045
13046 2005-08-17  Bruno Haible  <bruno@clisp.org>
13047
13048         * modules/strcasestr: New file.
13049         * MODULES.html.sh (String handling, based on ANSI C 89): Add
13050         strcasestr.
13051
13052 2005-08-17  Bruno Haible  <bruno@clisp.org>
13053
13054         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
13055
13056 2005-08-17  Bruno Haible  <bruno@clisp.org>
13057
13058         * modules/mbuiter: New file.
13059         * MODULES.html.sh (Extended multibyte and wide character utilities):
13060         Add mbuiter.
13061
13062 2005-08-17  Bruno Haible  <bruno@clisp.org>
13063
13064         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
13065         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
13066
13067 2005-08-17  Bruno Haible  <bruno@clisp.org>
13068
13069         * m4/strcasestr.m4: New file.
13070
13071 2005-08-17  Bruno Haible  <bruno@clisp.org>
13072
13073         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
13074         * lib/strstr.c: Completely rewritten, with multibyte locale support.
13075
13076 2005-08-17  Bruno Haible  <bruno@clisp.org>
13077
13078         * lib/strcasestr.h: New file.
13079         * lib/strcasestr.c: New file.
13080
13081 2005-08-17  Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/strcasecmp.c: Use mbuiter.h.
13084
13085 2005-08-17  Bruno Haible  <bruno@clisp.org>
13086
13087         * lib/mbuiter.h: New file.
13088
13089 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13090
13091         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
13092         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
13093         and gl_GETOPT are both invoked via different paths (as happens
13094         with GNU tar CVS because it uses both argp and getopt), the former
13095         wins.
13096
13097 2005-08-16  Bruno Haible  <bruno@clisp.org>
13098
13099         * modules/tls: New file.
13100         * MODULES.html.sh (Multithreading): Add tls.
13101
13102 2005-08-16  Bruno Haible  <bruno@clisp.org>
13103
13104         * modules/strnlen1: New file.
13105         * MODULES.html.sh (String handling): Add strnlen1.
13106
13107 2005-08-16  Bruno Haible  <bruno@clisp.org>
13108
13109         * modules/strcase (Files): Add m4/mbrtowc.m4.
13110         (Depends-on): Add strnlen1, mbchar.
13111
13112 2005-08-16  Bruno Haible  <bruno@clisp.org>
13113
13114         * modules/mbiter: New file.
13115         * MODULES.html.sh (Extended multibyte and wide character utilities):
13116         Add mbiter.
13117
13118 2005-08-16  Bruno Haible  <bruno@clisp.org>
13119
13120         * modules/mbfile: New file.
13121         * MODULES.html.sh (Extended multibyte and wide character utilities):
13122         Add mbfile.
13123
13124 2005-08-16  Bruno Haible  <bruno@clisp.org>
13125
13126         * modules/mbchar: New file.
13127         * MODULES.html.sh (Extended multibyte and wide character utilities):
13128         New section.
13129
13130 2005-08-16  Bruno Haible  <bruno@clisp.org>
13131
13132         * m4/tls.m4: New file, from GNU gettext.
13133
13134 2005-08-16  Bruno Haible  <bruno@clisp.org>
13135
13136         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
13137         always.
13138         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
13139
13140 2005-08-16  Bruno Haible  <bruno@clisp.org>
13141
13142         * m4/mbiter.m4: New file.
13143
13144 2005-08-16  Bruno Haible  <bruno@clisp.org>
13145
13146         * m4/mbfile.m4: New file.
13147
13148 2005-08-16  Bruno Haible  <bruno@clisp.org>
13149
13150         * m4/mbchar.m4: New file.
13151
13152 2005-08-16  Bruno Haible  <bruno@clisp.org>
13153
13154         * lib/tls.h: New file, from GNU gettext.
13155         * lib/tls.c: New file, from GNU gettext.
13156
13157 2005-08-16  Bruno Haible  <bruno@clisp.org>
13158
13159         * lib/strnlen1.h: New file.
13160         * lib/strnlen1.c: New file.
13161
13162 2005-08-16  Bruno Haible  <bruno@clisp.org>
13163
13164         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
13165         (mbi_init): Update.
13166         (mbi_avail, mbi_advance): Let the iteration end before the terminating
13167         NUL byte, not after it.
13168
13169 2005-08-16  Bruno Haible  <bruno@clisp.org>
13170
13171         * lib/strcase.h (strcasecmp): Add note in comments.
13172         * lib/strncasecmp.c: Use code from strcasecmp.c.
13173         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
13174         (strcasecmp): Work correctly in multibyte locales.
13175
13176 2005-08-16  Bruno Haible  <bruno@clisp.org>
13177
13178         * lib/mbiter.h: New file.
13179
13180 2005-08-16  Bruno Haible  <bruno@clisp.org>
13181
13182         * lib/mbfile.h: New file.
13183
13184 2005-08-16  Bruno Haible  <bruno@clisp.org>
13185
13186         * lib/mbchar.h: New file.
13187         * lib/mbchar.c: New file.
13188
13189 2005-08-16  Bruno Haible  <bruno@clisp.org>
13190
13191         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
13192         the valid ones. Makes the comparison operations transitive:
13193         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
13194         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
13195
13196 2005-08-15  Simon Josefsson  <jas@extundo.com>
13197
13198         * modules/ssize_t (License): Change to 'unlimited'.
13199
13200         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
13201
13202 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13203
13204         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
13205         Add comments for each pending glibc patch.
13206
13207 2005-08-15  Bruno Haible  <bruno@clisp.org>
13208
13209         * lib/regex.h (__restrict_arr): Don't define to __restrict if
13210         __cplusplus is defined.
13211
13212 2005-08-14  Jim Meyering  <jim@meyering.net>
13213
13214         Sync from coreutils.
13215
13216         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
13217         Use the hash-table-based cycle-detection code not just when
13218         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
13219         Reported by James Youngman in
13220         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
13221         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
13222         FTS_TIGHT_CYCLE_CHECK.
13223         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
13224         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
13225         once again.
13226         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
13227         * lib/fts.c (fd_safer): Remove decl.
13228         Include fcntl--.h rather than unistd-safer.h
13229         (fts_safe_changedir): Don't call fd_safer; no longer needed
13230         now that we include fcntl--.h.
13231
13232 2005-08-12  Simon Josefsson  <jas@extundo.com>
13233
13234         * modules/getndelim2: Use ssize_t module.
13235         * modules/getnline: Likewise.
13236         * modules/safe-read: Likewise.
13237         * modules/xreadlink: Likewise.
13238
13239         * modules/ssize_t: New file.
13240
13241 2005-08-12  Simon Josefsson  <jas@extundo.com>
13242
13243         * m4/readline.m4: Look for termcap, curses or ncurses if required.
13244
13245 2005-08-12  Simon Josefsson  <jas@extundo.com>
13246
13247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13248         ssize_t.
13249
13250 2005-08-12  Simon Josefsson  <jas@extundo.com>
13251
13252         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
13253         readline, getdelim and check_version.
13254         (Support for systems lacking ISO C 99: Sizes of integer types):
13255         Add size_max.
13256
13257 2005-08-12  Bruno Haible  <bruno@clisp.org>
13258
13259         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
13260
13261 2005-08-11  Simon Josefsson  <jas@extundo.com>
13262
13263         * modules/readline: New file.
13264
13265         * modules/strnlen (Files): Add strnlen.h.
13266
13267 2005-08-11  Simon Josefsson  <jas@extundo.com>
13268
13269         * m4/readline.m4: New file.
13270
13271 2005-08-11  Simon Josefsson  <jas@extundo.com>
13272
13273         * lib/readline.h, readline.c: New file.
13274
13275 2005-08-11  Simon Josefsson  <jas@extundo.com>
13276
13277         * doc/gnulib.texi (Initial import, Finishing touches): Mention
13278         gl_AVOID.
13279
13280 2005-08-11  Bruno Haible  <bruno@clisp.org>
13281
13282         * lib/strnlen.h (strnlen): Change parameter name to match comment.
13283
13284 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
13285
13286         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
13287
13288 2005-08-10  Simon Josefsson  <jas@extundo.com>
13289
13290         * tests/test-iconvme.c: New file.
13291
13292 2005-08-10  Simon Josefsson  <jas@extundo.com>
13293
13294         * m4/strnlen.m4: New file.
13295
13296         * m4/strndup.m4: Don't check for strnlen declaration, done in
13297         strnlen.m4.
13298
13299 2005-08-10  Simon Josefsson  <jas@extundo.com>
13300
13301         * lib/strndup.c: Use strnlen.h.
13302
13303         * lib/strnlen.h: New file.
13304
13305 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13306
13307         * README: Typos.
13308
13309 2005-08-02  Simon Josefsson  <jas@extundo.com>
13310
13311         * modules/readline: New file.
13312
13313 2005-08-02  Simon Josefsson  <jas@extundo.com>
13314
13315         * modules/getdelim: New file.
13316
13317         * modules/getline: Rewrite, don't use getndelim2.
13318
13319 2005-08-02  Simon Josefsson  <jas@extundo.com>
13320
13321         * m4/getline.m4: Separate out getdelim stuff into separate module.
13322
13323         * m4/getdelim.m4: New file.
13324
13325 2005-08-02  Simon Josefsson  <jas@extundo.com>
13326
13327         * lib/getline.h, getline.c: Rewrite.
13328
13329         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
13330
13331 2005-07-31  Bruno Haible  <bruno@clisp.org>
13332
13333         * lib/lock.h (gl_lock_initializer): New macro.
13334         (gl_lock_define_initialized): Use it.
13335         (gl_rwlock_initializer): New macro.
13336         (gl_rwlock_define_initialized): Use it.
13337         (gl_recursive_lock_initializer): New macro.
13338         (gl_recursive_lock_define_initialized): Use it.
13339
13340 2005-07-30  Karl Berry  <karl@gnu.org>
13341
13342         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
13343         Report from Ben Pfaff, regarding getopt.
13344
13345 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
13346
13347         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
13348         normal way.
13349         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
13350         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
13351         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
13352         (gl_GETOPT): Use the new macros.  Most of the implementation
13353         is moved to the new macros.  This is for programs like Emacs
13354         that don't want all the functionality of gl_GETOPT.
13355
13356 2005-07-26  Bruno Haible  <bruno@clisp.org>
13357
13358         * m4/lock.m4: Update from GNU gettext.
13359
13360 2005-07-26  Bruno Haible  <bruno@clisp.org>
13361
13362         * lib/lock.h: Update from GNU gettext.
13363         * lib/lock.c: Update from GNU gettext.
13364
13365 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
13366
13367         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
13368         obsolescent AC_TRY_RUN.  Include the default includes files, for
13369         'exit'.
13370
13371 2005-07-24  Bruno Haible  <bruno@clisp.org>
13372
13373         * modules/visibility: New file.
13374         * MODULES.html.sh (Misc): Add visibility.
13375
13376 2005-07-24  Bruno Haible  <bruno@clisp.org>
13377
13378         * m4/visibility.m4: New file.
13379
13380 2005-07-24  Bruno Haible  <bruno@clisp.org>
13381
13382         * doc/visibility.texi: New file.
13383
13384 2005-07-22  Bruno Haible  <bruno@clisp.org>
13385
13386         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
13387         $(ALLOCA_H), redundant through BUILT_SOURCES.
13388         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
13389         redundant through BUILT_SOURCES.
13390         * modules/byteswap (Makefile.am): Remove explicit dependency on
13391         $(BYTESWAP_H), redundant through BUILT_SOURCES.
13392         * modules/fnmatch (Makefile.am): Remove explicit dependency on
13393         $(FNMATCH_H), redundant through BUILT_SOURCES.
13394         * modules/getopt (Makefile.am): Remove explicit dependency on
13395         $(GETOPT_H), redundant through BUILT_SOURCES.
13396         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
13397         redundant through BUILT_SOURCES.
13398         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
13399         redundant through BUILT_SOURCES.
13400         * modules/stdbool (Makefile.am): Remove explicit dependency on
13401         $(STDBOOL_H), redundant through BUILT_SOURCES.
13402         * modules/stdint (Makefile.am): Remove explicit dependency on
13403         $(STDINT_H), redundant through BUILT_SOURCES.
13404         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
13405         Remove explicit dependency on $(SYSEXITS_H).
13406         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
13407
13408 2005-07-18  Simon Josefsson  <jas@extundo.com>
13409
13410         * lib/check-version.c (check_version): Accept identical versions too.
13411
13412 2005-07-18  Bruno Haible  <bruno@clisp.org>
13413
13414         * modules/lock: New file.
13415         * MODULES.html.sh (Multithreading): New section.
13416
13417 2005-07-18  Bruno Haible  <bruno@clisp.org>
13418
13419         * m4/lock.m4: New file, from GNU gettext.
13420
13421 2005-07-18  Bruno Haible  <bruno@clisp.org>
13422
13423         * lib/lock.h: New file, from GNU gettext.
13424         * lib/lock.c: New file, from GNU gettext.
13425
13426 2005-07-18  Bruno Haible  <bruno@clisp.org>
13427
13428         * lib/lock.h (gl_once_t): New type.
13429         (gl_once_define, gl_once): New macros.
13430         * lib/lock.c (fresh_once): New variable.
13431         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
13432         functions.
13433
13434 2005-07-16  Simon Josefsson  <jas@extundo.com>
13435
13436         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
13437         workaround, suggested by Bruno.
13438
13439 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13440
13441         * modules/xalloc (Depends-on): Add xalloc-die.
13442         * modules/xvasprintf (Depends-on): Add xalloc-die.
13443
13444 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
13445
13446         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
13447         with a minor change.
13448
13449 2005-07-15  Bruno Haible  <bruno@clisp.org>
13450
13451         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
13452         When using lib/poll.c, define poll as rpl_poll.
13453
13454 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
13455
13456         * modules/argp (Depends-on): Remove unlocked-io.
13457
13458 2005-07-14  Derek Price  <derek@ximbiot.com>
13459
13460         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
13461         for glob symlink bug.
13462
13463 2005-07-14  Bruno Haible  <bruno@clisp.org>
13464
13465         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
13466         Instead, test for *_unlocked function declarations directly.
13467
13468 2005-07-11  Simon Josefsson  <jas@extundo.com>
13469
13470         * modules/size_max: New file.
13471
13472         * modules/xsize: Depend on size_max module for size_max.m4.
13473
13474 2005-07-11  Simon Josefsson  <jas@extundo.com>
13475
13476         * lib/size_max.h: New file.
13477
13478 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
13479
13480         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
13481         copyright symbol and the year.
13482         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
13483         (version_etc_va): Use parameterized copyright notice.
13484         Reword to conform to the current GNU coding standards.
13485
13486 2005-07-11  Karl Berry  <karl@gnu.org>
13487
13488         * doc/gnulib.texi (Quoting): new node.
13489         (Initial import): more info, from Patrice.
13490
13491 2005-07-11  Bruno Haible  <bruno@clisp.org>
13492
13493         * gnulib-tool (func_usage): Document option --avoid.
13494         (Command line options): Handle --avoid.
13495         (func_acceptable): New function.
13496         (func_modules_transitive_closure): Use it.
13497
13498 2005-07-11  Bruno Haible  <bruno@clisp.org>
13499
13500         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
13501         Reported by Jim Meyering.
13502
13503 2005-07-10  Bruno Haible  <bruno@clisp.org>
13504
13505         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
13506         Needed when size_t is smaller than 'unsigned int'.
13507         Reported by Paul Eggert.
13508
13509 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13510
13511         * modules/argp (Depends-on): Add unlocked-io
13512
13513 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
13514
13515         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
13516         block of defines.
13517
13518 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13519
13520         * config/srclist.txt: Comment out regcomp.c, since we have a porting
13521         fix now.
13522
13523 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
13524         and Paul Eggert  <eggert@cs.ucla.edu>
13525
13526         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
13527         in wint_t, not wchar_t.  Remove now-unnecessary cast.
13528
13529 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13530
13531         * modules/regex (Files): Add lib/regex_internal.c,
13532         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
13533         (Depends-on): Add extensions.
13534         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
13535
13536 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13537
13538         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
13539         pathconf.
13540         * m4/same.m4 (gl_SAME): Likewise.
13541         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
13542
13543         * m4/regex.m4: Adjust to new libc regex implementation.
13544         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
13545         all the .c and .h parts of (the new) regex.
13546         Quote the m4 stuff better.
13547         Check for RE_ICASE bug of old gnulib.
13548         Check for REG_STARTEND of recent libc.
13549         Rename local variables from jm_* to gl_*.
13550         Quote operand of "test -f".
13551         Say "recent enough" version of libc, not "version 2".
13552         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
13553         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
13554         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
13555         Remove check for btowc, isascii.
13556         Require AM_LANGINFO_CODESET.
13557
13558 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * lib/regex.c, regex.h: Sync from libc.
13561         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
13562         * lib/regexec.c:
13563         New files, synced from libc, except that regex_internal.h
13564         currently has a small porting fix.
13565
13566 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
13567
13568         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
13569         regex_internal.c, regexec.c.
13570         Add regex_internal.h too, but as a comment, since the libc version
13571         is currently broken in gnulib mode.
13572
13573 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         Support programs like Emacs that use gnulib but not gettext.
13576         * MODULES.html.sh (Internationalization functions): Add gettext-h.
13577         * modules/gettext-h: New file.
13578         * modules/gettext (Files): Remove lib/gettext.h.
13579         (Depends-on): Add gettext-h.
13580         (Makefile.am): Remove lib_SOURCES.
13581         * modules/argmatch, modules/c-stack, modules/closeout:
13582         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
13583         * modules/execute, modules/file-type, modules/getaddrinfo:
13584         * modules/getopt, modules/human, modules/javacomp:
13585         * modules/javaexec, modules/mkdir-p, modules/obstack:
13586         * modules/openat, modules/pagealign_alloc, modules/pipe:
13587         * modules/quotearg, modules/regex, modules/rpmatch:
13588         * modules/unicodeio, modules/userspec, modules/version-etc:
13589         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
13590         * modules/xsetenv:
13591         Depend on gettext-h, not gettext.
13592
13593 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13594
13595         * gnulib-tool (func_import): Add support for 'public domain' license.
13596         * modules/alloca, modules/atexit, modules/memmove:
13597         Now public domain, not GPL.
13598         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
13599         * modules/realloc, modules/strerror, modules/strtod:
13600         Now LGPL, not GPL.
13601
13602 2005-07-05  Bruno Haible  <bruno@clisp.org>
13603
13604         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
13605         autoconf CVS. Needed for mingw.
13606
13607 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13608
13609         Remove the dependency of the strftime module on the tzset module.
13610         * modules/strftime (Depends-on): Remove dependency on tzset.
13611
13612 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13613
13614         Remove the dependency of the strftime module on the tzset module.
13615         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
13616         gl_FUNC_TZSET_CLOBBER.
13617
13618 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13619
13620         Remove the dependency of the strftime module on the tzset module.
13621         * lib/strftime.c (my_strftime)
13622         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
13623         Copy the input structure, to work around some of the bug with
13624         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
13625         Solaris releases, you should also use the tzset module, but we won't
13626         require it as a dependency any more since we don't want LGPLed code
13627         to depend on GPLed code.
13628
13629 2005-07-02  Jim Meyering  <jim@meyering.net>
13630
13631         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
13632         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
13633         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
13634         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
13635
13636 2005-07-02  Jim Meyering  <jim@meyering.net>
13637
13638         * lib/backupfile.c (backup_args): Change a `0' to NULL.
13639
13640 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
13643         declares only 'struct timespec;' (!).
13644
13645 2005-07-01  Jim Meyering  <jim@meyering.net>
13646
13647         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
13648         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
13649         * lib/save-cwd.c, tempname.c:
13650         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
13651         and don't include <sys/file.h>).
13652
13653 2005-06-29  Jim Meyering  <jim@meyering.net>
13654
13655         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
13656         type name.  Use the variable name instead.
13657         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
13658         Likewise.
13659
13660 2005-06-28  Simon Josefsson  <jas@extundo.com>
13661
13662         * modules/check-version (Files): Add check-version.m4.
13663
13664 2005-06-28  Simon Josefsson  <jas@extundo.com>
13665
13666         * m4/check-version.m4: New file, suggested by Jim Meyering
13667         <jim@meyering.net>.
13668
13669 2005-06-28  Simon Josefsson  <jas@extundo.com>
13670
13671         * lib/check-version.h, lib/check-version.c: New files.
13672
13673 2005-06-28  Simon Josefsson  <jas@extundo.com>
13674
13675         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
13676         collision with global variable.  Better indentation.  Don't
13677         increment buffer pointer beyond buffer end.  Based on comments
13678         from Paul Eggert <eggert@cs.ucla.edu>.
13679
13680         * lib/base64.h: Indent.
13681
13682 2005-06-28  Simon Josefsson  <jas@extundo.com>
13683
13684         * doc/gnulib.texi (Library version handling): New section.
13685
13686 2005-06-28  Jim Meyering  <jim@meyering.net>
13687
13688         * check-module (find_included_lib_files): Hard-code another
13689         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
13690         but modules/fts-lgpl (correctly) does not list those files.
13691
13692         * modules/canonicalize (Files): Add lib/pathmax.h.
13693
13694 2005-06-25  Simon Josefsson  <jas@extundo.com>
13695
13696         * modules/check-version: New file.
13697
13698 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
13699
13700         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
13701         initializer of struct addrinfo, as an indication that we don't
13702         care how many members the structure has.
13703
13704 2005-06-24  Derek Price  <derek@ximbiot.com>
13705         and Bruno Haible  <bruno@clisp.org>
13706
13707         Remove stat module & update lstat.
13708         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
13709         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
13710         * m4/stat.m4: Remove this file.
13711
13712 2005-06-24  Derek Price  <derek@ximbiot.com>
13713         and Bruno Haible  <bruno@clisp.org>
13714
13715         Remove stat module & update lstat.
13716         * lib/stat.c: Remove this file...
13717         (slash_aware_lstat): ...moving this content and its support...
13718         * lib/lstat.c (rpl_lstat): ...into here.
13719         * lib/lstat.h: New file.
13720
13721 2005-06-24  Derek Price  <derek@ximbiot.com>
13722         and Bruno Haible  <bruno@clisp.org>
13723
13724         Remove stat module & update lstat.
13725         * config/srclist.txt (libc sources): Remove stat.
13726
13727 2005-06-24  Derek Price  <derek@ximbiot.com>
13728         and Bruno Haible  <bruno@clisp.org>
13729
13730         Remove stat module & update lstat.
13731         * MODULES.html.sh (stat): Remove.
13732         * MODULES.html: Regenerated.
13733         * modules/lstat (Description): Correct function name.
13734         (Files): Add "lstat.h".
13735         (Depends-on): Remove stat, add xalloc, stat-macros.
13736         * modules/stat: Remove this file.
13737         (Include): Add "lstat.h", remove <sys/stat.h>.
13738
13739 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
13740
13741         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
13742         (ranged_convert): Don't save conversion in a temporary struct.
13743         This causes a warning with GCC 4.0.0, and anyway in the typical
13744         case it's not worth the extra 100 bytes or so of code.
13745         (ranged_convert, __mktime_internal): When calling a function via a
13746         pointer P, use P () rather than (*P) (), as we now assume C89 or
13747         better.
13748
13749 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
13750
13751         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
13752         "who -r" failed to give output.  Problem reported by Tim Waugh.
13753
13754         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
13755         (xcalloc): Use it to avoid needless tests.
13756         Problem reported by Jim Meyering.
13757
13758 2005-06-20  Derek Price  <derek@ximbiot.com>
13759
13760         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
13761         unnecessary for Autoconfs > 2.59c.
13762
13763 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13764
13765         * lib/argp.h (__option_is_short): Check upper limit of
13766         __key. Isprint() requires its argument to have the value
13767         of an unsigned char or EOF.
13768
13769 2005-06-16  Jim Meyering  <jim@meyering.net>
13770
13771         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
13772         when either N or S is zero.
13773
13774 2005-06-16  Derek Price  <derek@ximbiot.com>
13775
13776         * m4/bison.m4: Declare YACC & YFLAGS precious.
13777
13778 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
13779
13780         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
13781         multibyte string or pattern, fall back on unibyte matching.
13782         Problem reported by James Youngman.
13783
13784 2005-06-08  Bruno Haible  <bruno@clisp.org>
13785
13786         * modules/csharpcomp: New file.
13787         * MODULES.html.sh (C#): Add csharpcomp.
13788
13789 2005-06-08  Bruno Haible  <bruno@clisp.org>
13790
13791         * m4/csharpcomp.m4: New file, from GNU gettext.
13792
13793 2005-06-08  Bruno Haible  <bruno@clisp.org>
13794
13795         * lib/csharpcomp.h: New file, from GNU gettext.
13796         * lib/csharpcomp.c: New file, from GNU gettext.
13797         * lib/csharpcomp.sh.in: New file, from GNU gettext.
13798
13799 2005-06-08  Bruno Haible  <bruno@clisp.org>
13800
13801         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
13802         warning on mingw.
13803
13804 2005-06-07  Derek Price  <derek@ximbiot.com>
13805
13806         Sync from CVS.
13807         * lib/glob_.h: Indent nested #ifdef.
13808
13809 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13810
13811         Sync from coreutils.
13812         Use "file name" when talking about file names, instead of "filename"
13813         or "path", as per the GNU coding standards.
13814         * lib/mkdir-p.c: Renamed from makepath.c.
13815         (make_dir_parents): Renamed from make_path.  All callers changed.
13816         * lib/mkdir-p.h: Likewise.  All includers changed.
13817         * lib/filenamecat.c: Renamed from path-concat.c.
13818         (file_name_concat): Renamed from path_concat.  All callers changed.
13819         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
13820         * lib/filenamecat.h: Likewise.  All includers changed.
13821         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
13822         in comments or local variable names.
13823         * lib/basename.c: Likewise.
13824         * lib/canonicalize.c, canonicalize.h: Likewise.
13825         * lib/dirname.c, dirname.h: Likewise.
13826         * lib/euidaccess.c: Likewise.
13827         * lib/exclude.c: Likewise
13828         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
13829         * lib/fsusage.c, fsuage.h: Likewise.
13830         * lib/fts.c, fts_.h: Likewise.
13831         * lib/getcwd.c: Likewise.
13832         * lib/getloadavg.c: Likewise.
13833         * lib/mkstemp.c: Likewise.
13834         * lib/mountlist.c, mountlist.h: Likewise.
13835         * lib/openat.c, openat.h: Likewise.
13836         * lib/readlink-stub.c: Likewise.
13837         * lib/readutmp.c, readutmp.h: Likewise.
13838         * lib/rename.c: Likewise.
13839         * lib/rmdir.c: Likewise.
13840         * lib/same.c: Likewise.
13841         * lib/savedir.c: Likewise.
13842         * lib/stripslash.c: Likewise.
13843         * lib/tempname.c: Likewise.
13844         * lib/xreadlink.c: Likewise.
13845         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
13846         All uses changed.
13847         * lib/exclude.h: Likewise.
13848
13849         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
13850         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13851         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
13852         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13853         * lib/pathmax.h: Include <limits.h> unconditionally, since other
13854         files have been getting away with it for years (MORE/BSD 4.3
13855         is extinct now).
13856         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
13857         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
13858
13859         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
13860         Define to 256, not 255, as per modern POSIX.
13861
13862 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13863
13864         Sync from coreutils.
13865         Use "file name" when talking about file names, instead of "filename"
13866         or "path", as per the GNU coding standards.
13867         * MODULES.html.sh: mkdir-p renamed from makepath.
13868         filenamecat renamed from path-concat.
13869         * modules/filenamecat: Renamed from modules/path-concat.
13870         (Files): filenamecat.h and filenamecat.c renamed from
13871         path-concat.h and path-concat.c.
13872         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
13873         (Include): filenamecat.h, not path-concat.h.
13874         * modules/mkdir-p: Renamed from modules/makepath.
13875         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
13876         makepath.c.
13877         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
13878         (Include): mkdir-p.h, not makepath.h.
13879
13880 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
13881
13882         Sync from coreutils.
13883         * m4/mkdir-p.m4: Renamed from makepath.m4.
13884         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
13885         Rename files from makepath.c to mkdir-p.c, and from
13886         makepath.h to mkdir-p.h.
13887         * m4/filenamecat.m4: Renamed from path-concat.m4.
13888         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
13889         Rename files from path-concat.c to filenamecat.c,
13890         and from path-concat.h to filenamecat.h.
13891         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
13892         "file name" in local variables or comments.
13893         * m4/rename.m4: Likewise.
13894
13895 2005-06-01  Bruno Haible  <bruno@clisp.org>
13896
13897         * modules/csharpexec: New file.
13898         * MODULES.html.sh (C#): New section.
13899
13900 2005-06-01  Bruno Haible  <bruno@clisp.org>
13901
13902         * m4/csharp.m4: New file, from GNU gettext.
13903         * m4/csharpexec.m4: New file, from GNU gettext.
13904
13905 2005-06-01  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/csharpexec.h: New file, from GNU gettext.
13908         * lib/csharpexec.c: New file, from GNU gettext.
13909         * lib/csharpexec.sh.in: New file, from GNU gettext.
13910
13911 2005-05-31  Derek Price  <derek@ximbiot.com>
13912             Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         Sync from cvs.
13915         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13916
13917 2005-05-31  Derek Price  <derek@ximbiot.com>
13918             Paul Eggert  <eggert@cs.ucla.edu>
13919
13920         Sync from cvs.
13921         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
13922
13923 2005-05-29  Derek Price  <derek@ximbiot.com>
13924
13925         * config/srclist.txt (glob_.h, glob.c): Add these files.
13926
13927 2005-05-29  Derek Price  <derek@ximbiot.com>
13928
13929         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
13930         * modules/glob: New file.
13931         * modules/getlogin_r: Add link to POSIX spec in description.
13932
13933 2005-05-29  Derek Price  <derek@ximbiot.com>
13934             Paul Eggert  <eggert@cs.ucla.edu>
13935
13936         * m4/glob.m4: New file.
13937
13938 2005-05-29  Derek Price  <derek@ximbiot.com>
13939             Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         * lib/glob_.h, lib/glob.c: New files.
13942
13943 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         * modules/fts (Files): Remove m4/inttypes-pri.m4.
13946         * modules/fts-lgpl (Depends-on): Remove gettext.
13947
13948 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
13951         and don't require gt_INTTYPES_PRI.
13952
13953 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
13954
13955         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
13956
13957         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
13958         the configuration hassle isn't worth it.
13959         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
13960         (LONGEST_MODIFIER, PRIuMAX): Remove.
13961
13962 2005-05-27  Bruno Haible  <bruno@clisp.org>
13963
13964         * lib/getlogin_r.h: Remove second include of <stddef.h>.
13965
13966 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
13967
13968         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
13969         _POSIX_PTHREAD_SEMANTICS for Solaris.
13970
13971 2005-05-25  Derek Price  <derek@ximbiot.com>
13972
13973         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
13974
13975 2005-05-25  Derek Price  <derek@ximbiot.com>
13976             Paul Eggert  <eggert@cs.ucla.edu>
13977
13978         * modules/getlogin_r, m4/getlogin_r.m4: New files.
13979         * lib/getlogin_r.c, getlogin_r.h: New files.
13980
13981 2005-05-25  Bruno Haible  <bruno@clisp.org>
13982             Derek Price  <derek@ximbiot.com>
13983
13984         * lib/getlogin_r.h: Simplify API documentation.
13985
13986 2005-05-23  Derek Price  <derek@ximbiot.com>
13987
13988         * modules/minmax (Files): Add m4/minmax.m4.
13989         (configure.ac): Add gl_MINMAX.
13990
13991 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13992
13993         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
13994         so that unistd-safer.h (GPL'ed code) need not be included.
13995
13996 2005-05-22  Bruno Haible  <bruno@clisp.org>
13997
13998         * m4/minmax.m4: New file.
13999         Based on a patch by Derek Price <derek@ximbiot.com>.
14000
14001 2005-05-22  Bruno Haible  <bruno@clisp.org>
14002
14003         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
14004         (INT64_MIN): Fix definition.
14005         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
14006
14007         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
14008         NEED_SIGNED_INT_TYPES.
14009
14010         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
14011         HAVE_SYSTEM_INTTYPES.
14012
14013 2005-05-22  Bruno Haible  <bruno@clisp.org>
14014
14015         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
14016         Also include <sys/param.h> if it defines MIN, MAX.
14017         Based on a patch by Derek Price <derek@ximbiot.com>.
14018
14019 2005-05-21  Jim Meyering  <jim@meyering.net>
14020
14021         * modules/fts (Files): Add m4/inttypes-pri.m4.
14022         (Depends-on): Add lstat and remove gettext.  Alphabetize.
14023
14024 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14025
14026         New fts module.
14027         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
14028         (setup_dir, free_dir): New functions.
14029         (enter_dir, leave_dir): Define trivial
14030         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
14031         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
14032         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
14033         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
14034         Move to fts-cycle.c.
14035         (fts_open): Use setup_dir.
14036         (fts_close): Use free_dir.
14037         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
14038         This adds a label and some gotos, but the alternatives were messier.
14039         Check for memory allocation failure when entering a dir.
14040         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
14041         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
14042         (FTS): New member fts_cycle, that is a union that contains the
14043         old active_dir_ht and cycle_state.  All uses changed to mention
14044         fts_cycle.ht and fts_cycle.state.
14045         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
14046         fts.c, with the following changes:
14047         (setup_dir, free_dir): New functions.
14048         (enter_dir): Now returns bool.  Return true if successful, false
14049         if memory exhausted.  All callers changed.
14050         Do not bother partly cleaning up on
14051         memory allocation failure; that is free_dir's job.
14052         However, free ad if hash_insert fails, to avoid memory leak.
14053         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
14054         fts->fts_options to see which union member to use.
14055
14056 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14057
14058         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
14059         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
14060
14061 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14062
14063         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
14064
14065 2005-05-20  Jim Meyering  <jim@meyering.net>
14066
14067         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
14068         Now a macro, to pacify GCC.
14069
14070 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14071
14072         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
14073         of -1.
14074
14075 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
14076
14077         * lib/chown.c (rpl_chown): Return -1 on failure.
14078
14079 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
14082         Don't check for stddef.h.
14083         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
14084         don't use its results.
14085         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
14086         since we include them unconditionally.  Don't require
14087         AM_STDBOOL_H, since stdbool is a prerequisite.
14088         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
14089         since we assume C89 or better.
14090         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
14091         as we don't use their results.
14092         Don't check for fchdir, memmove, memset, strrchr, as we use
14093         them unconditionally.
14094         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
14095         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
14096
14097 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
14098
14099         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
14100         Include <stddef.h> unconditionally, since we assume C89 now.
14101         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
14102         * lib/fts.c: Include fts_.h first, to check interface.
14103         Do not include intprops.h; no longer needed.
14104         Include cycle-check.h and hash.h, since fts_.h no longer does.
14105         Remove unnecessary casts of closedir to void.
14106         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
14107         decide whether to decrement nlinks.
14108         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
14109         (FTS): Use struct hash_table * instead of Hash_table, so that
14110         we no longer need to include hash.h here.
14111
14112 2005-05-18  Jim Meyering  <jim@meyering.net>
14113
14114         * modules/dirfd (License): Change to LGPL.  Most of the code
14115         is already in the public domain.
14116
14117 2005-05-18  Jim Meyering  <jim@meyering.net>
14118
14119         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
14120         Reported by Yoann Vandoorselaere.
14121
14122 2005-05-17  Jim Meyering  <jim@meyering.net>
14123
14124         * m4/fts.m4: New file, from coreutils.
14125
14126 2005-05-17  Jim Meyering  <jim@meyering.net>
14127
14128         * lib/fts.c, lib/fts_.h: New files, from coreutils.
14129
14130 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14131
14132         Sync from coreutils.
14133         * m4/unlinkdir.m4: New file.
14134
14135 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         Sync from coreutils.
14138         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
14139         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
14140         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
14141         White space changes only.
14142         * lib/makepath.c (make_path): Port to hosts where leading "//" is
14143         special.
14144         * lib/yesno.c: Include getline.h, not ctype.h.
14145         (yesno): Don't remove leading white space; POSIX doesn't allow it.
14146         Use getline to remove arbitrary restriction on response length.
14147
14148 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14149
14150         * config/srclist-update: Spell out "Street" in FSF postal
14151         mail address; this is the style the FSF seems to prefer.
14152
14153         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
14154         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
14155         this updates FSF postal mail address.
14156
14157         Sync from coreutils.
14158         * modules/unlinkdir: New file.
14159         * modules/yesno (Depends-on): Add getline.
14160         * MODULES.html.sh (File system functions): Add unlinkdir.
14161
14162 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14163
14164         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
14165         lib/strsep.h:
14166         Change the initial comment to refer to GPL, not LGPL.
14167         gnulib-tool will change it to LGPL as needed.
14168
14169         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
14170         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
14171         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
14172         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
14173         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
14174         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
14175         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
14176         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
14177         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
14178         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
14179         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
14180         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
14181         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
14182         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
14183         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
14184         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
14185         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
14186         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
14187         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
14188         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
14189         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
14190         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
14191         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
14192         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
14193         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
14194         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
14195         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
14196         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
14197         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
14198         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
14199         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
14200         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
14201         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
14202         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
14203         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
14204         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
14205         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
14206         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
14207         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
14208         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
14209         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
14210         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
14211         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
14212         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
14213         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
14214         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
14215         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
14216         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
14217         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
14218         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
14219         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14220         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
14221         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
14222         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
14223         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
14224         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
14225         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
14226         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
14227         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
14228         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
14229         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
14230         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
14231         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
14232         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
14233         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
14234         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
14235         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
14236         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
14237         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
14238         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
14239         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
14240         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
14241         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
14242         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
14243         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
14244         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
14245         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
14246         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
14247         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
14248         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
14249         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
14250         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
14251         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
14252         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
14253         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
14254         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
14255         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
14256         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
14257         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
14258         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
14259         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
14260         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
14261         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
14262         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
14263         lib/yesno.c, lib/yesno.h:
14264         Update FSF postal mail address.
14265
14266 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14267
14268         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
14269         tests/test-memmem.c, tests/test-stpncpy.c:
14270         Update FSF postal mail address.
14271
14272 2005-05-13  Bruno Haible  <bruno@clisp.org>
14273
14274         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
14275         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
14276         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
14277         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
14278         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
14279         Add support for 64-bit integers in the MSVC compiler.
14280
14281 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14282
14283         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
14284
14285 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
14286
14287         * gnulib-tool (func_import): Sort and uniquify recommended includes.
14288
14289 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         * doc/getdate.texi (General date syntax): Don't say that date
14292         date --iso-8601=ns generates acceptable dates; it doesn't yet.
14293         Problem reported by Nic Ferrier.
14294
14295 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14296
14297         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
14298         specified in ai_socktype. Fix invalid ai_protocol
14299         check. ai_protocol is usually set to 0 or depending on
14300         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
14301         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
14302         ai_socktype / ai_protocol in the returned addrinfo structure.
14303
14304 2005-05-10  Simon Josefsson  <jas@extundo.com>
14305
14306         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
14307         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14308
14309 2005-05-10  Karl Berry  <karl@gnu.org>
14310
14311         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
14312         (from http://www.gnu.org/licenses).
14313         * doc/COPYING.LIB: also rename to COPYING.LESSER.
14314         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
14315         fdl.texi suffices.
14316
14317 2005-05-10  Karl Berry  <karl@gnu.org>
14318
14319         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
14320         (COPYING.DOC): remove.
14321
14322         * config/srclist-update: new FSF address.
14323
14324 2005-05-10  Derek Price  <derek@ximbiot.com>
14325
14326         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
14327         possible.
14328
14329 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14330             Bruno Haible  <bruno@clisp.org>
14331
14332         * modules/inet_ntop: New file.
14333         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14334         inet_ntop.
14335
14336 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14337             Bruno Haible  <bruno@clisp.org>
14338
14339         * m4/inet_ntop.m4: New file.
14340
14341 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14342             Bruno Haible  <bruno@clisp.org>
14343
14344         * lib/inet_ntop.h: New file.
14345         * lib/inet_ntop.c: New file, from glibc with modifications.
14346
14347 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * modules/time_r (License): Change to LGPL.
14350         * modules/extensions (License): Change to LGPL.  Actually,
14351         the license is more permissive than that, but currently gnulib-tool
14352         doesn't know how to handle more-permissive licenses.
14353
14354         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
14355         Problem reported by Dave Love.
14356
14357 2005-05-08  Jim Meyering  <jim@meyering.net>
14358
14359         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
14360         blank.
14361
14362 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14363
14364         * modules/argmatch (Depends-on): Add stdbool.
14365         * modules/backupfile (Depends-on): Likewise.
14366         * modules/chdir-long (Depends-on): Likewise.
14367         * modules/closeout (Depends-on): Likewise.
14368         * modules/cycle-check (Depends-on): Likewise.
14369         * modules/dirname (Depends-on): Likewise.
14370         * modules/fnmatch (Depends-on): Likewise.
14371         * modules/fsusage (Depends-on): Likewise.
14372         * modules/fwriteerror (Depends-on): Likewise.
14373         * modules/getcwd (Depends-on): Likewise.
14374         * modules/getloadavg (Depends-on): Likewise.
14375         * modules/hard-locale (Depends-on): Likewise.
14376         * modules/makepath (Depends-on): Likewise.
14377         * modules/mountlist (Depends-on): Likewise.
14378         * modules/nanosleep (Depends-on): Likewise.
14379         * modules/posixtm (Depends-on): Likewise.
14380         * modules/quotearg (Depends-on): Likewise.
14381         * modules/readtokens (Depends-on): Likewise.
14382         * modules/readtokens0 (Depends-on): Likewise.
14383         * modules/readutmp (Depends-on): Likewise.
14384         * modules/save-cwd (Depends-on): Likewise.
14385         * modules/strftime (Depends-on): Likewise.
14386         * modules/userspec (Depends-on): Likewise.
14387         * modules/utimecmp (Depends-on): Likewise.
14388         * modules/xgetcwd (Depends-on): Likewise.
14389         * modules/xnanosleep (Depends-on): Likewise.
14390         * modules/xstrtod (Depends-on): Likewise.
14391         * modules/yesno (Depends-on): Likewise.
14392
14393 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
14396         needless checks.
14397
14398 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14399
14400         Merge from coreutils.  Among other things,
14401         add bulletproofing for cases where stdin, stdout, or stderr are closed.
14402         * lib/fd-safer.c: New file.
14403         * lib/fcntl-safer.h, open-safer.c: Remove.
14404         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
14405         * lib/dup-safer.c: Include unistd-safer.h first.
14406         Don't include errno.h.
14407         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
14408         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
14409         * lib/file-type.c: Rely on file-type.h change.
14410         * lib/getloadavg.c: Include unistd-safer.h.
14411         (getloadavg): Use safer open.
14412         * lib/getusershell.c: Include "stdio-safer.h".
14413         (getusershell): Use safer fopen.
14414         * lib/long-options.c (long_options): Use NULL rather than 0.
14415         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
14416         'free'.
14417         * lib/modechange.c: Likewise.
14418         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
14419         (MODE_DONE): New constant.
14420         (struct mode_change): Remove 'next' member.
14421         (make_node_op_equals): New function; like the old one of the
14422         same name, except it allocates an array.
14423         (mode_compile, mode_create_from_ref): Use it.
14424         (mode_compile): Allocate result as an array, not a linked list.
14425         Parse octal string ourself, so that we catch mistakes like "+0".
14426         (mode_adjust): Arg is an array, not a linked list.
14427         * lib/modechange.c: Include stat-macros.h, xalloc.h.
14428         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
14429         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
14430         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
14431         Remove.  This is now stat-macros.h's job.
14432         (talloc): Remove.  All callers replaced by xalloc, so that
14433         our invokers don't have to worry about reporting memory failures.
14434         (make_node_op_equals): Remove.
14435         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14436         New constants.
14437         (struct mode_change): Moved here from modechange.h.
14438         (mode_append_entry): Remove.
14439         (mode_compile): Remove MASKED_OPS arg, since it encouraged
14440         apps to have incorrect behavior.  Use simpler algorithm for head
14441         and tail.  Don't futz with umask; that's now the job of mode_adjust.
14442         Detect more invalid usages rather than having somewhat-random behavior.
14443         Don't insert an "a=" action, as that leads to incorrect behavior.
14444         (mode_compile, mode_create_from_ref): Return NULL on error instead
14445         of an enum, since now there's only one way to have an error.  All
14446         callers changed.
14447         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
14448         at the correct time.  Simplify calculation of "+u" and its ilk.
14449         Don't mishandle "+X".
14450         (mode_free): Remove "register" and localize decls.
14451         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
14452         (struct mode_change): Move to modechange.c; callers don't
14453         need to see this stuff.
14454         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
14455         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
14456         (mode_change, mode_adjust): Reflect the new signatures noted above.
14457         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
14458         that might redefine system include files.
14459         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
14460         (my_usleep): Use NULL rather than (void *) 0.
14461         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
14462         Use siginterrupt to specify that system calls should be interrupted.
14463         (rpl_nanosleep): Move initialization of suspended closer to call of
14464         my_usleep.
14465         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
14466         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
14467         (desirable_utmp_entry): New function.
14468         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
14469         using x2nrealloc, to simplify logic.
14470         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
14471         size calculation.  Do not assume utmp file is a regular file.
14472         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
14473         (READ_UTMP_CHECK_PIDS): New constant.
14474         * lib/save-cwd.c: Include unistd-safer.h.
14475         (save_cwd): Use fd_safer.
14476         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
14477         [!_LIBC] Include "stat-macros.h" instead.
14478         * lib/unistd-safer.h (fd_safer): New decl.
14479
14480 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * modules/getloadavg (Depends-on): Add unistd-safer.
14483         * modules/getusershell (Depends-on): Add stdio-safer.
14484         * modules/lstat (Depends-on): Remove xalloc.
14485         * modules/mkstemp (Depends-on): Add stat-macros.
14486         * modules/modechange (Depends-on): Remove xstrtol.
14487         Add stat-macros, xalloc.
14488         * modules/save-cwd (Depends-on): Add unistd-safer.
14489         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
14490         * modules/unistd-safer (Files): Add lib/fd-safer.c
14491         (Makefile.am): Remove lib_SOURCES.
14492
14493         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
14494         Remove fcntl-safer; unistd-safer supersedes it.
14495
14496 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14497
14498         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
14499         AC_HEADER_STAT.
14500         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
14501         (gl_PREREQ_CHOWN): Remove.
14502         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
14503         it.  Don't require AC_HEADER_STAT.
14504         (gl_PREREQ_LSTAT): Remove.
14505         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
14506         Don't require AC_HEADER_STAT.
14507         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
14508         (gl_PREREQ_RMDIR): Remove.
14509         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
14510         mention stat-macros.h or AC_HEADER_STAT, since we'll make
14511         the stat-macros module a prerequisite.
14512         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
14513         * m4/filemode.m4 (gl_FILEMODE): Likewise.
14514         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
14515         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
14516         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
14517         variable names.
14518         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
14519         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
14520         variable prefixes.
14521         * m4/fcntl-safer.m4: Remove.
14522         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
14523         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
14524         Invoke gl_PREREQ_FD_SAFER.
14525         (gl_PREREQ_FD_SAFER): New macro.
14526         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
14527         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
14528         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
14529         Remove duplicate call to AC_LIBOBJ(readutmp).
14530         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
14531
14532         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
14533         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
14534
14535 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         * MODULES.html.sh (Misc): Add byteswap.
14538
14539 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14540
14541         * modules/getcwd (Depends-on): Add extensions.
14542         * modules/openat (Depends-on): Likewise.
14543
14544 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14545
14546         * modules/byteswap: New file.
14547
14548 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14549
14550         * m4/byteswap.m4: New file.
14551
14552 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
14553
14554         * lib/byteswap_.h: New file.
14555
14556 2005-04-25  Karl Berry  <karl@gnu.org>
14557
14558         * m4/gettext.m4: Update from GNU gettext 0.14.4.
14559
14560 2005-04-25  Albert Chin  <china@thewrittenword.com>
14561
14562         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
14563         Toolkit C bug.
14564
14565 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
14566
14567         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
14568         (func_ln_if_changed) Remove forcibly for no error message
14569         in case file does not exist.
14570
14571 2005-04-19  Simon Josefsson  <jas@extundo.com>
14572
14573         * gnulib-tool (Options): Make --symlink mean --symbolic.
14574
14575 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
14576
14577         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
14578
14579 2005-04-16  Simon Josefsson  <jas@extundo.com>
14580
14581         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
14582
14583 2005-04-15  Simon Josefsson  <jas@extundo.com>
14584
14585         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
14586
14587 2005-04-15  Simon Josefsson  <jas@extundo.com>
14588
14589         * gnulib-tool: Rename --symlink to --symbolic.
14590
14591 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
14592
14593         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
14594         symbolic links to files instead of copying/moving.  Add --aux-dir,
14595         specifying directory relative --dir where auxiliary build tools
14596         are placed.
14597
14598 2005-04-14  Bruno Haible  <bruno@clisp.org>
14599
14600         * modules/allocsa (License): Change to LGPL.
14601         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
14602
14603 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14604
14605         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
14606         that "UTC +1 second" continues to work.  Problem reported
14607         by Dmitry V. Levin.
14608         (relunit_snumber): New rule.
14609         (relunit): Use it.
14610
14611 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14612
14613         * lib/getdate.y (universal_time_zone_table): New constant.
14614         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
14615         universal_time_zone_table.
14616         (lookup_zone): Prefer universal_time_zone_table to
14617         local_time_zone_table, so that "GMT" time stamps are allowed in
14618         London during the summer.  Problem reported by Ian Abbott.
14619
14620 2005-04-12  Jim Meyering  <jim@meyering.net>
14621
14622         * lib/human.c (humblock): Set *options even when returning due to
14623         xstrtoumax conversion failure.  Thanks to a used-uninitialized
14624         warning from gcc-4.
14625
14626 2005-04-09  Jim Meyering  <jim@meyering.net>
14627
14628         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
14629         -Wuninitialized: initialize tm0.tm_year.
14630
14631 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
14632
14633         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
14634         count, since there's no maximum.  All uses changed.
14635         Add member dsts_seen.
14636         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
14637         not being INT_MAX.
14638         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
14639         Use pc_rels_seen to decide whther a date is absolute.
14640
14641         * lib/getdate.y (number): Don't overwrite year.
14642         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
14643         check.
14644
14645 2005-04-02  Simon Josefsson  <jas@extundo.com>
14646
14647         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
14648         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
14649
14650 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
14651
14652         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
14653         where no absolute path name can be longer than PATH_MAX.
14654
14655 2005-03-27  Jim Meyering  <jim@meyering.net>
14656
14657         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
14658
14659 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
14660
14661         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
14662         "one's complement" -> "ones' complement" in comment, as per Knuth.
14663         "value of type" -> "type or expression" in comment.
14664         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
14665
14666 2005-03-26  Jim Meyering  <jim@meyering.net>
14667
14668         Comment nits.
14669         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
14670         Correct typos: s/or/of/.
14671
14672 2005-03-26  Jim Meyering  <jim@meyering.net>
14673
14674         * modules/check-include-files: Move to ../ and rename to...
14675         * check-module: ...this.
14676
14677 2005-03-25  Jim Meyering  <jim@meyering.net>
14678
14679         * modules/xvasprintf (Files): Add xalloc.h.
14680
14681 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * modules/gettext (Files): config/config.rpath ->
14684         build-aux/config.rpath
14685         * modules/iconv (Files): Likewise.
14686         Problem reported by Oskar Liljeblad.
14687
14688 2005-03-23  Jim Meyering  <jim@meyering.net>
14689
14690         * modules/check-include-files: New script to check for
14691         missing dependencies, multiple includes, etc.
14692
14693         * modules/c-strtold (Depends-on): Add xalloc.
14694         * modules/c-strtod (Depends-on): Add xalloc.
14695         * modules/hash (Depends-on): Add xalloc.
14696         (Files): Remove lib/xalloc.h.
14697
14698         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
14699         * modules/userspec (Files): Add lib/inttostr.h.
14700
14701 2005-03-23  Jim Meyering  <jim@meyering.net>
14702
14703         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
14704
14705 2005-03-22  Jim Meyering  <jim@meyering.net>
14706
14707         * modules/stat-macros: New module.
14708         * modules/canonicalize, modules/euidaccess, modules/file-type,
14709         * modules/filemode, modules/lchown, modules/makepath,
14710         * modules/rmdir, modules/stat: Depend on new stat-macros module
14711         rather than listing lib/stat-macros.h manually.
14712         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
14713
14714 2005-03-22  Jim Meyering  <jim@meyering.net>
14715
14716         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
14717
14718 2005-03-22  Bruno Haible  <bruno@clisp.org>
14719
14720         * config/srclist.txt: Replace target directory 'config' with
14721         'build-aux'.
14722         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
14723         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
14724         ../build-aux/.
14725
14726 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
14727
14728         * modules/chdir-long (Depends-on): Add mempcpy.
14729
14730         * modules/acl, modules/backupfile, modules/c-strtod,
14731         modules/c-strtold, modules/canon-host, modules/canonicalize,
14732         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
14733         modules/exclude, modules/exitfail, modules/file-type,
14734         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
14735         modules/getdate, modules/getline, modules/getpagesize,
14736         modules/getpass, modules/getugroups, modules/group-member,
14737         modules/hard-locale, modules/hash, modules/human, modules/idcache,
14738         modules/inttostr, modules/long-options, modules/makepath,
14739         modules/md5, modules/memcasecmp, modules/memcoll,
14740         modules/modechange, modules/mountlist, modules/path-concat,
14741         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
14742         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
14743         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
14744         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
14745         modules/strftime, modules/strndup, modules/strverscmp,
14746         modules/timespec, modules/unlocked-io, modules/userspec,
14747         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
14748         modules/yesno:
14749         Remove lib_SOURCES line from Makefile.am section, as this is now
14750         done automatically by the corresponding Autoconf macro.
14751
14752 2005-03-21  Jim Meyering  <jim@meyering.net>
14753
14754         Changes imported from coreutils.
14755
14756         * lib/cycle-check.c: Don't include xalloc.h.
14757
14758         * lib/path-concat.c: Don't include assert.h.
14759         (path_concat): Remove assertion that would have triggered
14760         for ABASE starting with more than one slash.
14761         Reported by Andreas Schwab.
14762
14763         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
14764         properly when ABASE is an absolute file name.
14765         Correct the description of this function.
14766         Include <assert.h>.
14767         Add an assertion and a test driver.
14768         This fixes a bug introduced on 2004-07-02.
14769         Andreas Schwab reported the resulting failure of cp --parents:
14770         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
14771
14772 2005-03-21  Jim Meyering  <jim@meyering.net>
14773
14774         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
14775         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
14776
14777 2005-03-21  Jim Meyering  <jim@meyering.net>
14778         and  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
14781         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
14782         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
14783         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
14784         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
14785         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
14786         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
14787         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
14788         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
14789         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
14790         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
14791         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
14792         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
14793         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
14794         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
14795         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
14796         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
14797         for these modules.
14798
14799 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
14802         (which shouldn't happen), generate nothing instead of returning 0
14803         immediately, so that nstrftime (NULL, ...) doesn't return 0.
14804
14805 2005-03-16  Bruno Haible  <bruno@clisp.org>
14806
14807         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
14808         HAVE_LONGLONG_64BIT.
14809
14810 2005-03-16  Bruno Haible  <bruno@clisp.org>
14811
14812         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
14813         HAVE_LONGLONG_64BIT.
14814
14815 2005-03-16  Bruno Haible  <bruno@clisp.org>
14816
14817         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
14818         HAVE_LONGLONG_64BIT.
14819
14820 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * lib/strftime.c (my_strftime): Prepend space to format so that we can
14823         reliably distinguish strftime failure from empty output on POSIX
14824         hosts.
14825
14826 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
14829         (iconv_string): Don't guess a size-zero buffer, as that might cause
14830         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
14831         result would be 'too large', where 'too large' is (heuristically)
14832         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14833         overflow concerns.  This will prevent some unwanted malloc failures
14834         when the inputs are very large.
14835
14836 2005-03-15  Karl Berry  <karl@gnu.org>
14837
14838         * config/srclist.txt (config.rpath): from gettext.
14839         * config/config.rpath: update.
14840
14841 2005-03-15  Bruno Haible  <bruno@clisp.org>
14842
14843         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
14844         to 'negate'.
14845
14846         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
14847         variable.
14848
14849         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
14850         results.
14851
14852 2005-03-14  Simon Josefsson  <jas@extundo.com>
14853
14854         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
14855         <fx@gnu.org>.
14856
14857 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
14858
14859         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
14860         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
14861         intprops.h.
14862         * lib/strtol.c: Likewise.
14863
14864 2005-03-14  Jim Meyering  <jim@meyering.net>
14865
14866         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
14867         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
14868         to be nonzero so that we (and caller) can detect the difference
14869         between a valid zero-length expansion and an error return, even
14870         when the underlying strftime fails before writing anything into
14871         that location.
14872
14873 2005-03-14  Bruno Haible  <bruno@clisp.org>
14874
14875         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
14876         Update from GNU gettext 0.14.3.
14877
14878 2005-03-10  Jim Meyering  <jim@meyering.net>
14879
14880         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
14881
14882 2005-03-10  Jim Meyering  <jim@meyering.net>
14883
14884         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
14885         so that this module works on systems without fchdir.
14886
14887 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         Factor int-properties macros into a single file, except for
14890         glibc-related files.
14891         * lib/intprops.h: New file.
14892         * lib/getloadavg.c: Include it instead of limits.h.
14893         (INT_STRLEN_BOUND): Remove.
14894         * lib/human.c: Include intprops.h.
14895         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
14896         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
14897         302/1000.
14898         * lib/inttostr.h: Include intprops.h instead of limits.h.
14899         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
14900         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
14901         for consistency with intprops.h.
14902         (time_t_is_integer, twos_complement_arithmetic): Use them.
14903         * lib/sig2str.h: Include <signal.h>, intprops.h.
14904         (INT_STRLEN_BOUND): Remove.
14905         * lib/strftime.c (TYPE_SIGNED): Remove.
14906         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
14907         * lib/strtol.c: Adjust comments to match intprops.h.
14908         * lib/userspec.c: Include intprops.h.
14909         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
14910         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
14911         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
14912         instead of rolling our own expressions.
14913         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
14914
14915         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
14916         instead of int.
14917         (my_strftime): Do not mishandle years close to INT_MAX, by doing
14918         the right thing even if adding 1900 would overflow.  Similarly
14919         for tm_mon + 1 and tm_yday + 1.
14920         Make %Y always equivalent to %C%y, and similarly for %G and %g.
14921         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
14922         (DO_SIGNED_NUMBER): New macro.
14923         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
14924
14925 2005-03-07  Bruno Haible  <bruno@clisp.org>
14926
14927         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
14928
14929 2005-03-07  Bruno Haible  <bruno@clisp.org>
14930
14931         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
14932
14933 2005-03-04  Derek R. Price  <derek@ximbiot.com>
14934
14935         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
14936         (func_import): Only replace files via --import when they have actually
14937         changed.
14938
14939 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14940
14941         * m4/mmap-anon.m4: New file.
14942         * m4/pagealign_alloc.m4: New file.
14943
14944 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14945             Bruno Haible  <bruno@clisp.org>
14946
14947         * modules/pagealign_alloc: New file.
14948         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
14949
14950 2005-03-03  Derek R. Price  <derek@ximbiot.com>
14951             Bruno Haible  <bruno@clisp.org>
14952
14953         * lib/pagealign_alloc.h: New file.
14954         * lib/pagealign_alloc.c: New file.
14955
14956 2005-03-03  Bruno Haible  <bruno@clisp.org>
14957
14958         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
14959         Use an all-permissive copyright notice, recommended by RMS.
14960
14961 2005-03-02  Bruno Haible  <bruno@clisp.org>
14962
14963         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
14964         of AIX, the replacement has to be done only after <string.h> is
14965         included, therefore not in config.h. stpncpy.h does the replacement,
14966         and stpncpy.c uses it.
14967
14968 2005-03-02  Bruno Haible  <bruno@clisp.org>
14969
14970         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
14971         stpncpy.c uses it.
14972
14973 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14974
14975         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
14976         The workaround isn't strictly needed for POSIX conformance, and
14977         it's too much of a pain to configure and maintain.  We'll ask
14978         people to fix their kernels instead.
14979         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
14980         (NANOSLEEP_BUG_WORKAROUND): Remove.
14981         (xnanosleep): Remove the workaround.
14982
14983 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14984
14985         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
14986         Reported by Derek Price.
14987         (Include): Add "timespec.h".
14988
14989         * modules/xnanosleep (Depends-on): Remove gethrxtime.
14990
14991 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
14992
14993         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
14994         to detect nanosleep bug.
14995
14996 2005-03-01  Bruno Haible  <bruno@clisp.org>
14997
14998         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
14999
15000 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15001
15002         * modules/gethrxtime: New file.
15003         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
15004         (Depends-on): Add gethrxtime.
15005         (configure.ac): Add gl_XNANOSLEEP.
15006         (Makefile.am): Remove lib_SOURCES line.
15007
15008 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15009
15010         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
15011         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
15012
15013 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
15014
15015         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
15016         * lib/timespec.h (gettime): Return void, since it always
15017         succeeds now.  All uses changed.
15018         * lib/gettime.c (gettime) Likewise.
15019         [HAVE_NANOTIME]: Prefer nanotime.
15020         Assume gettimeofday succeeds, as POSIX requires.
15021         Assime time () succeeds, since other code already does.
15022         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
15023         (timespec_subtract): Remove.
15024         (NANOSLEEP_BUG_WORKAROUND): New constant.
15025         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
15026         things considerably.  Use it only on GNU/Linux hosts, since the
15027         workaround shouldn't be needed elsewhere.
15028
15029 2005-02-24  Bruno Haible  <bruno@clisp.org>
15030
15031         * modules/gettext (Files): Add m4/glibc2.m4.
15032
15033 2005-02-24  Bruno Haible  <bruno@clisp.org>
15034
15035         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
15036         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
15037         * m4/progtest.m4:
15038         Update from GNU gettext 0.14.2.
15039         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
15040
15041 2005-02-24  Bruno Haible  <bruno@clisp.org>
15042
15043         * lib/localcharset.c: Update from GNU gettext 0.14.2.
15044         * lib/config.charset: Update from GNU gettext 0.14.2.
15045
15046 2005-02-24  Bruno Haible  <bruno@clisp.org>
15047
15048         * lib/gettext.h: Update from GNU gettext 0.14.2.
15049
15050 2005-02-23  Simon Josefsson  <jas@extundo.com>
15051
15052         * m4/iconvme.m4: New file.
15053
15054 2005-02-23  Jim Meyering  <jim@meyering.net>
15055
15056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
15057         change.
15058         Thanks to Bruno Haible for catching it.
15059
15060 2005-02-22  Simon Josefsson  <jas@extundo.com>
15061
15062         * modules/iconvme: New file.
15063
15064         * MODULES.html.sh: Add iconvme.
15065
15066 2005-02-22  Simon Josefsson  <jas@extundo.com>
15067
15068         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
15069
15070 2005-02-22  Simon Josefsson  <jas@extundo.com>
15071
15072         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
15073
15074 2005-02-22  Jim Meyering  <jim@meyering.net>
15075
15076         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
15077         s/ifndef/ifdef/.
15078
15079 2005-02-20  Neil Conway  <neilc@samurai.com>
15080
15081         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
15082         returned by OSX/Darwin if the specified buffer is not large
15083         enough for the hostname.
15084
15085 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15086
15087         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
15088         pass it to _help, otherwise the latter coredumps trying to
15089         dereference state.root_argp.
15090
15091 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * modules/chdir-long (Depends-on): Add memrchr.
15094         * modules/memrchr (Files): Add lib/memrchr.h.
15095         (Include): "memrchr.h".
15096
15097 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
15100
15101 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
15102
15103         * lib/memrchr.h: New file.
15104         * lib/chdir-long.c: Include it.
15105         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
15106         Don't bother including stddef.h.
15107
15108 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
15111         inclusion.
15112         Include <sys/types.h>, for dev_t.
15113         (ME_DUMMY, ME_REMOTE): Move from here....
15114         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
15115         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
15116         Dmitry V. Levin.
15117         Include mountlist.h first, to test the interface.
15118
15119 2005-01-29  Bruno Haible  <bruno@clisp.org>
15120
15121         * lib/progname.c (program_name): Initialize.
15122         Needed when linking statically on MacOS X.
15123
15124 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         Sync from coreutils.
15127         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
15128         (Depends-on): Add c-strtod.
15129         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
15130
15131 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
15132
15133         Sync from coreutils.
15134         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
15135
15136         Remove files that are specific to coreutils.
15137         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
15138
15139 2005-01-28  Bruno Haible  <bruno@clisp.org>
15140
15141         * modules/javacomp: New file.
15142         * MODULES.html.sh (Java): Add javacomp.
15143
15144 2005-01-28  Bruno Haible  <bruno@clisp.org>
15145
15146         * m4/javacomp.m4: New file, from GNU gettext.
15147
15148 2005-01-28  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/javacomp.sh.in: New file, from GNU gettext.
15151         * lib/javacomp.h: New file, from GNU gettext.
15152         * lib/javacomp.c: New file, from GNU gettext.
15153
15154 2005-01-26  Simon Josefsson  <jas@extundo.com>
15155
15156         * lib/gai_strerror.c: Use GPL in header.
15157
15158 2005-01-26  Bruno Haible  <bruno@clisp.org>
15159
15160         * modules/javaexec: New file.
15161         * MODULES.html.sh (Java): Add javaexec.
15162
15163 2005-01-26  Bruno Haible  <bruno@clisp.org>
15164
15165         * m4/javaexec.m4: New file, from GNU gettext.
15166
15167 2005-01-26  Bruno Haible  <bruno@clisp.org>
15168
15169         * lib/javaexec.sh.in: New file, from GNU gettext.
15170         * lib/javaexec.h: New file, from GNU gettext.
15171         * lib/javaexec.c: New file, from GNU gettext.
15172
15173 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15174
15175         * modules/lchown (Depends-on): Remove lchown.h
15176
15177 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15178
15179         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
15180         must be defined if the header file was not found, in order
15181         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
15182
15183 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15184
15185         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
15186         initializers for struct pentry_state.
15187         (__argp_error): Check return value of __asprintf
15188         (__argp_failure): Translate error message
15189
15190         * lib/argp-parse.c: Removed braces around the expansion of N_()
15191
15192 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15193
15194         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
15195         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
15196         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
15197         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
15198         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
15199         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
15200         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
15201         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
15202         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
15203         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
15204         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
15205         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
15206         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
15207         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
15208         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
15209         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
15210         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
15211         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
15212         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
15213         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
15214         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
15215         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
15216         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
15217         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
15218         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
15219         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
15220         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
15221         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
15222         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
15223         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
15224         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
15225         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
15226         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
15227         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
15228         xstrtol.m4, xstrtoumax.m4, yesno.m4:
15229         Use an all-permissive copyright notice, recommended by RMS.
15230
15231 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
15232
15233         * modules/chdir-long (Depends-on): Remove mempcpy.
15234
15235 2005-01-21  Jim Meyering  <jim@meyering.net>
15236
15237         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
15238         same value as for Solaris 9.
15239
15240         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
15241         component length.  This included changing the parameter to be
15242         of type `char *' rather than `char const *'.
15243         * lib/chdir-long.h (chdir_long): Update prototype.
15244
15245         * lib/openat.c (fdopendir, fstatat): New functions.
15246         * lib/openat.h: Include headers required for use of DIR and struct
15247         stat.
15248         [AT_SYMLINK_NOFOLLOW]: Define.
15249         (fdopendir, fstatat): Add prototypes.
15250
15251 2005-01-21  Bruno Haible  <bruno@clisp.org>
15252
15253         * modules/classpath: New file.
15254         * MODULES.html.sh (Java): Add classpath.
15255
15256 2005-01-21  Bruno Haible  <bruno@clisp.org>
15257
15258         * lib/classpath.h: New file, from GNU gettext.
15259         * lib/classpath.c: New file, from GNU gettext.
15260
15261 2005-01-20  Simon Josefsson  <jas@extundo.com>
15262
15263         * modules/version-etc-fsf: New file.
15264
15265 2005-01-20  Simon Josefsson  <jas@extundo.com>
15266
15267         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
15268         * lib/version-etc.c: Remove version_etc_copyright.
15269         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
15270         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
15271
15272 2005-01-20  Simon Josefsson  <jas@extundo.com>
15273
15274         * lib/base64.h (isbase64): Add.
15275
15276         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
15277         using a unsigned prototype, don't inline.
15278         (base64_decode): Use it.
15279
15280 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15281
15282         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
15283         it.
15284
15285 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15286
15287         * lib/save-cwd.c (save_cwd): Remove code to support the case
15288         where fchdir is missing or flaky.
15289
15290 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15291
15292         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
15293
15294 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
15295
15296         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
15297         AC_LIBSOURCES now does this.
15298         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
15299         with new ullong_max module.
15300
15301 2005-01-19  Bruno Haible  <bruno@clisp.org>
15302
15303         * modules/sh-quote: New file.
15304         * MODULES.html.sh (Executing programs): Add sh-quote.
15305
15306 2005-01-19  Bruno Haible  <bruno@clisp.org>
15307
15308         * lib/sh-quote.h: New file, from GNU gettext.
15309         * lib/sh-quote.c: New file, from GNU gettext.
15310
15311 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15312
15313         Merge from coreutils.
15314         * m4/ullong_max.m4: New file.
15315         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
15316         (gl_MACROS): Assume localeconv exists.
15317
15318 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15319
15320         Merge changes from coreutils, as described below in several
15321         changelogs dated today.
15322
15323         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
15324         (O_DIRECTORY): Remove; not needed here, since "." must be
15325         a directory.  All uses removed.
15326         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
15327         universal on Suns, and we also need to test for IRIX.
15328         Revamp code to use 'if' rather than '#if'.
15329         Avoid unnecessary comparison of cwd->desc to 0.
15330
15331         * lib/utimens.c (futimens): Robustify the previous patch, by checking
15332         for known valid error numbers rather than observed invalid ones.
15333
15334 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
15335
15336         * modules/ullong_max: New file.
15337
15338         * modules/chdir-long, modules/openat: New files.
15339         * modules/save-cwd (Depends-on): Depend on chdir-long.
15340         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
15341
15342 2005-01-18  Jim Meyering  <jim@meyering.net>
15343
15344         Merge from coreutils.
15345         * m4/chdir-long.m4, m4/openat.m4: New files.
15346         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
15347         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
15348         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
15349         is sane and DOES follow symlinks.  Besides, testing 20 different
15350         systems found no broken chown implementations.
15351         Prompted by a change in rsync's copy of this macro.
15352         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
15353
15354         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
15355
15356         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
15357         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
15358         NULL-means-set-to-current-time semantics.
15359         Remove temporary file immediately, rather than waiting
15360         for configure's at-exit trap code to do it.
15361
15362 2005-01-18  Jim Meyering  <jim@meyering.net>
15363
15364         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15365
15366         * lib/utimens.c (futimens): Account for the fact that futimes
15367         can also fail with errno == ENOSYS or errno == ENOENT.
15368         Patch from Dmitry V. Levin.
15369
15370         Change the name of the robust chdir function from chdir to chdir_long.
15371         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
15372         (restore_cwd): Use chdir_long, not chdir.
15373         * lib/chdir-long.c: Renamed from chdir.c.
15374         * lib/chdir-long.h: Renamed from chdir.h.
15375         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
15376         Hurd.
15377
15378 2005-01-18  Bruno Haible  <bruno@clisp.org>
15379
15380         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
15381         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
15382         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
15383         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
15384         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
15385         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
15386         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
15387         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
15388         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
15389         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
15390         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
15391         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
15392         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
15393         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
15394         Use an all-permissive copyright notice, recommended by RMS.
15395
15396 2005-01-18  Bob Proulx  <bob@proulx.com>
15397
15398         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
15399         simplify offsetof() macro construct to avoid compile failure with
15400         native HP-UX 11.0 ANSI C compiler.
15401
15402 2005-01-17  Bruno Haible  <bruno@clisp.org>
15403
15404         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
15405         redundant because stpncpy.m4 takes care of it.
15406
15407 2005-01-17  Bruno Haible  <bruno@clisp.org>
15408
15409         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
15410
15411 2005-01-17  Bruno Haible  <bruno@clisp.org>
15412
15413         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
15414         used.
15415
15416 2005-01-17  Bruno Haible  <bruno@clisp.org>
15417
15418         * lib/fwriteerror.h (fwriteerror): Change specification to include
15419         fclose.
15420         * lib/fwriteerror.c: Include <stdbool.h>.
15421         (fwriteerror): At the end, close the file stream. Record whether
15422         stdout was already closed.
15423
15424 2005-01-17  Bruno Haible  <bruno@clisp.org>
15425
15426         * lib/execute.c (environ): Declare if needed.
15427         * lib/pipe.c (environ): Likewise.
15428         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
15429
15430 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15431
15432         * modules/argp: Depend on vsnprintf
15433
15434 2005-01-10  Jim Meyering  <jim@meyering.net>
15435
15436         * modules/closeout (Depends-on): Add atexit.
15437
15438 2005-01-06  Bruno Haible  <bruno@clisp.org>
15439
15440         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
15441
15442 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
15445         definitions to be after all include files, to avoid collisions.
15446         Problem reported by Bob Proulx.
15447
15448 2005-01-04  Jim Meyering  <jim@meyering.net>
15449
15450         Changes imported from coreutils.
15451         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
15452         as the mkstemp template, use a temporary directory and an
15453         8.3-friendly template to avoid trouble on systems like DJGPP.
15454         Reported by Juan M. Guerrero via Stepan Kasal.
15455         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
15456         close. Remove the temporary directory right away, rather than waiting
15457         for configure's at-exit trap code to do it.
15458         Suggestion from Stepan Kasal.
15459
15460 2005-01-01  Simon Josefsson  <jas@extundo.com>
15461
15462         * gnulib-tool: Print #include directives when --import'ing.
15463
15464 2004-12-28  Simon Josefsson  <jas@extundo.com>
15465
15466         * tests/test-base64.c: Include required header files.  Remove
15467         unused variables.
15468
15469 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15470
15471         * modules/error (Depends-on): Remove gettext.
15472
15473 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
15474
15475         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
15476         not needed.  This removes a dependency on the gettext module.
15477         [defined _LIBC]: Do not include <libintl.h>; not needed.
15478
15479 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
15482         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
15483
15484 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
15485
15486         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
15487         HAVE_DECL_STRTOLD.
15488
15489 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15490
15491         * modules/getdate (Depends-on): Remove alloca-opt.
15492
15493 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15494
15495         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
15496
15497 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/argp-parse.c: Include <stddef.h>.
15500         (alignof, alignto): New macros.
15501         (parser_init): Don't assume that void * is aligned sufficiently
15502         for struct option.
15503
15504         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
15505         need to extend the stack.
15506         (YYINITDEPTH): New macro, so that the initial stack isn't overly
15507         large.
15508
15509 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15510
15511         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
15512
15513 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15514
15515         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
15516         (2004-10-24) change.  Apparently this was a false alarm.
15517
15518         * modules/getdate: Depend on alloca-opt, not alloca.
15519
15520 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
15521
15522         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
15523         Remove now-obsolete comment about AIX.
15524         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
15525         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
15526         (YYMAXDEPTH): New macro.
15527
15528 2004-12-18  Simon Josefsson  <jas@extundo.com>
15529
15530         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
15531
15532 2004-12-18  Bruno Haible  <bruno@clisp.org>
15533
15534         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
15535
15536 2004-12-18  Bruno Haible  <bruno@clisp.org>
15537
15538         * lib/fatal-signal.c (fatal_signals): Make non-const.
15539         (init_fatal_signals): New function.
15540         (uninstall_handlers, install_handlers): Ignore signals that were set to
15541         SIG_IGN.
15542         (at_fatal_signal): Call init_fatal_signals.
15543         (init_fatal_signal_set): Likewise. Ignore signals that were set to
15544         SIG_IGN.
15545         Reported by Paul Eggert.
15546
15547 2004-12-18  Bruno Haible  <bruno@clisp.org>
15548
15549         * doc/alloca.texi: New file.
15550         * doc/alloca-opt.texi: New file.
15551
15552 2004-12-17  Jim Meyering  <jim@meyering.net>
15553
15554         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
15555         Otherwise, install-sh could exit with improper exit status when
15556         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
15557
15558 2004-12-16  Simon Josefsson  <jas@extundo.com>
15559
15560         * tests/test-base64.c: Add license.
15561
15562 2004-12-15  Stepan Kasal  <address@hidden>
15563
15564         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
15565
15566 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * modules/getcwd (Files): Add m4/d-ino.m4.
15569         Suggested by Mark D. Baushke.
15570
15571 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * lib/getdate.y (textint): New member "negative".
15574         (time_zone_hhmm): New function.
15575         Expect 14 shift-reduce conflicts, not 13.
15576         (o_colon_minutes): New rule.
15577         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
15578         (yylex): Set the "negative" member of signed numbers.
15579
15580 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
15581
15582         * doc/getdate.texi (Time of day items, Time zone items):
15583         Describe new formats +00:00, UTC+00:00.
15584
15585 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
15586
15587         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
15588         spurious "-l"s.  Problem reported by Stepan Kasal.
15589
15590 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
15591
15592         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
15593         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
15594
15595 2004-12-04  Simon Josefsson  <jas@extundo.com>
15596
15597         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
15598         Vandoorselaere <yoann@prelude-ids.org>.
15599
15600 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         Changes imported from coreutils.
15603         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
15604         exist.
15605         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
15606
15607 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         Changes imported from coreutils.
15610         * lib/hard-locale.c: Assume <locale.h> exists.
15611         Include "strdup.h".
15612         (GLIBC_VERSION): New macro.
15613         (hard_locale): Assume setlocale exists.
15614         Rewrite to avoid #ifdef.
15615         Use strdup rather than malloc + strcpy.
15616         * lib/human.c: Assume <locale.h> exists.
15617         (human_readable): Assume localeconv exists.
15618
15619 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * modules/hard-locale (Depends-on): Add strdup.
15622
15623 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
15624
15625         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
15626         convert T2, not T.  (Imported from libc.)
15627
15628 2004-11-30  Simon Josefsson  <jas@extundo.com>
15629
15630         * modules/restrict (License): Change to LGPL.
15631
15632 2004-11-30  Simon Josefsson  <jas@extundo.com>
15633
15634         * m4/restrict.m4: Add copyright and copying conditions.
15635
15636 2004-11-30  Simon Josefsson  <jas@extundo.com>
15637
15638         * m4/base64.m4: New file.
15639
15640 2004-11-30  Simon Josefsson  <jas@extundo.com>
15641
15642         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
15643         base64.
15644
15645         * tests/test-base64.c: New file.
15646
15647         * modules/base64: New file.
15648
15649 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15650
15651         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
15652         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
15653
15654         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
15655
15656 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
15657
15658         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
15659         (__getcwd.c): Don't restore errno; glibc doesn't.
15660         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
15661         first, falling back to our code only if its results look suspicious.
15662         Ensure that the resulting buffer is only as large as necessary.
15663
15664         * lib/readutmp.c: Include readutmp.h first.
15665         Include <errno.h>, since readutmp.h no longer does that.
15666         * lib/readutmp.h: Don't include <errno.h>,
15667         <sys/param.h>, <time.h>; not needed to establish interface.
15668         (errno): Remove decl.
15669         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
15670         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
15671         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
15672
15673 2004-11-28  Simon Josefsson  <jas@extundo.com>
15674
15675         * lib/base64.h, base64.c: New file.
15676
15677 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
15680
15681 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
15682
15683         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
15684         (Depends-on): Remove pathmax, same.  Add mempcpy.
15685         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
15686         (Makefile.am): Append getcwd.h to lib_SOURCES.
15687         (Include): Add getcwd.h.
15688         (Maintainer): Change from Jim Meyering to "all, glibc",
15689         since getdate now uses intended-for-glibc code.
15690         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
15691         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
15692
15693 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
15696         HP's ANSI C compiler.
15697         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
15698         Declaring int functions causes warnings on some modern systems and
15699         shouldn't be needed to compile on ancient ones.
15700         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
15701         defined.
15702
15703         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
15704         with the following changes.
15705         (__set_errno): Parenthesize properly.
15706         Include <stdbool.h>.
15707         (MIN, MAX, MATCHING_INO): New macros.
15708         (__getcwd): Define with prototype, not K&R form.
15709         Use heuristics to allocate default buffer on stack if possible.
15710         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
15711         behavior, and to avoid the PATH_MAX limit when computing
15712         ../../../../...
15713         Use MATCHING_INO to compare inode number to file.
15714         Check for arithmetic overflow in size calculations.
15715         Fix bug in reallocation of dot array that caused getcwd to fail
15716         on directories nested deeper than 75.
15717         Be more careful about saving errno on error.
15718         Do not use realloc; use only free+malloc, as this is a bit
15719         more flexible and avoids a needless copy operation.
15720         Do not inspect st_dev and st_ino for symbolic links; POSIX
15721         doesn't specify the latter.
15722         Check for closedir errors.
15723         Avoid needless casts.
15724         Use "#ifdef weak_alias" around weak_alias, to be like other
15725         glibc code.
15726         The following changes to getcwd.c have effect only when used in
15727         gnulib; they have no effect inside glibc proper.
15728         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
15729         as alloca isn't used.
15730         (alloca, __alloca): Likewise.
15731         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
15732         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
15733         unconditionally, as gnulib assumes C89 or better.
15734         Do not include <sys/param.h>.
15735         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
15736         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
15737         better.
15738         (NULL) [!defined NULL]: Remove; we assume C89 or better.
15739         Include <dirent.h> in a way that is compatible with modern Autoconf.
15740         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
15741         New macros, if not already defined.
15742         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
15743         Use "_LIBC", not "defined _LIBC", for consistency.
15744         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
15745         a mempcpy module.
15746         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
15747         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
15748         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
15749         credit only to Jim Meyering and adjust the copyright dates.
15750         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
15751         <stdlib.h>, <unistd.h>, "pathmax.h".
15752         Instead, include "xgetcwd.h" (first) and "getcwd.h".
15753         (INITIAL_BUFFER_SIZE): Remove.
15754         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
15755
15756 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
15759         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
15760         Use the _ONCE methods, for efficiency.
15761         Check for fcntl.h.  In test program, include <errno.h>
15762         and <fcntl.h> if available.  Remove old K&R cruft from
15763         test program.  Check for common errors in GNU/Linux,
15764         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
15765         don't do AC_LIBOBJ, as that's getcwd.m4's job.
15766         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
15767         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
15768         name accordingly.
15769         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
15770         accommodate new getcwd.c.
15771         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
15772         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
15773         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
15774         that's all we need now.
15775
15776 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15777
15778         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
15779         argp-parse.c depends on getopt internals, that means we should
15780         always use our getopt, to be on the safe side.
15781         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
15782         order not to spoil the result of an eventual previous invocation
15783         of gl_GETOPT_SUBSTITUTE.
15784
15785 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15786
15787         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
15788         redefinition warnings. To avoid them, include the defines
15789         in `#if !defined __need_getopt ... #endif'. The only place
15790         where __getopt_argv_const is used is in definitions
15791         of getopt_long and getopt_long_only below, which are as well
15792         protected by `#ifndef __need_getopt'.
15793         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
15794         __need_getopt after including <stdio.h> and <unistd.h> These
15795         headers might have defined it.
15796
15797 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
15800
15801 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
15804         (futimens): New function, which uses futimes if available.
15805         (futimens, utimens): Support timespec==NULL, with same semantics
15806         as utime and utimens.
15807         * lib/utimens.h (futimens): New decl.
15808
15809 2004-11-23  Jim Meyering  <jim@meyering.net>
15810
15811         * lib/getopt_.h: Remove trailing blanks.
15812
15813 2004-11-23  Jim Meyering  <jim@meyering.net>
15814
15815         * lib/__fpending.c: Add comment.
15816
15817 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * modules/canonicalize (Depends-on): Add xreadlink.
15820         Problem reported by James Youngman.
15821
15822 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
15823
15824         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
15825         New macros.
15826         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
15827         optopt): Use them instead of invoking ## directly; otherwise, the
15828         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
15829
15830 2004-11-19  Bruno Haible  <bruno@clisp.org>
15831
15832         * lib/strtok_r.c: Move comments from here...
15833         * lib/strtok_r.h: ... to here.
15834
15835 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15836
15837         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
15838         implementations that mishandle size_t overflow.
15839
15840 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
15841
15842         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
15843         might fail.  Problem reported by Yoann Vandoorselaere.
15844         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
15845         implementations that mishandle size_t overflow.
15846
15847 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15848
15849         * modules/canon-host (Depends-on): Add strdup.
15850
15851 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
15854
15855 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15856
15857         * lib/canon-host.c: Include "strdup.h".
15858         (canon_host): Use getaddrinfo if available, so that IPv6 works.
15859         Use strdup instead of malloc/strcpy to duplicate strings.
15860
15861         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
15862         (human_space_before_unit): New constant.
15863         * lib/human.c (human_readable): Support it.
15864
15865         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
15866         (xgetcwd): Set errno correctly when failing.
15867         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
15868         the failure is actually due to a PATH_MAX problem.
15869
15870         Further getopt changes to make it more likely that glibc will
15871         buy the changes back.
15872         * lib/getopt.c (POSIXLY_CORRECT): New constant.
15873         (getopt): Use it, so to preserve glibc semantic
15874         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
15875         when compiling for libc.
15876         * lib/getopt_.h (__getopt_argv_const): Bring it back.
15877         (getopt_long, getopt_long_only): Use it.
15878
15879         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15880         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
15881         (getopt): Argv is now char * const *, as per standard.
15882         (_getopt_internal_r, _getopt_internal): Argv is now char **,
15883         not char *__getopt_argv_const *.
15884         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15885         _getopt_long_only_r): Likewise.
15886         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
15887         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15888         _getopt_long_r, _getopt_long_only_r): Likewise.
15889         * lib/getopt_.h (__getopt_argv_const): Remove.
15890         (getopt): Argv is now char * const *, as per standard.
15891
15892         * lib/getdate.y (tORDINAL): New token.
15893         (day, relunit): Allow it for relative times.
15894         (relative_time_table): Use tORDINAL for ordinals.
15895
15896 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
15899         Document that "second" isn't allowed as an ordinal number.
15900
15901 2004-11-16  Jim Meyering  <jim@meyering.net>
15902
15903         * modules/closeout (Depends-on): Add fpending.
15904
15905 2004-11-15  Jim Meyering  <jim@meyering.net>
15906
15907         * lib/closeout.c: Include "__fpending.h" once again.
15908         Include <stdbool.h>.
15909         (close_stdout): Don't fail just because stdout was closed initially,
15910         since some programs don't write to stdout in the normal course of
15911         operation (other than --version and --help), and we don't want this
15912         function to make e.g. `touch file >&-' fail.
15913         But do fail if it was closed and someone has tried to write to it.
15914         E.g., `printf foo >&-' must fail.
15915
15916 2004-11-13  Jim Meyering  <jim@meyering.net>
15917
15918         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
15919
15920 2004-11-12  Simon Josefsson  <jas@extundo.com>
15921
15922         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
15923         small doc fix is still pending.
15924
15925 2004-11-11  Simon Josefsson  <jas@extundo.com>
15926
15927         * modules/strtok_r: New file.
15928
15929         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15930         strtok_r.
15931
15932 2004-11-11  Simon Josefsson  <jas@extundo.com>
15933
15934         * m4/strtok_r.m4: New file.
15935
15936         * m4/getopt.m4: Replace opterr.
15937
15938 2004-11-11  Simon Josefsson  <jas@extundo.com>
15939
15940         * lib/strtok_r.h, strtok_r.c: New file.
15941
15942 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
15945         of replacing opterr, getopt, etc.  This should handle the
15946         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
15947
15948 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
15949
15950         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
15951         we can stop lying to compilers about the constness of argv when we
15952         are compiled outside glibc.
15953         (getopt, getopt_long, getopt_long_only): Use it.
15954         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
15955         _getopt_internal, getopt): Likewise.
15956         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
15957         _getopt_long_only_r): Likewise.
15958         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
15959         _getopt_long_r, _getopt_long_only_r): Likewise.
15960
15961         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
15962         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
15963         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
15964         the other external symbols.
15965         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
15966         declaration, since the above renaming now works around collisions.
15967
15968 2004-11-11  Jim Meyering  <jim@meyering.net>
15969
15970         * lib/linebreak.c: Remove trailing blanks.
15971         * lib/alloca_.h: Likewise.
15972         * lib/acosl.c: Likewise.
15973         * lib/euidaccess.c: Likewise.
15974         * lib/allocsa.h: Likewise.
15975
15976 2004-11-10  Simon Josefsson  <jas@extundo.com>
15977
15978         * m4/getaddrinfo.m4: New file.
15979
15980 2004-11-10  Simon Josefsson  <jas@extundo.com>
15981
15982         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
15983
15984 2004-11-10  Simon Josefsson  <jas@extundo.com>
15985
15986         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15987         getaddrinfo.
15988
15989         * modules/getaddrinfo: New file.
15990
15991 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15992
15993         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
15994
15995 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * lib/mktime.c (SHR): New macro, which is a portable
15998         substitute for >> that should work even on Crays.
15999         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
16000         Problem reported by Mark D. Baushke in
16001         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
16002         * lib/getdate.y (SHR): Likewise.
16003         (tm_diff): Use it.
16004         * lib/strftime.c (SHR): Likewise.
16005         (tm_diff): Use it.
16006         * lib/quotearg.c (struct quoting_options): Use unsigned int for
16007         quote_these_too, so that right shifts are well defined.  All uses
16008         changed.
16009
16010 2004-11-10  Jim Meyering  <jim@meyering.net>
16011
16012         Ensure that no close failure goes unreported.
16013         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
16014         return early when it seems there's nothing to flush.
16015         Don't include __fpending.h.
16016
16017 2004-11-10  Jim Meyering  <jim@meyering.net>
16018
16019         * modules/closeout (Depends-on): Remove fpending.
16020
16021 2004-11-10  Jim Meyering  <jim@meyering.net>
16022
16023         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
16024
16025 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
16028         gl_FUNC_STRFTIME.
16029         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
16030         and AC_REQUIRE when possible, to avoid duplicate checks.
16031         Check for <wchar.h>.
16032
16033 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
16034
16035         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
16036
16037 2004-11-09  Bruno Haible  <bruno@clisp.org>
16038
16039         * m4/sockpfaf.m4: New file.
16040
16041 2004-11-05  Bruno Haible  <bruno@clisp.org>
16042
16043         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
16044         Reported by Mark D. Baushke <mdb@cvshome.org>.
16045
16046 2004-11-04  Bruno Haible  <bruno@clisp.org>
16047
16048         2004-09-11  Bruno Haible  <bruno@clisp.org>
16049                 * allocsa.valgrind: New file.
16050         2004-02-06  Bruno Haible  <bruno@clisp.org>
16051                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
16052                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
16053                 Reported by Christopher Seip <chris.seip@hp.com>.
16054
16055 2004-11-04  Bruno Haible  <bruno@clisp.org>
16056
16057         * modules/allocsa (Files): Add lib/allocsa.valgrind.
16058         (Makefile.am): Distribute it.
16059
16060 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
16063         with errno == ERANGE if the buffer is too small.
16064         Problem reported by Mark D. Baushke.
16065
16066 2004-11-03  Albert Chin  <china@thewrittenword.com>
16067             Paul Eggert  <eggert@cs.ucla.edu>
16068
16069         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
16070         equivalent, substitute $ac_type for equivalent type rather than
16071         blindly using uint32_t *always* which won't work if uint32_t is not
16072         available.  Define _UINT32_T to work around typedef of uint32_t if
16073         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
16074         2.5.1.
16075
16076 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16077
16078         * m4/jm-macros.m4: Sync from coreutils.
16079         (gl_MACROS): Check for mbrlen, for pathchk.
16080         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
16081
16082 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16083
16084         * lib/xreadlink.c (MAXSIZE): New macro.
16085         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
16086         size does not exceed MAXSIZE.  Avoid cast.
16087         As suggested by Mark D. Baushke in
16088         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
16089         if readlink fails with buffer size just under MAXSIZE, try again
16090         with MAXSIZE.
16091
16092 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
16095
16096 2004-11-02  Derek R. Price  <derek@ximbiot.com>
16097         and  Paul Eggert  <eggert@cs.ucla.edu>
16098
16099         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
16100         (get_date): Overparenthesize to avoid GCC warning.
16101
16102 2004-11-02  Bruno Haible  <bruno@clisp.org>
16103
16104         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
16105         returns void.
16106
16107 2004-11-02  Bruno Haible  <bruno@clisp.org>
16108
16109         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
16110         function returns void.
16111
16112 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16113
16114         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
16115         fflush_unlocked, flockfile, funlockfile, funlockfile,
16116         fputs_unlocked, putc_unlocked.
16117
16118 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16121         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
16122         already declared.
16123
16124 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16125
16126         * modules/getdate (Files): Add doc/getdate.texi.
16127         (Depends-on): Add setenv, xalloc.
16128
16129 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16130
16131         * lib/getdate.y: Add support for TZ="foo" within a date string.
16132         Fix some bugs near time_t boundaries.  Reject dates with
16133         out-of-range components, e.g., "Sept 31".
16134         Include <stdlib.h>, "setenv.h", "xalloc.h".
16135         (ISDIGIT_LOCALE): Remove; unused.
16136         Note that the TZ and time functions used here are not reentrant.
16137         (mktime_ok, get_tz): New functions.
16138         (TZBUFSIZE): New constant.
16139         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
16140         This requires that we sometimes generate our own TZ="XXX..." setting.
16141
16142 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16143
16144         * doc/getdate.texi: New file, from coreutils with modifications for
16145         the new TZ parsing.
16146
16147 2004-10-27  Derek R. Price  <derek@ximbiot.com>
16148
16149         * lib/mktime.c (not_equal_tm): Remove redundant check.
16150
16151 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16152
16153         * modules/regex (lib_SOURCES): Add regex.c.
16154         Reported by James Youngman in
16155         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
16156
16157 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
16158
16159         * lib/getdate.y: Use Bison 1.875 features, and some minor
16160         code cleanups.  This change does not affect semantics.
16161         Don't include <stdlib.h>; no longer needed.
16162         Don't include unlocked-io.h; only the "#if TEST" code uses
16163         stdio, and performance isn't crucial there.
16164         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
16165         Bison 1.875 features as described below.
16166         All uses of "PC." replaced by "pc->".
16167         (YYSTYPE): Add a forward declaration.
16168         (yylex, yyerror): Use full prototypes in forward decls.
16169         Use "%pure-parser" rather than obsolescent "%pure_parser".
16170         Use %parse-param and %lex-param instead of obsolescent
16171         YYPARSE_PARAM and YYLEX_PARAM.
16172         (meridian_table, month_and_day_table, time_units_table,
16173         relative_time_table, time_zone_table, military_table,
16174         lookup_zone, lookup_word, get_date):
16175         Use NULL instead of 0 where appropriate.
16176         (to_hour): Avoid abort (), to avoid a dependency on
16177         stdlib.h.
16178         (yyerror, yylex): Now accepts parser_control * arg.
16179         (main) [TEST]: Use '\0' rather than 0 for char.
16180
16181 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16182
16183         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
16184
16185 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
16186
16187         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
16188         It's now the caller's responsibility to handle the case where
16189         !HAVE_GETPAGESIZE && !defined getpagesize.
16190
16191         * lib/mktime.c (leapyear): Arg is long int, not int.
16192
16193 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
16194
16195         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
16196
16197 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
16200         missing.  Problem reported by James Youngman.
16201
16202 2004-10-16  Simon Josefsson  <jas@extundo.com>
16203
16204         * gnulib-tool: Fix comments.  Fix parse problem.
16205         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
16206
16207 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
16208
16209         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
16210         implementation of getopt_long.  Problem reported by Alexander Taler in:
16211         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
16212
16213 2004-10-15  Bruno Haible  <bruno@clisp.org>
16214
16215         * gnulib-tool: Untabify. Initialize supplied_libname.
16216         (func_usage): More homogenous output.
16217         (func_modules_transitive_closure, func_modules_to_filelist,
16218         func_emit_lib_Makefile_am): New functions.
16219         (func_import): New function, extracted from big case statement. Use
16220         func_get_license, func_modules_transitive_closure,
16221         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
16222         opt_lgpl. Don't use test -a, as it's not portable.
16223         (func_create_testdir): Use func_modules_transitive_closure,
16224         func_modules_to_filelist, func_emit_lib_Makefile_am.
16225
16226 2004-10-15  Bruno Haible  <bruno@clisp.org>
16227
16228         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
16229
16230 2004-10-15  Bruno Haible  <bruno@clisp.org>
16231
16232         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
16233         the portions belonging to each module.
16234         Suggested by Derek Robert Price <derek@ximbiot.com>.
16235
16236 2004-10-12  Simon Josefsson  <jas@extundo.com>
16237
16238         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
16239         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
16240         to real functions.
16241
16242 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16243
16244         * modules/vsnprintf: New file.
16245
16246 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16247
16248         * m4/vsnprintf.m4: New file.
16249
16250 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16251
16252         * lib/vsnprintf.h: New file.
16253         * lib/vsnprintf.c: New file.
16254
16255 2004-10-11  Bruno Haible  <bruno@clisp.org>
16256
16257         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
16258         vsnprintf.
16259
16260 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16261
16262         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
16263
16264 2004-10-07  Bruno Haible  <bruno@clisp.org>
16265
16266         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
16267         fits into the provided buffer.
16268
16269 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16270
16271         * lib/diacrit.c, diacrit.h: Add GPL notice.
16272
16273         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
16274         notice.
16275         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
16276         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
16277         This avoids a potential constant-folding bug.
16278
16279 2004-10-05  Bruno Haible  <bruno@clisp.org>
16280
16281         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
16282         for the declaration of strsep.
16283
16284 2004-10-05  Bruno Haible  <bruno@clisp.org>
16285
16286         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
16287
16288 2004-10-04  Simon Josefsson  <jas@extundo.com>
16289
16290         * modules/memmem: New file.
16291         * tests/test-memmem.c: New file.
16292         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
16293
16294 2004-10-04  Simon Josefsson  <jas@extundo.com>
16295
16296         * m4/memmem.m4: New file.
16297
16298 2004-10-04  Simon Josefsson  <jas@extundo.com>
16299
16300         * lib/memmem.h: New file.
16301         * lib/memmem.c: New file, taken from glibc.
16302
16303 2004-10-04  Simon Josefsson  <jas@extundo.com>
16304
16305         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
16306         '#ifdef USE_UNLOCKED_IO'.
16307
16308 2004-10-04  Simon Josefsson  <jas@extundo.com>
16309
16310         * config/srclist.txt: Add memmem from glibc.
16311
16312 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16313
16314         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
16315
16316         * modules/argmatch, modules/argp, modules/closeout, modules/error,
16317         modules/exclude, modules/getdate, modules/getline,
16318         modules/getndelim2, modules/getpass, modules/getpass-gnu,
16319         modules/getusershell, modules/linebuffer, modules/md5,
16320         modules/mountlist, modules/posixtm, modules/readtokens,
16321         modules/readutmp, modules/regex, modules/sha1,
16322         modules/version-etc, modules/yesno:
16323         Remove dependency on unlocked-io.
16324
16325 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16326
16327         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
16328
16329         * m4/unlocked-io.m4: Add copyright notice.
16330         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
16331
16332 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16333
16334         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
16335         * lib/xmalloc.c (xmemdup): Likewise.
16336         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
16337         XFREE): Remove these long-obsolescent macros.
16338         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
16339         * lib/xstrdup.c: Remove.
16340
16341         * lib/regex.c (re_comp): Cast gettext return value to char *,
16342         Problem reported by Martin Neitzel via Mark D. Baushke.
16343
16344 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
16345
16346         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
16347         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
16348         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
16349         regex.c, sha1.c, version-etc.c, yesno.c:
16350         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
16351         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
16352         the includer's responsibility.
16353
16354         Sync from coreutils.
16355
16356         * lib/modechange.c (mode_compile): Don't decrement a pointer that
16357         points to the start of a string, as the C Standard says the
16358         resulting behavior is undefined.
16359
16360         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
16361         simple -> simple_backups, numbered_existing ->
16362         numbered_existing_backups, numbered -> numbered_backups
16363         to avoid shadowing problems.  All uses changed.
16364         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
16365         * lib/backupfile.c (check_extension, numbered_backup):
16366         Rename locals to avoid shadowing 'basename'.
16367         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
16368         once.
16369
16370         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
16371         * lib/.cvsignore: Add getopt.h.
16372
16373 2004-10-04  Bruno Haible  <bruno@clisp.org>
16374
16375         * modules/README: New file.
16376         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
16377         not a module.
16378
16379 2004-10-02  Jim Meyering  <jim@meyering.net>
16380
16381         * lib/dirfd.h, getpagesize.h: Add copyright notice.
16382
16383 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16384
16385         * modules/strsep: New file.
16386
16387 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16388
16389         * m4/strsep.m4: New file.
16390
16391 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
16392
16393         * lib/strsep.h: New file.
16394         * lib/strsep.c: New file.
16395
16396 2004-10-01  Simon Josefsson  <jas@extundo.com>
16397
16398         * lib/snprintf.c (snprintf): Handle size==0.
16399
16400 2004-10-01  Simon Josefsson  <jas@extundo.com>
16401             Bruno Haible  <bruno@clisp.org>
16402
16403         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
16404         (snprintf): Declare 'args'.
16405
16406 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         * lib/snprintf.c: Remove comments as to why each header is needed.
16409
16410 2004-10-01  Bruno Haible  <bruno@clisp.org>
16411
16412         * MODULES.html.sh: Add strsep.
16413
16414 2004-09-30  Simon Josefsson  <jas@extundo.com>
16415
16416         * modules/snprintf: New file.
16417
16418 2004-09-30  Simon Josefsson  <jas@extundo.com>
16419
16420         * m4/snprintf.m4: New file.
16421
16422 2004-09-30  Simon Josefsson  <jas@extundo.com>
16423
16424         * lib/snprintf.h, lib/snprintf.c: New files.
16425
16426 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16427
16428         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
16429         (hol_entry_help): Never translate an empty string.
16430         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
16431         * lib/argp.h (OPTION_NO_TRANS): New option.
16432
16433 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16434
16435         * modules/argp (Maintainer): Replace Simon Josefsson
16436         by Sergey Poznyakoff.
16437
16438 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16439
16440         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
16441         changes merged back into glibc.
16442
16443 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
16444
16445         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
16446
16447 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
16448
16449         * lib/xvasprintf.c: Include xalloc.h.
16450         (xvasprintf): Use xalloc_die, not xmalloc_die.
16451
16452 2004-09-29  Bruno Haible  <bruno@clisp.org>
16453
16454         * modules/alloca-opt: New file, derived from modules/alloca.
16455         * modules/allocsa: Depend on alloca-opt instead of alloca.
16456         * modules/setenv: Likewise.
16457         * modules/vasnprintf: Likewise.
16458         * MODULES.html.sh: Add alloca-opt.
16459
16460 2004-09-28  Simon Josefsson  <jas@extundo.com>
16461
16462         * gnulib-tool: New parameter --lgpl, to asseert that modules are
16463         LGPL, and to replace license template from GPL to LGPL.
16464
16465 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16466
16467         * modules/dummy: Change license to LGPL.
16468
16469 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
16470
16471         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
16472
16473 2004-09-24  Simon Josefsson  <jas@extundo.com>
16474
16475         * modules/minmax (License): Change from GPL to LGPL.
16476
16477 2004-09-23  Simon Josefsson  <jas@extundo.com>
16478
16479         * gnulib-tool (--import): Typo.
16480
16481 2004-09-23  Simon Josefsson  <jas@extundo.com>
16482
16483         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
16484
16485 2004-09-22  Bruno Haible  <bruno@clisp.org>
16486
16487         * modules/*: Add 'License' field.
16488         * gnulib-tool: Accept --extract-license option.
16489         (func_get_license): New function.
16490
16491 2004-09-21  Bruno Haible  <bruno@clisp.org>
16492
16493         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
16494         Reported by Simon Josefsson.
16495
16496 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16497
16498         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
16499         gl_AC_TYPE_LONG_LONG.
16500
16501 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
16502
16503         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
16504
16505 2004-09-18  Simon Josefsson  <jas@extundo.com>
16506         and  Paul Eggert  <eggert@cs.ucla.edu>
16507
16508         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
16509         calls with autoreconf.  Define GL_LIB.
16510
16511 2004-09-14  Karl Berry  <karl@gnu.org>
16512
16513         * config/srclist.txt: unsync setenv.c, sigh.
16514
16515 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16516
16517         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
16518         Problem reported by Bruno Haible in:
16519         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
16520
16521 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
16522
16523         * config/srclist.txt: Comment out argp-pvh.c.
16524
16525 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
16526
16527         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
16528         in case some system header has #define'd it.  Problem reported by
16529         Soeren D. Schulze in
16530         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
16531
16532 2004-09-09  Karl Berry  <karl@gnu.org>
16533
16534         * regex.[ch]: delete from the root.  These were supposed to be
16535                 synced with emacs cvs, but this has not happened for about
16536                 a year, and anyway nothing else uses emacs regex.[ch].
16537                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
16538                 lib/regex[.ch] is untouched.
16539
16540 2004-09-09  Bruno Haible  <bruno@clisp.org>
16541
16542         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
16543
16544 2004-09-09  Bruno Haible  <bruno@clisp.org>
16545
16546         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
16547         modifications.
16548         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
16549
16550 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16551
16552         * modules/xvasprintf: New file.
16553         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
16554
16555 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
16556
16557         * lib/xvasprintf.h: New file.
16558         * lib/xvasprintf.c: New file.
16559         * lib/xasprintf.c: New file.
16560
16561 2004-09-08  Bruno Haible  <bruno@clisp.org>
16562
16563         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
16564
16565 2004-09-08  Bruno Haible  <bruno@clisp.org>
16566
16567         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
16568         length is > INT_MAX.
16569         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
16570         more.
16571
16572 2004-09-08  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/stdint_.h: New file, taken from GNU clisp.
16575
16576 2004-09-08  Bruno Haible  <bruno@clisp.org>
16577             Oskar Liljeblad  <oskar@osk.mine.nu>
16578
16579         * modules/stdint: New file.
16580         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
16581
16582 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         Import from coreutils.
16585         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
16586         strings on unbounded length.  alloca's performance benefits aren't
16587         that important here.
16588         (V_STRDUP): Remove.
16589         (parse_with_separator): New function, with most of the internals
16590         of the old parse_user_spec.  Allow user to omit both user and group,
16591         for compatibility with FreeBSD.
16592         Clone only the user name, not the entire spec.
16593         Do not set *uid, *gid unless entirely successful.
16594         Avoid memory leak in some failing cases.
16595         Fix regression for USER.GROUP reported by Dmitry V. Levin in
16596         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
16597         (parse_user_spec): Rewrite to use parse_with_separator.
16598
16599 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * modules/userspec: Don't depend on alloca.
16602
16603 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16604
16605         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
16606
16607 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16608
16609         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
16610         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
16611         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
16612
16613 2004-08-16  Simon Josefsson  <jas@extundo.com>
16614
16615         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
16616         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
16617         Add --dry-run for --import.
16618         Let user provided command line parameters override configure.ac
16619         settings.
16620
16621 2004-08-12  Simon Josefsson  <jas@extundo.com>
16622
16623         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
16624         as discussed with Paul Eggert in threads rooted at
16625         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
16626         and
16627         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
16628         Before, the test was empty, and relied on ELIDE_CODE in source
16629         code.)
16630         (gl_PREREQ_GETOPT): New macro.
16631         (gl_GETOPT): Use them.
16632
16633 2004-08-12  Simon Josefsson  <jas@extundo.com>
16634
16635         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
16636         * lib/getopt_.h: Renamed from getopt.h.
16637
16638 2004-08-12  Simon Josefsson  <jas@extundo.com>
16639
16640         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
16641         Change default library name from libfoo to libgnu.
16642         Now, if you have a configure.ac that says:
16643                 gl_SOURCE_BASE(gl)
16644                 gl_M4_BASE(gl/m4)
16645                 gl_MODULES(error getopt etcetera)
16646                 gl_INIT
16647         you can import all you need by running:
16648                 ../gnulib/gnulib-tool --import
16649
16650         * modules/getopt (Files): Rename getopt.h to getopt_.h.
16651         (Makefile.am): Rewrite, use logic from argz.
16652         (Include): Use <getopt.h> instead of "getopt.h".
16653
16654 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16655
16656         * modules/argp (Files): Add m4/unlocked-io.m4.
16657         (Depends-on): Add extensions.
16658
16659 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16660
16661         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
16662         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
16663         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
16664         Check for program_invocation_name, program_invocation_short_name,
16665         flockfile, funlockfile, features.h, _getopt_long_only_r.
16666
16667 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
16670         its complicated substitute.
16671         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
16672         and program_invocation_name.
16673         (__argp_basename) [!_LIBC]: Remove; the only use was
16674         replaced by its body.
16675         (__argp_short_program_name): Change condition from
16676         !defined __argp_short_program_name to
16677         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
16678         to match argp-namefrob.h.
16679         (__argp_failure): Don't assume strerror_r returns char *.
16680         * lib/argp-parse.c (N_): Define unconditionally.
16681         (argp_default_options): Fill out initializers with 0 to avoid
16682         gcc warnings.
16683
16684 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16685
16686         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
16687         getopt1.c.
16688
16689 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         Merge from coreutils.
16692
16693         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
16694
16695         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
16696         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
16697
16698 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16699
16700         Merge from coreutils.
16701
16702         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
16703         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
16704         for Reliant Unix 5.43.
16705
16706         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
16707         (union fooround): Use uintmax_t, not long int.
16708         The rest is a merge from libc:
16709         [defined _LIBC]: Include <shlib-compat.h>.
16710         (_obstack) [defined _LIBC]: Remove after 2.3.4.
16711
16712         * lib/settime.c (settime): Recode to avoid warning with
16713         Sun Forte C 6U2.
16714
16715         * lib/strverscmp.c: Convert to UTF-8.
16716
16717 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16718
16719         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
16720         m4/uintmax_t.m4.
16721
16722 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16723
16724         * modules/xalloc-die: New file.
16725         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
16726
16727         * modules/md5 (Files): Add m4/uint32_t.m4.
16728         * modules/sha1: Renamed from modules/sha.
16729         (Files):
16730         Rename lib/sha.h to lib/sha1.h.
16731         Rename lib/sha.c to lib/sha1.c.
16732         Rename m4/sha.m4 to m4/sha1.m4.
16733         (lib_SOURCES): Likewise.
16734         (configure.ac): Rename gl_SHA to gl_SHA1.
16735         (Include): sha.h -> sha1.h.
16736
16737 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
16740         * m4/sha1.m4: Renamed from sha.m4.
16741         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
16742
16743 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16744
16745         * lib/obstack.h (obstack_empty_p):
16746         Don't assume that chunk->contents is suitably aligned.
16747         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
16748         Likewise. Problem reported by Benno in
16749         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
16750
16751         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
16752         readable.  This could be improved further but it'd take some work.
16753
16754 2004-08-08  Simon Josefsson  <jas@extundo.com>
16755
16756         * modules/xgethostname (Depends-on): Remove exit and error (not
16757         used).
16758
16759         * modules/getpass-gnu: Add getpass.h.
16760         (Depends-on): Add stdbool.
16761         * modules/getpass: Add getpass.h.
16762
16763 2004-08-08  Simon Josefsson  <jas@extundo.com>
16764
16765         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
16766         Check getpass declaration.
16767
16768 2004-08-08  Simon Josefsson  <jas@extundo.com>
16769
16770         * lib/xgethostname.c: Don't include error.h (not used).
16771
16772         * lib/getpass.h: Add.
16773         * lib/getpass.c: Include getpass.h first.
16774
16775 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
16776
16777         * lib/xalloc-die.c: New file.
16778         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
16779         All uses removed.
16780         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
16781         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
16782         xalloc-die.c.
16783         (_, N_, xalloc_die): Move to xalloc-die.c.
16784         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
16785         so that we needn't mess with xalloc_msg_memory_exhausted.
16786
16787         * lib/sha1.h: Renamed from sha.h.
16788         (SHA1_H): Renamed from _SHA_H.
16789         (sha1_ctx): Renamed from sha_ctx.
16790         (sha1_init_ctx): Renamed from sha_init_ctx.
16791         (sha1_process_block): Renamed from sha_process_block.
16792         (sha1_process_bytes): Renamed from sha_process_bytes.
16793         (sha1_finish_ctx): Renamed from sha_finish_ctx.
16794         (sha1_read_ctx): Renamed from sha_read_ctx.
16795         (sha1_stream): Renamed from sha_stream.
16796         (sha1_buffer): Renamed from sha_buffer.
16797         * lib/sha1.c: Likewise; renamed from sha.c.
16798         Do not include <sys/types.h>.
16799         Include <stddef.h> rather than <stdlib.h>.
16800
16801 2004-08-08  Bruno Haible  <bruno@clisp.org>
16802
16803         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
16804         FILESYSTEM_PREFIX_LEN.
16805         * lib/progreloc.c: Likewise.
16806         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
16807
16808 2004-08-06  Simon Josefsson  <jas@extundo.com>
16809
16810         * modules/progname (Depends-on): Don't depend on stdbool.
16811
16812 2004-08-06  Simon Josefsson  <jas@extundo.com>
16813
16814         * modules/getsubopt: New file.
16815         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16816         getsubopt.
16817
16818 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16819
16820         More merge from coreutils.
16821
16822         * m4/utimens.m4, m4/utimecmp.m4: New files.
16823         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
16824         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
16825         prereq.m4, sha.m4: Import changes from coreutils.
16826
16827 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16828
16829         More merge from coreutils.
16830         * modules/raise, modules/readtokens0, modules/utimens:
16831         * modules/utimecmp, module/xnanosleep: New files.
16832         * modules/strftime: Add lib/strftime.h.
16833         Change include from <time.h> to "strftime.h".
16834         * modules/yesno: Add lib/yesno.h.
16835         * modules/backupfile: Remove lib/addext.c.
16836         * modules/euidaccess: Add stat-macros.h.
16837         * modules/canonicalize, modules/euidaccess,
16838         modules/filemode, modules/lchown, modules/makepath,
16839         modules/rmdir, modules/stat: Likewise.
16840
16841 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
16842
16843         Merge from tar.
16844         * lib/argp-help.c (make_hol, hol_append): Don't assume that
16845         SIZE_MAX is a valid preprocessor constant.
16846         (__argp_basename): Change from "#ifndef _LIBC"
16847         to "#ifndef __argp_short_program_name", so that
16848         we don't compile these functions for tar.
16849
16850         More merges from coreutils.
16851         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
16852         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
16853         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
16854         * lib/addext.c: Remove; no longer needed.
16855         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
16856         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
16857         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
16858         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
16859         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
16860         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
16861         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
16862         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
16863         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
16864         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16865         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
16866         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
16867         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
16868         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
16869         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
16870         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
16871         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
16872         Import changes from coreutils.
16873
16874 2004-08-05  Simon Josefsson  <jas@extundo.com>
16875
16876         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
16877
16878 2004-08-05  Simon Josefsson  <jas@extundo.com>
16879
16880         * m4/getsubopt.m4: New file.
16881
16882 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16883
16884         Merge from coreutils.
16885
16886         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
16887         * m4/getcwd-path-max.m4: New files.
16888
16889         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
16890         FILESYSTEM_PREFIX_LEN ->
16891         FILE_SYSTEM_PREFIX_LEN.
16892         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
16893         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
16894         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
16895         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
16896
16897         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
16898         prerequisite modules now handle the DOS stuff.
16899         Don't check for unistd.h.
16900
16901 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16902
16903         Merge from coreutils.
16904
16905         * lib/.gdb-history: Remove; this doesn't belong here.
16906
16907         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
16908         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
16909         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
16910         * lib/getcwd.c: New files.
16911
16912         * lib/dirname.h: Include <stdbool.h>.
16913         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
16914         for consistency with POSIX terminology.  All uses changed.
16915         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
16916         (strip_trailing_slashes): Use bool for booleans.
16917         * lib/stripslash.c (strip_trailing_slashes): Likewise.
16918
16919         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
16920         sometimes returns a positive errno value even when it succeeds.
16921         (print_errno_message) [!LIBC]: Fall back on strerror if
16922         __strerror_r fails.
16923
16924         * lib/path-concat.c (mempcpy): Don't define if a system header defines
16925         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
16926         (longest_relative_suffix): New function.
16927         (path_concat): Use it.  Assume first argument is not NULL.
16928         Port to DOS.  Omit redundant separators.
16929         Report an error instead of returning NULL.
16930         Use mempcpy instead of memcpy.
16931         (xpath_concat): Remove: not declared or used.
16932
16933         * lib/same.h: Include <stdbool.h>
16934         (same_name): Return bool, not int.
16935         * lib/same.c (same_name): Likewise.
16936         (errno): Don't declare; we assume C89 or better now.
16937
16938         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
16939         if not already defined.
16940
16941         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
16942         * lib/dup-safer.c (errno): Likewise.
16943
16944 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
16945
16946         Merge from coreutils.
16947         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
16948         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
16949         * modules/path-concat: Don't depend on strdup.
16950
16951 2004-08-03  Simon Josefsson  <jas@extundo.com>
16952
16953         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
16954         * lib/progname.h: Don't include stdbool.h.
16955
16956 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16957
16958         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
16959         * MODULES.html.sh (func_all_modules): Remove fatal.
16960
16961 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16962
16963         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
16964
16965 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
16968         working.
16969
16970 2004-08-02  Simon Josefsson  <jas@extundo.com>
16971
16972         * lib/getsubopt.h: New file, with comments from Bruno Haible.
16973         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
16974         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
16975
16976 2004-08-01  Simon Josefsson  <jas@extundo.com>
16977
16978         * lib/xgetdomainname.c: Include stdlib.h, for free().
16979
16980 2004-07-19  Bruno Haible  <bruno@clisp.org>
16981
16982         * MODULES.html.sh (func_all_modules): Add dummy.
16983
16984 2004-07-16  Simon Josefsson  <jas@extundo.com>
16985
16986         * modules/dummy: New file.
16987
16988 2004-07-16  Simon Josefsson  <jas@extundo.com>
16989
16990         * lib/dummy.c: New file.
16991
16992 2004-07-16  Bruno Haible  <bruno@clisp.org>
16993
16994         * lib/backupfile.h: Add extern "C" for C++.
16995         * lib/closeout.h: Likewise.
16996         * lib/copy-file.h: Likewise.
16997         * lib/findprog.h: Likewise.
16998         * lib/full-write.h: Likewise.
16999         * lib/pathname.h: Likewise.
17000         * lib/progname.h: Likewise.
17001         * lib/stpcpy.h: Likewise.
17002         * lib/stpncpy.h: Likewise.
17003         * lib/strcase.h: Likewise.
17004         * lib/strstr.h: Likewise.
17005         * lib/xalloc.h: Likewise.
17006
17007         * lib/mbswidth.h: Add extern "C" for C++.
17008         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
17009
17010 2004-07-13  Robert Millan  <robertmh@gnu.org>
17011
17012         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
17013
17014 2004-07-09  Simon Josefsson  <jas@extundo.com>
17015
17016         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
17017         failed without this.)
17018
17019 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17020
17021         * modules/chown (Files): Add lib/fchown-stub.c, since
17022         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
17023
17024 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         * lib/fchown-stub.c: New file.
17027
17028 2004-06-24  Jim Meyering  <jim@meyering.net>
17029
17030         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
17031
17032 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17033
17034         * modules/argz: Omit "#include".
17035
17036         * MODULES.html.sh (func_all_modules): Add calloc, to match
17037         2004-06-01 addition of calloc module.
17038
17039 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         * m4/argz.m4: New file, which is autoupdated from libtool.
17042
17043 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17044
17045         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
17046         libtool.
17047
17048 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
17049
17050         * config/srclist-update: Don't insist on "USA." before the
17051         close-comment, as libtool omits the period and puts the */ on a
17052         separate line.
17053         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
17054         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
17055
17056 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
17057
17058         * modules/argz: New file.
17059         * MODULES.html.sh (func_all_modules): Add argz.
17060
17061 2004-06-12  Jim Meyering  <jim@meyering.net>
17062         and  Paul Eggert  <eggert@cs.ucla.edu>
17063
17064         * modules/hash (Files): Add lib/xalloc.h.
17065         * modules/pipe (Depends-on): Add wait-process.
17066         * modules/stat (Depends-on): Add xalloc.
17067         * modules/userspec (Files): Add lib/userspec.h.
17068         * modules/xstrto
17069
17070         Upgrade from gettext-0.13.
17071         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
17072         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
17073         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
17074
17075 2004-06-10  Jim Meyering  <jim@meyering.net>
17076
17077         * lib/calloc.c: New file.
17078
17079 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         * lib/getdate.y (yylex): Allow space between sign and number.
17082         Problem reported by Dan Jacobson.
17083
17084 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17085
17086         Merge from coreutils CVS.
17087
17088         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
17089         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
17090         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
17091         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
17092         xstrtol.m4: Fix copyright date and/or serial number.
17093
17094         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
17095         See if we need an fchown replacement.
17096         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
17097         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
17098         and use the replacement function if we detect either defect.
17099
17100         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
17101         gl_UTIMECMP.
17102
17103 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
17104         and  Jim Meyering  <jim@meyering.net>
17105
17106         Merge from coreutils CVS.
17107
17108         * lib/stat-macros.h: New file, with contents from file-type.h
17109         and coreutils' system.h.
17110         * lib/file-type.c: Include "stat-macros.h".
17111         * lib/file-type.h (file_type): Move all macro definitions to new file,
17112         stat-macros.h.
17113
17114         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
17115         Wrap old code with this conditional.
17116         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
17117         function that does not dereference symlinks.
17118         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
17119
17120         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
17121         dependency problems.
17122         (xreadlink): Accept new arg SIZE, for efficiency.
17123         All decls and uses changed.
17124         * lib/xreadlink.h: Include <stddef.h>, for size_t.
17125
17126         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
17127         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
17128
17129         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
17130         sysexits.h.
17131
17132 2004-06-01  Jim Meyering  <jim@meyering.net>
17133
17134         * m4/calloc.m4: New file.
17135
17136 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
17137
17138         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
17139         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
17140         Also, fix a typo in a diagnostic.
17141
17142 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
17145         or AC_FUNC_REALLOC.
17146
17147 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
17148
17149         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
17150         macros to be defined.
17151         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
17152         the allocator returns NULL because the requested size is zero.
17153
17154 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
17157         var.  Add comment explaining why libc still defines it.  This
17158         merges the following patch from glibc:
17159         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
17160
17161 2004-05-20  Andreas Schwab  <schwab@suse.de>
17162
17163         * m4/free.m4: Replace free if it not known to work, not the other
17164         way round.
17165
17166 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
17167
17168         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
17169         present in glibc since revision 1.1 of this file.
17170         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
17171         obstack_alignment_mask, obstack_alloc, obstack_base,
17172         obstack_blank, obstack_blank_fast, obstack_chunk_size,
17173         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
17174         obstack_grow0, obstack_init, obstack_int_grow,
17175         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
17176         obstack_next_free, obstack_object_size, obstack_ptr_grow,
17177         obstack_ptr_grow_fast, obstack_room): Remove declarations of
17178         nonexistent functions.
17179
17180 2004-05-18  Karl Berry  <karl@gnu.org>
17181
17182         * config/srclist.txt: break link for vasnprintf.c.
17183
17184 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         Port obstack to the AS/400, where pointers are 16 bytes wide and
17187         you cannot cast an integer to a valid pointer.  This patch is
17188         currently waiting to be integrated into glibc; see
17189         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
17190
17191         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
17192         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
17193         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
17194         (struct obstack): temp member is now a union of a pointer and
17195         an integer, instead of an integer.  All integer uses changed.
17196         This does not affect the physical layout of struct obstack,
17197         except on hosts (like the AS/400) where the size or alignment of
17198         void * is greater than that of ptrdiff_t.
17199         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
17200         __STDC__)]: Store temporary in pointer member of union, not
17201         integer member.
17202         * lib/obstack.c: Include <stddef.h>, for offsetof.
17203         (struct fooalign): Remove; it doesn't need a name.
17204         (union fooround): Change double to long double, and add void *.
17205         (DEFAULT_ALIGNMENT): Use offsetof to compute.
17206         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
17207         not a macro.  Hence the values are always int; so remove all
17208         casts-to-int in uses.
17209
17210 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
17211
17212         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
17213         we can get this patch merged into glibc.
17214
17215 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17216             Paul Eggert  <eggert@cs.ucla.edu>
17217
17218         * m4/argp: Depend on alloca.
17219
17220 2004-05-17  Derek R. Price  <derek@ximbiot.com>
17221             Paul Eggert  <eggert@cs.ucla.edu>
17222
17223         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
17224         freecoding.
17225
17226 2004-05-17  Bruno Haible  <bruno@clisp.org>
17227
17228         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
17229         precision that consists of a '.' followed by an empty digit string.
17230         Patch by Tor Lillqvist <tml@iki.fi>.
17231
17232 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17233
17234         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
17235         for backward compatibility with older code.  We need our own
17236         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
17237         it under some other name, and our alloca.h will define it.
17238
17239 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
17240             Derek Price  <derek@ximbiot.com>
17241
17242         * lib/alloca.c: Include <alloca.h>, to get our interface.
17243         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
17244         include <alloca.h> first.  Use C89 prototype for alloca; this
17245         requires including <stddef.h> for size_t.  Use extern "C" if C++.
17246         Use #elif for simplicity, since we can assume C89 now.
17247         Don't try to source the system alloca.h since it will not be found
17248         and to prevent recursively including its replacement.
17249         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
17250         * lib/regex.c: Likewise.
17251
17252 2004-05-16  Derek Price  <derek@ximbiot.com>
17253             Paul Eggert  <eggert@cs.ucla.edu>
17254
17255         getline cleanup.  This changes the getndelim2 API: both order of
17256         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
17257         no delimiter).
17258
17259         * lib/getline.c: Don't include stddef.h or stdio.h, since our
17260         interface does that.
17261         (getline): Always use getdelim, so that we don't have two
17262         copies of this code.
17263         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
17264         if available.
17265         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
17266         (GETNDELIM2_MAXIMUM): New macro.
17267         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
17268         instead of the old practice of delim2==0.  All callers changed.
17269         Return -1 on overflow, instead of returning junk.
17270         Do not set *linesize unless allocation succeeds.
17271         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
17272         that we include sys/types.h.
17273         * lib/getnline.h: Likewise.
17274         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
17275         (getndelim2): Reorder arguments.
17276         * lib/getnline.c (getnline, getndelim):
17277         Don't discard the NMAX argument.
17278         (getnline): Invoke getndelim, to avoid code duplication.
17279         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
17280         of (size_t) -1 by callers of the getnline family.
17281
17282 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
17285         Check for gettimeofday.
17286         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
17287         Check for settimeofday, stime.
17288
17289 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
17290
17291         * lib/nanosleep.c (suspended): Change its type from int to
17292         sig_atomic_t volatile.
17293         (first_call): Make it private to rpl_nanosleep, and have it
17294         be zero initially as that's a bit faster.
17295         (my_usleep): Round up fractional times instead of truncating them,
17296         as this is the usual meaning for 'sleep'.
17297
17298         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
17299         doesn't work.
17300         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
17301         (ENOSYS): Define if not defined.
17302         (settime): Fall back on stime if it exists and settimeofday fails.
17303         But don't bother with fallbacks if a method fails with errno == EPERM.
17304
17305 2004-05-11  Jim Meyering  <jim@meyering.net>
17306
17307         Prior to this change, the save_cwd caller required read access to the
17308         current directory on most systems (ones with the fchdir function).
17309
17310         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
17311         fails, try write-only, and finally, resort to using xgetcwd.
17312
17313 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         * lib/obstack.c, obstack.h: Import changes from libc.
17316
17317 2004-04-28  Bruno Haible  <bruno@clisp.org>
17318
17319         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
17320         also implicitly appends .exe to executables.
17321         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
17322         accepts Windows pathnames.
17323         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17324         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17325         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
17326         Treat Cygwin like Windows, since it now accepts Windows pathnames.
17327         Reported by Derek Robert Price <derek@ximbiot.com>.
17328
17329 2004-04-21  Karl Berry  <karl@gnu.org>
17330
17331         * config/srclist.txt (localcharset.c): break sync.
17332
17333 2004-04-20  Paul Eggert  <eggert@twinsun.com>
17334
17335         * m4/host-os.m4: Add a copyright notice.
17336
17337 2004-04-20  Jim Meyering  <jim@meyering.net>
17338
17339         Change UTILS_ to gl_ in AC_DEFINE'd names.
17340         Change utils_- and jm_-prefixed variables, too.
17341         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
17342         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17343         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
17344
17345         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
17346         Don't emit trailing blanks.
17347         Also rename jm_-prefixed variables to have gl_ prefix.
17348
17349         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
17350         Also rename jm_-prefixed variables to have gl_ prefix.
17351
17352         * m4/jm-macros.m4: Reflect the renamings.
17353         * m4/prereq.m4: Likewise.
17354
17355 2004-04-20  Jim Meyering  <jim@meyering.net>
17356
17357         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
17358         memory.
17359
17360 2004-04-20  Jim Meyering  <jim@meyering.net>
17361             Bruno Haible  <bruno@clisp.org>
17362
17363         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
17364         memory when realloc fails.
17365
17366 2004-04-19  Jim Meyering  <jim@meyering.net>
17367
17368         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
17369         now that readutmp.c may call `free (0)'.
17370
17371 2004-04-19  Bruno Haible  <bruno@clisp.org>
17372
17373         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
17374         * m4/inttypes_h.m4: Likewise.
17375         * m4/stdint_h.m4: Likewise.
17376         * m4/intmax_t.m4: Likewise.
17377         * m4/uintmax_t.m4: Likewise.
17378
17379 2004-04-18  Jim Meyering  <jim@meyering.net>
17380
17381         * m4/prereq.m4: Don't forbid jm_ prefix.
17382
17383         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
17384         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
17385         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
17386         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
17387         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
17388         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
17389         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
17390         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
17391         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
17392         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
17393         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
17394         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
17395         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
17396         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
17397         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
17398         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
17399         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
17400         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
17401         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
17402
17403 2004-04-18  Jim Meyering  <jim@meyering.net>
17404
17405         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
17406         failure, don't leak memory and do call END_UTMP_ENT.
17407
17408 2004-04-16  Jim Meyering  <jim@meyering.net>
17409
17410         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
17411         coreutils' stat program.
17412         (gl_PREREQ): Don't require jm_PREREQ_STAT.
17413
17414 2004-04-11  Paul Eggert  <eggert@twinsun.com>
17415
17416         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
17417         C89.
17418         (CHAR_BIT): Remove, since we assume C89.
17419         Include <stdint.h> if available, as per current Autoconf CVS advice.
17420
17421 2004-03-31  Jim Meyering  <jim@meyering.net>
17422
17423         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
17424         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
17425         * m4/xalloc.m4: Likewise.
17426
17427 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17428
17429         Merge from coreutils.
17430
17431         * m4/inttostr.m4: New file.
17432         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
17433         Require AM_STDBOOL_H and gl_TIMESPEC instead.
17434         Require gl_CLOCK_TIME.
17435         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
17436
17437 2004-03-30  Paul Eggert  <eggert@twinsun.com>
17438
17439         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
17440         not bool, to be more consistent with Unix conventions.
17441         Suggested by Bruno Haible.
17442
17443         Merge from coreutils.
17444
17445         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
17446         * lib/umaxtostr.c: New files.
17447
17448         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
17449         the usual <time.h> dance.
17450         (get_date): Change signature to support fractional time stamps.
17451         All callers changed.
17452         * lib/getdate.y: Include "getdate.h" first, as we can now
17453         assume C89 and don't need to worry about 'const'.
17454         Similarly, include "unlocked-io.h" near start, not in middle.
17455         Include <limits.h>.
17456         (textint.value): Use long int rather than int.
17457         (textint.digits): Use size_t rather than int.
17458         (BILLION, LOG10_BILLION): New constants.
17459         (parser_control): New member rel_ns.  Members day_ordinal,
17460         time_zone, month, day, hour, minutes, rel_year, rel_month,
17461         rel_day, rel_hour, rel_minutes, rel_seconds
17462         are now long int, not int.  Member seconds is now struct timespec,
17463         not int.  New member timespec_seen.  Members dates_seen, days_seen,
17464         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
17465         not int.
17466         (%union.intval): Now long int, not int.
17467         New member timespec.
17468         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
17469         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
17470         (spec): Now is a timespec or an item list.
17471         (timespec, items): New nonterminals.
17472         (time, rel, relunit, number, get_date):
17473         Add support for fractional seconds.
17474         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
17475         (gmtime, localtime, mktime): Remove decls; not needed with C89.
17476         (to_hour): First arg is now long int, not int.
17477         (to_year): Returns long int, not int.
17478         Don't treat year -70 like 70.
17479         (tm_diff): Returns long int, not int.
17480         (lookup_word): Use bool instead of int when appropriate.
17481         (yylex): Use size_t for count, not int.
17482         Detect overflow when parsing large integer constants.
17483         Add support for fractions.
17484         (get_date): Make pointers 'const' if possible.
17485         Use more-portable code to detect integer overflow.
17486         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
17487         Don't use ctime; it's not reliable if the year has >4 digits.
17488
17489         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
17490         This is for compatibility with BSD.
17491
17492         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
17493         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
17494         From coreutils' system.h.
17495
17496         * lib/userspec.c: Don't include "posixver.h".
17497         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
17498         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
17499         compatible extension.  Simplify code by removing a boolean int
17500         that was always nonzero if a string was nonnull.
17501
17502 2004-03-30  Jim Meyering  <jim@meyering.net>
17503
17504         Merge from coreutils.
17505
17506         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
17507         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
17508         on some systems one must include <grp.h> before it.
17509         Reported by Christian Krackowizer.
17510
17511 2004-03-30  Jim Meyering  <jim@meyering.net>
17512
17513         Merge from coreutils.
17514
17515         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
17516
17517         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
17518         an empty input stream.
17519
17520         * lib/readtokens.c: Include <stdbool.h>.
17521         (readtoken): Use `size_t' rather than int/long.
17522         All callers adjusted.
17523         Use `bool' rather than `int' where appropriate.
17524         Use memset rather than an explicit loop.
17525         Use x2nrealloc rather than xrealloc.
17526         Allow the use of `\0' as a delimiter.
17527         (readtokens): Likewise.
17528         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
17529
17530 2004-03-30  Jim Meyering  <jim@meyering.net>
17531
17532         * m4/realloc.m4: Remove file, since now it does no more than
17533         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
17534         the `configure.ac' section of module/realloc.
17535         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
17536
17537 2004-03-30  Bruno Haible  <bruno@clisp.org>
17538
17539         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
17540         nonnull.
17541
17542 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17543
17544         Merge changes to getloadavg.c from coreutils and Emacs.
17545
17546         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
17547         Define to an expression, not to the empty string.
17548         Include cloexec.h and xalloc.h.
17549         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
17550         Use set_cloexec_flag rather than rolling our own.
17551         * lib/cloexec.c, lib/cloexec.h: New files.
17552
17553 2004-03-29  Paul Eggert  <eggert@twinsun.com>
17554
17555         * m4/cloexec.m4: New file.
17556
17557 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17558
17559         * lib/getopt.h: Sync with libc CVS.
17560
17561 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17562             Bruno Haible  <bruno@clisp.org>
17563
17564         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
17565         mbswidth.
17566
17567 2004-03-18  Paul Eggert  <eggert@twinsun.com>
17568             Bruno Haible  <bruno@clisp.org>
17569
17570         * lib/mbswidth.h: Include <wchar.h> only if
17571         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
17572         <wchar.h>.
17573         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
17574
17575 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17576
17577         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
17578         Sync with libc CVS.
17579         * lib/getopt_int.h: New file, also synced from libc.
17580
17581 2004-03-09  Paul Eggert  <eggert@twinsun.com>
17582
17583         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
17584         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
17585         Bring back getopt.c, getopt.h, getopt1.c.
17586
17587 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17588
17589         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
17590         All uses changed.  Check for sa_sigaction member; this fixes
17591         a bug first reported by Jason Andrade in
17592         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17593
17594 2004-03-07  Paul Eggert  <eggert@twinsun.com>
17595
17596         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
17597         '#if' expressions.  Unlike the code it replaces, it does not
17598         depend on (defined _SC_PAGESIZE).  However, it does depend on
17599         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
17600         first reported by Jason Andrade in
17601         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
17602
17603 2004-02-25  Simon Josefsson  <jas@extundo.com>
17604
17605         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
17606
17607 2004-02-25  Simon Josefsson  <jas@extundo.com>
17608
17609         * lib/strdup.h: New file.
17610         * lib/strdup.c: Include it.
17611         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
17612         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
17613
17614 2004-02-23  Karl Berry  <karl@gnu.org>
17615
17616         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
17617         (from fencepost.gnu.org:/gd/gnuorg).
17618
17619 2004-02-23  Karl Berry  <karl@gnu.org>
17620
17621         * config/srclistvars.sh (GNUORG) [karl]: redefine.
17622         * config/srclist.txt: add maintain/standards documents.
17623
17624 2004-02-18  Bruno Haible  <bruno@clisp.org>
17625
17626         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
17627         Reported by Derek Robert Price <derek@ximbiot.com>.
17628
17629 2004-02-16  Karl Berry  <karl@gnu.org>
17630
17631         * config/mkinstalldirs, install-sh: update from automake.
17632
17633 2004-02-06  Karl Berry  <karl@gnu.org>
17634
17635         * m4/po.m4: update from gettext 0.14.1.
17636
17637 2004-02-06  Karl Berry  <karl@gnu.org>
17638
17639         * lib/config.charset: update from gettext 0.14.1.
17640
17641 2004-02-05  Paul Eggert  <eggert@twinsun.com>
17642
17643         Add comments and code, prompted by suggestions from Bruno Haible
17644         for sh-quote.
17645         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
17646         describing the enum quoting_style values.
17647         * lib/quotearg.c (quotearg_alloc): New function.
17648         (quotearg_buffer_restyled): Treat lone { and } as special.
17649         Treat = as special.  Work around bug with older shells
17650         that "see" a '\' that is really the 2nd byte of a multibyte char.
17651         Quote empty string with shell_quoting_style.
17652
17653 2004-02-03  Bruno Haible  <bruno@clisp.org>
17654
17655         * m4/pipe.m4: New file, from GNU gettext.
17656
17657 2004-02-03  Bruno Haible  <bruno@clisp.org>
17658
17659         * lib/pipe.h: New file, from GNU gettext.
17660         * lib/pipe.c: New file, from GNU gettext.
17661
17662 2004-01-27  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/execute.m4: New file, from GNU gettext.
17665
17666 2004-01-27  Bruno Haible  <bruno@clisp.org>
17667
17668         * lib/execute.h: New file, from GNU gettext.
17669         * lib/execute.c: New file, from GNU gettext.
17670         * lib/w32spawn.h: New file, from GNU gettext.
17671
17672 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17673
17674         Merge from diffutils.
17675
17676         * lib/file-type.c (file_type): Add typed memory objects.
17677         * lib/file-type.h (S_TYPEISTMO): New macro.
17678
17679         * lib/c-stack.h (c_stack_action): Remove argv argument.
17680         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
17681         (die): Don't calculate message unless segv_action returns.
17682         (get_stack_location, min_address_from_argv, max_address_from_argv,
17683         volatile stack_base, volatile_stack_size): Remove.
17684         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
17685         that every segmentation violation is a stack overflow.  (Ouch!)
17686         See Debian bug 136249 (still outstanding) for more info about why
17687         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
17688
17689 2004-01-24  Paul Eggert  <eggert@twinsun.com>
17690
17691         Exit-status fix from coreutils.
17692
17693         Use exit_failure consistently in place of EXIT_FAILURE,
17694         so that program exit statuses are consistent on failure.
17695
17696         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
17697         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
17698         * lib/argmatch.h: Comment fix to match the above.
17699         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
17700         Now a macro referring to exit_failure, instead of a separate
17701         variable.  Include "exitfail.h" to get it.
17702         * lib/xstrtol.h: Include "exitfail.h".
17703         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
17704
17705         * lib/long-options.c (parse_long_options): Use prototype
17706         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
17707         for clarity.
17708
17709 2004-01-21  Jim Meyering  <jim@meyering.net>
17710
17711         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
17712         so as not to conflict with a different-sized __mktime_internal
17713         function in GNU libc.
17714         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
17715         Problem building statically-linked `ls' reported by Michael Brunnbauer.
17716
17717 2004-01-20  Karl Berry  <karl@gnu.org>
17718
17719         * config/config.guess: update from config.
17720
17721         * config/srclistvars.sh: GNUWWWLICENSES for karl.
17722
17723 2004-01-20  Bruno Haible  <bruno@clisp.org>
17724
17725         Safer stack allocation.
17726         * lib/setenv.c: Include allocsa.h.
17727         (alloca): Remove fallback definition.
17728         (freea): Remove macro.
17729         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
17730         instead of freea.
17731
17732 2004-01-20  Bruno Haible  <bruno@clisp.org>
17733
17734         * m4/eealloc.m4: New file, from GNU gettext.
17735
17736 2004-01-20  Bruno Haible  <bruno@clisp.org>
17737
17738         * m4/allocsa.m4: New file, from GNU gettext.
17739
17740 2004-01-20  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/xallocsa.h: New file, from GNU gettext.
17743         * lib/xallocsa.c: New file, from GNU gettext.
17744
17745 2004-01-20  Bruno Haible  <bruno@clisp.org>
17746
17747         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
17748
17749 2004-01-20  Bruno Haible  <bruno@clisp.org>
17750
17751         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
17752         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
17753         specially.
17754
17755 2004-01-20  Bruno Haible  <bruno@clisp.org>
17756
17757         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
17758         patch.
17759
17760 2004-01-20  Bruno Haible  <bruno@clisp.org>
17761
17762         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
17763
17764 2004-01-20  Bruno Haible  <bruno@clisp.org>
17765
17766         * lib/eealloc.h: New file.
17767
17768 2004-01-20  Bruno Haible  <bruno@clisp.org>
17769
17770         * lib/binary-io.h: Avoid warnings on Cygwin.
17771
17772 2004-01-20  Bruno Haible  <bruno@clisp.org>
17773
17774         * lib/allocsa.h: New file, from GNU gettext.
17775         * lib/allocsa.c: New file, from GNU gettext.
17776
17777 2004-01-18  Karl Berry  <karl@gnu.org>
17778
17779         * doc/gpl.texi, doc/lgpl.texi: new files.
17780
17781 2004-01-18  Karl Berry  <karl@gnu.org>
17782
17783         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
17784         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
17785
17786 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17787
17788         Merge from coreutils.
17789
17790         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
17791         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
17792         (gl_DEFAULT_POSIX2_VERSION): Move
17793         the documentation from 'configure' into 'config.hin',
17794         so that 'configure --help' isn't burdened by it and
17795         we don't have to worry about its formatting there.
17796         Reword the documentation so that it's more succinct
17797         and can be run together into a single paragraph.
17798         * m4/same.m4 (gl_SAME): Check for pathconf.
17799
17800 2004-01-15  Paul Eggert  <eggert@twinsun.com>
17801
17802         Merge from coreutils.
17803
17804         * lib/posixver.c: Include posixver.h.
17805
17806         * lib/same.c: Include <stdbool.h>, <limits.h>.
17807         (_POSIX_NAME_MAX): Define if not defined.
17808         (MIN): New macro.
17809         (same_name): If file names are silently truncated, report
17810         that the file names are the same if they are the same after
17811         the silent truncation.
17812
17813         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
17814         conversion function.
17815         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
17816         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
17817         longer needed.
17818
17819 2004-01-15  Jim Meyering  <jim@meyering.net>
17820
17821         Merge from coreutils.
17822
17823         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
17824         if no library is required.
17825         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
17826         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
17827         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
17828         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
17829         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
17830         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
17831         value, $ac_cv_search_crypt, if it's "none required".
17832         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
17833         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
17834         not gl_FUNC_GETLOADAVG.
17835         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
17836         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
17837
17838 2004-01-15  Jim Meyering  <jim@meyering.net>
17839
17840         Merge from coreutils.
17841
17842         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
17843         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
17844         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
17845
17846         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
17847         optional configure-time default.
17848
17849         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17850
17851         * lib/xreadlink.c (xreadlink): Correct outdated comment.
17852
17853 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
17854
17855         Merge from coreutils.
17856
17857         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
17858         value, $ac_cv_search_nanosleep, if it's "none required".
17859
17860 2004-01-14  Paul Eggert  <eggert@twinsun.com>
17861
17862         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
17863         with like-named macro in fnmatch.c.
17864         (EXT): Use an internal constant instead.
17865
17866         Merge fnmatch patches from glibc.
17867         * lib/fnmatch.c (mbsinit): Remove define.
17868         Add libc_hidden_ver (__fnmatch, fnmatch).
17869         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
17870         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
17871
17872 2004-01-14  Karl Berry  <karl@gnu.org>
17873
17874         * config/install-sh: update from automake.
17875
17876 2004-01-13  Karl Berry  <karl@gnu.org>
17877
17878         * config/install-sh: update from automake.
17879
17880 2004-01-09  Karl Berry  <karl@gnu.org>
17881
17882         * config/install-sh: update from automake.
17883
17884 2004-01-05  Karl Berry  <karl@gnu.org>
17885
17886         * config/config.{sub,guess}: update from config.
17887
17888 2003-12-31  Karl Berry  <karl@gnu.org>
17889
17890         * config/depcomp: update from automake.
17891
17892 2003-12-14  Karl Berry  <karl@gnu.org>
17893
17894         * lib/config.charset: update from gettext-runtime.
17895
17896 2003-12-03  Paul Eggert  <eggert@twinsun.com>
17897
17898         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
17899         Bug reported by Alfred M. Szmidt.
17900
17901 2003-12-03  Bruno Haible  <bruno@clisp.org>
17902
17903         * m4/gettext.m4: Upgrade from gettext-0.13.
17904         * m4/po.m4: Upgrade from gettext-0.13.
17905         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
17906         * m4/intmax.m4: New file, from gettext-0.13.
17907         * m4/printf-posix.m4: New file, from gettext-0.13.
17908
17909 2003-11-29  Karl Berry  <karl@gnu.org>
17910
17911         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
17912
17913 2003-11-25  Paul Eggert  <eggert@twinsun.com>
17914             Bruno Haible  <bruno@clisp.org>
17915
17916         * lib/printf-parse.h: Don't include sys/types.h.
17917         (ARG_NONE): New macro.
17918         (char_directive): Change type of *arg_index fields to size_t.
17919         * lib/printf-parse.c: Don't include sys/types.h.
17920         (SSIZE_MAX): Remove macro.
17921         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
17922         Remove unnecessary overflow check.
17923         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
17924         fields.
17925
17926 2003-11-25  Bruno Haible  <bruno@clisp.org>
17927
17928         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
17929
17930 2003-11-25  Bruno Haible  <bruno@clisp.org>
17931
17932         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
17933         gt_TYPE_SSIZE_T.
17934
17935 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17936
17937         * modules/alloca: Remove dependency on xalloc.
17938
17939 2003-11-24  Paul Eggert  <eggert@twinsun.com>
17940
17941         * lib/alloca.c: Remove dependency on xalloc module.
17942         (xalloc_die): Remove.
17943         (memory_full) [!defined emacs]: New macro.
17944         [!defined emacs]: Don't include xalloc.h.
17945         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
17946         address arithmetic overflows.  Change datatypes a bit to avoid
17947         unnecessary casts.
17948
17949 2003-11-22  Jim Meyering  <jim@meyering.net>
17950
17951         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
17952         s/size/size_t/.
17953
17954 2003-11-21  Karl Berry  <karl@gnu.org>
17955
17956         * config/config.{sub,guess}: update from config.
17957
17958 2003-11-18  Karl Berry  <karl@gnu.org>
17959
17960         * config/config.{sub,guess}: update from config.
17961
17962         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
17963
17964 2003-11-17  Paul Eggert  <eggert@twinsun.com>
17965
17966         * README: Mention that S+T cannot overflow if S is the size of
17967         an existing object and T is sufficiently small.
17968
17969 2003-11-17  Jim Meyering  <jim@meyering.net>
17970
17971         On systems without utime and without a utimes function capable of
17972         dealing with a NULL struct utimbuf* argument, this utime replacement
17973         could -- in unusual circumstances -- leak a file descriptor.
17974         * lib/utime.c: Include <unistd.h> and <errno.h>.
17975         (utime_null): Be sure to close `fd' and to preserve errno.
17976         Reported by Geoff Collyer via Arnold Robbins.
17977
17978 2003-11-17  Bruno Haible  <bruno@clisp.org>
17979
17980         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
17981         (Depends-on): Add xsize.
17982
17983 2003-11-17  Bruno Haible  <bruno@clisp.org>
17984
17985         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
17986
17987 2003-11-17  Bruno Haible  <bruno@clisp.org>
17988
17989         * lib/vasnprintf.c (alloca): Remove fallback definition.
17990         (freea): Remove definition.
17991         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
17992         Reported by Paul Eggert.
17993
17994 2003-11-16  Paul Eggert  <eggert@twinsun.com>
17995             Bruno Haible  <bruno@clisp.org>
17996
17997         Protect against address arithmetic overflow.
17998         * lib/printf-args.h: Include stddef.h.
17999         (arguments): Change type of field 'count' to size_t.
18000         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
18001         'unsigned int' where appropriate.
18002         * lib/printf-parse.h: Include sys/types.h.
18003         (char_directive): Change type of *arg_index fields to ssize_t.
18004         (char_directives): Change type of fields 'count', max_*_length to
18005         size_t.
18006         * lib/printf-parse.c: Include sys/types.h and xsize.h.
18007         (SSIZE_MAX): Define fallback value.
18008         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
18009         instead of 'int' where appropriate. Check a_allocated, d_allocated
18010         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
18011         * lib/vasnprintf.c: Include xsize.h.
18012         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
18013         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
18014         overflow. Avoid wraparound when converting a width or precision from
18015         decimal to binary.
18016
18017 2003-11-16  Bruno Haible  <bruno@clisp.org>
18018
18019         Update from GNU gettext.
18020         * lib/printf-parse.c: Generalize to it can be compiled for wide
18021         strings.
18022         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
18023         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
18024         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
18025         SNPRINTF): New macros.
18026         Don't include <alloca.h> if the file is used inside libintl.
18027         (local_wcslen): New function, for Solaris 2.5.1.
18028         (VASNPRINTF): Use it instead of wcslen.
18029
18030 2003-11-16  Bruno Haible  <bruno@clisp.org>
18031
18032         * lib/xsize.h (xmax): New function.
18033         (xsum, xsum3, xsum4): Declare as "pure" functions.
18034
18035 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18036
18037         * modules/xalloc (Files): Undo latest change, since xalloc.h
18038         no longer needs SIZE_MAX or PTRDIFF_MAX.
18039
18040 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18041
18042         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
18043         gl_PTRDIFF_MAX.
18044
18045 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18046
18047         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
18048         "return", to pacify some unknown compiler.  Problem reported
18049         by Joerg Schilling.
18050
18051 2003-11-12  Paul Eggert  <eggert@twinsun.com>
18052
18053         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
18054         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
18055         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
18056         heuristic is just as accurate as far as we know, and it removes a
18057         dependency on size_max.m4 and ptrdiff_max.m4.
18058
18059 2003-11-11  Bruno Haible  <bruno@clisp.org>
18060
18061         * modules/xsize (Files): Add m4/size_max.m4.
18062         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
18063
18064 2003-11-11  Bruno Haible  <bruno@clisp.org>
18065
18066         * m4/size_max.m4: New file.
18067         * m4/ptrdiff_max.m4: New file.
18068         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
18069         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
18070         (gl_XALLOC): Invoke it.
18071
18072 2003-11-11  Bruno Haible  <bruno@clisp.org>
18073
18074         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
18075         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
18076         defined.
18077
18078 2003-11-10  Paul Eggert  <eggert@twinsun.com>
18079
18080         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
18081         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
18082         rejected some allocations of exactly SIZE_MAX - 2 bytes.
18083         From Bruno Haible.
18084         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
18085         not (size_t) -1, since it's defined here.
18086
18087 2003-11-09  Karl Berry  <karl@gnu.org>
18088
18089         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
18090
18091 2003-11-06  Paul Eggert  <eggert@twinsun.com>
18092
18093         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
18094         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
18095         Reject sizes of exactly SIZE_MAX bytes.
18096         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
18097         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
18098
18099 2003-11-05  Bruno Haible  <bruno@clisp.org>
18100
18101         * lib/xsize.h: Include limits.h, to avoid a possible collision with
18102         SIZE_MAX defined in <limits.h> on Solaris.
18103
18104 2003-11-04  Jim Meyering  <jim@meyering.net>
18105
18106         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
18107         variable names, rather than @VAR@.
18108         * modules/poll: Likewise.
18109
18110 2003-11-04  Bruno Haible  <bruno@clisp.org>
18111
18112         * modules/xsize: New file.
18113         * modules/linebreak: Depend on xsize.
18114         * MODULES.html.sh (func_all_modules): Add xsize.
18115
18116 2003-11-04  Bruno Haible  <bruno@clisp.org>
18117
18118         * m4/xsize.m4: New file.
18119
18120 2003-11-04  Bruno Haible  <bruno@clisp.org>
18121
18122         * lib/xsize.h: New file.
18123         * lib/linebreak.c: Include xsize.h.
18124         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
18125         argument for overflow.
18126         Suggested by Paul Eggert.
18127
18128 2003-11-03  Karl Berry  <karl@gnu.org>
18129
18130         * config/config.{guess,sub}: update from config.
18131
18132 2003-11-03  Jim Meyering  <jim@meyering.net>
18133
18134         * modules/userspec (lib_SOURCES): Add userspec.h.
18135         (Include): Add "userspec.h".
18136         Improve description.
18137
18138 2003-11-03  Jim Meyering  <jim@meyering.net>
18139
18140         * lib/userspec.c: Include "userspec.h".
18141         * lib/userspec.h: New file.
18142
18143 2003-11-03  Bruno Haible  <bruno@clisp.org>
18144
18145         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
18146
18147 2003-11-03  Bruno Haible  <bruno@clisp.org>
18148
18149         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
18150         available, to avoid (extremely rare) race condition.
18151         Suggested by Paul Eggert.
18152
18153 2003-11-02  Karl Berry  <karl@gnu.org>
18154
18155         * config/srclist.txt (vasprintf.c): sync broken, sigh.
18156
18157 2003-10-31  Paul Eggert  <eggert@twinsun.com>
18158
18159         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
18160         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
18161         (read_filesystem_list): Set and use me_type_malloced.
18162         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
18163         whatever the type happens to be), for brevity and consistency.
18164         Check for size calculation overflow on Alphas running OSF/1.
18165
18166 2003-10-31  Jim Meyering  <jim@meyering.net>
18167
18168         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
18169
18170         * lib/linebuffer.c: Include <string.h> for declaration of memset.
18171
18172 2003-10-30  Paul Eggert  <eggert@twinsun.com>
18173             Bruno Haible  <bruno@clisp.org>
18174
18175         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
18176         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
18177
18178 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
18179
18180         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
18181         netbsd*-gnu*.  Suggested by Robert Millan.
18182
18183 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18184
18185         * modules/group-member: Depend on stdbool.
18186
18187 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18188
18189         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
18190
18191 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18192
18193         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
18194         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
18195         after the 'gnu' in these cases.  This fixes some bugs in the
18196         previous change, and is based on suggestions by Robert Millan.
18197
18198 2003-10-29  Paul Eggert  <eggert@twinsun.com>
18199
18200         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
18201         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
18202         no longer needed.
18203         * lib/quotearg.c (quotearg_n_options): Use it.
18204         * lib/group-member.c: Include <stdbool.h>.
18205         (free_group_info): Arg is now const *; don't free arg.
18206         (get_group_info): Now returns bool and accepts struct group_info *,
18207         rather than returning a malloc'ed struct group_info *.
18208         All uses changed.  Check for overflow in internal size calculation.
18209
18210         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
18211         rather than xmalloc/xrealloc.
18212         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
18213         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
18214         conformance bug: the old code used a pointer after freeing the
18215         storage that it addressed.
18216         * lib/hash.c (hash_initialize): Simplify the code by using
18217         xalloc_oversized rather than doing it by hand.
18218         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
18219         the buffer preserved.  Use free and xmalloc instead.
18220         * lib/quotearg.c (quotearg_n_options): Likewise.
18221         Use a simpler test for size overflow.  Don't use xalloc_oversized
18222         because unsigned int might be wider than size_t (!); this suggests
18223         that we should switch from unsigned int to size_t for slot numbers.
18224
18225 2003-10-28  Paul Eggert  <eggert@twinsun.com>
18226
18227         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
18228         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
18229         NetBSD kernels.  Requested by Richard Stallman.
18230
18231 2003-10-27  Paul Eggert  <eggert@twinsun.com>
18232
18233         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
18234         to allocate the returned structure.  Do not allocate a subarray,
18235         as x2nrealloc will do that.
18236         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
18237         instead of xnrealloc.
18238         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
18239
18240 2003-10-27  Bruno Haible  <bruno@clisp.org>
18241
18242         * lib/stdbool_.h: Better support for BeOS.
18243
18244 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18245
18246         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
18247         now uses inline.
18248
18249 2003-10-26  Paul Eggert  <eggert@twinsun.com>
18250
18251         * lib/xalloc.h (xalloc_oversized): New static inline function, for
18252         callers that want to do their own size-overflow checking.  Include
18253         <stdbool.h>, since xalloc_oversized returns bool.
18254         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
18255         to use xalloc_oversized.
18256
18257         Add two functions x2realloc, x2nrealloc, for programs that grow
18258         arrays dynamically by doubling their sizes.
18259         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
18260         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
18261         New functions.
18262
18263         Port to C99 semantics for 'inline' of external functions.
18264         Bug reported by Bruno Haible.
18265         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
18266         with the old contents of xnmalloc.
18267         (xnmalloc, xmalloc): Use it.
18268         (xnrealloc_inline): New static inline function,
18269         with the old contents of xnrealloc.
18270         (xnrealloc, xrealloc): Use it.
18271
18272         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
18273         that.
18274
18275 2003-10-26  Karl Berry  <karl@gnu.org>
18276
18277         * config/srclist.txt (COPYING.DOC): no longer available from
18278         /gd/gnuorg; don't know where the ultimate source is.
18279
18280 2003-10-25  Paul Eggert  <eggert@twinsun.com>
18281
18282         Fix several address-calculation bugs in the hash modules,
18283         plus some minor code cleanup.
18284
18285         * lib/hash.h: Include <stdbool.h>, for bool.
18286         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
18287         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
18288         hash_get_n_entries, hash_get_max_bucket_length,
18289         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
18290         hash_rehash): Use size_t rather than unsigned.
18291         * lib/hash.c (struct hash_table, hash_get_n_buckets,
18292         hash_get_n_buckets_used, hash_get_n_entries,
18293         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
18294         hash_get_entries, hash_do_for_each, hash_string, is_prime,
18295         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
18296         Likewise.
18297         (SIZE_MAX): Define if not defined.
18298         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
18299         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
18300         hash_print):
18301         Use const * when possible.
18302         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
18303         (check_tuning): Fix bug: if tuning parameters were very close to
18304         0 or 1, rounding errors could have caused subscript violations.
18305         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
18306         (hash_initialize): Add 'fail:' label
18307         to free table and return NULL, and use it to simplify code.
18308         Use calloc rather than clearing the storage ourself.
18309         (hash_initialize, hash_rehash): Check for arithmetic overflow in
18310         buffer size calculations.
18311         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
18312         Include <stddef.h>, for size_t.
18313         * lib/hash-pjw.c (hash_pjw): Likewise.
18314         Switch to method described by Bruno Haible.
18315         Include <limits.h>, for CHAR_BIT.
18316         (SIZE_BITS): New macro.
18317
18318 2003-10-23  Paul Eggert  <eggert@twinsun.com>
18319
18320         * m4/getline.m4 (AM_FUNC_GETLINE):
18321         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
18322         hosts.  Problem reported by Derek Robert Price in
18323         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
18324         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
18325         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
18326
18327 2003-10-21  Paul Eggert  <eggert@twinsun.com>
18328
18329         * lib/getndelim2.c (getndelim2): When size calculation overflows,
18330         ceiling the allocation at NMAX bytes rather than silently
18331         discarding input bytes before NMAX is reached.  This makes
18332         a difference only if NMAX exceeds SIZE_MAX / 2.
18333
18334         * lib/obstack.c: Merge from glibc.
18335         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
18336         Add libc_hidden_def (_obstack_newchunk).
18337         (_obstack_free) [! defined _LIBC]: Remove.
18338         [defined _LIBC]: Make a strong alias from obstack_free, rather than
18339         a clone of the function body.
18340         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
18341         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
18342
18343         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
18344         glibc.
18345         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
18346         arg to memcpy.
18347
18348         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
18349         (obstack_ptr_grow_fast, obstack_int_grow_fast):
18350         Don't use lvalue casts, as GCC plans to remove support for them
18351         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
18352         was also present in the non-GCC version, indicating that this
18353         code had always been buggy and had never been widely used.
18354         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
18355         Use the fast variant of each macro, rather than copying the
18356         definiens of the fast variant; that way, we'll be more likely to
18357         catch future bugs in the fast variants.
18358
18359 2003-10-20  Bruno Haible  <bruno@clisp.org>
18360
18361         * modules/wait-process: New file.
18362         * MODULES.html.sh (func_all_modules): Add wait-process.
18363
18364 2003-10-20  Bruno Haible  <bruno@clisp.org>
18365
18366         * m4/wait-process.m4: New file.
18367
18368 2003-10-20  Bruno Haible  <bruno@clisp.org>
18369
18370         * lib/wait-process.h: New file, from GNU gettext.
18371         * lib/wait-process.c: New file, from GNU gettext.
18372
18373 2003-10-19  Jim Meyering  <jim@meyering.net>
18374
18375         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
18376         HPUX 10.20.
18377
18378 2003-10-18  Karl Berry  <karl@gnu.org>
18379
18380         * config/config.guess: update from config.
18381
18382 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18383
18384         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
18385         (getgroups): First arg is int, not size_t.
18386         Don't let 'free' mangle errno.
18387
18388 2003-10-16  Paul Eggert  <eggert@twinsun.com>
18389
18390         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
18391
18392 2003-10-16  Karl Berry  <karl@gnu.org>
18393
18394         * config/config.{guess,sub}: update from config.
18395
18396 2003-10-16  Jim Meyering  <jim@meyering.net>
18397
18398         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
18399         memcpy.
18400
18401 2003-10-15  Paul Eggert  <eggert@twinsun.com>
18402
18403         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
18404         (SIZE_MAX): Remove.
18405         (new_exclude, add_exclude_file): Initial size no longer needs to
18406         be a power of 2.
18407         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
18408         our own address arithmetic overflow checking.
18409
18410         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
18411         (fnmatch): Do not alloca more than 2000 wide characters;
18412         instead, use malloc for large buffers.
18413         Check for address arithmetic overflow, and return -1
18414         with errno set to ENOMEM in that case.
18415         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
18416         (NEW_PATTERN): Do not alloca more than 8000 bytes;
18417         instead, return -1.  Check for address arithmetic overflow.
18418
18419 2003-10-14  Paul Eggert  <eggert@twinsun.com>
18420
18421         Handle invalid suffixes and overflow independently, so that
18422         callers can treat them independently as needed.  Fix some bugs in
18423         suffix handling, e.g., "100k@" was not diagnosed as an invalid
18424         suffix for a human-readable blocksize.  The major caller-visible
18425         change is the addition of a new
18426         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
18427         that both overflow and suffix chars were found.
18428
18429         * lib/human.c (humblock): Don't check separately for invalid suffix
18430         char; that is xstrtoumax's job (now that its bug is fixed).
18431         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
18432         INTMAX_MAX]: New macros.
18433         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
18434         TYPE_MAXIMUM): New macros.
18435         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
18436         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
18437         if overflow occurs, as it's what __strtol does and it's more useful
18438         in practice.
18439         (__xstrtol): If __strtol reports some error other than ERANGE,
18440         reflect it to the caller as LONGINT_INVALID.  If it reports
18441         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
18442         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
18443         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
18444         value.
18445         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
18446         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
18447         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
18448         [defined UINTMAX_MAX]: New macros.
18449
18450 2003-10-14  Bruno Haible  <bruno@clisp.org>
18451
18452         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
18453
18454 2003-10-14  Bruno Haible  <bruno@clisp.org>
18455
18456         * m4/sig_atomic_t: New file, from GNU gettext.
18457         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
18458
18459 2003-10-14  Bruno Haible  <bruno@clisp.org>
18460
18461         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
18462         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
18463         Also use volatile where needed.
18464
18465 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18466
18467         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
18468         Change maintainer from Bruno Haible to 'all'.
18469
18470 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18471
18472         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
18473
18474 2003-10-12  Paul Eggert  <eggert@twinsun.com>
18475
18476         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
18477         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
18478         and define in terms of the other primitives.
18479         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
18480         (SIZE_MAX): Define if not already defined.
18481         (array_size_overflow): New function.
18482         (xalloc_die): Abort instead of exiting if 'error' returns.
18483         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
18484         (xmalloc, xrealloc): Use them.
18485         (xcalloc): Check for address arithmetic overflow.
18486         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
18487         a bit faster than strcpy.
18488
18489 2003-10-10  Simon Josefsson  <jas@extundo.com>
18490
18491         * modules/argp (Depends-on): Add restrict and strcase.
18492
18493 2003-10-10  Simon Josefsson  <jas@extundo.com>
18494
18495         * m4/argp.m4: Add AC_C_INLINE.
18496
18497 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18498
18499         Merge getpass from libc, plus a few fixes.
18500
18501         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
18502         Include <stdbool.h>.
18503         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
18504         __fsetlocking to empty.
18505         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
18506         do include <bits/libc-lock.h>.
18507         Do not include <fcntl.h>; not needed.
18508         [_LIBC]: Include <wchar.h>.
18509         (NOTCANCEL_MODE): New macro.
18510         (flockfile, funlockfile) [_LIBC]: New macros.
18511         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
18512         [!_LIBC]: New macros.
18513         (call_fclose): New function.
18514         (getpass): Use it.  Save tty stream separately; this simplifies the
18515         code and makes it more reliable if stdin happens to equal stdout.
18516         Invoke __fsetlocking on tty.
18517         Handle thread cancellation if needed.
18518         Namespace cleanup (use __tcgetattr, __getline).
18519         Use bool for Booleans.
18520         [USE_IN_LIBIO]: Handle wide streams.
18521         [!_LIBC]: Unconditionally do the fseek, since we don't know what
18522         stream might go where.
18523
18524         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
18525         doesn't have to include <stdio.h> before us.
18526         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
18527         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
18528         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
18529         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
18530         if not declared, so that we can use getpass.c code from libc without
18531         rewriting it.
18532         (flockfile, ftrylockfile, funlockfile): New macros.
18533
18534 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18535
18536         * modules/getpass: Depend on stdbool.
18537
18538 2003-10-08  Paul Eggert  <eggert@twinsun.com>
18539
18540         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
18541
18542 2003-10-07  Karl Berry  <karl@gnu.org>
18543
18544         * config/config.{guess,sub}: update from config.
18545
18546 2003-10-06  Jim Meyering  <jim@meyering.net>
18547             Bruno Haible  <bruno@clisp.org>
18548
18549         This lets translators provide better translations for the
18550         "Written by ..." part of --version output.
18551         * lib/version-etc.h: Include stdarg.h.
18552         (version_etc_copyright): Declare as readonly.
18553         (version_etc): Make this function variadic with a NULL-terminated list
18554         of author name strings.
18555         (version_etc_va): New declaration.
18556         * lib/version-etc.c: Include stdarg.h, stdlib.h.
18557         (version_etc_copyright): Declare as readonly.
18558         (version_etc_va): New function. Provide a different translatable string
18559         for each possible number of authors < 10. Abbreviate when there are 10
18560         authors or more.
18561         (version_etc): Make this function variadic. Call version_etc_va.
18562         Suggestion from Gary V. Vaughan.
18563
18564         * lib/long-options.h (parse_long_options): Change prototype: the
18565         authors string is moved to the end and becomes variadic.
18566         * lib/long-options.c: Include stdarg.h.
18567         (parse_long_options): Make this function variadic, too.
18568         Call version_etc_va, not version_etc.
18569
18570 2003-10-06  Bruno Haible  <bruno@clisp.org>
18571
18572         * modules/version-etc-2: Remove file.
18573         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
18574
18575 2003-10-06  Bruno Haible  <bruno@clisp.org>
18576
18577         * modules/fatal-signal: New file.
18578         * MODULES.html.sh (func_all_modules): Add fatal-signal.
18579
18580 2003-10-06  Bruno Haible  <bruno@clisp.org>
18581
18582         * m4/fatal-signal.m4: New file.
18583         * m4/signalblocking.m4: New file, from GNU gettext.
18584
18585 2003-10-06  Bruno Haible  <bruno@clisp.org>
18586
18587         * lib/version-etc-2.h: Remove file.
18588         * lib/version-etc-2.c: Remove file.
18589
18590 2003-10-06  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/fatal-signal.h: New file, from GNU gettext.
18593         * lib/fatal-signal.c: New file, from GNU gettext.
18594
18595 2003-10-05  Paul Eggert  <eggert@twinsun.com>
18596
18597         * README: Rework advice for preventing empty .o files.
18598         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
18599         not <sys/types.h>.
18600
18601 2003-10-04  Karl Berry  <karl@gnu.org>
18602
18603         * lib/argp*: update from libc.
18604
18605 2003-10-04  Karl Berry  <karl@gnu.org>
18606
18607         * config/config.{guess,sub}: update from config.
18608
18609 2003-10-02  Bruno Haible  <bruno@clisp.org>
18610
18611         * modules/lchown (Include): Add lchown.h.
18612         * modules/time_r (Include): Use "..." syntax.
18613         * modules/xgetdomainname (Include): Add xgetdomainname.h.
18614
18615 2003-10-01  Simon Josefsson  <jas@extundo.com>
18616
18617         * MODULES.html.sh (func_all_modules): Move gethostname from section
18618         'based on' to section 'lacking' POSIX:2001.
18619
18620 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
18621
18622         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
18623         to output mode on the same stream.
18624
18625 2003-09-29  Paul Eggert  <eggert@twinsun.com>
18626
18627         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
18628         Fix arg typo in previous patch.
18629
18630 2003-09-28  Jim Meyering  <jim@meyering.net>
18631
18632         * lib/error.c: Correct cpp indentation.
18633
18634 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18635
18636         * modules/free: New file.
18637
18638 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18639
18640         * m4/free.m4: New file.
18641
18642 2003-09-27  Paul Eggert  <eggert@twinsun.com>
18643
18644         * lib/minmax.h (MIN, MAX)
18645         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
18646         Omit the special code that used __typeof__, since we worry that
18647         it could be more trouble than it's worth.  See:
18648         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
18649         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
18650
18651         * lib/free.c: New file.
18652
18653 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
18654
18655         Trivial fixes to Makefile.am parts of module listings.
18656         * modules/strstr: Append strstr.h to lib_SOURCES.
18657         * modules/strcase: Likewise, for strcase.h.
18658
18659 2003-09-27  Karl Berry  <karl@gnu.org>
18660
18661         * config/mkinstalldirs: update from automake.
18662
18663 2003-09-26  Paul Eggert  <eggert@twinsun.com>
18664
18665         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
18666         (error_tail): Do not loop, reallocating temporary buffer, since
18667         the output cannot contain more wide characters than the input
18668         contains bytes, the size must be big enough already.  This avoids
18669         one potential size overflow calculation.  Check for size overflow
18670         when calculating temporary buffer size.  Free temporary buffer
18671         when done, if it was allocated with malloc; this plugs a memory
18672         leak.  Remove casts from void * to pointers, that are no longer
18673         needed now that we're assuming C89 or better.
18674
18675         Merge error changes from glibc.
18676
18677         * lib/error.c, error.h: Update copyright notice header to match glibc.
18678         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
18679         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
18680         Disable cancellation while printing error.
18681         * lib/error.h: Prepend __ to parameter names.
18682
18683 2003-09-26  Jim Meyering  <jim@meyering.net>
18684
18685         * lib/error.c (error_tail): Move some declarations
18686         into inner scope where the local variables are used.
18687
18688 2003-09-26  Bruno Haible  <bruno@clisp.org>
18689
18690         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
18691         stpncpy().
18692         Don't define stpncpy through config.h; it's now done through stpncpy.h.
18693
18694 2003-09-26  Bruno Haible  <bruno@clisp.org>
18695
18696         * lib/stpncpy.h (gnu_stpncpy): New declaration.
18697         (stpncpy): Define as alias for gnu_stpncpy.
18698         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
18699
18700 2003-09-25  Simon Josefsson  <jas@extundo.com>
18701
18702         * lib/xgetdomainname.h: New file.
18703         * lib/xgetdomainname.c: New file.
18704
18705 2003-09-25  Simon Josefsson  <jas@extundo.com>
18706             Bruno Haible  <bruno@clisp.org>
18707
18708         * modules/getdomainname: New file.
18709         * modules/xgetdomainname: New file.
18710         * MODULES.html.sh (func_all_modules): Add getdomainname,
18711         xgetdomainname.
18712
18713 2003-09-25  Simon Josefsson  <jas@extundo.com>
18714             Bruno Haible  <bruno@clisp.org>
18715
18716         * m4/getdomainname.m4: New file.
18717
18718 2003-09-25  Simon Josefsson  <jas@extundo.com>
18719             Bruno Haible  <bruno@clisp.org>
18720
18721         * lib/getdomainname.h: New file.
18722         * lib/getdomainname.c: New file.
18723
18724 2003-09-25  Karl Berry  <karl@gnu.org>
18725
18726         * lib/argp-fmtstream.c, argp-help.c: update from libc.
18727
18728 2003-09-25  Karl Berry  <karl@gnu.org>
18729
18730         * config/install-sh: update from automake.
18731
18732 2003-09-25  Bruno Haible  <bruno@clisp.org>
18733
18734         * modules/version-etc-2: New file, from modules/version-etc with
18735         modifications.
18736         * MODULES.html.sh (func_all_modules): Add version-etc-2.
18737
18738 2003-09-25  Bruno Haible  <bruno@clisp.org>
18739
18740         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
18741         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
18742
18743 2003-09-24  Simon Josefsson  <jas@extundo.com>
18744
18745         * modules/xgethostname: Add xgethostname.h.
18746
18747 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18748
18749         * lib/linebuffer.c (freebuffer): Don't free the argument, just
18750         the buffer associated with the argument.  Bug reported by
18751         Simon Josefsson.
18752
18753 2003-09-24  Paul Eggert  <eggert@twinsun.com>
18754
18755         * README: Document assumptions that 'int' is at least 32 bits
18756         wide, that integer arithmetic is 2's complement without overflow,
18757         that there are no holes in integer values, that adding sizes of
18758         two nonoverlapping objects can't overflow, and that all-bits-zero
18759         yields scalar zero.  Fix spelling and capitalization typos.
18760
18761 2003-09-19  Karl Berry  <karl@gnu.org>
18762
18763         * lib/argp.h: update from libc.
18764
18765 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18766
18767         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
18768         to avoid spurious warnings like "AC_RUN_IFELSE was called before
18769         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
18770
18771 2003-09-17  Paul Eggert  <eggert@twinsun.com>
18772
18773         * gnulib-tool: Use "test -h", not "test -L", for portability
18774         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
18775         (tags_regexp): Remove, since \| doesn't conform to POSIX.
18776         (sed_extract_prog): Issue s commands one-by-one, rather than
18777         using \| in one s command.
18778
18779 2003-09-16  Paul Eggert  <eggert@twinsun.com>
18780
18781         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
18782         input error, instead of returning NULL the next time we are called
18783         (and therefore losing track of errno).
18784
18785 2003-09-16  Bruno Haible  <bruno@clisp.org>
18786
18787         * gnulib-tool (func_create_testdir): Warn about duplicated
18788         dependencies.
18789
18790 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18791
18792         * modules/argmatch, modules/fatal, modules/obstack,
18793         modules/xalloc, modules/xgethostname: Sort dependencies by
18794         importance, not alphabetically.
18795
18796 2003-09-15  Paul Eggert  <eggert@twinsun.com>
18797
18798         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
18799         fails, so that the caller gets the proper errno.
18800
18801         * lib/readutmp.c (read_utmp): Likewise.
18802         Check for fstat error.  Close stream and free storage
18803         when failing.
18804
18805 2003-09-14  Karl Berry  <karl@gnu.org>
18806
18807         * config/srclist.txt (strdup.c): disable for c89 changes.
18808
18809 2003-09-14  Jim Meyering  <jim@meyering.net>
18810
18811         * lib/getloadavg.c: Correct cpp indentation.
18812         * lib/strdup.c: Likewise.
18813         * lib/vasnprintf.c: Likewise.
18814
18815 2003-09-14  Bruno Haible  <bruno@clisp.org>
18816
18817         * modules/fwriteerror: New file.
18818         * MODULES.html.sh (func_all_modules): Add fwriteerror.
18819
18820 2003-09-14  Bruno Haible  <bruno@clisp.org>
18821
18822         * lib/fwriteerror.h: New file.
18823         * lib/fwriteerror.c: New file.
18824
18825 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18826
18827         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
18828         modules/xgethostname, modules/xalloc: Depend on exit.
18829
18830 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18831
18832         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
18833
18834         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
18835         and AC_MINIX, too, so that their extensions are available.
18836
18837         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
18838         This macro has been superseded by gl_BACKUPFILE.
18839
18840         More patches to assume C89 or better.
18841
18842         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
18843
18844         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
18845         unconditionally.
18846         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
18847         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
18848         Include <string.h>, <stdlib.h> unconditionally.
18849         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
18850         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
18851         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
18852         headers or for string.h.
18853         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
18854         or strtoul.
18855
18856         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
18857         headers.
18858         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
18859         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18860         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
18861         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
18862         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18863         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
18864         memcpy, memset.
18865         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
18866         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
18867         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
18868         strtol.
18869         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
18870         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
18871         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
18872         strtoul.
18873
18874 2003-09-12  Paul Eggert  <eggert@twinsun.com>
18875
18876         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
18877         * lib/obstack.c [!defined _LIBC]: Likewise.
18878         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
18879         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
18880         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
18881
18882         More changes to assume C89 or better.
18883
18884         * lib/error.c (error_tail): Assume vprintf.
18885
18886         * lib/argmatch.c (getenv): Remove decl.
18887         * lib/progreloc.c (get_full_program_name): Define via prototype.
18888         * lib/setenv.c (clearenv): Likewise.
18889         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
18890         needed.
18891         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
18892         (malloc, memcpy): Remove decls.
18893         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
18894         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
18895         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18896         (memcpy): Remove macro.
18897         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
18898         (__P): Remove.  All uses removed.
18899         (PTR): Remove.  All uses changed to void *.
18900         (CHAR_BIT, NULL): Remove.
18901         (spaces, zeros, memset_space, memset_zero)
18902         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
18903         Remove.
18904         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
18905         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
18906         Define with prototype.
18907         Remove now-unnecessary prototype decl.
18908         (extra_args_spec): Assume ANSI C.  All uses changed.
18909         (extra_args_spec_iso): Remove.
18910         (my_strftime, emacs_strftimeu): Define via prototype.
18911         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
18912         unconditionally.
18913         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
18914         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
18915         (strtoul, strtol): Remove decls.
18916         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
18917         LONG_MAX): Remove.
18918         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
18919         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
18920         (LOCALE_PARAM_PROTO): New macro.
18921         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
18922         (INTERNAL (strtol), strtol): Define with a prototype.
18923         (PARAMS): Remove.  All uses removed.
18924         * lib/tempname.c: Include <string.h> unconditionally.
18925         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
18926         * lib/xgethostname.c (main): Define with a prototype.
18927         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
18928         Include <stdlib.h> unconditionally.
18929         (calloc, malloc, realloc, free): Remove decls.
18930         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
18931         Include <stdlib.h> unconditionally.  Sort include file names.
18932         (strtod): Remove.
18933         (xstrtod): Define with a prototype.
18934         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
18935         (strtol, strtoul): Remove decls.
18936
18937 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18938
18939         More patches to assume C89 or better.
18940         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
18941         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
18942         string.h, memchr, STDC_HEADERS.
18943
18944 2003-09-11  Paul Eggert  <eggert@twinsun.com>
18945
18946         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
18947         Include <stdlib.h>, <string.h> unconditionally.
18948         Remove now-unnecessary cast to char *.
18949         * lib/strnlen.c: Include <string.h> unconditionally.
18950         * lib/yesno.c (yesno): Define with a prototype.
18951
18952 2003-09-11  Bruno Haible  <bruno@clisp.org>
18953
18954         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
18955
18956 2003-09-10  Jim Meyering  <jim@meyering.net>
18957
18958         * lib/error.c: Correct indentation of cpp directives.
18959
18960 2003-09-10  Bruno Haible  <bruno@clisp.org>
18961
18962         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
18963         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
18964         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
18965         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
18966         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
18967         <stdlib.h> and <string.h> checks.
18968         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
18969         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
18970
18971 2003-09-10  Bruno Haible  <bruno@clisp.org>
18972
18973         * lib/strcspn.c: Include <string.h> unconditionally.
18974         * lib/strpbrk.c: Include <string.h> unconditionally.
18975         * lib/strstr.c: Include <string.h> unconditionally.
18976         * lib/unicodeio.c: Include <string.h> unconditionally.
18977         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
18978         * lib/unsetenv.c: Likewise.
18979         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
18980         * lib/yesno.c: Include <stdlib.h> unconditionally.
18981         (rpmatch): Add prototype.
18982
18983 2003-09-09  Paul Eggert  <eggert@twinsun.com>
18984
18985         More patches to assume C89 or better.
18986         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
18987         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
18988         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
18989         or for string.h.
18990         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
18991         stdlib.h.
18992         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
18993         C headers.
18994         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
18995         string.h.
18996         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
18997         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
18998         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
18999         or for string.h.
19000         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
19001         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
19002         C headers.
19003         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
19004         memcpy.
19005         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
19006         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
19007         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
19008         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
19009         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
19010         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
19011         string.h, free.
19012         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
19013         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
19014         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
19015         C headers, or for string.h.
19016         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
19017         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
19018         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
19019         headers, memory.h, stdlib.h, string.h, strings.h.
19020         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
19021         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
19022         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
19023         strchr.
19024         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
19025         headers, memory.h, string.h.
19026         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
19027         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
19028         free.
19029         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
19030         headers.
19031         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
19032         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
19033         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
19034         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
19035         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
19036
19037 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19038
19039         More K&R removal.
19040
19041         * lib/acosl.c (main): Use a prototype.
19042         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
19043         tanl.c: Likewise.
19044
19045         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
19046
19047         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
19048         (getopt, etopt_long, getopt_long_only, _getopt_internal)
19049         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
19050         with a prototype.
19051         * lib/getopt.c (const): Remove macro.
19052         Include <string.h> unconditionally.
19053         (my_index): Remove; all uses changed to strchr.
19054         (strlen): Remove decl.
19055         (exchange): Remove forward decl; no longer needed.
19056         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
19057         Define with prototype.
19058         * lib/getopt1.c (const): Remove macro.
19059         (getopt_long, getopt_long_only, main): Define with prototype.
19060
19061         * lib/getugroups.c: Include <string.h> unconditionally.
19062
19063         * lib/getusershell.c: Include <stdlib.h> unconditionally.
19064         (getusershell, setusershell, endusershell, readname, main):
19065         Define with prototypes.
19066
19067         * lib/group-member.c: Include group-member.h first.
19068         Include <stdlib.h> unconditionally.
19069
19070         * lib/hard-locale.c: Include hard-locale.h first.
19071         Include <stdlib.h>, <string.h> unconditionally.
19072
19073         * lib/hash.c (free, malloc): Remove decls.
19074         Include <stdlib.h> unconditionally.
19075
19076         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
19077         (getenv): Do not declare.
19078
19079         * lib/idcache.c: Include <string.h> unconditionally.
19080
19081         * lib/long-options.c: Include long-options.h first, to test interface.
19082         Include <stdlib.h> unconditionally.
19083
19084         * lib/makepath.c: Include makepath.h first, to test interface.
19085         Include <stdlib.h> and <string.h> unconditionally.
19086
19087         * lib/linebuffer.c: Include <stdlib.h>.
19088         (free): Remove decl.
19089
19090         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
19091         stddef.h. rpl_malloc returns void *, not char *.
19092         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
19093         prototype.
19094
19095         * lib/md5.h: Include <limits.h> unconditionally.
19096         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
19097         (__P): Remove; all uses removed.
19098         * lib/md5.c: Include "md5.h" first.
19099         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
19100         md5_buffer, md5_process_bytes, md5_process_block):
19101         Define with prototypes.
19102         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
19103         * lib/sha.c: Include "sha.h" first.
19104         Include <stdlib.h>, <string.h> unconditionally.
19105
19106         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
19107         * lib/memcmp.c (__ptr_t): Likewise.
19108         * lib/memrchr.c (__ptr_t): Likewise.
19109         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
19110         Include <string.h> unconditionally.
19111         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
19112         * lib/memchr.c: Include <stdlib.h> unconditionally.
19113         * lib/memchr.c (LONG_MAX): Remove.
19114         * lib/memrchr.c (LONG_MAX): Likewise.
19115         * lib/memchr.c (__memchr): Define via a prototype.
19116         * lib/memrchr.c (__memrchr): Likewise.
19117         * lib/memcmp.c (__P): Remove, and remove all uses.
19118         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
19119         Remove forward decls; no longer needed.
19120         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
19121         Use types required by C89 in prototype.
19122
19123         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
19124         * lib/savedir.c: Likewise.
19125         * lib/mkdir.c (free): Remove decl.
19126         * lib/rmdir.c (rmdir): Define with a prototype.
19127         * lib/savedir.c: Include savedir.h first, to test interface.
19128
19129         * lib/mktime.c (STDC_HEADERS): Remove.
19130         Include <stdlib.h>, <string.h> unconditionally.
19131
19132         * lib/modechange.c: Include <stdlib.h> unconditionally.
19133         (malloc): Remove decl.
19134
19135         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
19136         (free): Remove decl.
19137
19138         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
19139         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
19140         (This type really should be intptr_t, but that's a C99ism.)
19141         (_obstack_memcpy): Remove: all uses changed to memcpy.
19142         Include <string.h> unconditionally.
19143         (struct obstack): Assume __STDC__ for types of members
19144         chunkfun, freefun, extra_arg.
19145         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
19146         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
19147         obstack_begin, obstack_specify_allocation,
19148         obstack_specify_allocation_with_arg, obstack_chunkfun,
19149         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
19150         Remove unprototyped decls and the macros that use them.
19151         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
19152         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
19153         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
19154         (defined __STDC__ && __STDC__)]:
19155         Remove nonprototyped code.
19156         Include <stdlib.h> unconditionally.
19157         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
19158         _obstack_allocated_p, _obstack_free, obstack_free,
19159         _obstack_memory_used, print_and_abort):
19160         Define using prototypes.
19161         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
19162         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
19163         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
19164         obstack_next_free, obstack_object_size, obstack_room) [0]:
19165         Remove unused, unprototyped code.
19166
19167         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
19168
19169         * lib/physmem.c (physmem_total, physmem_available, main): Define
19170         with prototypes.
19171
19172         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
19173         (main): Define with a prototype.
19174
19175         * lib/posixver.c (getenv): Remove decl.
19176
19177         * lib/putenv.c (malloc): Returns void *, not char *.
19178         Include <string.h> unconditionally.
19179         (strchr, memcpy, NULL): Do not define.
19180
19181         * lib/readtokens.c: Include readtokens.h first, to test interface.
19182         Include <stdlib.h>, <string.h> unconditionally.
19183         (init_tokenbuffer): Define with a prototype.
19184
19185         * lib/regex.c (PARAMS): Remove.  All uses removed.
19186         All uses of _RE_ARGS removed, too.
19187         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
19188         unconditionally.
19189         (bzero): Assume memset exists.
19190         (memcmp, memcpy, NULL): Remove.
19191         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
19192         char, or assignments to local vars of type signed char.
19193         (init_syntax_once, PREFIX(extract_number_and_incr),
19194         PREFIX(print_partial_compiled_pattern),
19195         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
19196         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
19197         PREFIX(regex_grow_registers), PREFIX(regex_compile),
19198         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
19199         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
19200         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
19201         wcs_compile_range, byte_compile_range, truncate_wchar,
19202         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
19203         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
19204         count_mbs_length, wcs_re_match_2_internal,
19205         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
19206         PREFIX(alt_match_null_string_p),
19207         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
19208         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
19209         regfree, PREFIX(extract_number)): Define with prototype.  Remove
19210         now-unnecessary declaration, if any.
19211         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
19212         regcomp, regexec):
19213         Remove now-unnecessary casts among pointer types.
19214         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
19215
19216         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
19217         (free): Remove decl.
19218
19219         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
19220
19221         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
19222         (free): Remove decl.
19223
19224         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
19225         * lib/xgetcwd.c: Likewise.
19226
19227         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
19228         (free): Remove decl.
19229
19230         * lib/strchrnul.c (strchrnul): Define with a prototype.
19231         Fix bug: c_in was not converted to char before searching.
19232
19233         The following changes are not K&R related:
19234
19235         * lib/group-member.h: Include <sys/types.h>, so that this file is
19236         self-contained.
19237         * lib/makepath.h: Likewise.
19238
19239         * lib/getusershell.c (readname, default_index, line_size, readname):
19240         Use size_t, not int, for sizes.
19241         (readname): If the size overflows, report an error instead of
19242         looping forever.
19243
19244 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19245
19246         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
19247         libc.
19248
19249 2003-09-09  Paul Eggert  <eggert@twinsun.com>
19250
19251         * README: New section: portability guidelines.
19252
19253 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19254
19255         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
19256         C89 spec.
19257
19258 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
19259
19260         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
19261
19262 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19263
19264         Assume C89 or better; remove K&R cruft.
19265         A few of these changes were first proposed by Derek Robert Price
19266         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
19267
19268         * lib/addext.c: Include <string.h> unconditionally.
19269         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
19270         Don't declare getenv or malloc.
19271
19272         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
19273         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
19274         (NULL): Remove.
19275         (find_stack_direction, alloca): Use prototypes.
19276
19277         * lib/atexit.c (atexit): Define using a prototype.
19278
19279         * lib/basename.c, dirname.c, stripslash.c:
19280         Include <string.h> unconditionally.
19281
19282         * lib/bcopy.c: Include <stddef.h>.
19283         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
19284
19285         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
19286
19287         * lib/error.h (error, error_at_line, error_print_progname)
19288         [! (defined (__STDC__) && __STDC__)]: Remove decls.
19289         * lib/error.c: Include error.h first, to check interface.
19290         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19291         (VA_START): Remove; all uses changeed to va_start.
19292         (exit, strerror): Remove decls.
19293         (error_print_progname): Prototype uncondionally.
19294         Don't include <errno.h>; no longer needed.
19295         (private_strerror): Remove.
19296         (error_tail): Always define.
19297         (error, error_at_line): Assume C89 or better; always use prototypes.
19298         * lib/fatal.c: Include "fatal.h" first, to test interface.
19299         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
19300         (VA_START): Remove; all uses changed to va_start.
19301         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
19302         this case.
19303         (exit): Remove decl.
19304         (fatal): Prototype unconditionally.  Assume va_start works.
19305         Abort at end, to pacify gcc.
19306
19307         * lib/euidaccess.c (main): Define with a prototype.
19308
19309         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
19310
19311         * lib/exitfail.c: Include <stdlib.h> unconditionally.
19312
19313         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
19314         prototypes.
19315         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
19316         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
19317         (getenv): Remove decl.
19318         (fnmatch): Define using a prototype.
19319         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
19320         (FCT): Define using a prototype.
19321
19322         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
19323
19324         * lib/gethostname.c: Include <stddef.h>.
19325         (gethostname): Define with prototype.  Length is size_t, not int.
19326
19327 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19328
19329         Assume C89 or better; remove K&R cruft.
19330         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
19331         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
19332         string.h, getenv, malloc.
19333         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
19334         headers.
19335         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
19336         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
19337         do not check for strerror.
19338         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
19339         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
19340         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
19341         do not check for doprnt or vprintf.
19342         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
19343         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
19344
19345 2003-09-08  Paul Eggert  <eggert@twinsun.com>
19346
19347         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
19348         getversion.c should have been removed then, but was accidentally
19349         preserved.
19350
19351         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
19352         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
19353
19354 2003-09-08  Karl Berry  <karl@gnu.org>
19355
19356         * config/config.sub, config.guess, srclistvars.sh: update from savannah
19357                 config, forget about prep.
19358
19359         * config/depcomp, missing: update from automake.
19360
19361 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19362
19363         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
19364         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19365
19366 2003-09-07  Paul Eggert  <eggert@twinsun.com>
19367
19368         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
19369         copy_tm_result.  Bug reported by Simon Josefsson in
19370         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
19371
19372 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19373
19374         * m4/time_r.m4: New file.
19375         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
19376         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
19377         is. Check for timegm declaration.
19378         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
19379         Do not check for gmtime_r.
19380         Replace mktime if __mktime_internal does not exist and if mktime
19381         hasn't been replaced already.
19382
19383 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19384
19385         * lib/time_r.c, lib/time_r.h: New files.
19386
19387         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
19388         __localtime_r.
19389         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
19390         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
19391
19392         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
19393         __gmtime_r.
19394         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
19395         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
19396         Include <time_r.h>.
19397
19398         * lib/timegm.c: Switch to glibc implementation, with the following
19399         changes:
19400         [defined HAVE_CONFIG_H]: Include <config.h>.
19401         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
19402         (__mktime_internal) [!defined _LIBC]: New decl.
19403         (__gmtime_r) [!defined _LIBC]: New macro and function.
19404         (timegm): Use a prototype, since gnulib assumes C89.
19405         Do not bother declaring tmp to be const, as it's not really usefu.
19406         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
19407         (timegm): Declare only if HAVE_DECL_TIMEGM.
19408
19409 2003-09-06  Paul Eggert  <eggert@twinsun.com>
19410
19411         * MODULES.html.sh (func_all_modules): Add time_r.
19412         * modules/time_r: New file.
19413         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
19414         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
19415
19416 2003-09-03  Paul Eggert  <eggert@twinsun.com>
19417
19418         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
19419         Bug reported by Lute Kamstra in
19420         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
19421
19422         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
19423         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
19424         course with correspondingly smaller numbers for tomorrow and
19425         yesterday.  From Tadayoshi Funaba.  Originally installed into
19426         sh-utils on 1999-08-07, but the patch got lost (I guess during the
19427         coreutils merge?).
19428
19429 2003-08-31  Simon Josefsson  <jas@extundo.com>
19430
19431         * modules/timegm: New file.
19432         * MODULES.html.sh (func_all_modules): Add timegm.
19433
19434 2003-08-31  Simon Josefsson  <jas@extundo.com>
19435
19436         * m4/timegm.m4: New file.
19437
19438 2003-08-31  Simon Josefsson  <jas@extundo.com>
19439
19440         * lib/timegm.h: New file.
19441         * lib/timegm.c: New file.  Based on
19442         wget-1.8.2/src/http.c:mktime_from_utc.
19443
19444 2003-08-31  Karl Berry  <karl@gnu.org>
19445
19446         * lib/argp.h: update from libc.
19447
19448 2003-08-28  Bruno Haible  <bruno@clisp.org>
19449
19450         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
19451         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
19452         followed by '#define fnmatch fnmatch_posix' gives an error.
19453
19454 2003-08-28  Bruno Haible  <bruno@clisp.org>
19455
19456         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
19457         warning on QNX, which defines O_BINARY to 000000.
19458
19459 2003-08-27  Jim Meyering  <jim@meyering.net>
19460
19461         * m4/mkstemp.m4: Require that the system mkstemp be able to create
19462         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
19463         would fail after 32.  Reported by Danny Levinson.  Details here:
19464         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
19465
19466 2003-08-24  Bruno Haible  <bruno@clisp.org>
19467
19468         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
19469         MSVC7 <stdio.h> is included later.
19470
19471 2003-08-22  Simon Josefsson  <jas@extundo.com>
19472
19473         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
19474
19475 2003-08-20  Karl Berry  <karl@gnu.org>
19476
19477         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
19478
19479 2003-08-20  Bruno Haible  <bruno@clisp.org>
19480
19481         * modules/progname: New file.
19482         * MODULES.html.sh (func_all_modules): Add progname.
19483
19484 2003-08-20  Bruno Haible  <bruno@clisp.org>
19485
19486         * lib/progname.h: New file, from GNU gettext.
19487         * lib/progname.c: New file, from GNU gettext.
19488         * lib/progreloc.c: New file, from GNU gettext.
19489
19490 2003-08-19  Jim Meyering  <jim@meyering.net>
19491
19492         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
19493         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
19494
19495 2003-08-19  Bruno Haible  <bruno@clisp.org>
19496
19497         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
19498         more.
19499
19500 2003-08-19  Bruno Haible  <bruno@clisp.org>
19501
19502         * lib/xstrdup.c: Assume <string.h> exists.
19503
19504 2003-08-18  Paul Eggert  <eggert@twinsun.com>
19505
19506         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
19507         in makefile rules.
19508
19509 2003-08-18  Jim Meyering  <jim@meyering.net>
19510
19511         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
19512         * m4/lib-ld.m4: Likewise.
19513
19514 2003-08-18  Jim Meyering  <jim@meyering.net>
19515
19516         * lib/setenv.h: Indent nested cpp directive.
19517         * lib/vasnprintf.c: Remove trailing blanks.
19518
19519 2003-08-17  Simon Josefsson  <jas@extundo.com>
19520
19521         * modules/xstrndup: New file.
19522         * MODULES.html.sh (func_all_modules): Add xstrndup.
19523
19524 2003-08-17  Simon Josefsson  <jas@extundo.com>
19525
19526         * modules/argp: Fix autoconf macro name. Add more dependencies.
19527
19528 2003-08-17  Simon Josefsson  <jas@extundo.com>
19529
19530         * m4/xstrndup.m4: New file.
19531
19532 2003-08-17  Simon Josefsson  <jas@extundo.com>
19533
19534         * m4/argp.m4: New file.
19535
19536 2003-08-17  Simon Josefsson  <jas@extundo.com>
19537             Bruno Haible  <bruno@clisp.org>
19538
19539         * lib/xstrndup.h: New file.
19540         * lib/xstrndup.c: New file.
19541
19542 2003-08-17  Bruno Haible  <bruno@clisp.org>
19543
19544         * modules/strndup (Files, Include): Add lib/strndup.h.
19545
19546 2003-08-17  Bruno Haible  <bruno@clisp.org>
19547
19548         * modules/euidaccess (Files): Add lib/euidaccess.h.
19549
19550 2003-08-17  Bruno Haible  <bruno@clisp.org>
19551
19552         * lib/strndup.h: New file.
19553
19554 2003-08-17  Bruno Haible  <bruno@clisp.org>
19555
19556         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
19557         like AC_GNU_SOURCE.
19558         * modules/extensions (configure.ac): Comment out the invocation of
19559         gl_USE_SYSTEM_EXTENSIONS.
19560
19561 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19562
19563         Merges from coreutils, etc.
19564         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
19565         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
19566         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
19567         fixing a typo.
19568         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
19569         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
19570
19571 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19572
19573         Document merge from coreutils.
19574         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
19575         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
19576         * modules/utime: Add m4/utimes-null.m4.
19577
19578 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19579
19580         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
19581         space, undoing this 2003-08-12 change:
19582         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19583
19584 2003-08-16  Paul Eggert  <eggert@twinsun.com>
19585
19586         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
19587         strtoul.c from libc, undoing this 2003-08-12 change:
19588         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
19589
19590 2003-08-16  Jim Meyering  <jim@meyering.net>
19591
19592         Merges from coreutils.
19593         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
19594         prefix.  Adjust cache variables similarly.  Create 500 rather than
19595         just 300 files, to exercise bug on Darwin6.5, too.
19596         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
19597         $missing_dir.
19598         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
19599         AM_SYS_POSIX_TERMIOS.
19600         Reported by mkc@mathdogs.com.
19601         Also change use of $am_cv_sys_posix_termios
19602         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
19603         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
19604         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
19605         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
19606         in /proc/mounts until it finds one with matching device number.  This
19607         is unnecessary when the FILE argument *is* a mount point.  No stat call
19608         is necessary in that case.  So, disable the statvfs-testing code on
19609         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
19610         as RedHat bug# 84846.
19611         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19612         to 1MB, so as not to render systems with no stack size limit (e.g.,
19613         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19614         Include <unistd.h>.  On some systems,
19615         it is required for the definition of _SC_PAGESIZE.
19616
19617 2003-08-16  Jim Meyering  <jim@meyering.net>
19618
19619         Merge from coreutils.
19620         * lib/xstrtoimax.c: #else #if -> #elif.
19621         * lib/xstrtoumax.c: Likewise.
19622
19623 2003-08-16  Jim Meyering  <jim@meyering.net>
19624
19625         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
19626         * m4/utimes.m4: Removed.
19627         * m4/utimes-null.m4: Renamed from utimes.m4.
19628
19629         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
19630         to 1MB, so as not to render systems with no stack size limit (e.g.,
19631         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
19632         Include <unistd.h>.  On some systems,
19633         it is required for the definition of _SC_PAGESIZE.
19634
19635 2003-08-16  Jim Meyering  <jim@meyering.net>
19636         and Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         Merges from coreutils, etc.
19639
19640         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
19641         using the latest version from cvs.  This avoids problems with #line
19642         directives using a vendor (Sun) compiler.
19643         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
19644         Don't set GETGROUPS_LIB here; now it's
19645         done via getgroups.m4's wrapper function.
19646         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
19647         rather than just in sh-util/configure.in, so that the
19648         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
19649         same.
19650         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
19651         AC_FUNC_GETLOADAVG where to find getloadavg.c.
19652         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
19653         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
19654         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
19655         Remove code that is now done by the newly-required macros.
19656         Append $(EXEEXT) to DF_PROG.
19657         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
19658         Do not invoke or require the following here,
19659         since prereq.m4 or some gnulib .m4 now does this for us:
19660         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
19661         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
19662         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
19663         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
19664         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
19665         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
19666         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
19667         AC_FUNC_OBSTACK.
19668         Do not replace the following functions, as this is now the job
19669         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
19670         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
19671         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
19672         atexit getpass, strdup, getpagesize.
19673         Replace 'raise'.
19674         Do not check for the following functions, as this is now the job
19675         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
19676         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
19677         setregid.
19678         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
19679         Check for sys/sysctl.h.
19680         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
19681         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
19682         of checking for ssize_t ourselves.
19683
19684         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
19685         Require every macro that gnulib/modules/* suggests for us.
19686         (jm_PREREQ_ADDEXT): New macro.
19687         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
19688         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
19689
19690         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
19691         (gl_PHYSMEM): Use it.
19692         Also check for `table' function.
19693         Check for new headers and functions.
19694         Add check for sys/sysmp.h.
19695         With suggestions from Kaveh Ghazi.
19696         Ignore headers that are present but cannot be compiled.  This
19697         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
19698         C 5.4.
19699
19700 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19701
19702         Document merge from coreutils.
19703         * modules/userspec: Depend on posixver.
19704         * modules/strftime: Depend on tzset.
19705
19706 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19707
19708         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
19709         rather than tab, after '#' in shell-script copyright notices.
19710         Suggested by Bruno Haible.
19711
19712 2003-08-15  Paul Eggert  <eggert@twinsun.com>
19713
19714         * config/srclist-update: Use three spaces, rather than tab, after '#'
19715         in shell-script copyright notices.  Suggested by Bruno Haible.
19716         Remove unnecessary parenthesization in regular expression.
19717
19718 2003-08-15  Jim Meyering  <jim@meyering.net>
19719
19720         Merge from coreutils.
19721         * lib/xgethostname.c: Include <stdlib.h>.
19722         (xghostname): Don't exit for anything other than memory-related
19723         failure; just return NULL.
19724         * lib/userspec.c: Include "posixver.h".
19725         (parse_user_spec): Accept `.' as a separator only
19726         in pre-POSIX-200112 mode.
19727         * lib/strtoimax.c: Use #elif rather than #else #if.
19728         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
19729         Remove function, now that we can rely on a working tzset function.
19730         [!_LIBC]: Ensure that the required autoconf test has been run.
19731         [!defined _NL_CURRENT && HAVE_STRFTIME]:
19732         Use underlying_strftime for %r.
19733         * lib/sha.c: Merge in some clean-up and optimization changes from
19734         glibc.
19735         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
19736         Ensure that it is a multiple of 64.
19737         Rearrange loop exit tests so as to avoid performing an
19738         additional fread after encountering an error or EOF.
19739         * lib/realloc.c: Update copyright date.
19740
19741 2003-08-15  Jim Meyering  <jim@meyering.net>
19742         and Paul Eggert  <eggert@twinsun.com>
19743
19744         Merge from coreutils.
19745         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
19746         member but strut utmpx does not.  Needed for AIX 4.3.3.
19747         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
19748
19749 2003-08-15  Jim Meyering  <jim@meyering.net>
19750         and Paul Eggert  <eggert@cs.ucla.edu>
19751
19752         Merges from coreutils, etc.
19753         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
19754         Require gl_FUNC_TZSET_CLOBBER.
19755         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
19756         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
19757         members.
19758
19759 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19760
19761         Help the merge from coreutils.
19762         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
19763         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
19764         * m4/tzset.m4: Use it too.
19765
19766 2003-08-14  Paul Eggert  <eggert@twinsun.com>
19767
19768         * modules/tzset: New file.
19769
19770 2003-08-14  Jim Meyering  <jim@meyering.net>
19771
19772         Merges from coreutils.
19773         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
19774         variable names, rather than @FNMATCH_H@.
19775         * modules/alloca: Likewise for $(ALLOCA_H).
19776
19777         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
19778         the three copies of the literal target, `fnmatch.h'.
19779         * modules/alloca (alloca.h): Likewise.
19780
19781 2003-08-14  Jim Meyering  <jim@meyering.net>
19782
19783         Merge from coreutils.
19784         * m4/tzset.m4: New file.
19785         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
19786         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
19787         otherwise, AIX 5.1 systems would end up using the latter.
19788         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
19789         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
19790         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
19791         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
19792
19793 2003-08-14  Jim Meyering  <jim@meyering.net>
19794
19795         Merge from coreutils.
19796         * lib/obstack.h: Whitespace changes.
19797         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
19798         and xcalloc return values.
19799         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
19800         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
19801         hang on OSF/1 5.1 for DIR on both local and remote file systems.
19802         Reported by (and fix confirmed by) Nelson H. F. Beebe.
19803         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19804         error from mntctl.
19805         Use mntctl's return value to drive the entry-processing loop, since
19806         we can't rely on the value of the vmt_length member in the last
19807         entry.  On some systems doing so could result in exhausting
19808         virtual memory.  Based in part on a patch from Mike Jetzer.
19809
19810 2003-08-14  Jim Meyering  <jim@meyering.net>
19811         and Paul Eggert  <eggert@twinsun.com>
19812
19813         Merges from coreutils, plus other fixes.
19814         * lib/physmem.c: Merge in portability changes from gcc/libiberty
19815         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
19816         for credits and details.  Thanks to Kaveh Ghazi for helping
19817         to keep these files in sync.
19818         (ARRAY_SIZE): Define it.
19819         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
19820         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
19821         (memcasecmp): Don't assume size_t fits in unsigned int.
19822         Remove casts and duplicate code.
19823         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
19824         (memcpy): Remove definition.
19825         Merge in some clean-up and optimization changes from glibc.
19826         [BLOCKSIZE]: Move definition to top of file.
19827         Ensure that it is a multiple of 64.
19828         Rearrange loop exit tests so as to avoid performing an
19829         additional fread after encountering an error or EOF.
19830         * lib/md5.h (md5_uintptr): Define.
19831         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
19832         return to the initial working directory.  Preserve errno
19833         for caller.
19834         * lib/idcache.c: Include "xalloc.h".
19835         (xmalloc, xrealloc): Remove decls.
19836         (getuser): Remove casts no longer required in C89.
19837         * lib/human.c: Include stdio.h, for sprintf.
19838         * lib/group-member.c: Include "xalloc.h".
19839         (xmalloc, xrealloc): Remove decls.
19840         (get_group_info): Remove casts no longer required in C89.
19841         * lib/getusershell.c (readname): Remove casts no longer required in
19842         C89.
19843         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
19844         * lib/getline.c: Whitespace fix, from coreutils.
19845
19846 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19847
19848         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
19849         Check for isascii.
19850
19851         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19852         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19853         Undo previous (whitespace-only) change.
19854
19855 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19856
19857         * lib/exclude.c: Include <ctype.h>
19858         (IN_CTYPE_DOMAIN): New macro.
19859         (is_space): New fn.
19860         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
19861         and empty lines.
19862
19863         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19864         Undo previous (whitespace-only) change.
19865
19866 2003-08-13  Paul Eggert  <eggert@twinsun.com>
19867
19868         * config/srclist-update: Change update back to the old behavior,
19869         leaving whitespace alone.  Use one 'sed' command rather than a
19870         pipeline.
19871         (fixlicense): Now a variable, not a function.
19872         (remove_trailing_blanks): Remove.
19873         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
19874         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19875         Undo previous (whitespace-only) change.
19876
19877 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19878
19879         Merge from coreutils.
19880         * modules/euidaccess: Add lib_SOURCES, include for new
19881         file euidaccess.h
19882
19883 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19884
19885         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
19886         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
19887         Normalize leading white space and remove trailing white space.
19888
19889         Merge from coreutils
19890         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
19891
19892         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
19893         0.12.1.  These files are now being upgraded automatically by
19894         ../config/srclist-update.
19895
19896 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19897
19898         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
19899         Normalize leading white space and remove trailing white space.
19900         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
19901         notice, as per ../config/srclist-update.
19902
19903         Merge from coreutils.
19904         * lib/euidaccess.h: New file.
19905         * lib/euidaccess.c: Include it.
19906         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
19907         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
19908         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
19909
19910 2003-08-12  Paul Eggert  <eggert@twinsun.com>
19911
19912         * config/srclist-update: Add copyright notice.
19913         (remove_id_lines, remove_trailing_blanks): New constants.
19914         (fixfile): Use them to normalize spacing a bit in copied files.
19915         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
19916         Normalize leading white space and remove trailing white space.
19917
19918         * config/texinfo.tex: Sync with texinfo.
19919
19920         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
19921         strtoul.c from libc, to merge coreutils whitespace changes.
19922
19923         * config/srclist.txt: Get the following m4 files from gettext:
19924         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
19925         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
19926         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
19927         wint_t.m4.
19928
19929 2003-08-12  Karl Berry  <karl@gnu.org>
19930
19931         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
19932         been made.
19933
19934 2003-08-11  Paul Eggert  <eggert@twinsun.com>
19935
19936         * modules/gnu-source, m4/gnu-source.m4:
19937         Remove; we're assuming Autoconf 2.54 or later now.
19938         Suggested by Bruno Haible.
19939         * MODULES.html.sh (func_all_modules): Remove gnu-source.
19940
19941 2003-08-11  Bruno Haible  <bruno@clisp.org>
19942
19943         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
19944
19945 2003-08-11  Bruno Haible  <bruno@clisp.org>
19946
19947         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
19948         (vasnprintf): Use it instead of wcslen.
19949
19950 2003-08-11  Bruno Haible  <bruno@clisp.org>
19951
19952         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
19953         value to ensure that _Bool promotes to int. Use #define for _Bool when
19954         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
19955
19956 2003-08-10  Karl Berry  <karl@gnu.org>
19957
19958         * lib/regex.h: update from libc (whitespace fix).
19959
19960 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19961
19962         Merge some files from coreutils.  These changes were
19963         originally made by Jim Meyering.
19964         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
19965         many older Unixes require this.
19966         * lib/alloca.c (alloca): Remove cast to argument of free;
19967         no longer needed in C89.
19968         * lib/alloca_.h, regex.h: Fix white space to match
19969         what GNU indent does.
19970
19971 2003-08-09  Paul Eggert  <eggert@twinsun.com>
19972
19973         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
19974         apparently Emacs's Unicode mode got confused before my 2003-08-05
19975         checkin.
19976
19977 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19978
19979         * m4/extensions.m4: New file.
19980         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
19981         Require gl_USE_SYSTEM_EXTENSIONS.
19982         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
19983         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
19984
19985 2003-08-08  Paul Eggert  <eggert@twinsun.com>
19986
19987         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
19988         * modules/extensions, modules/gnu-source: New files.
19989         * modules/timespec, modules/unlocked-io: Depend on extensions.
19990
19991 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19992
19993         * modules/restrict: New file.
19994         * MODULES.html.sh (func_all_modules): Add restrict.
19995         * modules/regex: Depend on restrict.
19996
19997 2003-08-07  Paul Eggert  <eggert@twinsun.com>
19998
19999         * m4/restrict.m4: New file.
20000         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
20001
20002 2003-08-07  Bruno Haible  <bruno@clisp.org>
20003
20004         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
20005         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
20006
20007 2003-08-07  Bruno Haible  <bruno@clisp.org>
20008
20009         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
20010         makes the module 'getndelim2' compatible with the module 'getline'.
20011
20012 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20013
20014         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
20015         byte with "\201" to avoid glitches when editing that source file
20016         with multi-gnome-terminal.
20017
20018 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20019
20020         * lib/bumpalloc.h: Remove.
20021
20022 2003-08-05  Paul Eggert  <eggert@twinsun.com>
20023
20024         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
20025         * modules/bumpalloc: Remove.
20026
20027 2003-08-04  Paul Eggert  <eggert@twinsun.com>
20028
20029         * lib/getloadavg.c: Change copyright notice and spacing to conform to
20030         GNU coding style.
20031
20032         Merge from coreutils.
20033         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
20034         1. From glibc.
20035         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
20036         from Karl Berry, implemented by Jim Meyering.
20037         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
20038         from Dmitry V. Levin.
20039         Remove anachronistic cast of xrealloc.
20040         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
20041         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
20042         type. Otherwise, it wouldn't compile with at least /bin/cc on
20043         ymp-cray-unicos9.0.2.X.
20044         Combine two mostly-identical uses of alloca into one.
20045         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
20046
20047 2003-08-04  Dave Love  <d.love@dl.ac.uk>
20048
20049         [From Emacs.]
20050
20051         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
20052         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
20053         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
20054         obsolete NLIST_NAME_UNION.
20055         [__GNU__]: Undef BSD and FSCALE.
20056         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
20057
20058 2003-08-03  Paul Eggert  <eggert@twinsun.com>
20059
20060         * lib/stdbool_.h (_Bool): Make it signed char, instead of
20061         an enum type, so that it's guaranteed to promote to int.  See:
20062         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
20063
20064 2003-08-03  Karl Berry  <karl@gnu.org>
20065
20066         * config/depcomp: update from automake.
20067
20068 2003-07-31  Paul Eggert  <eggert@twinsun.com>
20069
20070         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
20071         (strerror): Don't assume that a printable int fits in 14 bytes.
20072
20073 2003-07-31  Bruno Haible  <bruno@clisp.org>
20074
20075         * modules/getpass-gnu: New file.
20076         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
20077
20078 2003-07-31  Bruno Haible  <bruno@clisp.org>
20079
20080         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
20081
20082 2003-07-24  Karl Berry  <karl@gnu.org>
20083
20084         * config/missing: update from automake.
20085
20086 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
20087             Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
20090         * lib/getline.c (getline, getdelim): Likewise.
20091         Remove _GNU_SOURCE define; now it's defined in config.h through
20092         m4/getline.m4.
20093
20094 2003-07-23  Karl Berry  <karl@gnu.org>
20095
20096         * config/config.sub: update from prep.
20097
20098 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20099
20100         * modules/xalloc (Depends-on): Add exitfail.
20101         * modules/xmemcoll: Likewise.
20102
20103 2003-07-22  Paul Eggert  <eggert@twinsun.com>
20104
20105         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
20106         over-parenthesization in macros.
20107
20108         Sync with coreutils.
20109
20110         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
20111         required by C99.
20112
20113         Use `exit_failure' for xalloc and xmemcoll instead of their own
20114         private exit-failure variables.
20115         * lib/xalloc.h (xalloc_exit_failure): Remove.
20116         * lib/xmalloc.c: Likewise.  Include exitfail.h.
20117         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
20118         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
20119         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
20120         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
20121
20122 2003-07-20  Jim Meyering  <jim@meyering.net>
20123
20124         * modules/closeout (Depends-on): Add exitfail.
20125         Suggestion from Bruno Haible.
20126
20127 2003-07-19  Karl Berry  <karl@gnu.org>
20128
20129         * config/config.sub: update from prep.
20130
20131 2003-07-18  Paul Eggert  <eggert@twinsun.com>
20132
20133         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
20134         Remove.
20135         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
20136         to test that it can stand by itself.  Include "exitfail.h".
20137         Clients should set exit_failure instead.
20138         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
20139
20140 2003-07-18  Bruno Haible  <bruno@clisp.org>
20141
20142         * modules/getndelim2: New file.
20143         * modules/getline: Share files with module getndelim2.
20144         * modules/getnline: Depend on getndelim2 instead of sharing files with
20145         it. Add getnline.c to lib_SOURCES.
20146         * MODULES.html.sh (func_all_modules): Add getndelim2.
20147
20148 2003-07-18  Bruno Haible  <bruno@clisp.org>
20149
20150         * m4/getndelim2.m4: New file.
20151         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
20152         invoke gl_PREREQ_GETNDELIM2.
20153         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
20154         gl_PREREQ_GETNDELIM2.
20155         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
20156         gl_GETNDELIM2.
20157
20158 2003-07-18  Bruno Haible  <bruno@clisp.org>
20159
20160         * lib/getndelim2.h: New file.
20161         * lib/getndelim2.c: Make into a module of its own. Include config.h,
20162         getndelim2.h.
20163         (getndelim2): Make non-static. Change return type to ssize_t.
20164         * lib/getline.h: Change argument names.
20165         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
20166         * lib/getnline.c: Include getndelim2.h.
20167
20168 2003-07-18  Andreas Schwab  <schwab@suse.de>
20169
20170         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
20171
20172 2003-07-17  Karl Berry  <karl@gnu.org>
20173
20174         * config/config.sub: update from prep.
20175
20176 2003-07-17  Bruno Haible  <bruno@clisp.org>
20177
20178         * modules/getnline: New file.
20179         * modules/getline: Add lib/getndelim2.c to source file list.
20180         * MODULES.html.sh (func_all_modules): Add getnline.
20181
20182 2003-07-17  Bruno Haible  <bruno@clisp.org>
20183
20184         * m4/getnline.m4: New file.
20185
20186 2003-07-17  Bruno Haible  <bruno@clisp.org>
20187
20188         * m4/Makefile.am.in: Remove file.
20189         * m4/Makefile.am: Remove file.
20190         * m4/Makefile.in: Remove file.
20191
20192 2003-07-17  Bruno Haible  <bruno@clisp.org>
20193
20194         * lib/getnline.h: New file.
20195         * lib/getnline.c: New file.
20196         * lib/getndelim2.c: New file, extracted from getline.c.
20197         (getndelim2): Renamed from getdelim2, with added nmax argument.
20198         * lib/getline.c: Include getndelim2.c.
20199         (getdelim2): Moved out to getndelim2.c.
20200         (getline, getdelim): Update.
20201
20202 2003-07-17  Bruno Haible  <bruno@clisp.org>
20203
20204         * lib/Makefile.am: Remove file.
20205         * lib/Makefile.in: Remove file.
20206
20207 2003-07-17  Bruno Haible  <bruno@clisp.org>
20208
20209         * configure.in: Remove file.
20210         * Makefile.in: Remove file.
20211
20212 2003-07-17  Bruno Haible  <bruno@clisp.org>
20213
20214         * MODULES.html.sh: Put the </BODY> right before </HTML>.
20215
20216 2003-07-16  Karl Berry  <karl@gnu.org>
20217
20218         * config/srclist-update: was running fixlicense twice, which caused
20219                 texinfo.tex to be nullified for some reason.  Simplify,
20220                 $gplsrc is no longer needed as far as I can see?
20221
20222 2003-07-16  Jim Meyering  <jim@meyering.net>
20223
20224         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
20225
20226 2003-07-15  Paul Eggert  <eggert@twinsun.com>
20227
20228         * config/srclist.txt: Get the following files from gettext-runtime/intl
20229         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
20230         ref-del.sin.  From Bruno Haible.
20231         * config/srclist-update (fixfile): Change grep pattern again, since the
20232         previous fix didn't work (there was another trailing $).  Use
20233         '[$]' to escape the $s.
20234
20235 2003-07-15  Karl Berry  <karl@gnu.org>
20236
20237         * lib/vasnprintf.c: update from gettext.
20238
20239 2003-07-15  Karl Berry  <karl@gnu.org>
20240
20241         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
20242         gets expanded when surrounded by '$'.
20243
20244 2003-07-15  Jim Meyering  <jim@meyering.net>
20245
20246         * modules/save-cwd: Don't depend on error.  From Derek Price.
20247
20248 2003-07-15  Jim Meyering  <jim@meyering.net>
20249
20250         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
20251
20252 2003-07-14  Simon Josefsson  <jas@extundo.com>
20253
20254         * modules/mempcpy: New file.
20255         * MODULES.html.sh (func_all_modules): Add mempcpy.
20256
20257 2003-07-14  Simon Josefsson  <jas@extundo.com>
20258
20259         * m4/mempcpy.m4: New file.
20260
20261 2003-07-14  Simon Josefsson  <jas@extundo.com>
20262
20263         * lib/mempcpy.h: New file.
20264         * lib/mempcpy.c: New file.
20265
20266 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20267
20268         * modules/getdate, modules/posixtm: Depend on mktime.
20269
20270 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20271
20272         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
20273         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
20274         unicodeio.c, unicodeio.h, unlocked-io.h:
20275         Switch from LGPL to GPL.
20276
20277 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20278
20279         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
20280         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
20281         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
20282         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
20283         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
20284         updated automatically by ../config/srclist-update.  This changes
20285         their license from LPGL to GPL.
20286
20287 2003-07-14  Paul Eggert  <eggert@twinsun.com>
20288
20289         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
20290         assumed to refer to the root of the most recent stable gettext version.
20291         * config/srclistvars.sh: Add defaults for eggert.
20292         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
20293         Match "This program" as well as "The program".  This is needed
20294         for gettext.
20295
20296 2003-07-14  Jim Meyering  <jim@meyering.net>
20297
20298         Don't emit diagnostics.  Let callers do that.
20299         * lib/save-cwd.c: Don't include "error.h".
20300         (save_cwd): Don't call error.  Ensure that errno is valid
20301         when returning nonzero.
20302
20303         * lib/save-cwd.h (restore_cwd): Update prototype.
20304         * lib/save-cwd.c (restore_cwd): Remove two parameters.
20305         Simplify.  Don't call error upon failure.  Let callers do that.
20306         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
20307         when auditing is enabled.  But don't bother updating the #if.
20308
20309 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
20310
20311         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
20312         it breaks C++ compilation.
20313         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
20314
20315 2003-07-10  Simon Josefsson  <jas@extundo.com>
20316
20317         * modules/strchrnul (Makefile.am): Add strchrnul.h.
20318
20319 2003-07-10  Jim Meyering  <jim@meyering.net>
20320
20321         * m4/clock_time.m4: Remove trailing blank.
20322         * m4/intmax_t.m4: Likewise.
20323
20324 2003-07-10  Jim Meyering  <jim@meyering.net>
20325
20326         * lib/vasnprintf.c: Remove trailing blanks.
20327         Make cpp indentation consistent.
20328
20329 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20330
20331         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
20332         posixver.c, strftime.c, strnlen.c, strverscmp.c:
20333         Switch from LGPL to GPL.
20334
20335 2003-07-09  Paul Eggert  <eggert@twinsun.com>
20336
20337         * config/srclist.txt: Sort sublists.  Add
20338         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
20339         that differ from gnulib for one reason or another; we'd like this list
20340         to be smaller but for now let's document what we have.
20341
20342 2003-07-08  Paul Eggert  <eggert@twinsun.com>
20343
20344         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
20345         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
20346         and sweeter "eval x=$x".
20347         * config/srclist.txt: Get lib/argp* from glibc.
20348
20349 2003-07-07  Paul Eggert  <eggert@twinsun.com>
20350
20351         * lib/mktime.c: Fix some boundary cases and remove need for floating
20352         point.
20353
20354         Issue a compile-time diagnostic if time_t is floating point, or if
20355         two's complement arithmetic is not in effect, or if arithmetic
20356         right shift does not propagate the sign.  These assumptions were
20357         all in the original code but they weren't checked.
20358
20359         (TIME_T_MIDPOINT, verify): New macros.
20360         (__isleap): Remove; it has integer overflow problems.
20361         (leapyear): New function, without those problems.
20362         (ydhms_tm_diff): Remove; splitting into two parts.
20363         (ydhms_diff): New function, containing the arithmetic part of
20364         the old ydhms_tm_diff function.  Issue a compile-time
20365         diagnostic if we are not using C99 integer division.
20366         Avoid casts when possible.
20367         (guess_time_tm): New function, containing the checking part of
20368         the old ydhms_tm_diff function.  Return the new value, rather than
20369         the difference between it and the old.  Accept a new argument T
20370         so that *T specifies the old value.  Check for overflow in the result.
20371
20372         (__mktime_internal): Use a time_t offset, not a long int offset.
20373         This undoes the 2003-06-04 change, which is no longer needed now
20374         that we have better overflow checking.
20375         (localtime_offset): Likewise.
20376
20377         (__mktime_internal): Avoid harmful overflow on hosts where time_t
20378         and long are 64-bit but int is only 32-bit.
20379         (ydhms_diff): Use long int to store year1 and yday1.
20380         Issue a compile-time diagnostic if long int is not wide enough.
20381
20382         (__mktime_internal): Use long int to store adjusted year and yday.
20383         Use plain C rather than preprocessor commands, if that doesn't
20384         affect efficiency.
20385         Check for overflow (and try to repair) after each probe
20386         rather than checking only at the very end.  This avoids some bugs
20387         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
20388         does not equal GMT offset at maximum time).
20389         Use integer to check for overflow rather than floating point; this
20390         is more portable to non-IEEE hosts, and is a tad faster.
20391         When we detect that we are oscillating between two values,
20392         don't check whether tm_isdst has the requested value, since
20393         we already know the answer.  When tm_isdst has the wrong value,
20394         use a different heuristic to find the right one, based on the
20395         extreme values actually observed in practice in tz2003a,
20396         rather than the (overly optimistic) "previous 3 calendar quarters".
20397
20398         (not_equal_tm, print_tm, check_result): Use "const T" rather than
20399         "T const" to accommodate glibc style.
20400         (check_result): Use less-confusing report format.  "long" -> "long int.
20401         (main): Likewise.
20402         Don't loop if the iteration overflows time_t.
20403         Allow a negative step in the iteration.
20404
20405 2003-07-06  Karl Berry  <karl@gnu.org>
20406
20407         * config/depcomp: update from automake.
20408         * config/config.sub: update from prep.
20409
20410 2003-07-03  Karl Berry  <karl@gnu.org>
20411
20412         * config/config.guess: update from prep.
20413
20414 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20415
20416         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
20417         xreadlink.c now includes it unconditionally.
20418
20419 2003-07-01  Paul Eggert  <eggert@twinsun.com>
20420
20421         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
20422         having it depend on HAVE_SYS_TYPES_H.
20423
20424 2003-07-01  Bruno Haible  <bruno@clisp.org>
20425
20426         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
20427         <sys/types.h> should be sufficient.
20428         Reported by Paul Eggert.
20429
20430 2003-06-26  Karl Berry  <karl@gnu.org>
20431
20432         * config/depcomp: update from automake.
20433
20434 2003-06-26  Bruno Haible  <bruno@clisp.org>
20435
20436         * modules/human: Depend on module stdbool.
20437
20438 2003-06-25  Bruno Haible  <bruno@clisp.org>
20439
20440         * modules/readlink: New file.
20441         * modules/xreadlink: Depend on it.
20442         * MODULES.html.sh (func_all_modules): Add readlink.
20443
20444 2003-06-25  Bruno Haible  <bruno@clisp.org>
20445
20446         * m4/readlink.m4: New file.
20447
20448 2003-06-25  Bruno Haible  <bruno@clisp.org>
20449
20450         * lib/readlink.c: New file.
20451
20452 2003-06-22  Karl Berry  <karl@gnu.org>
20453
20454         * config/srclist.txt: update mkinstalldirs from automake.
20455         * config/mkinstalldirs: update.
20456
20457 2003-06-22  Bruno Haible  <bruno@clisp.org>
20458
20459         Portability to mingw32.
20460         * m4/ssize_t.m4: New file, from GNU gettext.
20461         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
20462         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
20463
20464 2003-06-22  Bruno Haible  <bruno@clisp.org>
20465
20466         * modules/safe-read: Add m4/ssize_t.m4.
20467         * modules/xreadlink: Add m4/ssize_t.m4.
20468
20469 2003-06-20  Bruno Haible  <bruno@clisp.org>
20470
20471         Assume C89, so PARAMS isn't needed.
20472         * lib/unicodeio.h (PARAMS): Remove.
20473         * lib/unicodeio.c: Don't use PARAMS.
20474
20475 2003-06-18  Karl Berry  <karl@gnu.org>
20476
20477         * config/config.{guess,sub}: update from prep.
20478
20479 2003-06-18  Jim Meyering  <jim@meyering.net>
20480
20481         Merge changes from coreutils.
20482         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
20483         Remove explicit declarations of xmalloc and realloc.
20484         Include xalloc.h.
20485         (read_utmp): Remove anachronistic cast of xmalloc.
20486
20487 2003-06-17  Paul Eggert  <eggert@twinsun.com>
20488
20489         Assume C89, so PARAMS isn't needed.
20490         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
20491         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
20492         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
20493         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
20494         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
20495         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
20496         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
20497         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
20498         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
20499         lib/xstrtod.h, lib/xstrtol.h: Likewise.
20500         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
20501         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
20502         no longer needed. Anyway, config.h should always be included before any
20503         other file.
20504
20505 2003-06-11  Simon Josefsson  <jas@extundo.com>
20506
20507         * modules/sysexits: New file.
20508         * MODULES.html.sh (func_all_modules): Add sysexits.
20509
20510 2003-06-11  Simon Josefsson  <jas@extundo.com>
20511
20512         * lib/sysexit_.h: New file.
20513
20514 2003-06-11  Derek Price  <derek@ximbiot.com>
20515
20516         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
20517         necessary.
20518
20519 2003-06-11  Bruno Haible  <bruno@clisp.org>
20520
20521         * m4/sysexits.m4: New file.
20522
20523 2003-06-10  Simon Josefsson  <jas@extundo.com>
20524
20525         * lib/argp.h: New file, from glibc.
20526         * lib/argp-ba.c: New file, from glibc.
20527         * lib/argp-eexst.c: New file, from glibc.
20528         * lib/argp-fmtstream.c: New file, from glibc.
20529         * lib/argp-fmtstream.h: New file, from glibc.
20530         * lib/argp-fs-xinl.c: New file, from glibc.
20531         * lib/argp-help.c: New file, from glibc.
20532         * lib/argp-namefrob.h: New file, from glibc.
20533         * lib/argp-parse.c: New file, from glibc.
20534         * lib/argp-pv.c: New file, from glibc.
20535         * lib/argp-pvh.c: New file, from glibc.
20536         * lib/argp-xinl.c: New file, from glibc.
20537
20538 2003-06-10  Simon Josefsson  <jas@extundo.com>
20539
20540         * modules/strchrnul: New file.
20541
20542 2003-06-10  Simon Josefsson  <jas@extundo.com>
20543
20544         * modules/argp: New file.
20545
20546 2003-06-10  Simon Josefsson  <jas@extundo.com>
20547
20548         * m4/strchrnul.m4: New file.
20549
20550 2003-06-10  Simon Josefsson  <jas@extundo.com>
20551
20552         * lib/strchrnul.h: New file.
20553         * lib/strchrnul.c: New file.
20554
20555 2003-06-10  Bruno Haible  <bruno@clisp.org>
20556
20557         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
20558
20559 2003-06-07  Karl Berry  <karl@gnu.org>
20560
20561         * config/config.{guess,sub}: update from prep.
20562
20563 2003-06-07  Jim Meyering  <jim@meyering.net>
20564
20565         * modules/strtod: Use $(...) notation, not @...@ for
20566         AC_REPLACE'd variables.
20567         * modules/localcharset: Likewise.
20568
20569 2003-06-07  Jim Meyering  <jim@meyering.net>
20570
20571         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
20572         in place of my name in the copyright comment.
20573         Remove definition and uses of __P.
20574
20575         From coreutils.
20576         * lib/stat.c: Don't declare xmalloc explicitly.
20577         Instead, include "xalloc.h".
20578         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
20579         xrealloc, and xcalloc return values.
20580         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
20581         Improve comment.
20582         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
20583
20584 2003-06-07  Bruno Haible  <bruno@clisp.org>
20585
20586         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
20587         avoid AC_CONFIG_LINKS.
20588         * modules/fnmatch (Makefile.am): Use explicit creation rule for
20589         fnmatch.h, to avoid AC_CONFIG_LINKS.
20590         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
20591
20592 2003-06-07  Bruno Haible  <bruno@clisp.org>
20593
20594         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
20595         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
20596         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20597         directory.
20598         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
20599         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
20600         directory.
20601
20602 2003-06-06  Jim Meyering  <jim@meyering.net>
20603
20604         Merge from coreutils.
20605         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
20606         Consolidate declarations and initializations of *_base* locals.
20607
20608         Merge from coreutils.
20609         This avoids a core dump on systems without GNU putenv,
20610         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
20611         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
20612         (unsetenv): New static function, from GNU libc.
20613         (rpl_putenv): Use it.
20614
20615         * lib/modechange.c: Remove trailing blanks.
20616
20617         Merge from coreutils.
20618         * lib/fsusage.c: Remove declaration of statfs.
20619         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
20620
20621         * lib/posixtm.c: Include <stdbool.h> unconditionally.
20622
20623 2003-06-06  Jim Meyering  <jim@meyering.net>
20624
20625         * lib/stdbool_.h: Renamed from stdbool.h.in.
20626
20627 2003-06-06  Jim Meyering  <jim@meyering.net>
20628             Bruno Haible  <bruno@clisp.org>
20629
20630         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
20631         Adjust Makefile.am snippet not to redirect directly to target.
20632         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
20633
20634 2003-06-05  Paul Eggert  <eggert@twinsun.com>
20635
20636         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
20637         mismatch, look in future quarters as well as past.  This fixes a
20638         bug when processing fall-backwards gaps immediately after a long
20639         period of daylight-saving time.
20640
20641         * lib/mktime.c: Assume freestanding C89 or better.
20642         (HAVE_LIMITS_H): Remove.  Assume it's 1.
20643         (__P): Remove; not used.
20644         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
20645         (mktime, not_equal_tm, print_tm, check_result,
20646         main): Use prototypes.  Use const * where appropriate.
20647         (main): Fix typo in testing code that uncovered by above changes.
20648         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
20649
20650 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20651
20652         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
20653         locale.h, localeconv.  This merges changes from coreutils.
20654
20655         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
20656         It can be removed after the next Autoconf is released.
20657         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
20658         needed.
20659
20660 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20661
20662         * lib/mktime.c: Fix Debian bug 177940
20663         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
20664         (localtime_offset): Now long int, not time_t, because we want it
20665         to be guaranteed to be signed.  All uses changed.
20666         (__mktime_internal): If overflow would occur when adding offset,
20667         don't add it.
20668
20669         Merge 'human' changes from coreutils.  Rewrite to support
20670         locale-specific notations like thousands separators.
20671         * lib/human.c: Simplify authorship notice.
20672         Include human.h immediately after config.h.
20673         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
20674         <limits.h>: Do not include, since human.h does.
20675         (SIZE_MAX, UINTMAX_MAX): New macros.
20676         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
20677         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
20678         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
20679         (power_letter): Renamed from suffixes.
20680         (generate_suffix_backwards): Remove.
20681         (adjust_value): Now takes int style (because of human.h changes)
20682         and long double value (for greater precision on some platforms).
20683         (group_number): New function.
20684         (human_readable): Use it.  Use integer options, not enum.
20685         Put the options before the sizes in the arg list.
20686         Support all the new options.
20687         The old human_readable function has been removed;
20688         use inttostr.h instead.
20689         (human_readable, default_block_size, humblock):
20690         Use uintmax_t, not int, for block sizes.
20691         (human_readable_inexact, block_size_types): Remove.
20692         (block_size_opts): New constant.
20693         (human_options): Renamed from human_block_size, with new signature
20694         that allows block sizes up to UINTMAX_MAX.  All callers changed.
20695         * lib/human.h: Add copyright and authorship notice.
20696         Include <limits.h> and <stdbool.h> unconditionally.
20697         (PARAMS): Remove.  All uses removed.
20698         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
20699         (enum human_inexact_style): Remove tag; now a nameless enum.
20700         (human_floor, human_ceiling, human_round_to_even): Now have
20701         values 2, 0, 1 rather than -1, 1, 0.
20702         (human_group_digits, human_suppress_point_zero, human_autoscale,
20703         human_base_1024, human_SI, human_B): New constants.
20704         (human_readable_inexact, human_block_size): Remove.
20705         (human_readable): Size args are now uintmax_t, not int.
20706         (human_options): New decl.
20707
20708         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
20709         unnecessary now that we assume C89 or better.  This change
20710         imported from coreutils.
20711
20712         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20713         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
20714         in the 2003-05-30 sync from glibc.
20715
20716         .h files should stand alone, but we shouldn't include <sys/types.h>
20717         if we can get away with just <stddef.h>.
20718
20719         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
20720         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
20721         rather than <sys/types.h>, as we merely need size_t.
20722         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
20723         to get size_t.
20724         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
20725         Include <stdio.h>, to get FILE.
20726         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
20727         memcasecmp.h has included <stddef.h> and all we need is size_t.
20728         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
20729         our interface, instead of including <sys/types.h>
20730
20731 2003-06-04  Paul Eggert  <eggert@twinsun.com>
20732
20733         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
20734         now, as glibc mktime is buggy on non-glibc systems.
20735
20736 2003-06-03  Karl Berry  <karl@gnu.org>
20737
20738         * config/config.sub: update from prep.
20739
20740 2003-06-02  Paul Eggert  <eggert@twinsun.com>
20741
20742         [from coreutils]
20743         Fix some minor time-related bugs with POSIX time arguments.
20744         Some valid time stamps were being rejected (notably -1, and
20745         time stamps before 1900 on 64-bit hosts).  And some invalid
20746         time stamps were being accepted, e.g. September 31.
20747
20748         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
20749         that we can return (time_t) -1 successfully.
20750         * lib/posixtm.c: Likewise.
20751         [HAVE_STDBOOL_H]: Include <stdbool.h>.
20752         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
20753         (t): Remove static var.
20754         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
20755         of static var.  All uses changed.
20756         (year): Do not reject years before 1900; they can occur with
20757         64-bit time_t.
20758         (posix_time_parse): Do not check for out-of-range components;
20759         that is now the caller's responsibility, since our checks were
20760         only approximations.
20761         (posixtime): Use mktime to check for out-of-range components,
20762         since it knows them exactly.
20763         If mktime returns (time_t) -1, check whether an error actually occurred
20764         by invoking localtime on -1.
20765         (main) [TEST_POSIXTIME]: Check for input data errors, and report
20766         posixtime failures better.
20767         Improve the test data (in comments only).
20768
20769 2003-06-02  Karl Berry  <karl@gnu.org>
20770
20771         * config/mkinstalldirs (version): new variable.
20772         (--version): new option.
20773         (usage): improve message.
20774
20775 2003-05-30  Karl Berry  <karl@gnu.org>
20776
20777         * lib/mktime.c: update from libc.
20778
20779 2003-05-30  Bruno Haible  <bruno@clisp.org>
20780
20781         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
20782         * config/config.rpath: Upgrade to gettext-0.12.1.
20783
20784 2003-05-30  Bruno Haible  <bruno@clisp.org>
20785
20786         * m4/gettext.m4: Upgrade to gettext-0.12.1.
20787         * m4/nls.m4: New file, from gettext-0.12.1.
20788         * m4/po.m4: New file, from gettext-0.12.1.
20789         * m4/progtest.m4: Upgrade to gettext-0.12.1.
20790
20791 2003-05-30  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
20794         * lib/localcharset.h: Likewise.
20795         * lib/localcharset.c: Likewise.
20796
20797 2003-05-29  Karl Berry  <karl@gnu.org>
20798
20799         * config/config.rpath: update from gettext.
20800
20801 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20802
20803         Assume the headers required for C89 freestanding compilers.
20804         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
20805         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
20806         * m4/human.m4 (gl_HUMAN): Likewise.
20807         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
20808         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
20809         * m4/userspec.m4 (gl_USERSPEC): Likewise.
20810         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
20811         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
20812         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
20813
20814 2003-05-28  Paul Eggert  <eggert@twinsun.com>
20815
20816         Assume the headers required for C89 freestanding compilers.
20817         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
20818         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
20819         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
20820         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
20821         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
20822         define, since <limits.h> is guaranteed to do that.
20823         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
20824         * lib/exclude.c: Include <stdbool.h> unconditionally.
20825         * lib/tempname.c: Include <stddef.h> unconditionally.
20826         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
20827         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
20828         <stddef.h> does that.
20829         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
20830         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
20831         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
20832         needed.
20833         * lib/xstrtol.c: Likewise.
20834         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
20835         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
20836
20837         * lib/addext.c (addext): Use assignment rather than cast, to avoid
20838         warnings on some platforms.
20839
20840         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
20841         arbitrarily.
20842
20843 2003-05-26  Jim Meyering  <jim@meyering.net>
20844
20845         Merge in a change from coreutils:
20846         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
20847         that is guaranteed to be `no'.  Use `no_such_member' to indicate
20848         that condition, rather than `-1' which is slightly misleading.
20849         Change the name of the cache variable to have the gl_ prefix.
20850         Prompted by a patch from Richard Dawe for DJGPP.
20851
20852 2003-05-24  Karl Berry  <karl@gnu.org>
20853
20854         * config/config.guess: update from prep.
20855
20856 2003-05-22  Karl Berry  <karl@gnu.org>
20857
20858         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
20859
20860 2003-05-20  Karl Berry  <karl@gnu.org>
20861
20862         * config/config.guess: update from prep.
20863
20864 2003-05-18  Karl Berry  <karl@gnu.org>
20865
20866         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
20867         might actually be set by the user.
20868
20869         * config/depcomp, install-sh, mdate-sh: update from automake.
20870
20871 2003-05-17  Bruno Haible  <bruno@clisp.org>
20872
20873         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
20874         invalid expansion for AC_EGREP_CPP.
20875         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
20876         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
20877         Suggested by Akim Demaille <akim@epita.fr> in
20878         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
20879
20880 2003-05-12  Jim Meyering  <jim@meyering.net>
20881
20882         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
20883         the space-padded-by-default conversion specifiers, %e, %k, %l.
20884
20885 2003-05-12  Bruno Haible  <bruno@clisp.org>
20886
20887         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
20888         the string is longer than 4 KB.
20889
20890 2003-05-11  Karl Berry  <karl@gnu.org>
20891
20892         * config/config.{guess,sub}: update from prep.
20893
20894 2003-05-09  Bruno Haible  <bruno@clisp.org>
20895
20896         * modules/error: Add m4/strerror_r.m4 to file list.
20897
20898 2003-05-03  Bruno Haible  <bruno@clisp.org>
20899
20900         Upgrade to Unicode-4.0.
20901         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
20902         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
20903         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
20904         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
20905         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
20906         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
20907         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
20908         Change width of U+E0100..U+E01EF from 1 to 0.
20909
20910 2003-04-25  Jim Meyering  <jim@meyering.net>
20911
20912         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
20913         of type size_t, not int.
20914
20915 2003-04-25  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/copy-file.c: Include <stddef.h>, for size_t.
20918
20919 2003-04-21  Paul Eggert  <eggert@twinsun.com>
20920
20921         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
20922         code which expansion is under static control.  Patch imported from
20923         Akim Demaille's patch to Bison; see
20924         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
20925
20926 2003-04-14  Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
20929
20930 2003-04-11  Jim Meyering  <jim@meyering.net>
20931
20932         Merge changes from Coreutils.
20933
20934         2003-03-22  Jim Meyering  <jim@meyering.net>
20935
20936         * lib/strftime.c (widen): Cast alloca return value to proper type.
20937
20938         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
20939
20940         From GNU libc.
20941         * lib/strftime.c (my_strftime): Handle very large width
20942         specifications for numeric values correctly.  Improve checks for
20943         overflow.
20944
20945         2003-01-19  Jim Meyering  <jim@meyering.net>
20946
20947         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
20948         definitions.
20949         (nl_get_alt_digit) [! defined my_strftime]: Define.
20950         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
20951         _nl_get_alt_digit and _nl_get_walt_digit.
20952
20953         * lib/strftime.c (my_strftime): Merge in locale-related changes from
20954         libc. These changes have no effect outside of _LIBC.
20955
20956 2003-04-10  Bruno Haible  <bruno@clisp.org>
20957
20958         * modules/findprog: New file.
20959         * MODULES.html.sh (func_all_modules): Add it.
20960
20961 2003-04-10  Bruno Haible  <bruno@clisp.org>
20962
20963         * m4/findprog.m4: New file.
20964         * m4/eaccess.m4: New file.
20965
20966 2003-04-10  Bruno Haible  <bruno@clisp.org>
20967
20968         * lib/findprog.h: New file, from GNU gettext.
20969         * lib/findprog.c: New file, from GNU gettext.
20970
20971 2003-04-05  Jim Meyering  <jim@meyering.net>
20972
20973         Merge changes from Coreutils.
20974
20975         * lib/exclude.h (PARAMS): Remove definition and uses.
20976         * lib/exclude.c: Remove uses of `PARAMS'.
20977
20978         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
20979         Add test-cases for DOS filenames. Declare program_name.
20980         (main): Set up program_name.  Patch by Rich Dawe.
20981
20982         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
20983         error from mntctl.
20984         Use mntctl's return value to drive the entry-processing loop, since
20985         we can't rely on the value of the vmt_length member in the last
20986         entry.  On some systems doing so could result in exhausting
20987         virtual memory.  Based in part on a patch from Mike Jetzer.
20988
20989 2003-04-04  Bruno Haible  <bruno@clisp.org>
20990
20991         * modules/linebreak: New file.
20992         * MODULES.html.sh (func_all_modules): Add it.
20993
20994 2003-04-04  Bruno Haible  <bruno@clisp.org>
20995
20996         * m4/linebreak.m4: New file.
20997
20998 2003-04-04  Bruno Haible  <bruno@clisp.org>
20999
21000         * lib/linebreak.h: New file, from GNU gettext.
21001         * lib/linebreak.c: New file, from GNU gettext with slight
21002         modifications.
21003         * lib/lbrkprop.h: New file, from GNU gettext.
21004
21005 2003-04-03  Bruno Haible  <bruno@clisp.org>
21006
21007         * modules/utf8-ucs4: New file.
21008         * modules/utf16-ucs4: New file.
21009         * modules/ucs4-utf8: New file.
21010         * modules/ucs4-utf16: New file.
21011         * MODULES.html.sh (func_all_modules): Add them.
21012
21013 2003-04-03  Bruno Haible  <bruno@clisp.org>
21014
21015         * m4/utf-ucs4.m4: New file.
21016         * m4/ucs4-utf.m4: New file.
21017
21018 2003-04-03  Bruno Haible  <bruno@clisp.org>
21019
21020         * lib/utf8-ucs4.h: New file, from GNU gettext.
21021         * lib/utf16-ucs4.h: New file, from GNU gettext.
21022         * lib/ucs4-utf8.h: New file, from GNU gettext.
21023         * lib/ucs4-utf16.h: New file, from GNU gettext.
21024
21025 2003-04-02  Bruno Haible  <bruno@clisp.org>
21026
21027         * modules/binary-io: New file.
21028         * MODULES.html.sh (func_all_modules): Add it.
21029
21030 2003-04-02  Bruno Haible  <bruno@clisp.org>
21031
21032         * lib/binary-io.h: New file, from GNU gettext.
21033
21034 2003-04-01  Bruno Haible  <bruno@clisp.org>
21035
21036         * modules/pathname: New file.
21037         * MODULES.html.sh (func_all_modules): Add it.
21038
21039 2003-04-01  Bruno Haible  <bruno@clisp.org>
21040
21041         * lib/pathname.h: New file, from GNU gettext.
21042         * lib/concatpath.c: New file, from GNU gettext.
21043
21044 2003-03-30  Bruno Haible  <bruno@clisp.org>
21045
21046         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
21047
21048 2003-03-30  Bruno Haible  <bruno@clisp.org>
21049
21050         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
21051         function chown() doesn't exist.
21052
21053 2003-03-28  Bruno Haible  <bruno@clisp.org>
21054
21055         * modules/copy-file: New file.
21056         * MODULES.html.sh (func_all_modules): Add it.
21057
21058 2003-03-28  Bruno Haible  <bruno@clisp.org>
21059
21060         * m4/copy-file.m4: New file.
21061
21062 2003-03-28  Bruno Haible  <bruno@clisp.org>
21063
21064         * lib/copy-file.h: New file, from GNU gettext.
21065         * lib/copy-file.c: New file, from GNU gettext.
21066
21067 2003-03-18  Jim Meyering  <jim@meyering.net>
21068
21069         * lib/quote.c (quote_n): Fix typo in comment.
21070
21071 2003-03-18  Bruno Haible  <bruno@clisp.org>
21072
21073         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
21074         checking.
21075         * m4/onceonly_2_57.m4: Likewise.
21076
21077 2003-03-17  Bruno Haible  <bruno@clisp.org>
21078
21079         * m4/onceonly.m4: Require autoconf 2.54 or newer.
21080         (m4_quote): Remove macro.
21081         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
21082
21083 2003-03-14  Jim Meyering  <jim@meyering.net>
21084
21085         Merge changes from Coreutils.
21086         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
21087         to be const, in order to avoid warnings.
21088         (obstack_room): Likewise.
21089         (obstack_empty_p): Likewise.
21090
21091 2003-03-14  Bruno Haible  <bruno@clisp.org>
21092
21093         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
21094         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
21095
21096 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21097
21098         Merge changes from Bison.
21099         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
21100         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
21101         when compiling Bison 1.875's `bitset bset = obstack_alloc
21102         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
21103         * lib/hash.c: Include <stdbool.h> unconditionally.
21104
21105 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21106
21107         * m4/onceonly.m4 (m4_quote): New macro.
21108         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
21109         Quote AC_FOREACH variable-expansions properly.
21110
21111 2003-03-13  Paul Eggert  <eggert@twinsun.com>
21112
21113         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
21114
21115 2003-03-09  Paul Eggert  <eggert@twinsun.com>
21116
21117         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
21118         Reported by Bruce Becker; see:
21119         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
21120
21121 2003-03-03  Paul Eggert  <eggert@twinsun.com>
21122             Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
21125         Reported by John Hughes, see
21126         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
21127
21128 2003-02-20  Bruno Haible  <bruno@clisp.org>
21129
21130         * MODULES.html.sh (func_all_modules): Add poll.
21131
21132 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21133
21134         * modules/poll: New file.
21135
21136 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21137
21138         * lib/poll_.h: New file.
21139         * lib/poll.c: New file.
21140
21141 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
21142
21143         * m4/poll.m4: New file.
21144
21145 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21146
21147         * modules/mathl: New file.
21148
21149 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21150
21151         * lib/mathl.h: New file.
21152         * lib/acosl.c: New file.
21153         * lib/asinl.c: New file.
21154         * lib/atanl.c: New file.
21155         * lib/ceill.c: New file.
21156         * lib/cosl.c: New file.
21157         * lib/expl.c: New file.
21158         * lib/floorl.c: New file.
21159         * lib/frexpl.c: New file.
21160         * lib/ldexpl.c: New file.
21161         * lib/logl.c: New file.
21162         * lib/sincosl.c: New file.
21163         * lib/sinl.c: New file.
21164         * lib/sqrtl.c: New file.
21165         * lib/tanl.c: New file.
21166         * lib/trigl.c: New file.
21167         * lib/trigl.h: New file.
21168
21169 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
21170
21171         * m4/mathl.m4: New file.
21172
21173 2003-02-18  Bruno Haible  <bruno@clisp.org>
21174
21175         * MODULES.html.sh (func_all_modules): Add mathl.
21176
21177 2003-02-17  Bruno Haible  <bruno@clisp.org>
21178
21179         * modules/mkdtemp: New module.
21180         * MODULES.html.sh (func_all_modules): Add it.
21181
21182 2003-02-17  Bruno Haible  <bruno@clisp.org>
21183
21184         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
21185
21186 2003-02-17  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/mkdtemp.h: New file, from GNU gettext.
21189         * lib/mkdtemp.c: New file, from GNU gettext.
21190
21191 2003-02-02  Jim Meyering  <jim@meyering.net>
21192
21193         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
21194         e.g. glibc-2.2.93.
21195
21196 2003-01-31  Bruno Haible  <bruno@clisp.org>
21197
21198         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
21199         'rpl_rename'.
21200         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
21201         'rpl_strnlen'.
21202         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
21203         'rpl_strtod'.
21204         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
21205         'rpl_utime'.
21206
21207 2003-01-31  Bruno Haible  <bruno@clisp.org>
21208
21209         * lib/rename.c: #undef rename before defining rpl_rename.
21210         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
21211
21212 2003-01-30  Bruno Haible  <bruno@clisp.org>
21213
21214         * modules/vasnprintf, modules/vasprintf: New modules.
21215         * MODULES.html.sh (func_all_modules): Add them.
21216
21217 2003-01-30  Bruno Haible  <bruno@clisp.org>
21218
21219         * m4/signed.m4: New file, from GNU gettext.
21220         * m4/longdouble.m4: New file, from GNU gettext.
21221         * m4/wchar_t.m4: New file, from GNU gettext.
21222         * m4/wint_t.m4: New file, from GNU gettext.
21223         * m4/vasnprintf.m4: New file.
21224         * m4/vasprintf.m4: New file.
21225
21226 2003-01-30  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/printf-args.h: New file, from GNU gettext.
21229         * lib/printf-args.c: New file, from GNU gettext.
21230         * lib/printf-parse.h: New file, from GNU gettext.
21231         * lib/printf-parse.c: New file, from GNU gettext.
21232         * lib/vasnprintf.h: New file, from GNU gettext.
21233         * lib/vasnprintf.c: New file, from GNU gettext.
21234         * lib/asnprintf.c: New file, from GNU gettext.
21235         * lib/vasprintf.h: New file, from GNU gettext with modifications.
21236         * lib/vasprintf.c: New file, from GNU gettext.
21237         * lib/asprintf.c: New file, from GNU gettext.
21238
21239 2003-01-29  Bruno Haible  <bruno@clisp.org>
21240
21241         * modules/stpncpy: New module.
21242         * MODULES.html.sh (func_all_modules): Add it.
21243
21244 2003-01-29  Bruno Haible  <bruno@clisp.org>
21245
21246         * m4/stpncpy.m4: New file.
21247
21248 2003-01-29  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/stpncpy.h: New file, from GNU gettext with modifications.
21251         * lib/stpncpy.c: New file, from GNU gettext with modifications.
21252
21253 2003-01-28  Bruno Haible  <bruno@clisp.org>
21254
21255         * modules/c-ctype: New module.
21256         * MODULES.html.sh (func_all_modules): Add it.
21257
21258 2003-01-28  Bruno Haible  <bruno@clisp.org>
21259
21260         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
21261         Paul Eggert.
21262         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
21263         Paul Eggert.
21264
21265 2003-01-27  Bruno Haible  <bruno@clisp.org>
21266
21267         * modules/xsetenv: New module.
21268         * MODULES.html.sh (func_all_modules): Add it.
21269
21270 2003-01-27  Bruno Haible  <bruno@clisp.org>
21271
21272         * lib/xsetenv.h: New file, from GNU gettext.
21273         * lib/xsetenv.c: New file, from GNU gettext.
21274
21275 2003-01-23  Jim Meyering  <jim@meyering.net>
21276
21277         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
21278         from working on systems without dirfd (at least Irix and OSF1/Tru64).
21279
21280 2003-01-23  Bruno Haible  <bruno@clisp.org>
21281
21282         * modules/minmax: New module.
21283         * MODULES.html.sh (func_all_modules): Add it.
21284
21285 2003-01-23  Bruno Haible  <bruno@clisp.org>
21286
21287         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
21288         Eggert.
21289
21290 2003-01-22  Bruno Haible  <bruno@clisp.org>
21291
21292         * modules/exit: New module.
21293         * MODULES.html.sh (func_all_modules): Add it.
21294
21295 2003-01-22  Bruno Haible  <bruno@clisp.org>
21296
21297         * lib/exit.h: New file, from GNU gettext.
21298
21299 2003-01-19  Bruno Haible  <bruno@clisp.org>
21300
21301         * gnulib-tool: Recognize option --extract-maintainer.
21302         (func_get_maintainer): New function.
21303         * modules/*: Add Maintainer entry.
21304
21305 2003-01-16  Jim Meyering  <jim@meyering.net>
21306
21307         * m4/regex.m4: The `regex' struct is both input and output.
21308         Initialize it before each use.  Patch by Tim Waugh.
21309
21310 2003-01-16  Bruno Haible  <bruno@clisp.org>
21311
21312         * MODULES.html.sh: Add a table of contents. Add the module name as
21313         leftmost column. Add hyperlinks.
21314
21315 2003-01-15  Bruno Haible  <bruno@clisp.org>
21316
21317         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
21318
21319 2003-01-15  Bruno Haible  <bruno@clisp.org>
21320
21321         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
21322         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
21323         suffix.
21324
21325 2003-01-15  Bruno Haible  <bruno@clisp.org>
21326
21327         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
21328
21329 2003-01-15  Bruno Haible  <bruno@clisp.org>
21330
21331         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
21332         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
21333
21334 2003-01-14  Jim Meyering  <jim@meyering.net>
21335
21336         * lib/same.c (same_name): Tweak a comment.
21337
21338 2003-01-14  Bruno Haible  <bruno@clisp.org>
21339
21340         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
21341         when a string comparison is sufficient.
21342
21343 2003-01-14  Bruno Haible  <bruno@clisp.org>
21344
21345         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
21346         'unsigned int'.
21347
21348 2003-01-14  Bruno Haible  <bruno@clisp.org>
21349
21350         * lib/hash-pjw.c: Add comment about low quality of this function.
21351
21352 2003-01-13  Bruno Haible  <bruno@clisp.org>
21353
21354         * modules/stpcpy: Distribute lib/stpcpy.h.
21355         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
21356
21357 2003-01-13  Bruno Haible  <bruno@clisp.org>
21358
21359         * modules/*: Add a description.
21360         * modules/strpbrk: Fix Makefile.am snippet.
21361         * modules/strtoimax: Fix dependencies.
21362         * modules/strtoumax: Likewise.
21363
21364 2003-01-13  Bruno Haible  <bruno@clisp.org>
21365
21366         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
21367         * modules/alloca (Makefile.am): All object files depend on alloca.h.
21368         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
21369
21370 2003-01-13  Bruno Haible  <bruno@clisp.org>
21371
21372         * gnulib-tool (func_create_testdir): Store config/* files in the main
21373         directory.
21374         * config.rpath: Move to ...
21375         * config/config.rpath: ... here.
21376         * modules/gettext: Contains config/config.rpath, not config.rpath.
21377         * modules/iconv: Likewise.
21378
21379 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21380
21381         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21382         to avoid collisions with libcurses and libreadline.
21383
21384         * m4/getstr.m4: Remove.
21385         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
21386
21387 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21388
21389         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21390         to avoid collisions with libcurses and libreadline.
21391
21392         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
21393         * lib/getstr.h, getstr.c: Remove.
21394         * lib/getline.c: Include "getline.h", to check interface.
21395         Move body of old getstr.c here: this defines MIN_CHUNK and
21396         declares getdelim2, which is renamed from getstr.
21397         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
21398
21399         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
21400         All uses changed.
21401         * lib/linebuffer.h: Likewise.
21402         (readline): Remove backward-compatibility macro.
21403
21404 2003-01-12  Paul Eggert  <eggert@twinsun.com>
21405
21406         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
21407         to avoid collisions with libcurses and libreadline.
21408         * getstr: Remove.
21409         * MODULES.html.sh: Remove getstr.
21410         * modules/getline: Depend on unlocked-io, not getstr.
21411
21412 2003-01-12  Jim Meyering  <jim@meyering.net>
21413
21414         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
21415
21416 2003-01-10  Bruno Haible  <bruno@clisp.org>
21417
21418         * modules/alloca: Change Makefile.am requirements. Simplify Include
21419         requirements. Add lib/alloca_.h to file list.
21420
21421 2003-01-10  Bruno Haible  <bruno@clisp.org>
21422
21423         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
21424
21425 2003-01-10  Bruno Haible  <bruno@clisp.org>
21426
21427         * lib/alloca_.h: New file.
21428         * lib/getdate.y: Unconditionally include alloca.h.
21429         * lib/makepath.c: Likewise.
21430         * lib/setenv.c: Likewise.
21431         * lib/userspec.c: Likewise.
21432
21433 2003-01-09  Karl Berry  <karl@gnu.org>
21434
21435         * MODULES.html.sh: include `dirname $0` in PATH, to find
21436         gnulib-tool.
21437
21438 2003-01-09  Bruno Haible  <bruno@clisp.org>
21439
21440         * modules/stdbool: Change configure.ac, Makefile.am requirements.
21441         Simplify Include requirements. Add lib/stdbool.h.in to file list.
21442
21443 2003-01-09  Bruno Haible  <bruno@clisp.org>
21444
21445         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
21446
21447 2003-01-09  Bruno Haible  <bruno@clisp.org>
21448
21449         * lib/stdbool.h.in: New file.
21450
21451 2003-01-09  Bruno Haible  <bruno@clisp.org>
21452
21453         * gnulib-tool (func_all_modules): Ignore files ending in ~.
21454         * MODULES.html.sh: Likewise.
21455
21456 2003-01-08  Jim Meyering  <jim@meyering.net>
21457
21458         * lib/full-write.c: Undefine and define-away `const' after inclusion
21459         of errno.h, not before.  Suggestion from Bruno Haible.
21460
21461 2003-01-08  Bruno Haible  <bruno@clisp.org>
21462
21463         * modules/full-read: Depend on full-write.
21464
21465 2003-01-08  Bruno Haible  <bruno@clisp.org>
21466
21467         * lib/safe-read.c: Include specification header first, to ensure its
21468         selfcontainedness.
21469         * lib/full-write.c: Likewise.
21470
21471 2003-01-07  Jim Meyering  <jim@meyering.net>
21472
21473         * lib/full-write.c: Rework so that it may serve to define full_read,
21474         too.
21475         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
21476
21477 2003-01-07  Bruno Haible  <bruno@clisp.org>
21478
21479         * lib/strtoimax.c: Include <stdint.h> as an alternative to
21480         <inttypes.h>.
21481         * lib/xstrtol.h: Likewise.
21482         * lib/xstrtoimax.c: Likewise.
21483         * lib/xstrtoumax.c: Likewise.
21484         * lib/human.h: Likewise.
21485
21486         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
21487         on systems that have <inttypes.h> but not <stdint.h>.
21488
21489 2003-01-07  Bruno Haible  <bruno@clisp.org>
21490
21491         * MODULES.html.sh: Add copyright notice.
21492         (missed_files): Omit CVS directory entries.
21493         (func_module): Make it work with sed-3.02.
21494         * MODULES.txt: Remove file.
21495
21496 2003-01-06  Jim Meyering  <jim@meyering.net>
21497
21498         * lib/version-etc.c: Update year in translatable copyright string.
21499
21500 2003-01-03  Karl Berry  <karl@gnu.org>
21501
21502         * config/config.{guess,sub}: update from prep.
21503
21504 2003-01-02  Karl Berry  <karl@gnu.org>
21505
21506         * doc/COPYING.DOC: belatedly updated to 1.2.
21507
21508 2003-01-01  Karl Berry  <karl@gnu.org>
21509
21510         * gnulib-tool (func_verify_module): report module name $module in
21511         error message, not $1.
21512         * gnulib-tool (create-testdir): don't complain if destdir couldn't
21513         be created, only if it doesn't exist.
21514         * gnulib-tool (last_checkin_date): don't expand the $Date here.
21515
21516 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21517
21518         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
21519
21520 2002-12-31  Paul Eggert  <eggert@twinsun.com>
21521
21522         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
21523         memcmp if strcoll doesn't work.
21524
21525 2002-12-31  Bruno Haible  <bruno@clisp.org>
21526
21527         * lib/utime.c (utime_null): No need to call ftruncate if the file was
21528         nonempty.
21529
21530 2002-12-31  Bruno Haible  <bruno@clisp.org>
21531
21532         * lib/memcoll.c (STRCOLL): New macro.
21533         (memcoll): Use it.
21534
21535 2002-12-31  Bruno Haible  <bruno@clisp.org>
21536
21537         * lib/localcharset.h: New file.
21538         * lib/localcharset.c: Include it.
21539         * lib/unicodeio.c: Likewise.
21540
21541 2002-12-31  Bruno Haible  <bruno@clisp.org>
21542
21543         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
21544         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
21545
21546 2002-12-31  Bruno Haible  <bruno@clisp.org>
21547
21548         * lib/getline.h: Include <stddef.h>, for size_t.
21549
21550         * lib/unicodeio.h: Include <stddef.h>, for size_t.
21551         * lib/unicodeio.c: Don't include <stddef.h>.
21552
21553 2002-12-31  Bruno Haible  <bruno@clisp.org>
21554
21555         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
21556         HAVE_TM_ZONE.
21557
21558 2002-12-24  Karl Berry  <karl@gnu.org>
21559
21560         * config/config.guess: update from prep.
21561
21562 2002-12-24  Bruno Haible  <bruno@clisp.org>
21563
21564         General infrasructure.
21565         * m4/README: Rewritten.
21566         * m4/onceonly.m4: New file.
21567         * m4/onceonly_2_57.m4: New file.
21568
21569         Module atexit.
21570         * m4/atexit.m4: New file.
21571
21572         Module strtod.
21573         * m4/strtod.m4: New file.
21574
21575         Module strtol.
21576         * m4/strtol.m4: New file.
21577
21578         Module strtoul.
21579         * m4/strtoul.m4: New file.
21580
21581         Module memchr.
21582         * m4/memchr.m4: New file.
21583
21584         Module memcmp.
21585         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
21586         (jm_FUNC_MEMCMP): Invoke it.
21587
21588         Module memcpy.
21589         * m4/memcpy.m4: New file.
21590
21591         Module memmove.
21592         * m4/memmove.m4: New file.
21593
21594         Module memset.
21595         * m4/memset.m4: New file.
21596
21597         Module strcspn.
21598         * m4/strcspn.m4: New file.
21599
21600         Module strpbrk.
21601         * m4/strpbrk.m4: New file.
21602
21603         Module strstr.
21604         * m4/strstr.m4: New file.
21605
21606         Module strerror.
21607         * m4/strerror.m4: New file.
21608
21609         Module mktime.
21610         * m4/mktime.m4: Renamed from jm-mktime.m4.
21611         (gl_PREREQ_MKTIME): New macro.
21612         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
21613
21614         Module malloc.
21615         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
21616         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
21617         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
21618
21619         Module realloc.
21620         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
21621         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
21622         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
21623
21624         Module strftime.
21625         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
21626         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
21627         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
21628         gl_TM_GMTOFF.
21629         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
21630
21631         Module xalloc.
21632         * m4/xalloc.m4: New file.
21633
21634         Module alloca.
21635         * m4/alloca.m4: New file.
21636
21637         Module putenv.
21638         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
21639         (jm_FUNC_PUTENV): Invoke it.
21640
21641         Module setenv.
21642         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
21643         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
21644         when invoked twice.
21645         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
21646         gt_FUNC_SETENV.
21647
21648         Module memrchr.
21649         * m4/memrchr.m4: New file.
21650
21651         Module stpcpy.
21652         * m4/stpcpy.m4: New file.
21653
21654         Module strcase.
21655         * m4/strcase.m4: New file.
21656
21657         Module strdup.
21658         * m4/strdup.m4: New file.
21659
21660         Module strnlen.
21661         * m4/strnlen.m4: New file.
21662
21663         Module strndup.
21664         * m4/strndup.m4: New file.
21665
21666         Module xstrtod.
21667         * m4/xstrtod.m4: New file.
21668
21669         Module xstrtol.
21670         * m4/xstrtol.m4: New file.
21671
21672         Module getdate.
21673         * m4/getdate.m4: New file.
21674
21675         Module unlocked-io.
21676         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
21677         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
21678         * m4/jm-glibc-io.m4n: Remove file.
21679
21680         Module long-options.
21681         * m4/long-options.m4: New file.
21682
21683         Module md5.
21684         * m4/md5.m4: New file.
21685
21686         Module sha.
21687         * m4/sha.m4: New file.
21688
21689         Module getstr.
21690         * m4/getstr.m4: New file.
21691
21692         Module getline.
21693         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
21694         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
21695         <sys/types.h>, for size_t. Use the function name gnu_getline, not
21696         simply getline. Infoke gl_PREREQ_GETLINE.
21697
21698         Module obstack.
21699         * m4/obstack.m4: New file.
21700
21701         Module hash.
21702         * m4/hash.m4: New file.
21703
21704         Module readtokens.
21705         * m4/readtokens.m4: New file.
21706
21707         Module strverscmp.
21708         * m4/strverscmp.m4: New file.
21709
21710         Module stdbool.
21711         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
21712         OSF/1.
21713
21714         Module strtoll.
21715         * m4/strtoll.m4: New file.
21716
21717         Module strtoull.
21718         * m4/strtoull.m4: New file.
21719
21720         Module strtoimax.
21721         * m4/strtoimax.m4: New file.
21722
21723         Module strtoumax.
21724         * m4/strtoumax.m4: New file.
21725
21726         Module xstrtoimax.
21727         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
21728         jm_AC_PREREQ_XSTRTOIMAX.
21729         Moved the strtol prerequisites to strtol.m4.
21730         Moved the strtoll prerequisites to strtoll.m4.
21731         Moved the strtoimax prerequisites to strtoimax.m4.
21732
21733         Module xstrtoumax.
21734         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
21735         jm_AC_PREREQ_XSTRTOUMAX.
21736         Moved the strtoul prerequisites to strtoul.m4.
21737         Moved the strtoull prerequisites to strtoull.m4.
21738         Moved the strtoumax prerequisites to strtoumax.m4.
21739
21740         Module chown.
21741         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
21742         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
21743
21744         Module dup2.
21745         * m4/dup2.m4: New file.
21746
21747         Module ftruncate.
21748         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
21749         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
21750
21751         Module getgroups.
21752         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
21753         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
21754
21755         Module gettimeofday.
21756         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
21757         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
21758         gl_PREREQ_GETTIMEOFDAY.
21759
21760         Module mkdir.
21761         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
21762         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
21763
21764         Module mkstemp.
21765         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
21766         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
21767         jm_AC_TYPE_UINTMAX_T.
21768         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
21769
21770         Module stat.
21771         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
21772         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
21773
21774         Module lstat.
21775         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
21776         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
21777
21778         Module timespec.
21779         * m4/timespec.m4 (gl_TIMESPEC): New macro.
21780         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
21781         * m4/st_mtim.m4: Indentation.
21782
21783         Module nanosleep.
21784         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
21785         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
21786         gl_PREREQ_NANOSLEEP.
21787
21788         Module regex.
21789         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
21790         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
21791         (gl_REGEX): New macro.
21792
21793         Module rename.
21794         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
21795         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
21796
21797         Module rmdir.
21798         * m4/rmdir.m4: New file.
21799
21800         Module utime.
21801         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
21802         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
21803         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
21804
21805         Module dirname.
21806         * m4/dirname.m4: New file.
21807
21808         Module getopt.
21809         * m4/getopt.m4: New file.
21810
21811         Module unistd-safer.
21812         * m4/unistd-safer.m4: New file.
21813
21814         Module fnmatch.
21815         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
21816         declaration.
21817         (gl_PREREQ_FNMATCH_EXTRA): New macro.
21818         (gl_FUNC_FNMATCH_POSIX): New macro.
21819         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
21820         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
21821         simply fnmatch.
21822
21823         Module exclude.
21824         * m4/exclude.m4: New file.
21825
21826         Module human.
21827         * m4/human.m4: New file.
21828
21829         Module acl.
21830         * m4/acl.m4: Nop.
21831
21832         Module backupfile.
21833         * m4/backupfile.m4: New file.
21834         * m4/d-ino.m4: Indentation.
21835
21836         Module fsusage.
21837         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
21838         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
21839         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
21840
21841         Module dirfd.
21842         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
21843         requirements.
21844
21845         Module euidaccess.
21846         * m4/euidaccess.m4: New file.
21847
21848         Module file-type.
21849         * m4/file-type.m4: New file.
21850
21851         Module fileblocks.
21852         * m4/fileblocks.m4: New file.
21853
21854         Module filemode.
21855         * m4/filemode.m4: New file.
21856
21857         Module isdir.
21858         * m4/isdir.m4: New file.
21859
21860         Module lchown.
21861         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
21862         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
21863
21864         Module makepath.
21865         * m4/makepath.m4: New file.
21866
21867         Module modechange.
21868         * m4/modechange.m4: New file.
21869
21870         Module mountlist.
21871         * m4/mountlist.m4: New file.
21872         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
21873         Indentation.
21874
21875         Module path-concat.
21876         * m4/path-concat.m4: New file.
21877
21878         Module pathmax.
21879         * m4/pathmax.m4: New file.
21880
21881         Module same.
21882         * m4/same.m4: New file.
21883
21884         Module save-cwd.
21885         * m4/save-cwd.m4: New file.
21886
21887         Module savedir.
21888         * m4/savedir.m4: New file.
21889
21890         Module xgetcwd.
21891         * m4/xgetcwd.m4: New file.
21892         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
21893
21894         Module xreadlink.
21895         * m4/xreadlink.m4: New file.
21896
21897         Module safe-read.
21898         * m4/safe-read.m4: New file.
21899
21900         Module safe-write.
21901         * m4/safe-write.m4: New file.
21902
21903         Module closeout.
21904         * m4/closeout.m4: New file.
21905
21906         Module stdio-safer.
21907         * m4/stdio-safer.m4: New file.
21908
21909         Module getpass.
21910         * m4/getpass.m4: New file.
21911
21912         Module getugroups.
21913         * m4/getugroups.m4: New file.
21914
21915         Module group-member.
21916         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
21917         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
21918
21919         Module idcache.
21920         * m4/idcache.m4: New file.
21921
21922         Module userspec.
21923         * m4/userspec.m4: New file.
21924
21925         Module gettime.
21926         * m4/clock_time.m4: New file.
21927         * m4/gettime.m4: New file.
21928
21929         Module settime.
21930         * m4/settime.m4: New file.
21931
21932         Module posixtm.
21933         * m4/posixtm.m4: New file.
21934
21935         Module gethostname.
21936         * m4/gethostname.m4: New file.
21937
21938         Module canon-host.
21939         * m4/canon-host.m4: New file.
21940
21941         Module gettext.
21942         * m4/codeset.m4: New file, from gettext-0.11.5.
21943         * m4/gettext.m4: New file, from gettext-0.11.5.
21944         * m4/glibc21.m4: New file, from gettext-0.11.5.
21945         * m4/iconv.m4: New file, from gettext-0.11.5.
21946         * m4/intdiv0.m4: New file, from gettext-0.11.5.
21947         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
21948         * m4/inttypes.m4: New file, from gettext-0.11.5.
21949         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
21950         * m4/isc-posix.m4: New file, from gettext-0.11.5.
21951         * m4/lcmessage.m4: New file, from gettext-0.11.5.
21952         * m4/lib-ld.m4: New file, from gettext-0.11.5.
21953         * m4/lib-link.m4: New file, from gettext-0.11.5.
21954         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
21955         * m4/progtest.m4: New file, from gettext-0.11.5.
21956         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
21957         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
21958         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
21959
21960         Module localcharset.
21961         * m4/localcharset.m4: New file.
21962
21963         Module hard-locale.
21964         * m4/hard-locale.m4: New file.
21965
21966         Module mbswidth.
21967         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
21968         onceonly macros.
21969         * m4/mbrtowc.m4: Add comment.
21970
21971         Module memcasecmp.
21972         * m4/memcasecmp.m4: New file.
21973
21974         Module memcoll.
21975         * m4/memcoll.m4: New file.
21976
21977         Module unicodeio.
21978         * m4/unicodeio.m4: New file.
21979
21980         Module rpmatch.
21981         * m4/rpmatch.m4: New file.
21982
21983         Module yesno.
21984         * m4/yesno.m4: New file.
21985
21986         Module exitfail.
21987         * m4/exitfail.m4: New file.
21988
21989         Module c-stack.
21990         * m4/c-stack.m4 (gl_C_STACK): New macro.
21991         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
21992
21993         Module error.
21994         * m4/error.m4 (gl_ERROR): New macro.
21995         (jm_PREREQ_ERROR): Use onceonly macros.
21996
21997         Module fatal.
21998         * m4/fatal.m4: New file.
21999
22000         Module getloadavg.
22001         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
22002         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
22003
22004         Module getpagesize.
22005         * m4/getpagesize.m4: New file.
22006
22007         Module getusershell.
22008         * m4/getusershell.m4: New file.
22009
22010         Module physmem.
22011         * m4/physmem.m4: New file.
22012
22013         Module posixver.
22014         * m4/posixver.m4: New file.
22015
22016         Module quotearg.
22017         * m4/quotearg.m4: New file.
22018
22019         Module quote.
22020         * m4/quote.m4: New file.
22021
22022         Module readutmp.
22023         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
22024
22025         Module sig2str.
22026         * m4/sig2str.m4: New file.
22027
22028         Other.
22029         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
22030         ulonglong.m4.
22031         * m4/intmax_t.m4: New file.
22032         * m4/d-type.m4: Indentation.
22033         * m4/jm-macros.m4: Update.
22034         * m4/prereq.m4 (jm_PREREQ): Update.
22035         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
22036         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
22037         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
22038         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
22039         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
22040         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
22041         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
22042         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
22043         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
22044         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
22045         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
22046         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
22047         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
22048         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
22049         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
22050         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
22051         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
22052         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
22053         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
22054
22055 2002-12-24  Bruno Haible  <bruno@clisp.org>
22056
22057         * MODULES.txt: Update according to m4/ changes.
22058
22059         Module gettext.
22060         * config.rpath: New file, from gettext-0.11.5.
22061
22062         * modules/*: New module descriptions.
22063         * gnulib-tool: New file.
22064         * MODULES.html.sh: New file.
22065
22066 2002-12-21  Karl Berry  <karl@gnu.org>
22067
22068         * doc/fdl.texi: update to version 1.2.
22069
22070 2002-12-19  Karl Berry  <karl@gnu.org>
22071
22072         * config/config.guess: update from prep.
22073
22074 2002-12-18  Bruno Haible  <bruno@clisp.org>
22075
22076         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
22077         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
22078
22079 2002-12-17  Bruno Haible  <bruno@clisp.org>
22080
22081         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
22082         stdlib.h, string.h.
22083
22084 2002-12-17  Bruno Haible  <bruno@clisp.org>
22085
22086         * lib/canon-host.c (strdup): Remove unused declaration.
22087
22088         * lib/fsusage.c: Include full_read.h.
22089         (get_fs_usage): Use full_read instead of safe_read.
22090
22091         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
22092
22093 2002-12-12  Karl Berry  <karl@gnu.org>
22094
22095         * config/config.guess: update from prep.
22096
22097 2002-12-11  Bruno Haible  <bruno@clisp.org>
22098
22099         * m4/setenv.m4: New file, from gettext-0.11.5.
22100
22101 2002-12-11  Bruno Haible  <bruno@clisp.org>
22102
22103         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
22104         not unsetenv().
22105         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
22106         modifications:
22107
22108         2002-12-11  Bruno Haible  <bruno@clisp.org>
22109
22110                 * setenv.c (alloca): Fall back to malloc.
22111                 (freea): New macro.
22112                 (setenv): Use freea() to free memory allocated with alloca().
22113
22114         2002-11-13  Bruno Haible  <bruno@clisp.org>
22115
22116                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
22117                 function declarations.
22118                 * unsetenv.c (unsetenv): Likewise.
22119
22120         2002-03-04  Bruno Haible  <bruno@clisp.org>
22121
22122                 Portability to AIX 4.3.3.
22123                 * unsetenv.c: New file, extracted from setenv.c.
22124                 * setenv.c: Move the unsetenv() function to unsetenv.c.
22125
22126         2001-12-20  Bruno Haible  <bruno@clisp.org>
22127
22128                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
22129                 use malloc instead. For SunOS 4.
22130
22131         2001-12-11  Bruno Haible  <bruno@clisp.org>
22132
22133                 * setenv.c: Declare alloca.
22134                 (compar_fn_t): New typedef.
22135                 (KNOWN_VALUE, STORE_VALUE): Use it.
22136
22137         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
22138         setenv.h.
22139
22140 2002-12-10  Paul Eggert  <eggert@twinsun.com>
22141
22142         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
22143         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
22144         Choose values that are less likely to collide with system fnmatch
22145         options.
22146         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
22147         defined (e.g., a pure POSIX system).
22148         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
22149         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
22150
22151 2002-12-06  Paul Eggert  <eggert@twinsun.com>
22152
22153         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
22154         a pain in practice to deal with generated m4 files.  This change
22155         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
22156
22157         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
22158         and jm-glibc-io.m4, as they are no longer a special case.
22159         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
22160         kludge and the auto-generation stuff.  Check only whether the
22161         functions are declared, not whether they exist, since older hosts
22162         that don't declare the functions can't use the optimization anyway.
22163
22164 2002-12-06  Jim Meyering  <jim@meyering.net>
22165
22166         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
22167
22168         Merge in changes from libc's misc/error.c, in preparation
22169         for the merge of gnulib's changes back into libc.
22170
22171         * lib/error.c (_): Define only if not already defined.
22172         Move definition to follow all #include directives.
22173         Include unlocked-io.h only if !_LIBC.
22174         [_LIBC]: Include <libio/libioP.h>.
22175         [USE_IN_LIBIO]: Include <libio/iolibio.h>
22176         (fflush): Tweak definition to use INTUSE.
22177         (putc): Define.
22178
22179 2002-12-05  Paul Eggert  <eggert@twinsun.com>
22180
22181         * lib/alloca.c [defined emacs]: Include "lisp.h".
22182         (xalloc_die) [defined emacs]: New macro.
22183         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
22184         [! defined emacs]: Include <xalloc.h>.
22185         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
22186         (pointer): Typedef to POINTER_TYPE *.
22187         (malloc): Remove decl; we now always use xmalloc.
22188         (alloca): Use old-style definition, since Emacs needs this.
22189         Check for arithmetic overflow when computing combined size.
22190
22191 2002-12-04  Paul Eggert  <eggert@twinsun.com>
22192
22193         Do not generate unlocked-io.h automatically, since it's easier to
22194         maintain it by hand.
22195
22196         * lib/unlocked-io.h: New file, from GNU diffutils,
22197         but with proper copyright notice and attribution.
22198         * lib/gen-uio: Remove.
22199         * lib/Makefile.am: Add copyright notice.
22200         (libfetish_a_SOURCES): Add unlocked-io.h.
22201         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
22202         (DISTCLEANFILES, io_functions): Remove macros.
22203         (EXTRA_DIST): Remove gen_uio.
22204         (unlocked-io.h): Remove rule.
22205
22206 2002-12-04  Jim Meyering  <jim@meyering.net>
22207
22208         Reflect the fact that stat.c and lstat.c are no longer generated.
22209         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
22210         (DISTCLEANFILES): Likewise.
22211         (EXTRA_DIST): Likewise.
22212         (all_local): Don't depend on stat.c or lstat.c.
22213         (stat.c, lstat.c): Remove rules.
22214         (EXTRA_DIST): Remove xstat.in.
22215
22216         * lib/xstat.in: Remove file.  Contents moved into stat.c.
22217         * lib/stat.c: New file.  Contents mostly from xstat.in.
22218         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
22219         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
22220
22221         * lib/safe-read.c: Rework so that it may serve to define safe_write,
22222         too.
22223         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
22224
22225 2002-12-03  Jim Meyering  <jim@meyering.net>
22226
22227         * lib/safe-read.c, safe-write.c: Change variable names and comments,
22228         but not semantics, to minimize the differences between these two files.
22229         (safe_read): Change comment to mention SAFE_READ_ERROR.
22230
22231         * lib/safe-read.c (IS_EINTR): Define.
22232         (safe_read): Use IS_EINTR in place of in-function cpp directives.
22233
22234 2002-12-02  Jim Meyering  <jim@meyering.net>
22235
22236         * lib/safe-read.c (EINTR): Define.
22237         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22238         (INT_MAX): Provide fallback.
22239         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
22240
22241         * lib/safe-read.h (SAFE_READ_ERROR): Define.
22242
22243 2002-12-02  Bruno Haible  <bruno@clisp.org>
22244
22245         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
22246         Define, taken from safe-read.c.
22247         (INT_MAX): Provide fallback.
22248         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
22249         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
22250
22251         * lib/safe-read.c (EINTR): Remove definition.
22252         (safe_read): Don't use EINTR if it is absent.
22253
22254 2002-12-01  Jim Meyering  <jim@meyering.net>
22255
22256         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
22257         zero.
22258         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
22259
22260 2002-11-27  Paul Eggert  <eggert@twinsun.com>
22261
22262         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
22263         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
22264         with `if (! (value < limit)) abort ();', for readability.
22265
22266 2002-11-26  Karl Berry  <karl@gnu.org>
22267
22268         * lib/strdup.c: copy from libc again, with jim's ok.
22269         * lib/.cppi-disable: re-add strdup.c
22270
22271 2002-11-25  Karl Berry  <karl@gnu.org>
22272
22273         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
22274         instead of "strtol.c".
22275
22276 2002-11-25  Karl Berry  <karl@gnu.org>
22277
22278         * config/install-sh: update from automake for variable quoting, $0 in
22279         error msgs, etc.
22280
22281         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
22282         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
22283         entry.
22284
22285 2002-11-25  Jim Meyering  <jim@meyering.net>
22286
22287         * lib/mktime.c: Sync from libc, now that it has the latest fix.
22288
22289 2002-11-24  Karl Berry  <karl@gnu.org>
22290
22291         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
22292         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
22293
22294 2002-11-24  Jim Meyering  <jim@meyering.net>
22295
22296         Update from coreutils:
22297
22298         * lib/mktime.c: Merge in changes from libc.
22299
22300         Avoid a link-time failure on some Linux systems.
22301         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
22302         (otherwise).
22303         (__mon_yday): Declare with the STATIC attribute.
22304         (__mktime_internal): Likewise.
22305         Based on a report from Greg Schafer.
22306
22307 2002-11-23  Jim Meyering  <jim@meyering.net>
22308
22309         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
22310         Use `unsigned', not `int', as type of index.
22311
22312         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
22313
22314         * lib/fsusage.c: Remove unneeded parentheses around operands of
22315         `defined'.
22316
22317 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22318
22319         * lib/quotearg.h: Allow multiple inclusion by surrounding with
22320         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
22321         so that we can be included first.
22322         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
22323         * lib/quotearg.c: Include quotearg.h immediately after config.h.
22324         No need to include stddef.h or sys/types.h any more.
22325         Surround local include files with "", not "<>".
22326         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
22327         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
22328         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
22329         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
22330         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
22331         (ISPRINT): Remove; no longer needed now that we assume C89.
22332
22333         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
22334         Preserve errno.
22335
22336         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
22337         quotearg_char): Use SIZE_MAX rather than
22338         (size_t) -1 when we are talking about "infinity".
22339
22340         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
22341
22342 2002-11-22  Paul Eggert  <eggert@twinsun.com>
22343
22344         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
22345         hint that one should use `if (! x) abort ();' rather than `assert
22346         (x);', and anyway it's one less thing to worry about configuring.
22347         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
22348         hash_rehash, hash_insert): Use abort rather than assert.
22349
22350 2002-11-22  Bruno Haible  <bruno@clisp.org>
22351
22352         * lib/safe-read.h: Assume C89. Add comments.
22353         (safe_read): Change return type to size_t.
22354         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
22355         byte counts > SSIZE_MAX correctly.
22356         * lib/safe-write.h: New file.
22357         * lib/safe-write.c: New file.
22358         * lib/full-read.h: New file.
22359         * lib/full-read.c: New file.
22360         * lib/full-write.h: Assume C89. Add comments.
22361         * lib/full-write.c: Include safe-write.h.
22362         (full_write): Rewritten to use safe_write.
22363         Suggested by Jim Meyering and Paul Eggert.
22364
22365 2002-11-21  Jim Meyering  <jim@meyering.net>
22366
22367         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
22368
22369         Merge in changes from the coreutils.
22370
22371         2002-09-25  Paul Eggert  <eggert@twinsun.com>
22372         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
22373         <stdint.h>.
22374         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
22375         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
22376         int.  Work more efficiently if X is the same width as uintmax_t.
22377         Do not compare X to -1, to avoid bogus compiler warning.
22378         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
22379         Don't assume that f_frsize and f_bsize are the same type.
22380
22381         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
22382         warning on FreeBSD.
22383
22384         * lib/makepath.c (make_path): Restore umask *before* creating the final
22385         component.
22386         (make_path): Minor reformatting.
22387
22388         * lib/xmalloc.c: Adjust to work with new autoconf macros,
22389         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
22390         HAVE_MALLOC/HAVE_REALLOC.
22391
22392         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
22393         dummy ones.  At least on GNU/Linux systems, `auto' means something
22394         else.
22395         From Michael Stone.
22396
22397 2002-11-21  Bruno Haible  <bruno@clisp.org>
22398
22399         Remove case insensitive option matching.
22400         * lib/argmatch.h (argcasematch): Remove declaration.
22401         (ARGCASEMATCH): Remove macro.
22402         (__xargmatch_internal): Remove case_sensitive argument.
22403         (XARGMATCH): Update.
22404         (XARGCASEMATCH): Remove macro.
22405         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
22406         case_sensitive argument.
22407         (argcasematch): Remove function.
22408         (__xargmatch_internal): Remove case_sensitive argument.
22409         (main): Use XARGMATCH instead of XARGCASEMATCH.
22410
22411         * lib/xmalloc.c: Change compile-time error message. Add comment about
22412         required autoconf version.
22413
22414 2002-11-20  Paul Eggert  <eggert@twinsun.com>
22415
22416         Merge argmatch cleanups from Bison.  Assume C89.
22417
22418         * lib/argmatch.c: Include config.h here, not in argmatch.h.
22419         Include stdlib.h, for EXIT_FAILURE.
22420         Always include <string.h>, since we assume C89.
22421         (EXIT_FAILURE): Remove pre-C89 bug workaround.
22422         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
22423         Include <stddef.h> instead, since it's all we need for size_t.
22424         (PARAMS): Remove.  All uses removed.
22425         (ARRAY_CARDINALITY): Do not bother to #undef.
22426         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
22427         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22428         Remove unnecessary parentheses.
22429         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
22430         Insert necessary parentheses.
22431         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
22432         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
22433
22434 2002-11-19  Bruno Haible  <bruno@clisp.org>
22435
22436         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
22437         * lib/mbswidth.h: Include <stddef.h>, for size_t.
22438
22439         * lib/mbswidth.h (PARAMS): Remove macro.
22440         (mbswidth, mbsnwidth): Use ANSI C function declarations.
22441         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
22442
22443         * lib/gcd.h (PARAMS): Remove macro.
22444         (gcd): Use ANSI C function declarations.
22445         * lib/gcd.c (gcd): Likewise.
22446
22447 2002-11-15  Bruno Haible  <bruno@clisp.org>
22448
22449         * lib/strcspn.c: Include <stddef.h>.
22450         (strcspn): Use ANSI C function declaration. Change return type to
22451         size_t. Use NULL.
22452         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
22453         (strpbrk): Use NULL.
22454         * lib/strpbrk.h (PARAMS): Remove macro.
22455         (strpbrk): Use ANSI C function declaration.
22456         * lib/strstr.c: Don't include <sys/types.h>.
22457         * lib/strstr.h (PARAMS): Remove macro.
22458         (strstr): Use ANSI C function declarations.
22459
22460 2002-11-14  Karl Berry  <karl@gnu.org>
22461
22462         * config/mkinstalldirs: `do' on separate line, instead of
22463         `for var; do'.
22464
22465 2002-11-06  Bruno Haible  <bruno@clisp.org>
22466
22467         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
22468         * lib/gcd.c (gcd): Likewise.
22469
22470 2002-11-05  Bruno Haible  <bruno@clisp.org>
22471
22472         * lib/gcd.h: New file, from gettext-0.11.5.
22473         * lib/gcd.c: New file, from gettext-0.11.5.
22474
22475 2002-11-05  Bruno Haible  <bruno@clisp.org>
22476
22477         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22478         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22479         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22480         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
22481
22482         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
22483         <libintl.h>.
22484         * lib/makepath.c: Include gettext.h instead of <locale.h> and
22485         <libintl.h>.
22486
22487         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
22488         * lib/human.c: Include gettext.h instead of <libintl.h>.
22489         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
22490         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
22491         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
22492         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
22493         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
22494         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
22495         (textdomain): Remove definition.
22496         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
22497
22498         * lib/long-options.c: Remove include of <libintl.h> and definition of
22499         _.
22500         * lib/same.c: Remove include of <libintl.h> and definition of _.
22501
22502 2002-11-04  Owen Taylor  <otaylor@redhat.com>
22503
22504         * lib/config.charset: A few additions for Solaris.
22505
22506 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22507
22508         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
22509         * lib/localcharset.c (locale_charset): Declare as extern "C".
22510
22511 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
22512
22513         * lib/config.charset: msdos in uk_UA uses CP1125.
22514
22515 2002-11-04  Bruno Haible  <bruno@clisp.org>
22516
22517         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
22518         * lib/strcase.h: New file, from GNU gettext-0.11.5.
22519         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
22520         * lib/strstr.h: New file, from GNU gettext-0.11.5.
22521         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
22522
22523 2002-11-04  Bruno Haible  <bruno@clisp.org>
22524
22525         * lib/localcharset.c (locale_charset): Don't return an empty string.
22526
22527 2002-11-04  Bruno Haible  <bruno@clisp.org>
22528
22529         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
22530         aliases.
22531
22532 2002-11-04  Bruno Haible  <bruno@clisp.org>
22533
22534         * lib/config.charset: Update for newest glibc. Add canonical names
22535         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
22536
22537 2002-11-04  Bruno Haible  <bruno@clisp.org>
22538
22539         * lib/config.charset: Add support for NetBSD.
22540
22541 2002-11-04  Bruno Haible  <bruno@clisp.org>
22542
22543         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
22544
22545 2002-11-01  Bruno Haible  <bruno@clisp.org>
22546
22547         * configure.in: Add AC_CONFIG_AUX_DIR call.
22548         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
22549         test/Makefile.
22550         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22551
22552 2002-09-28  Karl Berry  <karl@gnu.org>
22553
22554         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
22555         installed automake until the next release, since changes have been
22556         made.
22557
22558 2002-09-25  Karl Berry  <karl@gnu.org>
22559
22560         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
22561         * lib/getopt*: copy from libc/posix.
22562         * lib/gettext.h: copy from gettext.
22563         * lib/.cppi-disable: add strdup.c, gettext.h.
22564
22565 2002-09-25  Karl Berry  <karl@gnu.org>
22566
22567         * config/srclist.txt: enable gettext.h check.
22568         * config/config.{guess,sub}: update from prep.
22569         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
22570                 from automake 1.6.3.
22571         See srclist*.
22572
22573 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
22574
22575         * regex.c (PATFETCH): Remove the translating fetch.
22576         (PATFETCH_RAW): Rename to PATFETCH.
22577         (set_image_of_range): New fun.
22578         (SET_RANGE_TABLE_WORK_AREA): Use it.
22579         (regex_compile): Don't translate the pattern chars so eagerly.
22580         Only do it when inserting an `exactn' bytecode or when handling
22581         a char-range.
22582         (mutually_exclusive_p): Avoid empty statement.
22583
22584 2002-07-06  Jim Meyering  <meyering@lucent.com>
22585
22586         * m4/README: Don't mention Makefile.am.in.
22587         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
22588
22589 2002-07-01  Jim Meyering  <meyering@lucent.com>
22590
22591         * lib/c-stack.c: Include sys/time.h.
22592         From Volker Borchert.
22593
22594 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22595
22596         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
22597
22598 2002-06-26  Paul Eggert  <eggert@twinsun.com>
22599
22600         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
22601         New macro.  Use it uniformly instead of
22602         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
22603         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
22604         reported by Vin Shelton.
22605
22606 2002-06-22  Paul Eggert  <eggert@twinsun.com>
22607
22608         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
22609         Do not assume SA_SIGINFO behavior.
22610         Bug reported by Jim Meyering on NetBSD 1.5.2.
22611
22612 2002-06-22  Jim Meyering  <meyering@lucent.com>
22613
22614         * m4/c-stack.m4: New file, from diffutils-2.8.2.
22615         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
22616
22617         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
22618         now that configure.ac uses AC_GNU_SOURCE.
22619         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
22620         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
22621
22622         Update to latest tools.  Suggestions from Paul Eggert.
22623         * m4/stdbool.m4: New file, from diffutils-2.8.2.
22624         * m4/gnu-source.m4: Update from diffutils-2.8.2.
22625         * m4/fnmatch.m4: Likewise.
22626         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
22627         to AC_HEADER_STDBOOL
22628
22629 2002-06-22  Jim Meyering  <meyering@lucent.com>
22630
22631         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
22632         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
22633
22634 2002-06-22  Jim Meyering  <meyering@lucent.com>
22635
22636         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
22637
22638         * lib/exitfail.c, exitfail.h: Likewise.
22639         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
22640
22641         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
22642         of fnmatch.h.
22643         (EXTRA_DIST): Add fnmatch_loop.c.
22644         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
22645
22646         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
22647         * lib/fnmatch.c: Update from diffutils-2.8.2.
22648         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
22649         * lib/fnmatch.h: Remove file.
22650
22651 2002-06-21  Jim Meyering  <meyering@lucent.com>
22652
22653         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
22654         * m4/mbrtowc.m4: Likewise.
22655
22656         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
22657         * m4/mbswidth.m4: Reflect name change:
22658         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
22659         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22660
22661         * m4/lib-link.m4: Update from gettext-0.11.2.
22662         * m4/gettext.m4: Likewise.
22663
22664         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
22665         From Alfred M. Szmidt.
22666
22667 2002-06-18  Paul Eggert  <eggert@twinsun.com>
22668
22669         * lib/file-type.h: Report an error if neither S_ISREG nor
22670         S_IFREG is defined, instead of using a test specific to glibc
22671         2.2.  This should be safe, since POSIX requires S_ISREG and
22672         Unix Version 7 had S_IFREG.  We don't need to check for
22673         <sys/types.h> since we don't use any symbols that it defines.
22674
22675 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
22676
22677         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
22678         $@-t, so that each temporary file name is unique and valid in the first
22679         8 characters, for operation under DOS.
22680
22681 2002-06-15  Paul Eggert  <eggert@twinsun.com>
22682
22683         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
22684
22685 2002-06-15  Jim Meyering  <meyering@lucent.com>
22686
22687         Work even with DJGPP 2.03, which lacks support for symlinks.
22688         From Richard Dawe.
22689         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
22690         is defined.
22691         * lib/lchown.c (S_ISLNK): Likewise.
22692
22693 2002-06-15  Jim Meyering  <meyering@lucent.com>
22694
22695         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
22696         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
22697         have been included before this file.
22698
22699 2002-06-14  Jim Meyering  <meyering@lucent.com>
22700
22701         * lib/file-type.h: Use the version from diffutils-2.8.2.
22702         * lib/file-type.c: Likewise.
22703
22704 2002-06-07  Jim Meyering  <meyering@lucent.com>
22705
22706         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
22707         They're needed at least for NetBSD 1.5.2.
22708         ($statxfs_includes): Include those same headers.
22709         ($statxfs_includes): Include sys/vfs.h if available.
22710         ($statxfs_includes): Likewise for sys/statvfs.h.
22711         Check for the following members in both structs statfs and statvfs:
22712         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
22713
22714 2002-06-01  Jim Meyering  <meyering@lucent.com>
22715
22716         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
22717         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
22718
22719 2002-05-28  Jim Meyering  <meyering@lucent.com>
22720
22721         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
22722         Reported by Volker Borchert.
22723
22724 2002-05-27  Jim Meyering  <meyering@lucent.com>
22725
22726         Fix a problem seen only on nonconforming systems whereby ls.c's
22727         use of localtime, and then of gettimeofday would cause trouble:
22728         the localtime call used to initialize rpl_gettimeofday's save
22729         mechanism would clobber ls's current local time information so
22730         that in any long listing the first file would always be listed
22731         with date 1970-01-01.  Analysis by Volker Borchert.
22732
22733         * lib/gettimeofday.c (localtime): Undefine.
22734         (rpl_localtime): New function.
22735
22736 2002-05-27  Jim Meyering  <meyering@lucent.com>
22737
22738         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
22739         localtime.
22740
22741         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
22742         use the replacement function; it wouldn't resolve at link time.
22743         Reported by Volker Borchert.
22744
22745 2002-05-22  Jim Meyering  <meyering@lucent.com>
22746
22747         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
22748         file-type.h.
22749         * lib/file-type.h: New file.
22750         * lib/file-type.c (file_type): New file/function.  Extracted from
22751         diffutils.
22752
22753 2002-04-30  Jim Meyering  <meyering@lucent.com>
22754
22755         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
22756
22757 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22758
22759         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
22760
22761 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22762
22763         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
22764         Do not check for alloca.h (no longer used) or stdbool.h (was never
22765         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
22766
22767 2002-04-29  Paul Eggert  <eggert@twinsun.com>
22768
22769         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
22770
22771 2002-04-29  Jim Meyering  <meyering@lucent.com>
22772
22773         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
22774         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
22775         Use AC_FUNC_STRNLEN here instead.
22776
22777         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
22778         With autoconf-2.53a, it's part of AC_PROG_CC.
22779
22780 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22781
22782         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
22783         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
22784
22785 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22786
22787         * lib/sig2str.h, lib/sig2str.c: New files.
22788         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
22789
22790 2002-04-28  Paul Eggert  <eggert@twinsun.com>
22791
22792         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
22793         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
22794         of 127, since 64 is the largest conceivable number for ancient
22795         nonstandard hosts.
22796         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
22797
22798 2002-04-28  Jim Meyering  <meyering@lucent.com>
22799
22800         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
22801
22802 2002-04-24  Jim Meyering  <meyering@lucent.com>
22803
22804         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
22805         (jm_PREREQ): Use it.
22806
22807         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
22808         mach/mach.h fcntl.h.
22809         Check for this function: setlocale.
22810
22811 2002-04-24  Jim Meyering  <meyering@lucent.com>
22812
22813         * lib/gettext.h: New file, from Gettext.
22814         * lib/Makefile.am (INCLUDES): Remove -I../intl.
22815         (libfetish_a_SOURCES): Add gettext.h.
22816
22817 2002-04-16  Jim Meyering  <meyering@lucent.com>
22818
22819         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
22820         ut_pid, ut_id, ut_exit.
22821
22822 2002-04-16  Jim Meyering  <meyering@lucent.com>
22823
22824         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
22825         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
22826         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
22827
22828 2002-04-12  Jim Meyering  <meyering@lucent.com>
22829
22830         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
22831         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
22832         existence of the getmntinfo function.  Needed for Darwin 5.3.
22833
22834         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
22835         This is necessary at least on Darwin 5.3.
22836
22837         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
22838         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
22839         strnlen.o in the library, and that makes some versions of ranlib
22840         object.
22841
22842 2002-04-12  Jim Meyering  <meyering@lucent.com>
22843
22844         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
22845
22846 2002-04-09  Jim Meyering  <meyering@lucent.com>
22847
22848         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
22849         to be more precise.  Rather than saying we're checking whether the
22850         function `works', say what we're testing.
22851         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
22852         Reported by Bruno Haible.
22853
22854 2002-03-10  Jim Meyering  <meyering@lucent.com>
22855
22856         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
22857         Suggestion from Santiago Vila.
22858
22859 2002-03-08  Jim Meyering  <meyering@lucent.com>
22860
22861         * lib/rename.c: Mention that this wrapper is needed also on
22862         mips-dec-ultrix4.4 systems.
22863
22864 2002-03-02  Jim Meyering  <meyering@lucent.com>
22865
22866         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
22867         not HAVE_CLOCK_SETTIME.
22868
22869 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22870
22871         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
22872         Check for clock_settime.
22873
22874 2002-02-27  Paul Eggert  <eggert@twinsun.com>
22875
22876         * lib/nanosleep.h: Rename to....
22877         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
22878
22879         * lib/gettime.c: New file.
22880         * lib/settime.c: New file.
22881         * lib/stime.c: Remove.
22882
22883         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
22884         timespec.h.  Remove nanosleep.h.
22885
22886 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22887
22888         * m4/acl.m4: New file.
22889         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
22890         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
22891
22892 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22893
22894         * lib/acl.c, lib/acl.h: New files.
22895         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
22896
22897 2002-02-24  Jim Meyering  <meyering@lucent.com>
22898
22899         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
22900         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
22901         cause trouble.  Reported by Nelson Beebe.
22902
22903 2002-02-23  Paul Eggert  <eggert@twinsun.com>
22904
22905         * lib/path-concat.c (xpath_concat): Reorder code to pacify
22906         compilers that don't know that xalloc_die never returns.
22907
22908 2002-02-20  Jim Meyering  <meyering@lucent.com>
22909
22910         * lib/getdate.c: Regenerate using bison-1.33.
22911
22912 2002-02-17  Jim Meyering  <meyering@lucent.com>
22913
22914         * config/config.guess (main): Don't use `head -1'; it's no longer
22915         portable. Use `sed 1q' instead.
22916
22917 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
22918
22919         * m4/codeset.m4: Upgrade to gettext-0.11.
22920         * m4/gettext.m4: Upgrade to gettext-0.11.
22921         * m4/glibc21.m4: Upgrade to gettext-0.11.
22922         * m4/iconv.m4: Upgrade to gettext-0.11.
22923         * m4/isc-posix.m4: Upgrade to gettext-0.11.
22924         * m4/lcmessage.m4: Upgrade to gettext-0.11.
22925         * m4/lib-ld.m4: New file, from gettext-0.11.
22926         * m4/lib-link.m4: New file, from gettext-0.11.
22927         * m4/lib-prefix.m4: New file, from gettext-0.11.
22928         * m4/progtest.m4: Upgrade to gettext-0.11.
22929
22930 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22931
22932         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
22933         (jm_PREREQ): Use it.
22934
22935 2002-02-15  Paul Eggert  <eggert@twinsun.com>
22936
22937         * lib/posixver.c, lib/posixver.h: New files.
22938         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22939
22940 2002-02-02  Paul Eggert  <eggert@twinsun.com>
22941             Bruno Haible  <bruno@clisp.org>
22942
22943         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
22944         (fwrite_success_callback): New declaration.
22945         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
22946         print_unicode_char. Call failure callback instead of error.
22947         (fwrite_success_callback): New function.
22948         (exit_failure_callback): New function.
22949         (fallback_failure_callback): New function.
22950         (print_unicode_char): Call unicode_to_mb.
22951
22952 2002-01-26  Jim Meyering  <meyering@lucent.com>
22953
22954         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
22955         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
22956
22957 2002-01-26  Jim Meyering  <meyering@lucent.com>
22958
22959         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
22960
22961 2002-01-22  Paul Eggert  <eggert@twinsun.com>
22962
22963         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
22964
22965 2002-01-22  Jim Meyering  <meyering@lucent.com>
22966
22967         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
22968         Otherwise, some versions of automake would omit the rule that makes
22969         Makefile from Makefile.in.
22970
22971 2002-01-21  Paul Eggert  <eggert@twinsun.com>
22972
22973         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
22974         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
22975         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
22976         (memcoll): Set errno to zero if there is no error.
22977
22978         * lib/quotearg.c (quotearg_buffer_restyled):
22979         Fix bug with quoting buffers containing NUL when backslashing escapes.
22980         This bug was exposed by the other changes in this patch.
22981         (quotearg_n_options): New arg ARGSIZE.
22982         All callers changed.
22983         (quoting_options_from_style): New function.
22984         (quotearg_n_style): Use it.
22985         (quotearg_n_style_mem): New function.
22986
22987         * lib/quotearg.h (quotearg_n_style_mem): New function.
22988
22989 2002-01-19  Jim Meyering  <meyering@lucent.com>
22990
22991         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
22992         Remove useless quotes: DF_PROG="df".
22993         * m4/strnlen.m4: New file.
22994
22995 2002-01-16  Paul Eggert  <eggert@twinsun.com>
22996
22997         * lib/backupfile.c (ISDIGIT): Comment fix.
22998         * lib/getdate.y (ISDIGIT): Likewise.
22999         * lib/posixtm.c (ISDIGIT, year): Likewise.
23000         * lib/strverscmp.c (ISDIGIT): Likewise.
23001         * lib/userspec.c (ISDIGIT): Likewise.
23002
23003 2002-01-16  Jim Meyering  <meyering@lucent.com>
23004
23005         * lib/getdate.y: Add three semicolons, each just before a closing
23006         brace. Bison (as of version 1.31) no longer papers over that mistake.
23007
23008 2002-01-05  Jim Meyering  <meyering@lucent.com>
23009
23010         * lib/version-etc.c (version_etc_copyright): Update copyright year.
23011
23012 2001-12-19  Paul Eggert  <eggert@twinsun.com>
23013
23014         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
23015         not silently exit merely because the output buffer happens to
23016         have nothing pending.
23017
23018 2001-12-18  Paul Eggert  <eggert@twinsun.com>
23019
23020         See the big note in ../ChangeLog.
23021         * lib/human.c (suffixes): Prefer K to k for 1024.
23022         (generate_suffix_backwards): New function.
23023         (human_readable_inexact): Use it.
23024         * lib/xstrtol.c (__xstrtol): If there is no number but there
23025         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
23026         Accept 'K' as well as 'k'.
23027
23028 2001-12-15  Jim Meyering  <meyering@lucent.com>
23029
23030         * lib/regex.h (__restrict_arr): Update from libc.
23031
23032         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
23033         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
23034         (STREQ): Define.
23035
23036 2001-12-14  Jim Meyering  <meyering@lucent.com>
23037
23038         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
23039         Suggestion from Bruno Haible.
23040
23041 2001-12-10  Jim Meyering  <meyering@lucent.com>
23042
23043         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
23044         xrealloc, Instead, include "xalloc.h".
23045         (initbuffer): Don't cast xmalloc return value to char*.
23046         (readline): Reword comment.
23047         Don't cast xrealloc return value to char*
23048         Return NULL, not 0.
23049
23050 2001-12-09  Jim Meyering  <meyering@lucent.com>
23051
23052         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
23053         about `signed and unsigned type in conditional expression'.
23054         * lib/posixtm.c (posix_time_parse): Likewise.
23055
23056         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
23057
23058         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
23059         to avoid a pedantic warning.
23060
23061         * lib/getstr.c: Don't include assert.h.
23062         (getstr): Remove warning-evoking assertions.
23063         Return -1 if offset parameter is out of bounds.
23064         Change the type of a local from int to size_t.
23065
23066         * lib/strftime.c (my_strftime_localtime_r): Include this function
23067         definition in the `#if ! HAVE_TM_GMTOFF' block.
23068
23069         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
23070         Include xalloc.h instead.
23071
23072 2001-12-02  Jim Meyering  <meyering@lucent.com>
23073
23074         * lib/tempname.c: Don't declare getenv, thus reverting the change of
23075         2001-11-18.  It's no longer necessary, now that stdlib.h is always
23076         included.
23077
23078         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
23079         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
23080
23081 2001-11-30  Akim Demaille  <akim@epita.fr>
23082
23083         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
23084         before being defined.
23085
23086 2001-11-27  Paul Eggert  <eggert@twinsun.com>
23087
23088         * lib/quotearg.h (quotearg_n, quotearg_n_style):
23089         First arg is int, not unsigned.
23090         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
23091         (SIZE_MAX, UINT_MAX): New macros.
23092         (quotearg_n_options): Abort if N is negative.
23093         Avoid overflow check on hosts where size_t is 64 bits and int
23094         is 32 bits, as overflow is impossible there.
23095         Fix off-by-one typo that caused unnecessary reallocation.
23096
23097 2001-11-27  Jim Meyering  <meyering@lucent.com>
23098
23099         * lib/tempname.c: Merge with version from libc.
23100         * lib/regex.c: Likewise.
23101
23102         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
23103         systems for which STDC_HEADERS is 0, it was not included, resulting in
23104         a warning about an integer-to-pointer conversion problem with getenv.
23105         Reported by Volker Borchert.
23106
23107 2001-11-26  Jim Meyering  <meyering@lucent.com>
23108
23109         * lib/gtod.h: Remove file.
23110         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
23111         * lib/gettimeofday.c: Don't include gtod.h.
23112         (GTOD_init): Remove function.
23113         (rpl_gettimeofday): Do its job here instead, rather than aborting.
23114         Suggestion from Volker Borchert.
23115
23116 2001-11-23  Jim Meyering  <meyering@lucent.com>
23117
23118         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
23119         it.
23120         * lib/hash.c (struct hash_table): Define it here instead.
23121
23122 2001-11-22  Jim Meyering  <meyering@lucent.com>
23123
23124         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
23125
23126 2001-11-20  Jim Meyering  <meyering@lucent.com>
23127
23128         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
23129         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
23130
23131 2001-11-19  Jim Meyering  <meyering@lucent.com>
23132
23133         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
23134         directory.  Use "conftestXXXXXX" as the template.
23135         Suggestion from Paul Eggert.
23136
23137         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
23138         immediately, so the test doesn't mistakenly hit the max-open-files
23139         limit.
23140
23141 2001-11-18  Paul Eggert  <eggert@twinsun.com>
23142
23143         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
23144         (TEMPORARIES): New macro.
23145         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
23146         removes an artificial limitation (e.g. HP-UX 10.20, where
23147         TMP_MAX is 17576).
23148
23149 2001-11-18  Jim Meyering  <meyering@lucent.com>
23150
23151         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
23152
23153 2001-11-18  Jim Meyering  <meyering@lucent.com>
23154
23155         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
23156         on SunOS 4.
23157
23158         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
23159         files will be created before anything else.
23160
23161 2001-11-17  Paul Eggert  <eggert@twinsun.com>
23162
23163         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
23164         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
23165
23166 2001-11-17  Jim Meyering  <meyering@lucent.com>
23167
23168         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
23169         Prompted by a report from Bob Proulx.
23170
23171         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
23172         Instead, require UTILS_FUNC_MKSTEMP.
23173
23174 2001-11-17  Jim Meyering  <meyering@lucent.com>
23175
23176         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
23177         Now, that's done as part of AC_FUNC_STRTOD.
23178
23179 2001-11-17  Jim Meyering  <meyering@lucent.com>
23180
23181         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
23182         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
23183         rather than group writable.  Patch by Juan F. Codagnone.
23184
23185         * lib/readtokens.c: Remove explicit declarations of xmalloc and
23186         xrealloc, Instead, include "xalloc.h".
23187
23188         * lib/mountlist.c: Include unlocked-io.h after all system headers.
23189         Remove explicit declarations of xmalloc, xrealloc,
23190         and xstrdup.  Instead, include "xalloc.h".
23191
23192         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
23193         unlocked-io.h.
23194         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
23195         Likewise.
23196         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
23197
23198         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
23199         Reported by Padraig Brady.
23200
23201         * lib/mkstemp.c: #undef mkstemp.
23202         Include config.h.
23203         (rpl_mkstemp): Rename from mkstemp.
23204         Protoize.
23205
23206 2001-11-16  Jim Meyering  <meyering@lucent.com>
23207
23208         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
23209         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
23210         determine the amount of total physical memory, use pstat_getstatic.
23211         HPUX-11 doesn't define _SC_PHYS_PAGES.
23212         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
23213         If sysconf couldn't be used to determine the amount of available
23214         physical memory, use both pstat_getstatic and pstat_getdynamic.
23215         Based on a patch from Bob Proulx.
23216
23217 2001-11-10  Jim Meyering  <meyering@lucent.com>
23218
23219         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
23220         (jm_PREREQ): Use it.
23221
23222 2001-11-09  Jim Meyering  <meyering@lucent.com>
23223
23224         * m4/jm-macros.m4: Require autoconf-2.52f.
23225         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
23226         Use these AC_-prefixed names, not the AM_-prefixed ones.
23227
23228         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
23229
23230 2001-11-05  Jim Meyering  <meyering@lucent.com>
23231
23232         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
23233
23234 2001-11-04  Jim Meyering  <meyering@lucent.com>
23235
23236         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
23237         $DEFS.
23238
23239 2001-11-03  Jim Meyering  <meyering@lucent.com>
23240
23241         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
23242         of AC_DEFUN.
23243
23244         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
23245         know the name of the variable in the macro definition.
23246
23247 2001-11-03  Jim Meyering  <meyering@lucent.com>
23248
23249         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
23250         in argmatch_to_argument call.
23251
23252         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
23253         argument.
23254
23255         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
23256         e.g., a fault due to an attempt to free a NULL pointer.
23257
23258 2001-11-01  Jim Meyering  <meyering@lucent.com>
23259
23260         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
23261         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
23262
23263 2001-11-01  Jim Meyering  <meyering@lucent.com>
23264
23265         * lib/dirfd.c, lib/dirfd.h: New files.
23266         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
23267
23268         * lib/hash.c (hash_print) [TESTING]: Clean up.
23269
23270 2001-10-22  Paul Eggert  <eggert@twinsun.com>
23271
23272         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
23273         to avoid a warning if -Wall.
23274
23275 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
23276
23277         * README: New file
23278         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
23279         (per RMS's instructions, this is now the canonical source)
23280         * lgpl/, gpl/: New directories.
23281
23282 2001-10-21  Paul Eggert  <eggert@twinsun.com>
23283
23284         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
23285
23286 2001-10-21  Jim Meyering  <meyering@lucent.com>
23287
23288         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
23289         this code would end up calling gettext even in packages built
23290         with --disable-nls.
23291         * lib/getopt.c (_): Likewise.
23292         * lib/regex.c (_): Likewise.
23293
23294 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23295
23296         * m4/error.m4 (jm_PREREQ_ERROR):
23297         Do not invoke AC_CHECK_FUNCS with strerror_r, as
23298         AC_FUNC_STRERROR_R does that.
23299         Check for strerror declaration.
23300
23301         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
23302         are supposed to have them these days.
23303         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
23304         Merge changes from latest Autoconf CVS.
23305         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
23306         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
23307         POSIX decided to standardize on the int flavor of strerror_r.
23308
23309 2001-10-20  Paul Eggert  <eggert@twinsun.com>
23310
23311         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
23312         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
23313         Use strerror_r that is only a macro, even if it is not a function.
23314         (strerror): Check for HAVE_DECL_STRERROR before declaring.
23315         (private_strerror): Use prototypes, not old-style function definition.
23316         (print_errno_message): New function.
23317         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
23318         char*-flavored one.
23319         (error_tail, error, error_at_line): Use it.
23320
23321 2001-10-11  Jim Meyering  <meyering@lucent.com>
23322
23323         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
23324         and quote_n (1, ... to avoid clobbering a buffer.
23325
23326 2001-10-05  Jim Meyering  <meyering@lucent.com>
23327
23328         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
23329         hash-pjw.h.
23330         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
23331         * lib/hash-pjw.h: New file.
23332
23333 2001-09-30  Jim Meyering  <meyering@lucent.com>
23334
23335         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
23336         `struct fsstat' has the `f_fstypename' member.
23337         Use that to define FS_TYPE, which is now used to make
23338         the getfsstat link test tighter.
23339
23340 2001-09-30  Jim Meyering  <meyering@lucent.com>
23341
23342         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
23343         Include <sys/ucred.h>, for Apple Darwin.
23344         Include sys/mount.h and sys/fs_types.h only if available.
23345         (FS_TYPE): Define.
23346         (read_filesystem_list): Use FS_TYPE.
23347
23348 2001-09-29  Paul Eggert  <eggert@twinsun.com>
23349
23350         * lib/exclude.c (excluded_filename): 0 -> false, since it's
23351         a boolean context.
23352
23353 2001-09-29  Jim Meyering  <meyering@lucent.com>
23354
23355         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23356         [one-argument getmntent function]): Include stdio.h before mntent.h.
23357         SunOS 4.1.x needs it for the declaration of `FILE'.
23358         Patch by Volker Borchert.
23359
23360         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
23361         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
23362         sys/fs_types.h, and make the link-test for getfsstat guard #include
23363         directives with appropriate #if HAVE_*_H tests so that we can
23364         detect getfsstat on Apple Darwin1.3.7 systems.
23365         Reported by Nelson Beebe.
23366         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
23367
23368 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23369
23370         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23371         #defines strtoimax.  Also treat the other strto* functions
23372         like strtoimax.
23373
23374         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23375         Check for strtoul and strtoumax,
23376         as those declarations are made even in the signed case.
23377         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
23378         Likewise, for strtol and strtoimax.
23379
23380 2001-09-28  Paul Eggert  <eggert@twinsun.com>
23381
23382         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
23383         #defines strtoimax.  Also treat the other strto* functions
23384         like strtoimax.
23385
23386         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
23387         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
23388         (strtoimax, strtoumax): Do not declare if already defined as a macro.
23389
23390 2001-09-26  Jim Meyering  <meyering@lucent.com>
23391
23392         Most macros in unlocked-io.h had the wrong number of arguments.
23393         * lib/gen-uio: New script.
23394         (USE_UNLOCKED_IO): Define to 1 if not already defined.
23395         * lib/unlocked-io.hin: Remove file.
23396         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
23397         rather than trying to embed it here.
23398         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
23399         Reported by Padraig Brady.
23400
23401 2001-09-25  Volker Borchert  <bt@teknon.de>
23402
23403         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
23404         `result'.
23405
23406 2001-09-24  Jim Meyering  <meyering@lucent.com>
23407
23408         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
23409
23410 2001-09-23  Jim Meyering  <meyering@lucent.com>
23411
23412         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
23413         instead of the mere test for existence of mntent.h.  The latter
23414         would get a false-positive on AIX 3.4 systems.
23415         In the outer getmntent if-block, don't die if neither of the getmntent
23416         tests succeeds.  Instead, just fall through and continue with the
23417         remaining tests.
23418
23419 2001-09-23  Jim Meyering  <meyering@lucent.com>
23420
23421         * lib/mountlist.c: Remove useless parentheses in #if directives.
23422         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
23423         the deprecated MOUNTED symbol is no longer defined in mntent.h.
23424
23425 2001-09-22  Jim Meyering  <meyering@lucent.com>
23426
23427         * m4/gettext.m4: New file.  From gettext.
23428         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
23429         * m4/progtest.m4: Likewise
23430         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
23431         * m4/glibc21.m4: Likewise.
23432
23433         * m4/libintl.m4: Remove.  No longer used.
23434
23435 2001-09-22  Jim Meyering  <meyering@lucent.com>
23436
23437         * lib/localcharset.c: Update from latest gettext.
23438         * lib/config.charset: Likewise.
23439
23440 2001-09-20  Jim Meyering  <meyering@lucent.com>
23441
23442         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
23443         strtoimax.
23444         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
23445         strtoumax.
23446
23447 2001-09-20  Jim Meyering  <meyering@lucent.com>
23448
23449         * lib/xstrtol.c (strtoimax): Guard declaration with
23450         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
23451         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
23452         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
23453         (strtoumax): Likewise, for completeness (it wasn't necessary).
23454
23455 2001-09-17  Paul Eggert  <eggert@twinsun.com>
23456
23457         * lib/strtoimax.c (HAVE_LONG_LONG):
23458         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
23459         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
23460         to work around bug in IBM C compiler.
23461
23462 2001-09-17  Jim Meyering  <meyering@lucent.com>
23463
23464         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
23465         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
23466         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
23467         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
23468         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
23469         whenever the right hand side need not be expanded by the shell.
23470
23471 2001-09-16  Paul Eggert  <eggert@twinsun.com>
23472
23473         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
23474         library.  It's not correct, as some older glibcs are buggy.
23475         fnmatch wasn't fixed until glibc 2.2.
23476
23477         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
23478         special shell magic here.
23479
23480 2001-09-16  Jim Meyering  <meyering@lucent.com>
23481
23482         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
23483         * m4/jm-macros.m4: Require it.
23484
23485 2001-09-16  Jim Meyering  <meyering@lucent.com>
23486
23487         * lib/mkdir.c: New file.
23488
23489 2001-09-15  Jim Meyering  <meyering@lucent.com>
23490
23491         * m4/jm-macros.m4: Check for help2man.
23492
23493 2001-09-11  Jim Meyering  <meyering@lucent.com>
23494
23495         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
23496         The body, by Paul Eggert, was moved here from configure.in.
23497         * m4/jm-macros.m4: Require UTILS_HOST_OS.
23498
23499 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23500
23501         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
23502         (jm_PREREQ): Use it.
23503
23504 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23505
23506         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
23507         Use ssize_t, not int, to store result of readlink.
23508         Check for ssize_t overflow as well as size_t overflow,
23509         as POSIX says the result of readlink is implementation-defined
23510         when ssize_t overflows.
23511         Remove unnecessary cast to char*.
23512         Use free+malloc instead of realloc, as the storage doesn't need
23513         to be preserved and it's clearer and can be more efficient that way.
23514         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
23515         * lib/xreadlink.h (xreadlink): Update prototype.
23516
23517 2001-09-04  Paul Eggert  <eggert@twinsun.com>
23518
23519         * lib/xgetcwd.c: Revert some of the previous change; intead,
23520         fix the HAVE_GETCWD_NULL code to behave more like the
23521         !HAVE_GETCWD_NULL code used to.
23522
23523         Include "xalloc.h".
23524         (xgetcwd): Do not return NULL when memory is exhausted; instead,
23525         invoke xalloc_die.
23526
23527 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23528
23529         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
23530         sys/param.h, as pathmax.h includes them.
23531
23532 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23533
23534         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
23535         (jm_PREREQ_XGETCWD): New macro.
23536
23537         * m4/getcwd.m4: New file.
23538
23539 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23540
23541         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
23542         like the HAVE_GETCWD_NULL code.
23543         Include pathmax.h if not HAVE_GETCWD.
23544         Do not include xalloc.h.
23545         (INITIAL_BUFFER_SIZE): New symbol.
23546         Do not use xmalloc / xrealloc, since the caller is responsible for
23547         handling errors.  Preserve errno around `free' during failure.
23548         Do not overrun buffer when using getwd.
23549
23550 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23551
23552         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
23553         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
23554         getcwd (NULL, 0).
23555
23556 2001-09-03  Paul Eggert  <eggert@twinsun.com>
23557
23558         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
23559         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
23560         spotted by Jim Meyering.
23561
23562 2001-09-03  Jim Meyering  <meyering@lucent.com>
23563
23564         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
23565         failure.
23566
23567 2001-09-02  Jim Meyering  <meyering@lucent.com>
23568
23569         * lib/error.c: Update from GNU libc.
23570
23571 2001-09-01  Jim Meyering  <meyering@lucent.com>
23572
23573         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
23574         Used by df.
23575
23576 2001-09-01  Jim Meyering  <meyering@lucent.com>
23577
23578         * lib/xreadlink.c: New file.
23579         * lib/xreadlink.h: New file.
23580         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
23581         xreadlink.h.
23582
23583         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
23584         doesn't conflict with sparc Solaris 7's definition in
23585         /usr/include/sys/int_types.h.
23586
23587         * lib/exclude.c: Use `""', not `<>' to #include non-system header
23588         files.
23589         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
23590         and strncasecmp as r-values.  Unixware didn't have declarations.
23591
23592 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23593
23594         * lib/xstrtol.h: Add copyright notice.
23595         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
23596         LONGINT_INVALID_SUFFIX_CHAR.
23597
23598 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23599
23600         * lib/xstrtol.c (strtoimax): New decl.
23601
23602 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23603
23604         * lib/xgetcwd.c: Don't include pathmax.h.
23605         Include stdlib.h and unistd.h if available.
23606         Include xalloc.h.
23607         (xmalloc, xstrdup, free): Remove decls.
23608         (xgetcwd): Don't assume sizes fit in unsigned.
23609         Check for overflow when computing sizes.
23610         Simplify reallocation code.
23611
23612 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23613
23614         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
23615         a directory's st_size can have an arbitrary value, so the old
23616         usage could waste an arbitrary amount of memory.  All uses
23617         changed.
23618         * lib/savedir.h: Update prototype.
23619
23620 2001-08-31  Paul Eggert  <eggert@twinsun.com>
23621
23622         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
23623
23624         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
23625         old strtoimax.c.
23626
23627         Also, make the following further changes to make this file's
23628         configuration more similar to that of strtol.c:
23629         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
23630         (strtoumax, uintmax_t, strtoull, strtol): Remove.
23631         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
23632         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
23633         changed to signed values.
23634
23635         And make the following changes as well:
23636         Fix copyright notice, as 1999 was missing.
23637         (verify): New macro.
23638         (strtoimax): Check sizes at compile-time, not run-time.
23639         Prefer strtol to strtoll if both work.
23640         (main): Remove; it was not that useful and was a pain to maintain.
23641
23642         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
23643
23644 2001-08-31  Jim Meyering  <meyering@lucent.com>
23645
23646         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
23647         Use an initial, malloc'd, buffer of length 128 rather than
23648         a statically allocated one of length 1024.
23649
23650 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23651
23652         Simplify code, partly by assuming autoconf 2.52 semantics.
23653
23654         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23655
23656         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
23657         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
23658         All uses removed.
23659         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
23660         Move AC_REQUIRE to next-to-top level, to avoid confusion.
23661         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
23662         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
23663         jm_AC_HEADER_INTTYPES_H.
23664         * m4/jm-macros.m4 (jm_MACROS): Likewise.
23665
23666         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
23667
23668         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
23669         Quote first arg of AC_DEFUN.
23670         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
23671         since they are needed to parse the include file even if we need
23672         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
23673         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
23674         but with opposite signedness.
23675
23676 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23677
23678         Merge 'exclude' changes from tar 1.13.22.
23679         This fixes one or two unlikely storage allocation overflow bugs,
23680         but doesn't change user-visible behavior otherwise.
23681
23682 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23683
23684         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
23685         (jm_PREREQ_EXCLUDE): New macro.
23686
23687 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23688
23689         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
23690         tm to be declared.
23691
23692 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23693
23694         * lib/hash.c: Remove '2001' from copyright notice.
23695
23696 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23697
23698         * lib/full-write.h: New file.
23699         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
23700         * lib/full-write.c: Correct credits, as cccp.c no longer
23701         exists and anyway it was so heavily changed from the old cccp
23702         code as to be unrecognizable.  Include full-write.h.
23703         (full_write) Return size_t, with short writes meaning failure.
23704         All callers changed.  This fixes a bug with large buffers
23705         on 64-bit hosts.
23706         * lib/utime.c: Include full-write.h.
23707
23708 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23709
23710         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
23711         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
23712         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
23713         Include if available.
23714         (<xalloc.h>): Include
23715         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
23716         (verify): New macro.  Use it to verify that EXCLUDE macros do not
23717         collide with FNM macros.
23718         (struct patopts): New struct.
23719         (struct exclude): Use it, as exclude patterns now come with options.
23720         (new_exclude): Support above changes.
23721         (new_exclude, add_exclude_file):
23722         Initial size must now be a power of two to simplify overflow checking.
23723         (free_exclude, fnmatch_no_wildcards): New function.
23724         (excluded_filename): No longer requires options arg, as the options
23725         are determined by add_exclude.  Now returns bool, not int.
23726         (excluded_filename, add_exclude):
23727         Add support for the fancy new exclusion options.
23728         (add_exclude, add_exclude_file): Now takes int options arg.
23729         Check for arithmetic overflow when computing sizes.
23730         (add_exclude_file): xrealloc might modify errno, so don't
23731         realloc until after errno might be used.
23732
23733         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
23734         New macros.
23735         (free_exclude): New decl.
23736         (add_exclude, add_exclude_file): Now takes int options arg.
23737         (excluded_filename): No longer requires options arg, as the options
23738         are determined by add_exclude.  Now returns bool, not int.
23739
23740 2001-08-30  Paul Eggert  <eggert@twinsun.com>
23741
23742         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
23743
23744 2001-08-27  Jim Meyering  <meyering@lucent.com>
23745
23746         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
23747
23748         * lib/version-etc.c (N_): Remove definition.
23749         Revert most of last change.
23750         Instead, simply don't mark the `Copyright...' string for translation.
23751         Based on advice from Paul Eggert.
23752
23753         * lib/strtoxmax.c: Tweak comment.
23754
23755 2001-08-26  Jim Meyering  <meyering@lucent.com>
23756
23757         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
23758
23759         * m4/xstrtoimax.m4: New file.
23760         * m4/xstrtoumax.m4: Add comments explaining why we
23761         AC_REPLACE_FUNCS(strtol).
23762
23763 2001-08-26  Jim Meyering  <meyering@lucent.com>
23764
23765         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
23766         of copyright with `%s' so translators don't get an untranslated
23767         message in 2002.
23768         (COPYRIGHT_YEAR): Define.
23769         (version_etc): Use fprintf rather than fputs.
23770         Suggestion from Ulrich Drepper.
23771
23772         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
23773
23774         * lib/strtoll.c: New file, from GNU libc.
23775         * lib/xstrtoimax.c: New file.
23776
23777         * lib/xstrtol.h: Add xstrtoimax.
23778         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
23779         * lib/strtoimax.c: New file.  Likewise, but first define
23780         STRTOUXMAX_SIGNED.
23781
23782         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
23783         ...
23784         * lib/strtoxmax.c: ... then renamed to this.
23785
23786 2001-08-18  Paul Eggert  <eggert@twinsun.com>
23787
23788         * m4/inttypes.m4: Add AC_PREREQ(2.13).
23789         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
23790         (jm_AC_TYPE_INTMAX_T): New macro.
23791         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
23792
23793         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
23794
23795         * m4/longlong.m4: Renamed from ulonglong.m4.
23796         * m4/inttypes.m4: Renamed from inttypes_h.m4.
23797         * m4/uintmax_t.m4: Removed.
23798
23799 2001-08-13  Paul Eggert  <eggert@twinsun.com>
23800
23801         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
23802         Port to Solaris 8, where 'sed' requires a space after the 'r'
23803         command, and where sh dislikes "$/".  Clean up the spacing a bit.
23804         Redirect output to $tmp just once.
23805
23806 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
23807
23808         * lib/addext.c (<errno.h>): Include.
23809         (errno): Declare if not defined.
23810         (addext): Work correctly when pathconf returns -1 and leaves
23811         errno alone because there is no limit.  Also, work even if
23812         pathconf returns a value greater than SIZE_MAX.
23813
23814 2001-08-12  Jim Meyering  <meyering@lucent.com>
23815
23816         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
23817         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
23818         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
23819         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
23820         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
23821         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
23822         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
23823         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
23824         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
23825         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
23826         utime.m4, utimes.m4, xstrtoumax.m4:
23827         Quote the first argument in each use of AC_DEFUN.
23828
23829 2001-08-12  Jim Meyering  <meyering@lucent.com>
23830
23831         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
23832         Simply `return getcwd (NULL, 0);'.
23833         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
23834         Use 1300 as initial value for length, not PATH_MAX.
23835
23836         * lib/pathmax.h: Clean up cpp syntax.
23837
23838 2001-08-12  Jim Meyering  <meyering@lucent.com>
23839
23840         * lib/gettimeofday.c: New file.
23841         * lib/gtod.h: New file.
23842         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
23843
23844 2001-08-05  Jim Meyering  <meyering@lucent.com>
23845
23846         * m4/jm-macros.m4: Require autoconf-2.52.
23847
23848 2001-08-04  Jim Meyering  <meyering@lucent.com>
23849
23850         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
23851         stmt, to get in sync with glibc.
23852
23853 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23854
23855         The following changes are from gettext 0.10.39 as maintained by
23856         Bruno Haible.
23857
23858         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
23859         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
23860         with inverted sense.  All uses changed.
23861
23862         * lib/mbswidth.c: Don't include <limits.h>.
23863         Include <stdlib.h> and <string.h> unconditionally.
23864         (iswcntrl, mbsinit, ISCNTRL): New macros.
23865         (mbsnwidth): Use K&R style function declarations.
23866         Don't bother checking for MB_LEN_MAX == 1, since the compiler
23867         can optimize it when MB_CUR_MAX == 1.
23868         The width of control characters is zero, not 1.
23869
23870 2001-08-03  Paul Eggert  <eggert@twinsun.com>
23871
23872         The following changes are from gettext 0.10.39 as maintained by
23873         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
23874
23875         * m4/codeset.m4: Upgrade to serial AM1.
23876         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
23877         all uses changed.  Quote first arg of AC_DEFUN.
23878         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
23879
23880         * m4/iconv.m4: Upgrade to serial AM2.
23881         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
23882         Add --with-libconv-prefix.
23883         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
23884         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
23885         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
23886         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
23887         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
23888
23889         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
23890         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
23891         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
23892         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
23893         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
23894         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
23895         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
23896         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
23897         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
23898
23899         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
23900         string.h any more.
23901
23902         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
23903         not the default value.
23904
23905         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
23906         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
23907         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
23908         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
23909         Also check for iswcntrl, used for wcwidth fallback.
23910         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
23911         to Autoconf 2.13.
23912
23913 2001-08-03  Jim Meyering  <meyering@lucent.com>
23914
23915         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
23916         as it was in the original.  Reported by Paul Eggert.
23917
23918 2001-07-16  Jim Meyering  <meyering@lucent.com>
23919
23920         * m4/gettimeofday.m4: New file.
23921         Prompted by a report from Bernhard Baehr.
23922
23923 2001-07-15  Jim Meyering  <meyering@lucent.com>
23924
23925         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
23926         stuff. Now it's in ../Makefile.cfg.
23927
23928 2001-07-15  Jim Meyering  <meyering@lucent.com>
23929
23930         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
23931         (BUILT_SOURCES): Add unlocked-io.h.
23932         (io_functions): Define.
23933         (unlocked-io.h): New rule.
23934         (DISTCLEANFILES): Add unlocked-io.h.
23935         (all-local): Depend on unlocked-io.h, to ensure it is created.
23936
23937         * lib/unlocked-io.hin: New file
23938
23939         * lib/regex.c: Update from glibc.
23940
23941 2001-07-05  Jim Meyering  <meyering@lucent.com>
23942
23943         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
23944         recommendation.
23945         (libfetish_a_SOURCES): Put all .h files here instead.
23946         Remove a thus-exposed (better checks in automake) duplicate and
23947         two unnecessary .h files.
23948
23949 2001-07-04  Jim Meyering  <meyering@lucent.com>
23950
23951         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
23952         that generates jm-glibc-io.m4 so that it doesn't trigger any make
23953         distcheck failure.
23954
23955 2001-07-02  Jim Meyering  <meyering@lucent.com>
23956
23957         The following changes were prompted by suggestions from Bruno Haible.
23958
23959         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
23960         is now generated.
23961         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
23962         definition of EXTRA_DIST.
23963         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
23964         ensure that the generated file is created/updated whenever the list
23965         of $(unlocked_functions) is changed.
23966         (jm-glibc-io.m4): New rule.
23967         (unlocked-io.h): New rule -- currently unused.
23968
23969 2001-06-24  Jim Meyering  <meyering@lucent.com>
23970
23971         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
23972         unmatched right bracket, rather than kludging it with an extra,
23973         falsely-matching quote in a comment.  Patch by Akim Demaille.
23974
23975 2001-06-11  Jim Meyering  <meyering@lucent.com>
23976
23977         * lib/regex.c: Update from GNU libc.
23978
23979 2001-05-27  Jim Meyering  <meyering@lucent.com>
23980
23981         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
23982         Check for ut_type in struct utmp.
23983
23984 2001-05-27  Jim Meyering  <meyering@lucent.com>
23985
23986         * lib/readutmp.h (UT_TYPE): Define.
23987
23988 2001-05-24  Jim Meyering  <meyering@lucent.com>
23989
23990         * lib/argmatch.c: Include "quote.h".
23991         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
23992         quote function.  Reported by Göran Uddeborg.
23993
23994 2001-05-22  Jim Meyering  <meyering@lucent.com>
23995
23996         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
23997         now that we use the package-supplied version unconditionally.
23998         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
23999
24000 2001-05-21  Jim Meyering  <meyering@lucent.com>
24001
24002         * m4/regex.m4: Change a couple backticks to single quotes to avoid
24003         shell syntax errors.
24004
24005 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24006
24007         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
24008
24009 2001-05-20  Paul Eggert  <eggert@twinsun.com>
24010
24011         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
24012         Don't bother to check library strftime, since
24013         we'll be using our own my_strftime function anyway.
24014         Define my_strftime instead of strftime.
24015
24016 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
24017
24018         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
24019         which is not yet declared.
24020
24021 2001-05-15  Jim Meyering  <meyering@lucent.com>
24022
24023         * m4/regex.m4: Use proper quoting so brackets appear in the test
24024         program.
24025         Reported by, and with help from, Bruno Haible.
24026
24027 2001-05-13  Jim Meyering  <meyering@lucent.com>
24028
24029         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
24030         undefined.
24031
24032 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24033
24034         dirname code cleanup.  base_name now behaves more compatibly
24035         with POSIX basename when given file names that have trailing
24036         slashes, and similarly for dir_name.  Add new primitives
24037         base_len and dir_len.  Put the directory-name-related decls
24038         into dirname.h.
24039
24040         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
24041         * lib/backupfile.c (base_name): Likewise.
24042         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
24043         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
24044         * lib/makepath.c (strip_trailing_slashes): Likewise.
24045         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
24046         ISSLASH): Likewise.
24047         * lib/rename.c (strip_trailing_slashes): Likewise.
24048         * lib/same.c (base_name): Likewise.
24049         * lib/stripslash.c (ISSLASH): Likewise.
24050
24051         * lib/addext.c: Include <dirname.h> after size_t is defined.
24052         * lib/backupfile.c: Likewise.
24053
24054         * lib/addext.c (addext): Use base_len to trim redundant
24055         trailing slashes instead of doing it ourselves.
24056         But do not trim the last slash if it is not redundant.
24057
24058         * lib/backupfile.c (find_backup_file_name,
24059         max_backup_version): Use base_len instead of rolling it ourselves.
24060         Handle the case of "" and (on DOS) "C:" correctly.
24061
24062         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
24063         needed. Include <string.h>, <dirname.h>.
24064         (base_name): Allow file names ending in slashes, other than names
24065         that are all slashes.  In this case, return the basename followed
24066         by the slashes.  This is more general, and can be used in places
24067         where the original base_name purposely had an assertion failure.
24068         (base_len): New function.
24069
24070         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
24071         Do not include <assert.h>; no longer needed.
24072         Include xalloc.h.
24073         (memrchr): Remove decl.
24074         (dir_name_r): Remove.
24075         (dir_len): Renamed from dirlen.  All callers changed.
24076         Rewrite in terms of base_name, for simplicity and consistency.
24077         (dir_name): Never return NULL.  All callers changed.
24078         Do not include <stdlib.h> in test program; no longer needed.
24079         return 0; is fine for test program.
24080
24081         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
24082         New macros.
24083         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
24084
24085         * lib/path-concat.c (path_concat): Use base_len to compute
24086         base length, not strlen; this means we cannot rely on memcpy
24087         to null-terminate.
24088
24089         * lib/same.c (STREQ): Remove.
24090         (same_name): Handle the case where the basename ends in trailing '/'.
24091
24092         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
24093         a slash was stripped.  Do not strip the last slash after a
24094         file system prefix.
24095
24096 2001-05-11  Paul Eggert  <eggert@twinsun.com>
24097
24098         * lib/Makefile.am (libfetish_a_SOURCES):
24099         Add strftime.c, since we now compile it on all hosts.
24100
24101         * lib/strftime.c (my_strftime):
24102         Define to nstrftime if emacs, but only if my_strftime is not defined.
24103         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
24104         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
24105         Add one more extra argument: a nanoseconds value.
24106         All uses changed.
24107         (ns): New macro.
24108         (my_strftime function): Add %N format.
24109         (emacs_strftimeu): Renamed from emacs_strftime,
24110         with extra ut argument.
24111
24112 2001-05-09  Paul Eggert  <eggert@twinsun.com>
24113
24114         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
24115
24116 2001-04-21  Jim Meyering  <meyering@lucent.com>
24117
24118         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
24119         doesn't interfere.
24120
24121 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
24122
24123         * m4/ftruncate.m4: Check for chsize.
24124         Link with ftruncate.o unconditionally if ftruncate is missing.
24125         This was required when cross-compiling to i586-mingw32msvc.
24126
24127 2001-04-08  Jim Meyering  <meyering@lucent.com>
24128
24129         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
24130         recomputed; that's necessary when the offset spans a DST transition.
24131         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
24132
24133 2001-04-02  Jim Meyering  <meyering@lucent.com>
24134
24135         * lib/regex.h, regex.c: Update from GNU libc.
24136
24137 2001-03-24  Jim Meyering  <meyering@lucent.com>
24138
24139         * m4/jm-macros.m4: Require autoconf-2.49d.
24140
24141 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
24142
24143         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
24144
24145 2001-03-19  Paul Eggert  <eggert@twinsun.com>
24146
24147         * lib/version-etc.c (version_etc_copyright): Update to 2001.
24148
24149 2001-03-17  Jim Meyering  <meyering@lucent.com>
24150
24151         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
24152         now that the version in autoconf is equivalent.
24153         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
24154
24155         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
24156         Suggestion from Akim Demaille.
24157
24158         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
24159         (jm_PREREQ_TEMPNAME): New function.
24160
24161 2001-03-16  Paul Eggert  <eggert@twinsun.com>
24162
24163         * lib/tempname.c (uint64_t): Define to uintmax_t if
24164         not defined, and if UINT64_MAX is not defined.
24165         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
24166         Reported by John David Anglin.
24167
24168 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
24169
24170         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
24171         resolve alias if codeset is empty.
24172         * lib/config.charset (BeOS): Use wildcard syntax.
24173
24174 2001-03-13  Jim Meyering  <meyering@lucent.com>
24175
24176         * lib/path-concat.c (path_concat)
24177         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
24178         concatenating e.g., `C:' and `foo'.
24179         From Bruno Haible.
24180
24181 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24182
24183         * lib/localcharset.c (locale_charset): Don't use
24184         setlocale(LC_CTYPE,NULL). Don't return NULL.
24185         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
24186
24187 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
24188
24189         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
24190         support for DOS/DJGPP.
24191
24192 2001-03-01  Paul Eggert  <eggert@twinsun.com>
24193
24194         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
24195         lacks mkstemp.  Compile our own tempname.c if we compile our own
24196         mkstemp.c, as mkstemp relies on tempname.
24197
24198 2001-03-01  Jim Meyering  <meyering@lucent.com>
24199
24200         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
24201         AH_VERBATIM really does output its argument verbatim.
24202
24203 2001-02-28  Paul Eggert  <eggert@twinsun.com>
24204
24205         * lib/Makefile.am (libfetish_a_SOURCES):
24206         Add dup-safer.c, fopen-safer.c.
24207         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
24208
24209         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
24210         * lib/unistd-safer.h: New files.
24211
24212 2001-02-25  Paul Eggert  <eggert@twinsun.com>
24213
24214         The mkstemp replacement is taken from glibc 2.2.2, with some
24215         portability fixes for use outside glibc, as follows:
24216
24217         * lib/tempname.c (struct_stat64): New macro.
24218         (direxists, __gen_tempname): Use it.
24219         This avoids a portability problem with Solaris 8.
24220
24221         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
24222         (<stddef.h>, <stdint.h>, <string.h>):
24223         Include only if STDC_HEADERS || _LIBC.
24224         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
24225         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
24226         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
24227         (__set_errno): Define this macro if <errno.h> doesn't.
24228         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
24229         Define these macros if <stdio.h> doesn't.
24230         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
24231         Define these macros if <sys/stat.h>
24232         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
24233         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
24234         __xstat64): Define if not _LIBC.
24235         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
24236         (__gen_tempname): Invoke gettimeofday only if
24237         HAVE_GETTIMEOFDAY || _LIBC;
24238         otherwise, fall back on plain "time".
24239         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
24240
24241         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
24242
24243         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
24244
24245 2001-02-18  Paul Eggert  <eggert@twinsun.com>
24246
24247         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
24248
24249 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24250
24251         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
24252         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
24253         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
24254         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
24255
24256 2001-02-17  Paul Eggert  <eggert@twinsun.com>
24257
24258         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
24259         Remove workaround macros for hosts that have mbrtowc but not
24260         mbstate_t, as we now insist on proper declarations for both
24261         before using mbrtowc.
24262
24263 2001-02-17  Jim Meyering  <meyering@lucent.com>
24264
24265         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
24266         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
24267         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
24268         UnixWare 7.1.1.
24269
24270         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
24271         rather than AC_CACHE_VAL.
24272
24273 2001-02-17  Jim Meyering  <meyering@lucent.com>
24274
24275         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
24276         around included file name.
24277
24278         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
24279
24280         * lib/strftime.c: Update from GNU libc (the only changes were to
24281         comments).
24282
24283 2001-02-17  Jim Meyering  <meyering@lucent.com>
24284
24285         * lib/regex.c: Update from libc.
24286
24287 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
24288
24289         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
24290         clash.
24291
24292 2001-02-16  Paul Eggert  <eggert@twinsun.com>
24293
24294         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
24295         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
24296         Reported by Mark Hounschell via Paul Eggert.
24297
24298 2001-02-07  Jim Meyering  <meyering@lucent.com>
24299
24300         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
24301
24302 2001-02-05  Jim Meyering  <meyering@lucent.com>
24303
24304         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
24305         it includes the patch required for `large file' support with at least
24306         HP-UX's 10.20 /bin/cc.
24307
24308 2001-02-03  Jim Meyering  <meyering@lucent.com>
24309
24310         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
24311         AS_IF, now that it works once again (mysteriously).
24312         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24313
24314 2001-01-30  Jim Meyering  <meyering@lucent.com>
24315
24316         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
24317         * m4/chown.m4: Rename conftestchown to conftest.chown.
24318         * m4/rename.m4: s/conftestdir/conftest.d1/ and
24319         s/conftestdir2/conftest.d2/.
24320         * m4/utimes.m4: s/conftestdata/conftest.data/
24321         Inspired by Pavel Roskin's change in autoconf.
24322
24323 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
24324
24325         * lib/config.charset: Update for FreeBSD 4.2.
24326
24327 2001-01-27  Jim Meyering  <meyering@lucent.com>
24328
24329         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
24330         a use of AS_IF.
24331         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
24332
24333 2001-01-26  Jim Meyering  <meyering@lucent.com>
24334
24335         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
24336         quotearg.c includes it.
24337
24338 2001-01-26  Jim Meyering  <meyering@lucent.com>
24339
24340         * lib/quotearg.c: Include stddef.h.
24341         * lib/quote.c: Include stddef.h.
24342         Reported by Axel Kittenberger.
24343
24344         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
24345         line in double quotes so that it evokes a better diagnostic.
24346         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
24347         Reported by Axel Kittenberger.
24348
24349 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
24350
24351         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
24352         as if it was a `charset'.
24353
24354 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24355
24356         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
24357         has const.
24358
24359 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
24360
24361         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
24362         to avoid a warning.  Add back 'const' to inptr.
24363
24364 2001-01-20  Jim Meyering  <meyering@lucent.com>
24365
24366         Be sure that headers are checked before used in code compiled
24367         for the type checks.
24368         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
24369         In place of that, invoke jm_CHECK_ALL_TYPES.
24370         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
24371         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
24372         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
24373         The check for ssize_t was mistakenly run before the test for unistd.h.
24374
24375         The configure-time check for stdbool.h was missing.
24376         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
24377         (jm_PREREQ_HASH): New function.
24378
24379 2001-01-17  Jim Meyering  <meyering@lucent.com>
24380
24381         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
24382         for autoconf-2.49c.
24383         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
24384
24385 2001-01-16  Jim Meyering  <meyering@lucent.com>
24386
24387         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
24388         From Bruno Haible.
24389
24390 2001-01-14  Jim Meyering  <meyering@lucent.com>
24391
24392         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
24393         foo and bar.  Create conftestdir/ in the script, not in the C code.
24394         Remove directories in the script, not in the C code.
24395         Remove conftestdir{,2} before trying to create the directory.
24396         Make the entire configure script fail if the mkdir fails.
24397
24398 2001-01-14  Jim Meyering  <meyering@lucent.com>
24399
24400         * lib/rename.c: New file.  From Volker Borchert.
24401         Include stdlib.h, string.h or strings.h, and xalloc.h.
24402         Use strip_trailing_slashes rather than open-coding it.
24403
24404 2001-01-03  Paul Eggert  <eggert@twinsun.com>
24405
24406         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
24407
24408 2001-01-03  Jim Meyering  <meyering@lucent.com>
24409
24410         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
24411         of local `inptr' to avoid warning with some system declarations of
24412         iconv.
24413
24414 2001-01-02  Volker Borchert  <bt@teknon.de>
24415
24416         * m4/rename.m4: New file.
24417         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
24418
24419 2001-01-01  Jim Meyering  <meyering@lucent.com>
24420
24421         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
24422         even on systems with utmpx.h.  It's necessary for the declaration of
24423         utmp's ut_user member.  Reported by Andreas Jaeger.
24424
24425         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
24426         available. They are required for the declarations of getgrgid and
24427         getpwuid resp.
24428         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
24429         Reported by Andreas Jaeger.
24430
24431 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
24432
24433         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
24434         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
24435         so `make install' also works in VPATH builds.
24436
24437 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
24438
24439         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
24440         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
24441         can be used in subdirectories.
24442
24443 2000-12-29  Paul Eggert  <eggert@twinsun.com>
24444
24445         * lib/modechange.c: Do not assume that mode_t uses the
24446         traditional octal encoding.  E.g. "chmod 1 FOO" should set
24447         the other-execute bit of FOO even if S_IXOTH != 1.
24448
24449         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
24450         WOTH, XOTH, ALLM): New macros.
24451         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
24452          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
24453         Use them.
24454         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
24455         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
24456         (mode_compile):
24457         No need to use uintmax_t; unsigned long is long enough.
24458         Don't bother to get suffix since we don't use it.
24459
24460 2000-12-26  Jim Meyering  <meyering@lucent.com>
24461
24462         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
24463         better with autoheader.
24464
24465 2000-12-24  Jim Meyering  <meyering@lucent.com>
24466
24467         * lib/hash.c (is_prime): Return explicit boolean values.
24468         (hash_get_first): Return NULL to appease Irix5.6's 89.
24469         Reported by Nelson Beebe.
24470
24471 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
24472
24473         * lib/localcharset.c (locale_charset): Add support for Win32.
24474
24475 2000-12-18  Paul Eggert  <eggert@twinsun.com>
24476
24477         * lib/physmem.h, lib/physmem.c: New files.
24478
24479         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
24480         (noinst_HEADERS): Add physmem.h.
24481
24482         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
24483         't' for compatibility with Solaris 8 sort.
24484
24485 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
24486
24487         * lib/config.charset: Add support for BeOS.
24488
24489 2000-12-17  Jim Meyering  <meyering@lucent.com>
24490
24491         * m4/dos.m4 (jm_AC_DOS): New file and macro.
24492         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
24493
24494 2000-12-16  Jim Meyering  <meyering@lucent.com>
24495
24496         This bug had a serious impact on chown: `chown N:M FILE' (for integer
24497         N and M) would have treated it like `chown N:N FILE'.
24498
24499         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
24500
24501 2000-12-16  Jim Meyering  <meyering@lucent.com>
24502
24503         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
24504         SHELLS_FILE to a file name that's useful on djgpp systems.
24505         Include stdlib.h.
24506         (ADDITIONAL_DEFAULT_SHELLS): Define.
24507         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
24508         Based mostly on a patch from Prashant TR.
24509
24510 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
24511
24512         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
24513         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
24514         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
24515
24516 2000-12-08  Andreas Schwab  <schwab@suse.de>
24517
24518         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
24519         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
24520
24521 2000-12-07  Jim Meyering  <meyering@lucent.com>
24522
24523         * lib/stripslash.c (ISSLASH): Define.
24524         (strip_trailing_slashes): Use ISSLASH rather than comparing against
24525         `/'.
24526         From Prashant TR.
24527
24528         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
24529         (dir_name_r): Declare this function as static.
24530         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
24531         manifest itself on a name containing a mix of slashes and
24532         backslashes.
24533         Make this function work with names starting with a DOS-style
24534         drive letter and colon prefix.
24535         (dir_name): Append `.' if necessary.
24536         Based mostly on patches from Prashant TR and Eli Zaretskii.
24537
24538         * lib/dirname.h (dir_name_r): Remove prototype.
24539
24540 2000-12-06  Paul Eggert  <eggert@twinsun.com>
24541
24542         * m4/off_t-format.m4: Remove this file.
24543         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
24544
24545 2000-12-06  Jim Meyering  <meyering@lucent.com>
24546
24547         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
24548         replacement strtoull, we may well need the replacement strtoul, too.
24549         Check for declarations of strtoul and strtoull.
24550         Check for strtol.  Mainly as a cue to cause automake to include
24551         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
24552         Check for limits.h -- strtol.c needs it.
24553
24554 2000-12-05  Jim Meyering  <meyering@lucent.com>
24555
24556         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
24557
24558 2000-12-04  Jim Meyering  <meyering@lucent.com>
24559
24560         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
24561         Also include memory.h, stdlib.h, unistd.h if appropriate.
24562         Reported by Andreas Jaeger (conflicting declaration of malloc).
24563
24564 2000-12-02  Jim Meyering  <meyering@lucent.com>
24565
24566         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
24567         * m4/jm-macros.m4 (jm_MACROS): require it.
24568
24569 2000-12-02  Jim Meyering  <meyering@lucent.com>
24570
24571         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
24572
24573 2000-12-01  Paul Eggert  <eggert@twinsun.com>
24574
24575         * lib/memrchr.c: Include <config.h> before any system include file.
24576
24577 2000-11-30  Jim Meyering  <meyering@lucent.com>
24578
24579         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
24580
24581 2000-11-30  Jim Meyering  <meyering@lucent.com>
24582
24583         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
24584
24585 2000-11-29  Paul Eggert  <eggert@twinsun.com>
24586
24587         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
24588
24589 2000-11-26  Jim Meyering  <meyering@lucent.com>
24590
24591         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
24592
24593 2000-11-22  Paul Eggert  <eggert@twinsun.com>
24594
24595         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
24596         size of (size_t) -1; it's not portable.
24597
24598 2000-11-17  Jim Meyering  <meyering@lucent.com>
24599
24600         * lib/strstr.c: Update from GNU libc.
24601
24602 2000-11-17  Akim Demaille  <akim@epita.fr>
24603
24604         * lib/obstack.h: Formatting changes.
24605         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
24606         prevent type checking.
24607         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
24608         cast the value to (void *): assigning a `foo *' to a `void *'
24609         variable is valid.
24610         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
24611
24612 2000-11-16  Jim Meyering  <meyering@lucent.com>
24613
24614         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
24615
24616 2000-11-11  Jim Meyering  <meyering@lucent.com>
24617
24618         * lib/error.c: Add a couple #includes, merging from GNU libc version.
24619
24620 2000-11-10  Jim Meyering  <meyering@lucent.com>
24621
24622         * lib/obstack.h: Update from GNU libc.
24623         * lib/obstack.c: Likewise.
24624
24625 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
24626
24627         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
24628
24629 2000-11-06  Paul Eggert  <eggert@twinsun.com>
24630
24631         * lib/getusershell.c (setusershell): Use rewind rather than
24632         fseek/fseeko, to avoid configuration hassles with fseeko.
24633         Don't bother opening SHELLS_FILE if shellstream is NULL;
24634         it's not necessary.
24635
24636 2000-11-05  Jim Meyering  <meyering@lucent.com>
24637
24638         * lib/makepath.h (make_dir): Declare.
24639         * lib/makepath.c (make_dir): Remove `static' attribute.
24640         Tweak a comment.
24641
24642 2000-11-04  Jim Meyering  <meyering@lucent.com>
24643
24644         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
24645
24646 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
24647
24648         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
24649         last one in a bucket, advance to the next bucket.
24650
24651 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
24652
24653         * lib/fnmatch.c: Do not comment out all the code if we are using
24654         the GNU C library, because in some cases we are replacing buggy
24655         code in the GNU C library itself.
24656
24657 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
24658
24659         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
24660         (regex_compile): Catch bogus \(\1\).
24661
24662 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24663
24664         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
24665         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
24666         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
24667
24668 2000-10-30  Paul Eggert  <eggert@twinsun.com>
24669
24670         * lib/error.h, getline.h, modechange.h:
24671         Remove "2000" from Copyright line, as the file hasn't been
24672         changed this year other than in the copyright notice.
24673
24674         * lib/xalloc.h: Add "2000" to Copyright line, as this file
24675         was changed this year.
24676
24677 2000-10-29  Jim Meyering  <meyering@lucent.com>
24678
24679         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
24680         renaming.
24681         * m4/ls-mntd-fs.m4: Likewise
24682
24683 2000-10-29  Jim Meyering  <meyering@lucent.com>
24684
24685         * lib/xstat.in: Fix grammar in comment.
24686
24687 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
24688
24689         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
24690         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
24691         doesn't define __restrict_arr.
24692
24693 2000-10-28  Jim Meyering  <meyering@lucent.com>
24694
24695         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
24696         (jm_PREREQ_MEMCHR): New function.
24697
24698 2000-10-28  Jim Meyering  <meyering@lucent.com>
24699
24700         * lib/memchr.c: Update from libc.
24701         Adjust for portability:
24702         [HAVE_STDLIB_H]: Include stdlib.h.
24703         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
24704         Undef __memchr, too.
24705         [!weak_alias]: Define __memchr to memchr.
24706
24707         * lib/regex.c: Update from libc.
24708         * lib/regex.h: Likewise.
24709         * lib/getopt1.c: Likewise.
24710         * lib/memcmp.c: Likewise.
24711
24712         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
24713         Avoid using fseek, when possible -- it's broken by design.
24714         Patch by Ulrich Drepper.
24715
24716 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24717
24718         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
24719         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
24720         Giving in to popular pressure to shut up the compiler with casts.
24721
24722 2000-10-26  Jim Meyering  <meyering@lucent.com>
24723
24724         * lib/strftime.c: Update from libc.
24725
24726 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24727
24728         * regex.c: More `unsigned char' -> `re_char' changes.
24729         Also change several `int' into `re_wchar_t'.
24730         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
24731         (PUSH_FAILURE_POINTER): Don't cast any more.
24732         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
24733         We want GCC to complain, since this piece of code makes
24734         re_match non-reentrant, which *should* be fixed.
24735         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
24736         (EXTEND_BUFFER): Use RETALLOC.
24737         (SET_LIST_BIT): Don't cast.
24738         (re_wchar_t): New type.
24739         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
24740         that those two functions will always properly return.
24741         (IMMEDIATE_QUIT_CHECK): Cast to void.
24742         (analyse_first): Use recursion rather than an explicit stack.
24743         (re_compile_fastmap): Can't fail anymore.
24744         (re_search_2): Don't check re_compile_fastmap for failure.
24745         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
24746         Now also sets the new value (passed in a new argument).
24747         (re_match_2_internal): Use it.
24748         Also, use a new var `reg' of type size_t when looping through regs
24749         rather than reuse the inappropriate `mcnt'.
24750
24751 2000-10-25  Jim Meyering  <meyering@lucent.com>
24752
24753         * lib/obstack.c: Update from libc.
24754
24755 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
24756
24757         * regex.c (regex_compile): Change the way of handling a range from
24758         a char less than 256 to a char not less than 256.
24759
24760 2000-10-24  Andrew Innes  <andrewi@gnu.org>
24761
24762         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
24763         NT-Emacs only.
24764         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
24765         so that re_search functions only quit when callers expect them to.
24766
24767 2000-10-23  Jim Meyering  <meyering@lucent.com>
24768
24769         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
24770         wrong.  That set_locale call must not have any side effects.
24771         From Paul Eggert.
24772
24773 2000-10-22  Jim Meyering  <meyering@lucent.com>
24774
24775         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
24776         [CYCLIC]: Remove now-unused definition.
24777
24778         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
24779         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
24780         Suggestion from Ulrich Drepper.
24781
24782 2000-10-21  Jim Meyering  <meyering@lucent.com>
24783
24784         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
24785         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
24786         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
24787
24788 2000-10-21  Jim Meyering  <meyering@lucent.com>
24789
24790         * lib/dirname.c (memrchr): Declare if necessary.
24791         (dir_name): Remove the restriction that there be no
24792         trailing slashes.  Now, this code skips past them, effectively
24793         ignoring them.
24794         [TEST_DIRNAME] (main): New unit tests.
24795
24796         * lib/memrchr.c: New file from GNU libc.
24797         Undef __memrchr, too.
24798         [!weak_alias]: Define __memrchr to memrchr.
24799         Guard weak_alias use with `#ifdef weak_alias'.
24800
24801 2000-10-21  Jim Meyering  <meyering@lucent.com>
24802
24803         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
24804         (dir_name): Use dir_name_r.
24805         * lib/dirname.h (dir_name_r): Declare it.
24806
24807 2000-10-17  Jim Meyering  <meyering@lucent.com>
24808
24809         * lib/quote.h (PARAMS): Define and use.
24810         Reported by Akim Demaille.
24811
24812         * lib/getopt.c: Update from libc.
24813
24814 2000-10-16  Jim Meyering  <meyering@lucent.com>
24815
24816         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
24817         setlocale.
24818         From Jan Fedak.
24819
24820 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
24821
24822         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
24823
24824 2000-09-25  Jim Meyering  <meyering@lucent.com>
24825
24826         * lib/md5.h (rol): Define (from GnuPG).
24827
24828         * lib/sha.c: Give credit (GnuPG) where due.
24829         (M): Use rol rather than open-coding it.
24830         Add a FIXME comment.
24831
24832 2000-09-21  Jim Meyering  <meyering@lucent.com>
24833
24834         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
24835         Reported by Michael Stone.
24836
24837 2000-09-20  Jim Meyering  <meyering@lucent.com>
24838
24839         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
24840         (noinst_HEADERS): Add sha.h.
24841         Based on code from Scott G. Miller and from GnuPG.
24842
24843 2000-09-18  Jim Meyering  <meyering@lucent.com>
24844
24845         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
24846         LIBS. Otherwise, everyone ends up linking with -lelf for some
24847         configurations.
24848         Reported by Mike Stone.
24849
24850 2000-09-15  Jim Meyering  <meyering@lucent.com>
24851
24852         * lib/regex.c: Update from libc.
24853
24854 2000-09-10  Jim Meyering  <meyering@lucent.com>
24855
24856         * lib/getopt.c (_getopt_internal): Update from glibc.
24857
24858 2000-09-09  Jim Meyering  <meyering@lucent.com>
24859
24860         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
24861         think it should be used as a general replacement for isascii.
24862         * lib/fnmatch.c: Likewise.
24863         * lib/mbswidth.c: Likewise
24864         * lib/regex.c: Likewise.
24865
24866         Don't use atoi.
24867         * lib/userspec.c: Include sys/param.h and limits.h.
24868         Include xstrtol.h.
24869         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24870         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
24871         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
24872         UID, GID.  Check range.
24873
24874 2000-09-06  Jim Meyering  <meyering@lucent.com>
24875
24876         * lib/getopt.c (_getopt_internal): Update from glibc.
24877
24878 2000-08-30  Jim Meyering  <meyering@lucent.com>
24879
24880         * lib/strftime.c: Merge in changes from GNU libc.
24881
24882 2000-08-26  Jim Meyering  <meyering@lucent.com>
24883
24884         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
24885         * m4/fpending.m4: New file.
24886
24887 2000-08-26  Jim Meyering  <meyering@lucent.com>
24888
24889         * lib/closeout.c: Include "__fpending.h".
24890         (close_stdout_status): Return right away if there's nothing to flush.
24891
24892         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
24893         * lib/__fpending.c: New file.
24894         * lib/__fpending.h: New file.
24895
24896 2000-08-20  Jim Meyering  <meyering@lucent.com>
24897
24898         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
24899         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
24900         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
24901
24902 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
24903
24904         Improve fileutils installation on systems where running
24905         programs (like install) can't be unlinked.
24906         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
24907         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
24908
24909 2000-08-07  Paul Eggert  <eggert@twinsun.com>
24910
24911         Standardize on "memory exhausted" instead of "Memory exhausted"
24912         or "virtual memory exhausted".
24913         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
24914         "virtual memory exhausted".
24915         * lib/same.c (same_name): Invoke xalloc_die instead of printing
24916         our own message.
24917         * lib/userspec.c (parse_user_spec): Likewise.
24918         * lib/bumpalloc.h: comment fix
24919         * lib/same.c, userspec.c: Include xalloc.h.
24920
24921         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
24922         not char *const and pointing to a constant array.
24923         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
24924         (xrealloc): Comment fix.
24925
24926         * lib/userspec.c (parse_user_spec):
24927         Don't translate a message until just before returning,
24928         to avoid unnecessary translation.
24929
24930 2000-08-07  Jim Meyering  <meyering@lucent.com>
24931
24932         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
24933         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
24934         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
24935         getgroups.c, gethostname.c, getopt.h, group-member.c,
24936         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
24937         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
24938         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
24939         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
24940         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
24941         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
24942         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
24943         yesno.c: Back out Copyright date changes for each file with no change
24944         this year.  This eases coordination with other programs using the same
24945         source code modules.  From Paul Eggert.
24946
24947 2000-08-06  Paul Eggert  <eggert@twinsun.com>
24948
24949         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
24950         not char, for compatibility with glibc 2.1.3 strftime.c.
24951
24952 2000-08-03  Greg McGary  <greg@mcgary.org>
24953
24954         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
24955         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
24956         (EXTEND_BUFFER): Use them.
24957
24958 2000-08-01  Jim Meyering  <meyering@lucent.com>
24959
24960         * lib/dirname.c (ISSLASH): Define.
24961         (BACKSLASH_IS_PATH_SEPARATOR): Define.
24962         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
24963         both `\' and `/' may be use as path separators.
24964         Based on a patch from Prashant TR.
24965
24966 2000-07-31  Paul Eggert  <eggert@twinsun.com>
24967
24968         * lib/quotearg.c (quotearg_n_options): Don't make the initial
24969         slot vector a constant, since it might get modified.
24970
24971 2000-07-31  Jim Meyering  <meyering@lucent.com>
24972
24973         * lib/xmalloc.c: Use `virtual memory exhausted', not
24974         `Memory exhausted'.
24975         * lib/obstack.c (print_and_abort): Likewise.
24976
24977 2000-07-30  Paul Eggert  <eggert@twinsun.com>
24978
24979         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
24980         buffer, so that the caller can always quote one small
24981         component of a "memory exhausted" message in slot 0.
24982         From a suggestion by Jim Meyering.
24983
24984 2000-07-30  Jim Meyering  <meyering@lucent.com>
24985
24986         * lib/makepath.c (make_path): Quote the other instance, too.
24987
24988         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
24989         (STATIC_BUF_SIZE): Define.
24990         (quotearg_n_options): Use only statically allocated storage when
24991         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
24992         than STATIC_BUF_SIZE.
24993
24994 2000-07-29  Jim Meyering  <meyering@lucent.com>
24995
24996         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
24997         * lib/dirname.c (dir_name): Likewise.
24998
24999         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
25000         `/'.
25001
25002         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
25003         (dir_name): Assert that there are no trailing slashes.
25004
25005 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
25006
25007         * lib/mbswidth.h (mbswidth): Add a flags argument.
25008         (mbswidth): New declaration.
25009         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
25010         * lib/mbswidth.c (mbswidth): Add a flags argument.
25011         (mbsnwidth): New function.
25012
25013 2000-07-24  Jim Meyering  <meyering@lucent.com>
25014
25015         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
25016
25017 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25018
25019         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
25020
25021 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25022
25023         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
25024         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
25025         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
25026         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
25027         invoke multibyte primitives.
25028
25029 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25030
25031         * lib/quotearg.c:
25032         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
25033         so that mbstate_t is always defined.
25034
25035         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
25036         be 1 in at least one GCC installation, and this configuration
25037         error is likely to be common.  Ignoring MB_LEN_MAX hurts
25038         performance on hosts that have mbrtowc but have only unibyte
25039         locales, but I assume these hosts are rare.
25040
25041 2000-07-23  Paul Eggert  <eggert@twinsun.com>
25042
25043         * lib/mbswidth.c (_XOPEN_SOURCE):
25044         Don't define; this causes problems on Solaris 7.
25045         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
25046
25047 2000-07-23  Jim Meyering  <meyering@lucent.com>
25048
25049         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
25050         too: getgrgid, getpwuid, getuid.
25051
25052 2000-07-23  Jim Meyering  <meyering@lucent.com>
25053
25054         * lib/basename.c (base_name): Add an assertion.
25055
25056 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
25057
25058         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
25059         shadow its mbsinit function.
25060
25061 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25062
25063         * lib/mbswidth.h: New file.
25064         * lib/mbswidth.c: New file.
25065         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
25066         (noinst_HEADERS): Add mbswidth.h.
25067
25068 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
25069
25070         * lib/config.charset: Add support for FreeBSD. Improve support for
25071         HP-UX and IRIX 6.
25072
25073 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
25074
25075         * m4/mbswidth.m4: New file.
25076         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
25077
25078 2000-07-15  Jim Meyering  <meyering@lucent.com>
25079
25080         * lib/makepath.c: Include quote.h.
25081         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
25082         corresponding argument in a `quote (...)' call.
25083         Give better diagnostics.
25084
25085         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
25086         (noinst_HEADERS): Add quote.h.
25087
25088         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
25089         from tar's src/misc.c.
25090         * lib/quote.h: New file.  Prototypes for same.
25091
25092 2000-07-14  Paul Eggert  <eggert@twinsun.com>
25093
25094         From a suggestion by Bruno Haible.
25095         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
25096         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
25097         to decide whether to define the BeOS workaround macro;
25098         this adjusts to the change to AC_MBSTATE_T.
25099
25100 2000-07-14  Jim Meyering  <meyering@lucent.com>
25101
25102         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
25103         jm_AC_TYPE_UINTMAX_T.
25104
25105 2000-07-13  Paul Eggert  <eggert@twinsun.com>
25106
25107         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
25108
25109         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
25110         quotearg_buffer_restyled): Add support for
25111         clocale_quoting_style.  Undo previous change to
25112         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
25113         and "{RIGHT QUOTATION MARK}" msgids.
25114
25115 2000-07-10  Paul Eggert  <eggert@twinsun.com>
25116
25117         From a suggestion by Bruno Haible.
25118         * m4/mbstate_t.m4 (AC_MBSTATE_T):
25119         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
25120         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
25121         and mbstate_t, to a single-part test that simply defines mbstate_t.
25122         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
25123         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
25124
25125 2000-07-10  Jim Meyering  <meyering@lucent.com>
25126
25127         * m4/strerror_r.m4: Mirror the correction made in autoconf.
25128
25129         * m4/gnu-source.m4: Output to confdefs.h directly.
25130         Suggestion from Akim Demaille.
25131
25132 2000-07-09  Paul Eggert  <eggert@twinsun.com>
25133
25134         The old behavior of quoting `like this' doesn't look good with
25135         newer, ISO-style fonts.  See:
25136         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
25137
25138         Instead, quote "like this" by default.  Let the translator
25139         tailor the locale-specific quoting behavior by providing
25140         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
25141
25142         * lib/quotearg.c (N_): New macro.
25143         (gettext_default): New function.
25144         (quotearg_buffer_restyled): Use
25145         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
25146         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
25147
25148 2000-07-09  Jim Meyering  <meyering@lucent.com>
25149
25150         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
25151         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
25152
25153         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
25154         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
25155
25156 2000-07-09  Jim Meyering  <meyering@lucent.com>
25157
25158         * lib/Most files: Update copyright dates to include 2000.
25159
25160 2000-07-08  Jim Meyering  <meyering@lucent.com>
25161
25162         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
25163         if not defined.
25164         (xgethostname): Remove now-unnecessary #ifdef.
25165         Move declaration of `err' into loop where it's used.
25166
25167 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25168         and Bruno Haible  <haible@clisp.cons.org>
25169
25170         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
25171         only if the test for an object-type mbstate_t fails.  This
25172         prevents us from mistakenly reporting that mbstate_t is a
25173         system object type after we "#define mbstate_t int" to work
25174         around its lack.
25175
25176 2000-07-05  Paul Eggert  <eggert@twinsun.com>
25177         and Bruno Haible  <haible@clisp.cons.org>
25178
25179         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
25180
25181 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25182
25183         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
25184         to strerror_r.
25185         Include <ctype.h> for use of isalpha.
25186
25187 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25188
25189         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
25190         by allocating a larger buffer. Test the gethostname return value for
25191         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
25192         returns an error and ENAMETOOLONG isn't defined.
25193
25194 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
25195
25196         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
25197         dimension.
25198
25199 2000-07-04  Jim Meyering  <meyering@lucent.com>
25200
25201         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
25202         of the deprecated AC_CHECKING.
25203
25204 2000-07-04  Jim Meyering  <meyering@lucent.com>
25205
25206         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
25207         Reported by Bruno Haible.
25208
25209 2000-07-04  Jim Meyering  <meyering@lucent.com>
25210
25211         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
25212         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
25213         lacks mbrtowc.
25214
25215 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25216
25217         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
25218         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
25219
25220 2000-07-03  Paul Eggert  <eggert@twinsun.com>
25221         and Bruno Haible  <haible@clisp.cons.org>
25222
25223         * lib/quotearg.c (mbrtowc):
25224         Assign to *pwc, and return 1 only if result is nonzero.
25225         (iswprint): Use ISPRINT when substituting our own mbrtowc.
25226
25227 2000-07-03  Jim Meyering  <meyering@lucent.com>
25228
25229         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
25230
25231 2000-07-03  Jim Meyering  <meyering@lucent.com>
25232
25233         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
25234         This is necessary to get a definition of e.g., UTMP_FILE on
25235         HP-UX 10.20.
25236         From Bob Proulx.
25237
25238 2000-07-02  Jim Meyering  <meyering@lucent.com>
25239
25240         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
25241
25242         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
25243         AC_LIBOBJ(function_name).
25244         * m4/chown.m4: Likewise.
25245         * m4/fnmatch.m4: Likewise.
25246         * m4/ftruncate.m4: Likewise.
25247         * m4/getgroups.m4: Likewise.
25248         * m4/getline.m4: Likewise.
25249         * m4/group-member.m4: Likewise.
25250         * m4/jm-macros.m4: Likewise.
25251         * m4/lstat.m4: Likewise.
25252         * m4/malloc.m4: Likewise.
25253         * m4/memcmp.m4: Likewise.
25254         * m4/nanosleep.m4: Likewise.
25255         * m4/putenv.m4: Likewise.
25256         * m4/realloc.m4: Likewise.
25257         * m4/regex.m4: Likewise.
25258         * m4/stat.m4: Likewise.
25259         * m4/strftime.m4: Likewise.
25260
25261 2000-07-02  Jim Meyering  <meyering@lucent.com>
25262
25263         * lib/quotearg.c (mbstate_t): Don't define here.
25264
25265 2000-07-02  Jim Meyering  <meyering@lucent.com>
25266
25267         * lib/nanosleep.c (SIGCONT): Define if not already defined.
25268
25269 2000-07-01  Jim Meyering  <meyering@lucent.com>
25270
25271         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
25272
25273 2000-07-01  Jim Meyering  <meyering@lucent.com>
25274
25275         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
25276         problem.
25277
25278 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25279
25280         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
25281         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
25282
25283 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
25284
25285         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
25286         per change in ../m4/ls-mntd-fs.m4.
25287         (read_filesystem_list): Ignore symbolic links.
25288
25289 2000-06-29  Jim Meyering  <meyering@lucent.com>
25290
25291         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
25292         for declaration of strcmp.
25293
25294         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
25295
25296         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
25297         Avoid warning by casting result to `char *' to remove `const'.
25298
25299 2000-06-28  Jim Meyering  <meyering@lucent.com>
25300
25301         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
25302         included by quotearg.c, for which we perform this test.  From
25303         Bruno Haible.
25304
25305 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25306
25307         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
25308         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
25309         <utmpx.h> exists, put readutmp.o into LIBOBJS.
25310
25311 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
25312
25313         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
25314
25315 2000-06-26  Paul Eggert  <eggert@twinsun.com>
25316
25317         savedir now sets errno on failure and invokes xmalloc to get memory.
25318         Fix a couple of other minor bugs while we're at it.
25319
25320         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
25321         (NAMLEN): Remove macro.
25322         (malloc, realloc): Remove decls.
25323         (stpcpy): Likewise.
25324         ("xalloc.h"): Include.
25325         (NAME_SIZE_DEFAULT): New macro.
25326         (savedir): Use xmalloc / xrealloc to allocate memory.
25327         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
25328         Skip "" directory entries.
25329         Use strlen to calculate directory entry length, since the old method
25330         is rarely used these days and isn't worth supporting.
25331         Don't use a pointer after freeing it.
25332         Check for integer overflow when calculating allocation size.
25333         Use memcpy to copy entries, instead of stpcpy.
25334         Set errno properly when returning NULL.
25335         Check for readdir error.
25336
25337 2000-06-26  Jim Meyering  <meyering@lucent.com>
25338
25339         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
25340
25341 2000-06-25  Jim Meyering  <meyering@lucent.com>
25342
25343         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
25344         Linux header bug when _XOPEN_SOURCE is defined to 500.
25345
25346 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25347
25348         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
25349         deficiency.
25350
25351 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
25352
25353         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
25354         Include xalloc.h.
25355         Don't include <stdlib.h>.  Don't declare malloc, realloc.
25356
25357 2000-06-24  Jim Meyering  <meyering@lucent.com>
25358
25359         * m4/strerror_r.m4: Revive this file -- to try out an experimental
25360         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
25361         for which strerror does return char*, but which lacks a conveniently
25362         accessible declaration of the function.  If the compile-test says
25363         strerror_r doesn't work, then resort to a `run'-test that works on
25364         BeOS and segfaults on DEC Unix.
25365
25366 2000-06-24  Jim Meyering  <meyering@lucent.com>
25367
25368         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
25369
25370 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25371
25372         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
25373         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
25374
25375 2000-06-23  Paul Eggert  <eggert@twinsun.com>
25376
25377         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
25378         (mbrtowc, mbstate_t): Define substitutes if
25379         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
25380         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
25381         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
25382
25383 2000-06-23  Jim Meyering  <meyering@lucent.com>
25384
25385         * m4/afs.m4: Add missing AC_MSG_RESULT.
25386         Reported by Bruno Haible.
25387
25388         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
25389         Suggestion from Bruno Haible.
25390
25391 2000-06-23  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
25394
25395 2000-06-21  Jim Meyering  <meyering@lucent.com>
25396
25397         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
25398
25399 2000-06-21  Jim Meyering  <meyering@lucent.com>
25400
25401         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
25402         (noinst_HEADERS): Add getstr.h.
25403
25404         * lib/getline.c (getstr): Move into a separate file.
25405         * lib/getstr.c (getstr): New file, extracted from getline.c, with
25406         the following changes: new parameter, delim2; both delim[12]
25407         parameters have type `int', not `char'.  The latter would lose
25408         with 8-bit delimiters.
25409         * lib/getstr.h: New file.
25410
25411 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25412
25413         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
25414         than 1024, return a memory chunk of least possible size, instead
25415         of size PATH_MAX + 2. In the loop, increment the size proportionally.
25416         Use free/xmalloc instead of xrealloc to avoid copying for very long
25417         paths.
25418
25419 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25420
25421         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
25422         the empty string.
25423
25424 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
25425
25426         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
25427         address, not strdup.  Include <stdlib.h> and don't declare free().
25428
25429 2000-06-19  Jim Meyering  <meyering@lucent.com>
25430
25431         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
25432
25433 2000-06-18  Jim Meyering  <meyering@lucent.com>
25434
25435         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
25436
25437         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
25438         `checking whether...' message to be consistent with that of the
25439         lstat test.
25440
25441 2000-06-18  Jim Meyering  <meyering@lucent.com>
25442
25443         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
25444         Besides, these days every porting target provides a mkdir function.
25445
25446         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
25447         needed. (this snippet comes from src/system.h).
25448
25449 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
25450
25451         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
25452
25453 2000-06-15  Paul Eggert  <eggert@twinsun.com>
25454
25455         * lib/human.c (adjust_value): New function.
25456         (human_readable_inexact): Apply rounding style even when
25457         printing approximate values.
25458
25459 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25460
25461         * lib/human.c (human_readable_inexact): Allow an input block
25462         size that is not a multiple of the output block size, and vice versa.
25463         Reported by Piergiorgio Sartor.
25464
25465 2000-06-14  Paul Eggert  <eggert@twinsun.com>
25466
25467         * lib/getdate.y (get_date): Apply relative times after time
25468         zone indicator, not before.  Reported by Todd A. Jacobs.
25469
25470 2000-06-13  Jim Meyering  <meyering@lucent.com>
25471
25472         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
25473
25474         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
25475
25476 2000-06-12  Paul Eggert  <eggert@twinsun.com>
25477
25478         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
25479
25480 2000-06-12  Jim Meyering  <meyering@lucent.com>
25481
25482         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
25483         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
25484         optional argument.
25485         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
25486         the optional argument, `lib'.
25487
25488 2000-06-08  Jim Meyering  <meyering@lucent.com>
25489
25490         * m4/largefile.m4: Remove file (now that it's part of autoconf).
25491
25492 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25493
25494         Rewrite largefile configuration so that we don't need to run
25495         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
25496         AC_CANONICAL_HOST in configure.in -- jmm]
25497
25498         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
25499         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
25500         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
25501         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
25502         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
25503         All uses changed.
25504         Instead of inspecting the output of getconf, try to compile the
25505         test program without and with the macro definition.
25506         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
25507         for getconf.  Instead, check for the needed flags by compiling
25508         test programs.
25509
25510 2000-06-04  Paul Eggert  <eggert@twinsun.com>
25511
25512         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
25513
25514 2000-06-04  Jim Meyering  <meyering@lucent.com>
25515
25516         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
25517         SunOS 4.1.4 for which gid_t is an unsigned type.
25518
25519 2000-06-03  Jim Meyering  <meyering@lucent.com>
25520
25521         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
25522         now that autoconf requires that.
25523
25524         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
25525         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
25526         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
25527
25528 2000-06-03  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
25531
25532 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25533
25534         * m4/glibc21.m4: New file.
25535         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
25536
25537 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
25538
25539         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
25540         newer, don't install charset.alias.
25541         * lib/config.charset: Change the Linux/glibc rules so they become empty
25542         on glibc-2.1 or newer.
25543
25544 2000-06-02  Jim Meyering  <meyering@lucent.com>
25545
25546         * lib/mountlist.c: Back out last change.  Instead, do this...
25547         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
25548         me_dummy member using the same `ignore'-testing code.
25549         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
25550         fs_type strings.
25551         From Mark D. Roth.
25552
25553 2000-05-29  Jim Meyering  <meyering@lucent.com>
25554
25555         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
25556         mounts with the `ignore' attribute.  Based on a patch from
25557         Mark D. Roth.
25558
25559 2000-05-28  Jim Meyering  <meyering@lucent.com>
25560
25561         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
25562         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25563         * m4/stat.m4: Likewise.
25564         * m4/lstat.m4: Likewise.
25565         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
25566
25567         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
25568         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
25569
25570 2000-05-26  Jim Meyering  <meyering@lucent.com>
25571
25572         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
25573
25574 2000-05-24  Jim Meyering  <meyering@lucent.com>
25575
25576         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
25577         autoconf requires that.
25578         * m4/lib-check.m4: Likewise.
25579         * m4/jm-macros.m4: Likewise.
25580         * m4/strftime.m4: Likewise.
25581
25582         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
25583         AC_CHECK_DECLS, now that autoconf requires that.
25584
25585 2000-05-22  Jim Meyering  <meyering@lucent.com>
25586
25587         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25588         * m4/lstat.m4: Likewise.
25589
25590 2000-05-22  Jim Meyering  <meyering@lucent.com>
25591
25592         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
25593
25594 2000-05-20  Jim Meyering  <meyering@lucent.com>
25595
25596         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
25597         (jm_PREREQ): Use it.
25598
25599 2000-05-18  Jim Meyering  <meyering@lucent.com>
25600
25601         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
25602         back, too, since it may have been modified by allocate_entry.
25603         (hash_delete): Rewrite to use neither the assignment operator
25604         nor the comma operator in an if-expression.
25605
25606 2000-05-15  Paul Eggert  <eggert@twinsun.com>
25607
25608         * lib/closeout.c:
25609         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
25610         Remove; no longer needed.
25611         "quotearg.h": Add include.
25612         (file_name): Do not bother to explicitly initialize to NULL; it's less
25613         efficient on some hosts.
25614         (close_stdout_status): Remove test as to whether stdout was already
25615         closed; it breaks for the case "echo x | sort >&-".
25616         Quote file name colons.
25617         Do not assume that _("write error") lacks format strings.
25618
25619 2000-05-15  Jim Meyering  <meyering@lucent.com>
25620
25621         * lib/version-etc.c (version_etc_copyright): Update the copyright
25622         string used in all --version output.
25623
25624 2000-05-14  Jim Meyering  <meyering@lucent.com>
25625
25626         * lib/closeout.c (close_stdout_set_file_name): New function.
25627         (close_stdout_status): Use new file-scoped global.
25628         Return right away if fstat says the stdout file descriptor is invalid.
25629         * lib/closeout.h (close_stdout_set_file_name): Declare.
25630
25631 2000-05-10  Jim Meyering  <meyering@lucent.com>
25632
25633         * lib/closeout.c [default_exit_status]: New file-scoped variable.
25634         (close_stdout_set_status): New function.
25635         * lib/closeout.h (close_stdout_set_status): Declare.
25636
25637 2000-05-09  Jim Meyering  <meyering@lucent.com>
25638
25639         * m4/gettext.m4: Rename this...
25640         * m4/libintl.m4: ...to this.
25641
25642 2000-05-08  Jim Meyering  <meyering@lucent.com>
25643
25644         * lib/long-options.c: Don't include closeout.h.
25645         (parse_long_options): Don't call close_stdout for --version.
25646
25647 2000-05-06  Paul Eggert  <eggert@twinsun.com>
25648
25649         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
25650         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
25651         2.1.3 bug.  This avoids a clash when files like regex.c define
25652         _GNU_SOURCE.
25653
25654 2000-05-06  Jim Meyering  <meyering@lucent.com>
25655
25656         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
25657         (AC_REPLACE_FUNCS): Add strnlen.
25658
25659         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
25660         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
25661
25662         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
25663         AC_SEARCH_LIBS call for nanosleep.
25664         (LIB_NANOSLEEP): Set and AC_SUBST.
25665
25666 2000-05-06  Jim Meyering  <meyering@lucent.com>
25667
25668         * lib/strnlen.c: Undefine __strnlen and strnlen.
25669         [!weak_alias]: Define __strnlen to strnlen.
25670
25671         * lib/atexit.c: New file, from libiberty.
25672
25673 2000-05-06  Jim Meyering  <meyering@lucent.com>
25674
25675         * lib/closeout.c (close_stdout_status): Also check for errors on the
25676         stderr stream.
25677
25678 2000-05-05  Jim Meyering  <meyering@lucent.com>
25679
25680         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
25681         AC_SEARCH_LIBS call for clock_gettime.
25682         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
25683
25684         * m4/search-libs.m4: Update from autoconf.
25685
25686         su doesn't work on Solaris 2.6.
25687         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
25688         <shadow.h>.  Reported by Dragos Harabor.
25689
25690 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
25691
25692         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
25693         memcpy instead of xmalloc, xrealloc, path_concat.
25694         (locale_charset): Treat empty environment variables as absent.
25695         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
25696
25697 2000-05-04  Jim Meyering  <meyering@lucent.com>
25698
25699         * lib/getopt.c: Update from glibc.
25700         * lib/obstack.c: Likewise.
25701         * lib/obstack.h: Likewise.
25702         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
25703         file
25704
25705         * lib/regex.h: Likewise.
25706         * lib/strndup.c: Likewise.
25707         * lib/strnlen.c: New file, from glibc.
25708
25709 2000-05-03  Jim Meyering  <meyering@lucent.com>
25710
25711         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
25712
25713 2000-05-02  Paul Eggert  <eggert@twinsun.com>
25714
25715         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
25716         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
25717         compile-time test, rather than inspecting host and OS, to
25718         decide whether to define _LARGEFILE_SOURCE.
25719
25720 2000-05-01  Jim Meyering  <meyering@lucent.com>
25721
25722         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
25723
25724         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
25725         Based on a patch from Bruno Haible.
25726
25727 2000-05-01  Jim Meyering  <meyering@lucent.com>
25728
25729         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
25730
25731 2000-04-29  Jim Meyering  <meyering@lucent.com>
25732
25733         * lib/path-concat.c: Declare strdup only if it's not defined.
25734         * lib/canon-host.c: Likewise.
25735
25736 2000-04-28  Jim Meyering  <meyering@lucent.com>
25737
25738         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
25739         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
25740         is included first, then limits.h is included by locale.h by libintl.h.
25741         From John David Anglin.
25742
25743 2000-04-25  Jim Meyering  <meyering@lucent.com>
25744
25745         * lib/makepath.c (S_IRWXUGO): Define.
25746         (make_path): Always perform explicit chmod if MODE specifies any
25747         of the `special' permission bits.  Prompted by a bug report against
25748         install from Mate Wierdl and Joost van Baal.
25749
25750 2000-04-18  Jim Meyering  <meyering@lucent.com>
25751
25752         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
25753         (jm_PREREQ): Use it.
25754
25755 2000-04-18  Jim Meyering  <meyering@lucent.com>
25756
25757         * lib/README: New file.
25758
25759         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
25760         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
25761
25762 2000-04-17  Jim Meyering  <meyering@lucent.com>
25763
25764         Get it right :-)
25765         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
25766         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
25767         Suggestion from Akim Demaille.
25768
25769 2000-04-17  Jim Meyering  <meyering@lucent.com>
25770
25771         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
25772         the definition of it to rpl_strftime also defined-away the system's
25773         declaration.
25774
25775 2000-04-15  Jim Meyering  <meyering@lucent.com>
25776
25777         Use `C' to denote so-called `contiguous' files, the same way
25778         that tar does.
25779         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
25780         (ftypelet): Use S_ISCTG.
25781         From Michael Deutschmann.
25782
25783 2000-04-14  Jim Meyering  <meyering@lucent.com>
25784
25785         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
25786         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
25787         clobbered.
25788
25789 2000-04-14  Jim Meyering  <meyering@lucent.com>
25790
25791         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
25792
25793 2000-04-13  Jim Meyering  <meyering@lucent.com>
25794
25795         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
25796         AH_VERBATIM to insert required #ifndef into config.h.in.
25797         Suggestion from Akim Demaille.
25798
25799 2000-04-12  Jim Meyering  <meyering@lucent.com>
25800
25801         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
25802         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
25803         Christian Krackowizer.
25804
25805         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
25806         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
25807         (AC_SYS_LARGEFILE): Require.
25808         (AM_C_PROTOTYPES): Require.
25809
25810 2000-04-08  Jim Meyering  <meyering@lucent.com>
25811
25812         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
25813         names don't conflict.  Reported by Eli Zaretskii.
25814
25815 2000-04-07  Jim Meyering  <meyering@lucent.com>
25816
25817         * lib/putenv.c: Move inclusion of errno.h so it follows that of
25818         sys/types.h, to work around system header problems on AIX 3.2.5.
25819         From Bruno Haible.
25820
25821 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
25822
25823         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
25824         bug.  Deal with the different error behavior of Irix iconv.
25825
25826 2000-04-05  Paul Eggert  <eggert@twinsun.com>
25827
25828         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
25829         IRIX if the installer said otherwise.
25830
25831 2000-04-05  Jim Meyering  <meyering@lucent.com>
25832
25833         Portability tweaks required for ultrix4.3.
25834         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
25835         (jm_CHECK_DECLS): Add getutent to the list of functions.
25836         (_jm_DECL_HEADERS): Add utmpx.h.
25837         From John David Anglin.
25838
25839         * m4/strftime.m4: Back out the 2000-04-02 change.
25840         Instead of that change, simply undefine putenv in the test program.
25841
25842 2000-04-05  Jim Meyering  <meyering@lucent.com>
25843
25844         Portability tweaks required for ultrix4.3.
25845         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
25846         getutent.
25847         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
25848         * lib/canon-host.c: Declare strdup.
25849         * lib/path-concat.c: Likewise.
25850         From John David Anglin.
25851
25852 2000-04-04  Jim Meyering  <meyering@lucent.com>
25853
25854         Be more DOS 8.3-friendly.
25855         * lib/ref-add.sin: Renamed from ref-add.sed.in.
25856         * lib/ref-del.sin: Renamed from ref-del.sed.in.
25857         * lib/Makefile.am: Reflect renaming.
25858         Reported by Eli Zaretskii.
25859
25860         Use a temporary file name that won't clash with `charset.alias'
25861         in the DOS 8.3 name space.
25862         * lib/Makefile.am (charset_tmp): Define.
25863         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
25864         (uninstall-local): Likewise.
25865         Reported by Eli Zaretskii.
25866
25867 2000-04-03  Jim Meyering  <meyering@lucent.com>
25868
25869         * m4/gettext.m4: Fix typo in comment.
25870
25871         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
25872         textutils/configure.in).  Suggestion from Paul Eggert.
25873         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
25874
25875 2000-04-02  Paul Eggert  <eggert@twinsun.com>
25876
25877         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
25878         variable in the shell rather than using putenv, which isn't
25879         portable.  This avoids the configure-time inter-test dependency
25880         on the potentially-renamed putenv function.
25881
25882 2000-03-30  Paul Eggert  <eggert@twinsun.com>
25883
25884         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
25885         before checking struct stat.st_blksize, so that
25886         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
25887
25888 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25889
25890         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
25891         since strftime.c uses HAVE_STRFTIME to decide whether to use
25892         the underlying strftime.
25893
25894 2000-03-29  Paul Eggert  <eggert@twinsun.com>
25895
25896         * lib/time/strftime.c (my_strftime): Make sure we call the system
25897         strftime, not ourselves, when invoking the underlying strftime.
25898
25899 2000-03-24  Jim Meyering  <meyering@lucent.com>
25900
25901         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
25902         (charset_alias): Define.
25903         (install-exec-local): Factor out common code.
25904         (uninstall-local): Split lines longer than 80.
25905         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
25906         (SUFFIXES): Define.
25907         (.sed.in.sed): New rule.  Don't redirect directly to $@.
25908         (CLEANFILES): Add ref-add.sed and ref-del.sed.
25909
25910 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
25911
25912         * lib/config.charset: Output a line containing "Packages using this
25913         file".
25914         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
25915         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
25916         ref-del.sed): New rules.
25917
25918 2000-03-17  Jim Meyering  <meyering@lucent.com>
25919
25920         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
25921         Otherwise, include <strings.h>
25922
25923 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
25924
25925         * lib/unicodeio.c (utf8_wctomb): New function.
25926         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
25927         format instead of in UCS-4 with platform dependent endianness.
25928
25929 2000-03-10  Jim Meyering  <meyering@lucent.com>
25930
25931         * m4/lib-check.m4: Look for getspnam in -lgen, too.
25932         From Marco Franzen.
25933
25934 2000-03-07  Paul Eggert  <eggert@twinsun.com>
25935
25936         * lib/savedir.c (savedir): Work even if directory size is
25937         negative; this can happen with some screwy NFS configurations.
25938
25939 2000-03-06  Jim Meyering  <meyering@lucent.com>
25940
25941         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
25942         if it's NULL (because we ran out of memory).  From Bruno Haible.
25943
25944 2000-03-05  Jim Meyering  <meyering@lucent.com>
25945
25946         * lib/localcharset.c ("path-concat.h"): Include.
25947         (get_charset_aliases): Use path_concat instead of ANSI string
25948         concatenation.
25949
25950         * lib/unicodeio.h (PARAMS): Define.
25951         Use it to guard prototype.
25952
25953 2000-03-04  Jim Meyering  <meyering@lucent.com>
25954
25955         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
25956         for lib/localcharset.c.
25957
25958 2000-03-04  Jim Meyering  <meyering@lucent.com>
25959
25960         * lib/Makefile.am (install-exec-local): Create $(libdir) before
25961         installing into it.
25962         (uninstall-local): Uncomment this rule so `make distcheck' works
25963         once again.
25964
25965         * lib/unicodeio.c (<errno.h>): Include it.
25966         (errno): Declare if not defined.
25967
25968         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
25969
25970         * lib/config.charset: New version, incorporating remarks from a linux
25971         i18n mailing list.  From Bruno Haible.
25972
25973 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
25974
25975         * m4/codeset.m4: New file.
25976         * m4/iconv.m4: New file.
25977         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
25978
25979 2000-03-03  Jim Meyering  <meyering@lucent.com>
25980
25981         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
25982
25983 2000-03-02  Jim Meyering  <meyering@lucent.com>
25984
25985         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
25986         the messages come out on separate lines.
25987
25988         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
25989         rather than jm_CHECK_DECLARATIONS.
25990         * m4/decl.m4: Remove now-unused file.
25991
25992         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
25993         geteuid.
25994
25995 2000-03-02  Jim Meyering  <meyering@lucent.com>
25996
25997         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
25998
25999 2000-03-01  Jim Meyering  <meyering@lucent.com>
26000
26001         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
26002         * lib/unicodeio.c: Likewise.
26003
26004 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
26005
26006         * lib/config.charset: New file.
26007         * lib/localcharset.c: New file.
26008         * lib/unicodeio.h, lib/unicodeio.c: New files.
26009         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
26010         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
26011         (noinst_HEADERS): Add unicodeio.h.
26012         (all-local, install-exec-local, charset.alias): New targets.
26013
26014 2000-02-28  Paul Eggert  <eggert@twinsun.com>
26015
26016         * lib/quotearg.c (ALERT_CHAR): New macro.
26017         (quotearg_buffer_restyled): Use it.
26018
26019 2000-02-27  Jim Meyering  <meyering@lucent.com>
26020
26021         * m4/check-decl.m4: Add getenv to the list.
26022
26023 2000-02-27  Jim Meyering  <meyering@lucent.com>
26024
26025         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
26026         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
26027
26028         * lib/backupfile.c: Guard inclusion of stdlib.h with
26029         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
26030         Declare malloc if needed.
26031
26032         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
26033         `#ifndef HAVE_DECL..'
26034         now that autoconf always defines the HAVE_DECL_ symbols.
26035         * lib/human.c: Likewise.
26036         * lib/same.c: Likewise.
26037         * lib/strtoumax.c: Likewise.
26038
26039         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
26040         declaration check was not run.
26041         * lib/hash.c: Likewise.
26042         * lib/human.c: Likewise.
26043         * lib/same.c: Likewise.
26044         * lib/strtoumax.c: Likewise.
26045
26046         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
26047         `.', then first look up the entire `.'-containing string as a login
26048         name.
26049
26050 2000-02-23  Jim Meyering  <meyering@lucent.com>
26051
26052         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
26053         in place of my hack.
26054
26055 2000-02-18  Paul Eggert  <eggert@twinsun.com>
26056
26057         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
26058         (textint): New typedef.
26059         (parser_control): Member year changed from int to textint.
26060         All uses changed.
26061         (YYSTYPE): Removed; replaced by %union with int and textint members.
26062         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
26063         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
26064         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
26065         (tSNUMBER, tUNUMBER): Now of type <textintval>.
26066         (date, number, to_year): Use width of number in digits, not its value,
26067         to determine whether it's a 2-digit year, or a 2-digit time.
26068         (yylex): Store number of digits of numeric tokens.
26069         Reported by John Kendall.
26070
26071         (parser_control): Changed from struct parser_control to typedef (for
26072         consistency).  All uses changed.
26073
26074         (tID): Removed; not used.
26075         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
26076
26077 2000-02-14  Paul Eggert  <eggert@twinsun.com>
26078
26079         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
26080         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
26081
26082 2000-02-12  Jim Meyering  <meyering@lucent.com>
26083
26084         * lib/userspec.c (ISDIGIT): Define it.
26085         (isdigit): Remove definition.
26086         (is_number): Use ISDIGIT, not isdigit.
26087         <libintl.h>: Include.
26088         (_ and N_): Define.
26089         (parse_user_spec): Mark translatable strings.
26090
26091 2000-02-10  Jim Meyering  <meyering@lucent.com>
26092
26093         With these changes, nanosleep.[ch] are finally enough like the other
26094         lib/* replacement files to compile on a few more losing systems.
26095
26096         * lib/nanosleep.h: Don't include config.h.
26097         Remove prototype from declaration of nanosleep.
26098         (PARAMS): Remove now-unneeded definition.
26099         * lib/nanosleep.c: #undef nanosleep.
26100         (rpl_nanosleep): Rename from nanosleep.
26101
26102 2000-02-10  Jim Meyering  <meyering@lucent.com>
26103
26104         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
26105         gnu_nanosleep to rpl_nanosleep.
26106
26107 2000-02-09  Jim Meyering  <meyering@lucent.com>
26108
26109         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
26110         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
26111
26112 2000-02-08  Akim Demaille  <akim@epita.fr>
26113
26114         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
26115         `[' and `]' and remove uses of `changequote'.
26116         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
26117         (AC_SYS_LARGEFILE): Likewise.
26118         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
26119         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
26120         of changequote.
26121         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
26122         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
26123         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
26124         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
26125
26126 2000-02-05  Jim Meyering  <meyering@lucent.com>
26127
26128         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
26129         Remove explicit use of AC_HEADER_TIME.  It is required by
26130         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
26131         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
26132         in autoconf whereby the expansion of the latter ended up preceding
26133         the expansion of its prerequisite, AC_HEADER_TIME.
26134         Reported by Volker Borchert.
26135
26136 2000-02-03  Jim Meyering  <meyering@lucent.com>
26137
26138         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
26139
26140 2000-02-03  Jim Meyering  <meyering@lucent.com>
26141
26142         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
26143         rather than with `#if HAVE_UTMPNAME'.
26144
26145 2000-02-02  Jim Meyering  <meyering@lucent.com>
26146
26147         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
26148         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
26149         Reported by Eli Zaretskii.
26150
26151 2000-02-01  Jim Meyering  <meyering@lucent.com>
26152
26153         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
26154
26155 2000-01-31  Jim Meyering  <meyering@lucent.com>
26156
26157         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
26158         functions.  Add the time.h and sys/time.h headers along with the
26159         AC_REQUIRE'ment of AC_HEADER_TIME.
26160
26161 2000-01-31  Jim Meyering  <meyering@lucent.com>
26162
26163         * lib/nanosleep.h (nanosleep): Guard declaration with
26164         `#if ! HAVE_DECL_NANOSLEEP'.
26165         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
26166         the declaration in that vendor's sys/timers.h.
26167         Reported by Christian Krackowizer.
26168
26169         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
26170         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
26171         (ISPRINT): Likewise.
26172         Reported by Tom Tromey.
26173
26174 2000-01-30  Jim Meyering  <meyering@lucent.com>
26175
26176         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
26177
26178         * m4/prereq.m4 (utmp_includes): Define.
26179         Check for ut_user and ut_name members in both struct utmpx
26180         and struct utmp.
26181
26182 2000-01-30  Jim Meyering  <meyering@lucent.com>
26183
26184         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
26185         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
26186         header files where only utmpx.ut_user is declared.
26187
26188         * lib/readutmp.h (UT_USER): Define.
26189
26190 2000-01-29  Jim Meyering  <meyering@lucent.com>
26191
26192         * m4/lib-check.m4: New file containing library-related checks from
26193         fileutils and sh-utils (textutils had none).
26194
26195 2000-01-28  Jim Meyering  <meyering@lucent.com>
26196
26197         * m4/perl.m4: Change format of warning message to look more like that
26198         from the missing script.  Suggestion from François Pinard.
26199
26200 2000-01-25  Jim Meyering  <meyering@lucent.com>
26201
26202         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
26203         well as time.h in the compile check.
26204         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
26205         Fix typo in cross-compiling case: s/yes/no/.
26206
26207 2000-01-23  Jim Meyering  <meyering@lucent.com>
26208
26209         * m4/jm-macros.m4: Move df-related tests here from
26210         fileutils/configure.in
26211
26212         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
26213         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
26214
26215         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
26216         s/space/ac_fsusage_space/.
26217         (jm_FILE_SYSTEM_USAGE): Take two parameters.
26218
26219         * m4/ftruncate.m4: New file (derived from part of
26220         fileutils/configure.in).
26221         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
26222         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
26223
26224         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
26225         AC_SUBST these here, rather than just in sh-util/configure.in, so
26226         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
26227         all the same.
26228         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
26229         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
26230         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
26231         (AC_SUBST(POW_LIBM)): Likewise.
26232         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
26233
26234 2000-01-23  Jim Meyering  <meyering@lucent.com>
26235
26236         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
26237         obstack.c.
26238
26239 2000-01-22  Jim Meyering  <meyering@lucent.com>
26240
26241         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
26242
26243         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
26244
26245         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
26246         configure.in
26247         (AC_CHECK_HEADERS): Likewise for sh-utils.
26248         (AC_CHECK_HEADERS): Likewise for textutils.
26249         Merge the three lists of headers.
26250
26251         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
26252         from fileutils' configure.in.
26253
26254         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
26255         code. Moved tests into their own function (_jm_DECL_HEADERS) in
26256         check-decl.m4.
26257
26258         * m4/check-decl.m4: Use #if rather than #ifdef.
26259         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
26260         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
26261         (_jm_DECL_HEADERS): Define new function.
26262         (jm_CHECK_DECLARATIONS): Require it.
26263
26264 2000-01-22  Jim Meyering  <meyering@lucent.com>
26265
26266         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
26267         [! HAVE_DECL_STRTOULL]: Declare strtoull.
26268         Required for some AIX systems.  Reported by Christian Krackowizer.
26269         [TESTING] (main): New function.
26270
26271         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
26272         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
26273         letters.
26274
26275         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
26276         iswprint.
26277
26278         * lib/strverscmp.c (ISDIGIT): Define.
26279         (strverscmp): Use ISDIGIT, not isdigit.
26280
26281 2000-01-19  Jim Meyering  <meyering@lucent.com>
26282
26283         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
26284         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
26285         defines `struct timespec' in <sys/time.h>
26286
26287         * m4/c-bs-a.m4: Remove uses of changequote altogether.
26288         Thanks to Akim for explaining.
26289
26290 2000-01-17  Paul Eggert  <eggert@twinsun.com>
26291
26292         * lib/nanosleep.c (nanosleep):
26293         Don't use SA_INTERRUPT to decide whether to call sigaction, as
26294         POSIX.1 doesn't require SA_INTERRUPT and some systems
26295         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
26296         it's been part of POSIX.1 since day 1 (in 1988).
26297
26298 2000-01-17  Jim Meyering  <meyering@lucent.com>
26299
26300         * lib/interlock: Remove unused file.  Reported by François Pinard.
26301
26302 2000-01-16  Paul Eggert  <eggert@twinsun.com>
26303
26304         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
26305         alert, backslash, formfeed, and vertical tab unnecessarily in
26306         shell quoting style.
26307
26308 2000-01-16  Jim Meyering  <meyering@lucent.com>
26309
26310         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
26311         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
26312         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
26313         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
26314
26315 2000-01-16  Jim Meyering  <meyering@lucent.com>
26316
26317         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
26318         because the latter didn't work.
26319
26320 2000-01-15  Jim Meyering  <meyering@lucent.com>
26321
26322         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
26323         (AC_REPLACE_FUNCS): Add memcpy and memset.
26324         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
26325         Add strpbrk.
26326         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
26327
26328 2000-01-12  Jim Meyering  <meyering@lucent.com>
26329
26330         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
26331         (jm_PREREQ): Use it.
26332         (jm_PREREQ_READUTMP): New macro.
26333         (jm_PREREQ): Use it.
26334
26335 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26336
26337         Quote multibyte characters correctly.
26338         * m4/c-bs-a.m4: New file.
26339         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
26340         (jm_PREREQ): Use it.
26341
26342 2000-01-11  Paul Eggert  <eggert@twinsun.com>
26343
26344         * m4/uintmax_t.m4: Port to autoconf 2.13.
26345
26346 2000-01-08  Jim Meyering  <meyering@ascend.com>
26347
26348         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
26349         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
26350
26351 2000-01-04  Jim Meyering  <meyering@ascend.com>
26352
26353         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
26354         jm_STRUCT_DIRENT_D_TYPE.
26355         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
26356         jm_STRUCT_DIRENT_D_INO.
26357         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
26358         jm_STRUCT_UTIMBUF.
26359         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
26360         renamings.
26361         * m4/utime.m4: Likewise.
26362
26363         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
26364         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
26365
26366 2000-01-03  Paul Eggert  <eggert@twinsun.com>
26367
26368         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
26369         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
26370
26371 2000-01-02  Jim Meyering  <meyering@ascend.com>
26372
26373         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
26374         remember if this is necessary.
26375
26376 1999-12-26  Jim Meyering  <meyering@ascend.com>
26377
26378         * m4/jm-macros.m4: Use it here.
26379         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
26380
26381 1999-12-23  Jim Meyering  <meyering@ascend.com>
26382
26383         * m4/jm-macros.m4: Check for clock_gettime (moved from
26384         fileutils/configure.in)
26385         Check for gettimeofday.
26386
26387 1999-12-20  Jim Meyering  <meyering@ascend.com>
26388
26389         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
26390         autoconf-2.14a-1999-12-20.
26391
26392 1999-12-19  Jim Meyering  <meyering@ascend.com>
26393
26394         * m4/lstat-slash.m4: New file.
26395         * m4/jm-macros.m4: Use the new macro:
26396         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
26397
26398 1999-12-07  Jim Meyering  <meyering@ascend.com>
26399
26400         * m4/perl.m4: Require that File::Compare be available, too.
26401         Too many systems seem to lack it.
26402
26403         * m4/strftime.m4: Add checks for most of the cpp macros tested in
26404         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
26405
26406 1999-11-18  Paul Eggert  <eggert@twinsun.com>
26407
26408         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
26409         problem with the QNX 4.25 shell, which doesn't propagate exit
26410         status of failed commands inside shell assignments.
26411
26412 1999-11-17  Jim Meyering  <meyering@ascend.com>
26413
26414         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
26415
26416 1999-11-07  Jim Meyering  <meyering@ascend.com>
26417
26418         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
26419
26420 1999-11-06  Jim Meyering  <meyering@ascend.com>
26421
26422         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
26423         * m4/jm-macros.m4 (jm_MACROS): Use it here.
26424
26425 1999-11-05  Jim Meyering  <meyering@ascend.com>
26426
26427         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
26428         configure.in of textutils, fileutils, and sh-utils into this one
26429         (shared between those packages) file.
26430         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
26431         AC_STRUCT_ST_BLKSIZE.
26432
26433 1999-11-03  Jim Meyering  <meyering@ascend.com>
26434
26435         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
26436         of AC_CHECK_TYPE checks includes unistd.h.
26437         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
26438         Suggestion from Akim Demaille.
26439
26440 1999-10-30  Jim Meyering  <meyering@ascend.com>
26441
26442         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
26443         m4-quoted string.
26444         * m4/ls-mntd-fs.m4: Likewise.
26445         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
26446         * m4/jm-winsz1.m4: Likewise.
26447
26448         * m4/const.m4: Remove file, since the fix made it into the experimental
26449         version of autoconf.
26450         * m4/mktime.m4: Likewise.
26451
26452         * m4/check-type.m4: Remove file, now that the latest version of
26453         AC_CHECK_TYPE takes a third arg to specify additional #includes.
26454
26455         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
26456         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
26457         AC_CHECK_TYPE.
26458
26459 1999-10-04  Jim Meyering  <meyering@ascend.com>
26460
26461         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
26462
26463 1999-09-22  Paul Eggert  <eggert@twinsun.com>
26464
26465         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
26466         2.95.1 bug with HP-UX 10.20.
26467
26468 1999-09-17  Jim Meyering  <meyering@ascend.com>
26469
26470         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
26471         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
26472         due to missing strdup (against sh-utils-2.0).
26473
26474 1999-08-29  Jim Meyering  <meyering@ascend.com>
26475
26476         * m4/jm-macros.m4: Require jm_BISON.
26477         * m4/bison.m4: New file.
26478
26479 1999-08-17  Paul Eggert  <eggert@twinsun.com>
26480
26481         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
26482         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
26483
26484 1999-08-05  Jim Meyering  <meyering@ascend.com>
26485
26486         * m4/getline.m4: Rename test file from conftestdata to conftest.data
26487         to avoid conflicts with `conftest' on 8+3 filesystems.
26488         Suggestion from Eli Zaretskii.
26489
26490 1999-08-04  Jim Meyering  <meyering@ascend.com>
26491
26492         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
26493         fileutils and sh-utils (textutils's getline test was inadequate).
26494         (AM_FUNC_GETLINE): Run this test.
26495         (AC_CHECK_FUNCS): Check for getdelim.
26496         Reported by Bob Proulx.
26497
26498 1999-08-02  Jim Meyering  <meyering@ascend.com>
26499
26500         * m4/jm-macros.m4: Add a comment.
26501
26502 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26503
26504         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
26505         <inttypes.h> defines strtoumax as a macro (and not as a
26506         function).
26507
26508 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26509
26510         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
26511         that we can shift, multiply and divide unsigned long long
26512         values; Ultrix cc can't do it.
26513
26514 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26515
26516         * m4/mktime.m4: New file, which is a preview of what should appear
26517         in the next public autoconf release.
26518
26519 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26520
26521         * m4/lfs.m4: Remove this file.
26522         * m4/largefile.m4: New file.  It contains the old contents of
26523         lfs.m4, except that all names with prefix AC_LFS have been
26524         changed to use the prefix AC_SYS_LARGEFILE instead, to be
26525         compatible with future autoconf versions.  Also, some minor m4
26526         quoting problems have been fixed.
26527
26528 1999-08-01  Paul Eggert  <eggert@twinsun.com>
26529
26530         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
26531         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
26532         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
26533         and simplify the shell code.
26534
26535 1999-08-01  Jim Meyering  <meyering@ascend.com>
26536
26537         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
26538         m4.
26539
26540 1999-07-20  Jim Meyering  <meyering@ascend.com>
26541
26542         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
26543
26544 1999-07-15  Jim Meyering  <meyering@ascend.com>
26545
26546         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
26547
26548 1999-05-22  Jim Meyering  <meyering@ascend.com>
26549
26550         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
26551
26552 1999-05-20  Jim Meyering  <meyering@ascend.com>
26553
26554         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
26555         Add a colon after each `then' in case $4 is empty.
26556
26557 1999-05-16  Jim Meyering  <meyering@ascend.com>
26558
26559         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
26560
26561 1999-05-10  Jim Meyering  <meyering@ascend.com>
26562
26563         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
26564
26565         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
26566         AC_FUNC_MKTIME.
26567
26568 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26569
26570         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
26571
26572 1999-05-04  Paul Eggert  <eggert@twinsun.com>
26573
26574         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
26575         not CPPFLAGS, so that linking works correctly in IRIX.
26576
26577 1999-04-30  Paul Eggert  <eggert@twinsun.com>
26578
26579         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
26580
26581 1999-04-20  Paul Eggert  <eggert@twinsun.com>
26582
26583         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
26584         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
26585         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
26586         jm_AC_TYPE_UNSIGNED_LONG_LONG.
26587         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
26588
26589         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
26590
26591 1999-04-20  Jim Meyering  <meyering@ascend.com>
26592
26593         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
26594         AC_REPLACE xstroull if necessary.  From Paul Eggert.
26595         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
26596
26597 1999-04-18  Jim Meyering  <meyering@ascend.com>
26598
26599         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
26600         * m4/jm-macros.m4: Use it.
26601
26602 1999-04-06  Jim Meyering  <meyering@ascend.com>
26603
26604         * m4/strftime.m4: Remove test for %f.
26605
26606 1999-03-29  Jim Meyering  <meyering@ascend.com>
26607
26608         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
26609         superset of the AC_TYPE_* checks in the textutils, fileutils,
26610         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
26611         AC_TYPE_PID_T.
26612
26613 1999-03-28  Jim Meyering  <meyering@ascend.com>
26614
26615         * m4/jm-macros.m4: Define GNU_PACKAGE here.
26616         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
26617         replaced e.g., in the *.sh files of the sh-utils.
26618
26619 1999-03-20  Jim Meyering  <meyering@ascend.com>
26620
26621         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
26622         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
26623         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
26624
26625 1999-03-19  Jim Meyering  <meyering@ascend.com>
26626
26627         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
26628
26629 1999-03-12  Jim Meyering  <meyering@ascend.com>
26630
26631         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
26632
26633 1999-03-07  Jim Meyering  <meyering@ascend.com>
26634
26635         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
26636         declared.
26637
26638 1999-02-17  Jim Meyering  <meyering@ascend.com>
26639
26640         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
26641         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
26642
26643 1999-02-07  Jim Meyering  <meyering@ascend.com>
26644
26645         * m4/group-member.m4: New file -- extracted from sh-utils'
26646         configure.in.
26647
26648         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
26649         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
26650
26651 1999-02-06  Jim Meyering  <meyering@ascend.com>
26652
26653         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
26654         * m4/fnmatch.m4: Likewise.
26655         * m4/getgroups.m4: Likewise.
26656         * m4/lstat.m4: Likewise.
26657         * m4/malloc.m4: Likewise.
26658         * m4/putenv.m4: Likewise.
26659         * m4/realloc.m4: Likewise.
26660         * m4/regex.m4: Likewise.
26661         * m4/stat.m4: Likewise.
26662         * m4/strftime.m4: Likewise.
26663         Suggestion from Alain Magloire.
26664
26665         * m4/chown.m4: Use `.$ac_objext', not `.o'.
26666         * m4/fnmatch.m4: Likewise.
26667         * m4/getgroups.m4: Likewise.
26668         * m4/getline.m4: Likewise.
26669         * m4/lstat.m4: Likewise.
26670         * m4/malloc.m4: Likewise.
26671         * m4/memcmp.m4: Likewise.
26672         * m4/putenv.m4: Likewise.
26673         * m4/realloc.m4: Likewise.
26674         * m4/regex.m4: Likewise.
26675         * m4/stat.m4: Likewise.
26676         * m4/strftime.m4: Likewise.
26677         Suggestion from Alain Magloire.
26678
26679         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
26680         an argument.
26681
26682         * m4/regex.m4: Add a run-time Test for proper operation of
26683         re_compile_pattern.
26684
26685 1999-01-31  Jim Meyering  <meyering@ascend.com>
26686
26687         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
26688
26689 1999-01-30  Jim Meyering  <meyering@ascend.com>
26690
26691         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
26692
26693         * m4/jm-mktime.m4: Make this a wrapper around the official
26694         AM_FUNC_MKTIME rather than my private copy, now that the official one
26695         is up to date.
26696         * m4/mktime.m4: Remove file.
26697
26698         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
26699         * m4/uptime.m4: Likewise.
26700         * m4/uintmax_t.m4: Likewise.
26701
26702 1999-01-28  Jim Meyering  <meyering@ascend.com>
26703
26704         * m4/jm-macros.m4: Use jm_AFS.
26705         * m4/afs.m4: New file (from fileutils' configure.in).
26706
26707         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
26708         * m4/chown.m4: Likewise.
26709         * m4/d-ino.m4: Likewise.
26710         * m4/d-type.m4: Likewise.
26711         * m4/fnmatch.m4: Likewise.
26712         * m4/getgroups.m4: Likewise.
26713         * m4/gettext.m4: Likewise.
26714         * m4/jm-mktime.m4: Likewise.
26715         * m4/jm-winsz2.m4: Likewise.
26716         * m4/lcmessage.m4: Likewise.
26717         * m4/ls-mntd-fs.m4: Likewise.
26718         * m4/malloc.m4: Likewise.
26719         * m4/memcmp.m4: Likewise.
26720         * m4/putenv.m4: Likewise.
26721         * m4/realloc.m4: Likewise.
26722         * m4/st_mtim.m4: Likewise.
26723         * m4/strftime.m4: Likewise.
26724
26725 1999-01-16  Jim Meyering  <meyering@ascend.com>
26726
26727         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
26728         (ARGMATCH_DIE_DECL): Define.
26729
26730 1999-01-12  Jim Meyering  <meyering@ascend.com>
26731
26732         * m4/Makefile.am.in: Rewrite to avoid using fmt.
26733         Reported by Lars Hecking.
26734
26735 1999-01-10  Jim Meyering  <meyering@ascend.com>
26736
26737         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
26738         gross kludge.
26739         * m4/inttypes_h.m4: Likewise.
26740         * m4/lstat.m4: Likewise.
26741         * m4/malloc.m4: Likewise.
26742         * m4/readdir.m4: Likewise.
26743         * m4/realloc.m4: Likewise.
26744         * m4/st_dm_mode.m4: Likewise.
26745         * m4/stat.m4: Likewise.
26746         * m4/utimbuf.m4: Likewise.
26747         * m4/utimes.m4: Likewise.
26748
26749         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
26750         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
26751         comments in config.h.in are meaningful.
26752
26753         * m4/jm-macros.m4: Require autoconf-2.13 here.
26754
26755         * m4/regex.m4: By default, don't use the included regex.c on systems
26756         with glibc 2.  Suggestion from Uli Drepper.
26757
26758 1999-01-02  Jim Meyering  <meyering@ascend.com>
26759
26760         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
26761
26762 1998-12-18  Jim Meyering  <meyering@ascend.com>
26763
26764         * m4/Makefile.am.in (Makefile.am): Simplify rule.
26765         Based on a suggestion from Lars Hecking.
26766
26767 1998-11-16  Paul Eggert  <eggert@twinsun.com>
26768
26769         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
26770
26771 1998-11-16  Jim Meyering  <meyering@ascend.com>
26772
26773         * m4/lfs.m4: Double-quote the `uname...` expression.
26774
26775 1998-11-14  Jim Meyering  <meyering@ascend.com>
26776
26777         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
26778         * m4/stat.m4: Likewise.
26779
26780 1998-11-03  Jim Meyering  <meyering@ascend.com>
26781
26782         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
26783         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
26784
26785 1998-10-18  Jim Meyering  <meyering@ascend.com>
26786
26787         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
26788
26789 1998-10-17  Jim Meyering  <meyering@ascend.com>
26790
26791         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
26792         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
26793         calls for those previously hard-coded headers.  Instead, take a new
26794         parameter.
26795         (jm_CHECK_DECLARATIONS): Reflect interface change.
26796         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
26797         (jm_CHECK_DECL_LOCALTIME_R): New macro.
26798
26799         * m4/mktime.m4: Test for spring-forward gap before long-running test.
26800
26801 1998-10-14  Jim Meyering  <meyering@ascend.com>
26802
26803         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
26804         instead of "TZ=America/Vancouver".  From Paul Eggert.
26805
26806 1998-10-11  Jim Meyering  <meyering@ascend.com>
26807
26808         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
26809         This adds a test for a recently added compatibility fix for mktime.c.
26810         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
26811
26812 1998-09-27  Jim Meyering  <meyering@ascend.com>
26813
26814         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
26815
26816         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
26817         ../configure.in, including a change from Gordon Matzigkeit to allow
26818         cross-compiling for the Hurd.
26819
26820         * m4/glibc.m4: New file/macro to test for the GNU C Library
26821         versions 1 and 2.  From Gordon Matzigkeit.
26822         Indent.
26823
26824 1998-09-21  Jim Meyering  <meyering@ascend.com>
26825
26826         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
26827
26828 1998-08-18  Paul Eggert  <eggert@twinsun.com>
26829
26830         Port nanosecond-resolution times to UnixWare 2.1.2 and
26831         pedantic Solaris 2.6.
26832
26833         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
26834         AC_STRUCT_ST_MTIM.
26835         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
26836         Generate name of ns member, instead of just 1 or undef.
26837         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
26838
26839 1998-08-15  Jim Meyering  <meyering@ascend.com>
26840
26841         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
26842         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
26843         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
26844         instead of jm_TYPE_SSIZE_T.
26845
26846 1998-08-12  Jim Meyering  <meyering@ascend.com>
26847
26848         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
26849
26850 1998-08-02  Jim Meyering  <meyering@ascend.com>
26851
26852         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
26853         in acconfig.h manually.
26854
26855 1998-07-31  Paul Eggert  <eggert@twinsun.com>
26856
26857         * m4/st_mtim.m4: New file.
26858
26859 1998-07-28  Jim Meyering  <meyering@ascend.com>
26860
26861         * m4/utimes.m4: Undef stat.
26862
26863 1998-07-25  Jim Meyering  <meyering@ascend.com>
26864
26865         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
26866         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
26867
26868 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
26869
26870         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
26871         uid and gid actually remain unchanged.
26872
26873 1998-07-07  Jim Meyering  <meyering@ascend.com>
26874
26875         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
26876
26877 1998-07-04  Jim Meyering  <meyering@ascend.com>
26878
26879         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
26880         to prove that this macro can be used in packages without regex.c.
26881
26882 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
26883
26884         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
26885         is to be used.
26886
26887 1998-07-03  Jim Meyering  <meyering@ascend.com>
26888
26889         * m4/gettext.m4: Add -lintl if it's found to be necessary.
26890
26891         * m4/gettext.m4: New file -- from gettext-0.10.35.
26892         * m4/lcmessage.m4: Likewise.
26893         * m4/progtest.m4: Likewise.
26894
26895         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
26896         * m4/jm-macros.m4: Require the new macro.
26897
26898 1998-06-29  Jim Meyering  <meyering@ascend.com>
26899
26900         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
26901         for the definition of NGROUPS (used in a system header included
26902         by sys/mount.h).
26903
26904 1998-06-28  Jim Meyering  <meyering@ascend.com>
26905
26906         * m4/ls-mntd-fs.m4: New file.
26907         * m4/fstypename.m4: New file.
26908
26909         * m4/jm-macros.m4: Require the new macro.
26910         * m4/jm-glibc-io.m4: New file.
26911
26912 1998-05-19  Jim Meyering  <meyering@ascend.com>
26913
26914         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
26915         * m4/lchown.m4: New file.
26916
26917         * m4/Makefile.am.in: New file.
26918         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
26919
26920 1998-05-14  Jim Meyering  <meyering@ascend.com>
26921
26922         * m4/Makefile.am (EXTRA_DIST): Add them.
26923         * m4/jm-macros.m4: New file.
26924         * m4/utimbuf.m4: New file.
26925
26926 1998-05-12  Jim Meyering  <meyering@ascend.com>
26927
26928         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
26929
26930 1998-05-11  Jim Meyering  <meyering@ascend.com>
26931
26932         * m4/isc-posix.m4: New file.
26933
26934 1998-05-10  Jim Meyering  <meyering@ascend.com>
26935
26936         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
26937
26938 1998-05-09  Jim Meyering  <meyering@ascend.com>
26939
26940         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
26941         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
26942         with automake.
26943
26944         * m4/ssize_t.m4: New file.
26945         * m4/mktime.m4: Remove file -- the new automake has this now.
26946
26947 1998-04-26  Jim Meyering  <meyering@ascend.com>
26948
26949         * m4/assert.m4: New file.
26950         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
26951
26952 1998-04-05  Jim Meyering  <meyering@ascend.com>
26953
26954         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
26955         (jm_PREREQ): Use it here.
26956
26957 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
26958
26959         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
26960         in acconfig.h.
26961
26962 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
26963
26964         * m4/prereq.m4: New file.
26965         * m4/error.m4: New file.
26966         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
26967
26968 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
26969
26970         * m4/getline.m4: Don't set am_cv_func_working_getline before the
26971         cache-check for the same variable -- that defeated the purpose of
26972         the test; the test program was never run.  This was a problem only
26973         on systems with losing getline functions -- HP-UX 10.20 is one.
26974         Reported by Bjorn Helgaas.
26975
26976 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
26977
26978         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
26979
26980 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
26981
26982         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
26983
26984         * m4/const.m4: New file.  Use an initializer in this declaration
26985         typedef int charset[2]; const charset x;
26986         Reported by Bob Glickstein.
26987
26988 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
26989
26990         * m4/chown.m4: Fix reversed types on -1 args to chown.
26991         From Kaveh Ghazi.
26992
26993 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
26994
26995         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
26996         Add lseek and memchr.
26997
26998         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
26999         T.E.Dickey <dickey@clark.net> said that some older preprocessors
27000         have a 20-character limit on names.
27001
27002 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
27003
27004         * m4/inttypes_h.m4: New file.
27005         * m4/uintmax_t.m4: New file.
27006         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
27007
27008 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
27009   Free Software Foundation, Inc.
27010 Copying and distribution of this file, with or without modification,
27011 are permitted provided the copyright notice and this notice are preserved.