pathmax: PATH_MAX: use pathconf only when available
[gnulib.git] / ChangeLog
1 2009-03-23  Jim Meyering  <meyering@redhat.com>
2
3         pathmax: PATH_MAX: use pathconf only when available
4         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
5         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
6         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
7         This avoids a link failure in a PSP cross-compilation environment
8         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
9
10         * lib/vasnprintf.c (divide): Fix typo in comment.
11
12 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13
14         * gnulib-tool (func_filter_filelist): Fix comment.
15
16 2009-03-20  Bruno Haible  <bruno@clisp.org>
17
18         Make sockets.h self-contained.
19         * lib/sockets.c: Include sockets.h first.
20         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
21
22 2009-03-19  Eric Blake  <ebb9@byu.net>
23
24         doc: mention more functions added in cygwin 1.7.0
25         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
26         addition.
27         * doc/posix-functions/log2f.texi: Likewise.
28
29 2009-03-19  Jim Meyering  <meyering@redhat.com>
30
31         fsusage: avoid syntax error due to statement-before-declaration
32         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
33         after all declarations.  Reported by Matthew Woehlke in
34         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
35
36 2009-03-18  Eric Blake  <ebb9@byu.net>
37
38         build-aux/compile: sync from automake
39         * build-aux/compile: New file, from automake.
40         * config/srclist.txt: Mention build-aux/compile.
41
42 2009-03-17  Bruno Haible  <bruno@clisp.org>
43
44         * lib/git-merge-changelog.c: Fix typo in comment.
45         Reported by Reuben Thomas <rrt@sc3d.org>.
46
47 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
48
49         * m4/regex.m4: update and improve help for
50         --without-included-regex.
51
52 2009-03-17  Simon Josefsson  <simon@josefsson.org>
53
54         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
55         failure on missing include files.
56
57 2009-03-17  Eric Blake  <ebb9@byu.net>
58
59         doc: mention more functions added in cygwin 1.7.0
60         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
61         addition.
62         * doc/posix-functions/fwscanf.texi: Likewise.
63         * doc/posix-functions/swprintf.texi: Likewise.
64         * doc/posix-functions/swscanf.texi: Likewise.
65         * doc/posix-functions/vfwprintf.texi: Likewise.
66         * doc/posix-functions/vfwscanf.texi: Likewise.
67         * doc/posix-functions/vswprintf.texi: Likewise.
68         * doc/posix-functions/vswscanf.texi: Likewise.
69         * doc/posix-functions/vwprintf.texi: Likewise.
70         * doc/posix-functions/vwscanf.texi: Likewise.
71         * doc/posix-functions/wcscasecmp.texi: Likewise.
72         * doc/posix-functions/wcsdup.texi: Likewise.
73         * doc/posix-functions/wcsftime.texi: Likewise.
74         * doc/posix-functions/wcsncasecmp.texi: Likewise.
75         * doc/posix-functions/wprintf.texi: Likewise.
76         * doc/posix-functions/wscanf.texi: Likewise.
77         * doc/glibc-functions/gethostbyname2.texi: Likewise.
78
79 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
80
81         maint.mk: really add $(AM_MAKEFLAGS)
82         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
83         was inadvertently omitted in the last commit.
84         Spotted by Bruno Haible.
85
86         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
87         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
88         $(AM_MAKEFLAGS)' rather than plain `make'.
89
90         gnulib-tool: execute $MAKE not make
91         * gnulib-tool: Default $MAKE to 'make'.
92         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
93         than make.  Initialize $MAKE in the do-autobuild script.
94
95         gnulib-tool: use $MAKE not make in generated files
96         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
97         make, in generated files.  Initialize $MAKE in the do-autobuild
98         script.
99
100         * top/GNUmakefile (_have-git-version-gen): Fix typo.
101
102         GNUmakefile: disable parallelism only for multiple, recursive targets
103         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
104         additions in the Makefile.
105         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
106         by Automake.
107         (.NOTPARALLEL): Only disable parallel builds if multiple targets
108         are listed on the command line and at least one of them is
109         listed in $(ALL_RECURSIVE_TARGETS).
110
111 2009-03-14  Bruno Haible  <bruno@clisp.org>
112
113         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
114         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
115         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
116         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
117         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
118         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
119         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
120         unistr/u8-uctomb.
121         * modules/unistr/u8-strchr (Depends-on): Likewise.
122         * modules/unistr/u8-strrchr (Depends-on): Likewise.
123         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
124         unistr/u16-uctomb.
125         * modules/unistr/u16-strchr (Depends-on): Likewise.
126         * modules/unistr/u16-strrchr (Depends-on): Likewise.
127
128 2009-03-12  Bruno Haible  <bruno@clisp.org>
129
130         Work around select() bug on Interix 3.5.
131         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
132         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
133         * m4/select.m4: New file.
134         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
135         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
136         * modules/select (Files): Add m4/select.m4.
137         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
138         * modules/nanosleep (Depends-on): Add select.
139         * modules/poll (Depends-on): Likewise.
140         * doc/posix-functions/select.texi: Mention the Interix bug.
141         Reported by Markus Duft <mduft@gentoo.org>.
142
143         * lib/select.c: Renamed from lib/winsock-select.c.
144         * modules/select (Files): Add lib/select.c, remove
145         lib/winsock-select.c.
146         (configure.ac): Update.
147
148 2009-03-12  Jim Meyering  <meyering@redhat.com>
149
150         avoid gcc warnings about unused macro definitions
151         * lib/readtokens.c (STREQ): Remove unused definition.
152         * lib/xmalloc.c (SIZE_MAX): Likewise.
153         * lib/openat-die.c (N_): Likewise.
154         * lib/mountlist.c (SIZE_MAX): Remove definition.
155         Instead, include <stdint.h>.
156         * lib/readutmp.c: Likewise.
157         * modules/readutmp (Depends-on): Add stdint.
158         * modules/mountlist (Depends-on): Add stdint.
159         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
160
161 2009-03-10  Bruno Haible  <bruno@clisp.org>
162
163         Tests for module 'mbmemcasecoll'.
164         * modules/mbmemcasecoll-tests: New file.
165         * tests/test-mbmemcasecoll1.sh: New file.
166         * tests/test-mbmemcasecoll2.sh: New file.
167         * tests/test-mbmemcasecoll3.sh: New file.
168         * tests/test-mbmemcasecoll.c: New file.
169
170         New module 'mbmemcasecoll'.
171         * lib/mbmemcasecoll.h: New file.
172         * lib/mbmemcasecoll.c: New file.
173         * modules/mbmemcasecoll: New file.
174
175         * tests/test-mbmemcasecmp.h: New file, extracted from
176         tests/test-mbmemcasecmp.c.
177         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
178         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
179         (main): Update.
180         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
181
182 2009-03-09  Bruno Haible  <bruno@clisp.org>
183
184         Tests for module 'mbmemcasecmp'.
185         * modules/mbmemcasecmp-tests: New file.
186         * tests/test-mbmemcasecmp1.sh: New file.
187         * tests/test-mbmemcasecmp2.sh: New file.
188         * tests/test-mbmemcasecmp3.sh: New file.
189         * tests/test-mbmemcasecmp.c: New file.
190
191         New module 'mbmemcasecmp'.
192         * lib/mbmemcasecmp.h: New file.
193         * lib/mbmemcasecmp.c: New file.
194         * modules/mbmemcasecmp: New file.
195
196 2009-03-09  Bruno Haible  <bruno@clisp.org>
197
198         Tests for module 'unicase/ulc-casecoll'.
199         * modules/unicase/ulc-casecoll-tests: New file.
200         * tests/unicase/test-ulc-casecoll1.sh: New file.
201         * tests/unicase/test-ulc-casecoll2.sh: New file.
202         * tests/unicase/test-ulc-casecoll.c: New file.
203
204         New module 'unicase/ulc-casecoll'.
205         * lib/unicase.h (ulc_casecoll): New declaration.
206         * lib/unicase/ulc-casecoll.c: New file.
207         * modules/unicase/ulc-casecoll: New file.
208
209         New module 'unicase/ulc-casexfrm'.
210         * lib/unicase.h (ulc_casexfrm): New declaration.
211         * lib/unicase/ulc-casexfrm.c: New file.
212         * modules/unicase/ulc-casexfrm: New file.
213
214 2009-03-09  Bruno Haible  <bruno@clisp.org>
215
216         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
217         invocations.
218
219         * m4/mbscasecmp.m4: Remove file.
220         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
221         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
222
223         * m4/mbscasestr.m4: Remove file.
224         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
225         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
226
227         * m4/mbschr.m4: Remove file.
228         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
229         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
230
231         * m4/mbscspn.m4: Remove file.
232         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
233         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
234
235         * m4/mbslen.m4: Remove file.
236         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
237         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
238
239         * m4/mbsncasecmp.m4: Remove file.
240         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
241         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
242
243         * m4/mbsnlen.m4: Remove file.
244         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
245         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
246
247         * m4/mbspbrk.m4: Remove file.
248         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
249         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
250
251         * m4/mbspcasecmp.m4: Remove file.
252         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
253         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
254
255         * m4/mbsrchr.m4: Remove file.
256         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
257         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
258
259         * m4/mbssep.m4: Remove file.
260         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
261         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
262
263         * m4/mbsspn.m4: Remove file.
264         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
265         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
266
267         * m4/mbsstr.m4: Remove file.
268         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
269         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
270
271         * m4/mbstok_r.m4: Remove file.
272         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
273         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
274
275         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
276
277         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
278         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
279
280         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
281
282 2009-03-08  Bruno Haible  <bruno@clisp.org>
283
284         Tests for module 'unicase/ulc-casecmp'.
285         * modules/unicase/ulc-casecmp-tests: New file.
286         * tests/unicase/test-ulc-casecmp1.sh: New file.
287         * tests/unicase/test-ulc-casecmp2.sh: New file.
288         * tests/unicase/test-ulc-casecmp.c: New file.
289
290         New module 'unicase/ulc-casecmp'.
291         * lib/unicase.h (ulc_casecmp): New declaration.
292         * lib/unicase/ulc-casecmp.c: New file.
293         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
294         'const SRC_UNIT *'.
295         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
296         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
297         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
298         * modules/unicase/ulc-casecmp: New file.
299
300         Tests for module 'unicase/u32-is-cased'.
301         * modules/unicase/u32-is-cased-tests: New file.
302         * tests/unicase/test-u32-is-cased.c: New file.
303
304         Tests for module 'unicase/u16-is-cased'.
305         * modules/unicase/u16-is-cased-tests: New file.
306         * tests/unicase/test-u16-is-cased.c: New file.
307
308         Tests for module 'unicase/u8-is-cased'.
309         * modules/unicase/u8-is-cased-tests: New file.
310         * tests/unicase/test-u8-is-cased.c: New file.
311         * tests/unicase/test-is-cased.h: New file.
312
313         New module 'unicase/u32-is-cased'.
314         * lib/unicase/u32-is-cased.c: New file.
315         * modules/unicase/u32-is-cased: New file.
316
317         New module 'unicase/u16-is-cased'.
318         * lib/unicase/u16-is-cased.c: New file.
319         * modules/unicase/u16-is-cased: New file.
320
321         New module 'unicase/u8-is-cased'.
322         * lib/unicase/u8-is-cased.c: New file.
323         * lib/unicase/u-is-cased.h: New file.
324         * modules/unicase/u8-is-cased: New file.
325
326         Tests for module 'unicase/u32-is-casefolded'.
327         * modules/unicase/u32-is-casefolded-tests: New file.
328         * tests/unicase/test-u32-is-casefolded.c: New file.
329
330         Tests for module 'unicase/u16-is-casefolded'.
331         * modules/unicase/u16-is-casefolded-tests: New file.
332         * tests/unicase/test-u16-is-casefolded.c: New file.
333
334         Tests for module 'unicase/u8-is-casefolded'.
335         * modules/unicase/u8-is-casefolded-tests: New file.
336         * tests/unicase/test-u8-is-casefolded.c: New file.
337         * tests/unicase/test-is-casefolded.h: New file.
338
339         New module 'unicase/u32-is-casefolded'.
340         * lib/unicase/u32-is-casefolded.c: New file.
341         * modules/unicase/u32-is-casefolded: New file.
342
343         New module 'unicase/u16-is-casefolded'.
344         * lib/unicase/u16-is-casefolded.c: New file.
345         * modules/unicase/u16-is-casefolded: New file.
346
347         New module 'unicase/u8-is-casefolded'.
348         * lib/unicase/u8-is-casefolded.c: New file.
349         * modules/unicase/u8-is-casefolded: New file.
350
351         Tests for module 'unicase/u32-is-titlecase'.
352         * modules/unicase/u32-is-titlecase-tests: New file.
353         * tests/unicase/test-u32-is-titlecase.c: New file.
354
355         Tests for module 'unicase/u16-is-titlecase'.
356         * modules/unicase/u16-is-titlecase-tests: New file.
357         * tests/unicase/test-u16-is-titlecase.c: New file.
358
359         Tests for module 'unicase/u8-is-titlecase'.
360         * modules/unicase/u8-is-titlecase-tests: New file.
361         * tests/unicase/test-u8-is-titlecase.c: New file.
362         * tests/unicase/test-is-titlecase.h: New file.
363
364         New module 'unicase/u32-is-titlecase'.
365         * lib/unicase/u32-is-titlecase.c: New file.
366         * modules/unicase/u32-is-titlecase: New file.
367
368         New module 'unicase/u16-is-titlecase'.
369         * lib/unicase/u16-is-titlecase.c: New file.
370         * modules/unicase/u16-is-titlecase: New file.
371
372         New module 'unicase/u8-is-titlecase'.
373         * lib/unicase/u8-is-titlecase.c: New file.
374         * modules/unicase/u8-is-titlecase: New file.
375
376         Tests for module 'unicase/u32-is-lowercase'.
377         * modules/unicase/u32-is-lowercase-tests: New file.
378         * tests/unicase/test-u32-is-lowercase.c: New file.
379
380         Tests for module 'unicase/u16-is-lowercase'.
381         * modules/unicase/u16-is-lowercase-tests: New file.
382         * tests/unicase/test-u16-is-lowercase.c: New file.
383
384         Tests for module 'unicase/u8-is-lowercase'.
385         * modules/unicase/u8-is-lowercase-tests: New file.
386         * tests/unicase/test-u8-is-lowercase.c: New file.
387         * tests/unicase/test-is-lowercase.h: New file.
388
389         New module 'unicase/u32-is-lowercase'.
390         * lib/unicase/u32-is-lowercase.c: New file.
391         * modules/unicase/u32-is-lowercase: New file.
392
393         New module 'unicase/u16-is-lowercase'.
394         * lib/unicase/u16-is-lowercase.c: New file.
395         * modules/unicase/u16-is-lowercase: New file.
396
397         New module 'unicase/u8-is-lowercase'.
398         * lib/unicase/u8-is-lowercase.c: New file.
399         * modules/unicase/u8-is-lowercase: New file.
400
401         Tests for module 'unicase/u32-is-uppercase'.
402         * modules/unicase/u32-is-uppercase-tests: New file.
403         * tests/unicase/test-u32-is-uppercase.c: New file.
404
405         Tests for module 'unicase/u16-is-uppercase'.
406         * modules/unicase/u16-is-uppercase-tests: New file.
407         * tests/unicase/test-u16-is-uppercase.c: New file.
408
409         Tests for module 'unicase/u8-is-uppercase'.
410         * modules/unicase/u8-is-uppercase-tests: New file.
411         * tests/unicase/test-u8-is-uppercase.c: New file.
412         * tests/unicase/test-is-uppercase.h: New file.
413
414         New module 'unicase/u32-is-uppercase'.
415         * lib/unicase/u32-is-uppercase.c: New file.
416         * modules/unicase/u32-is-uppercase: New file.
417
418         New module 'unicase/u16-is-uppercase'.
419         * lib/unicase/u16-is-uppercase.c: New file.
420         * modules/unicase/u16-is-uppercase: New file.
421
422         New module 'unicase/u8-is-uppercase'.
423         * lib/unicase/u8-is-uppercase.c: New file.
424         * modules/unicase/u8-is-uppercase: New file.
425
426         New module 'unicase/u32-is-invariant'.
427         * lib/unicase/u32-is-invariant.c: New file.
428         * modules/unicase/u32-is-invariant: New file.
429
430         New module 'unicase/u16-is-invariant'.
431         * lib/unicase/u16-is-invariant.c: New file.
432         * modules/unicase/u16-is-invariant: New file.
433
434         New module 'unicase/u8-is-invariant'.
435         * lib/unicase/u8-is-invariant.c: New file.
436         * lib/unicase/invariant.h: New file.
437         * lib/unicase/u-is-invariant.h: New file.
438         * modules/unicase/u8-is-invariant: New file.
439
440         Tests for module 'unicase/u32-casecoll'.
441         * modules/unicase/u32-casecoll-tests: New file.
442         * tests/unicase/test-u32-casecoll.c: New file.
443
444         Tests for module 'unicase/u16-casecoll'.
445         * modules/unicase/u16-casecoll-tests: New file.
446         * tests/unicase/test-u16-casecoll.c: New file.
447
448         Tests for module 'unicase/u8-casecoll'.
449         * modules/unicase/u8-casecoll-tests: New file.
450         * tests/unicase/test-u8-casecoll.c: New file.
451
452         New module 'unicase/u32-casecoll'.
453         * lib/unicase/u32-casecoll.c: New file.
454         * modules/unicase/u32-casecoll: New file.
455
456         New module 'unicase/u16-casecoll'.
457         * lib/unicase/u16-casecoll.c: New file.
458         * modules/unicase/u16-casecoll: New file.
459
460         New module 'unicase/u8-casecoll'.
461         * lib/unicase/u8-casecoll.c: New file.
462         * lib/unicase/u-casecoll.h: New file.
463         * modules/unicase/u8-casecoll: New file.
464
465         New module 'unicase/u32-casexfrm'.
466         * lib/unicase/u32-casexfrm.c: New file.
467         * modules/unicase/u32-casexfrm: New file.
468
469         New module 'unicase/u16-casexfrm'.
470         * lib/unicase/u16-casexfrm.c: New file.
471         * modules/unicase/u16-casexfrm: New file.
472
473         New module 'unicase/u8-casexfrm'.
474         * lib/unicase/u8-casexfrm.c: New file.
475         * lib/unicase/u-casexfrm.h: New file.
476         * modules/unicase/u8-casexfrm: New file.
477
478         Tests for module 'unicase/u32-casecmp'.
479         * modules/unicase/u32-casecmp-tests: New file.
480         * tests/unicase/test-u32-casecmp.c: New file.
481
482         Tests for module 'unicase/u16-casecmp'.
483         * modules/unicase/u16-casecmp-tests: New file.
484         * tests/unicase/test-u16-casecmp.c: New file.
485
486         Tests for module 'unicase/u8-casecmp'.
487         * modules/unicase/u8-casecmp-tests: New file.
488         * tests/unicase/test-u8-casecmp.c: New file.
489         * tests/unicase/test-casecmp.h: New file.
490
491         New module 'unicase/u32-casecmp'.
492         * lib/unicase/u32-casecmp.c: New file.
493         * modules/unicase/u32-casecmp: New file.
494
495         New module 'unicase/u16-casecmp'.
496         * lib/unicase/u16-casecmp.c: New file.
497         * modules/unicase/u16-casecmp: New file.
498
499         New module 'unicase/u8-casecmp'.
500         * lib/unicase/u8-casecmp.c: New file.
501         * lib/unicase/u-casecmp.h: New file.
502         * modules/unicase/u8-casecmp: New file.
503
504         Tests for module 'unicase/u32-casefold'.
505         * modules/unicase/u32-casefold-tests: New file.
506         * tests/unicase/test-u32-casefold.c: New file.
507
508         Tests for module 'unicase/u16-casefold'.
509         * modules/unicase/u16-casefold-tests: New file.
510         * tests/unicase/test-u16-casefold.c: New file.
511
512         Tests for module 'unicase/u8-casefold'.
513         * modules/unicase/u8-casefold-tests: New file.
514         * tests/unicase/test-u8-casefold.c: New file.
515
516         New module 'unicase/u32-casefold'.
517         * lib/unicase/u32-casefold.c: New file.
518         * modules/unicase/u32-casefold: New file.
519
520         New module 'unicase/u16-casefold'.
521         * lib/unicase/u16-casefold.c: New file.
522         * modules/unicase/u16-casefold: New file.
523
524         New module 'unicase/u8-casefold'.
525         * lib/unicase/u8-casefold.c: New file.
526         * lib/unicase/u-casefold.h: New file.
527         * modules/unicase/u8-casefold: New file.
528
529         New module 'unicase/tocasefold'.
530         * lib/unicase/casefold.h: New file.
531         * lib/unicase/tocasefold.c: New file.
532         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
533         * modules/unicase/tocasefold: New file.
534
535         Tests for module 'unicase/u32-totitle'.
536         * modules/unicase/u32-totitle-tests: New file.
537         * tests/unicase/test-u32-totitle.c: New file.
538
539         Tests for module 'unicase/u16-totitle'.
540         * modules/unicase/u16-totitle-tests: New file.
541         * tests/unicase/test-u16-totitle.c: New file.
542
543         Tests for module 'unicase/u8-totitle'.
544         * modules/unicase/u8-totitle-tests: New file.
545         * tests/unicase/test-u8-totitle.c: New file.
546
547         New module 'unicase/u32-totitle'.
548         * lib/unicase/u32-totitle.c: New file.
549         * modules/unicase/u32-totitle: New file.
550
551         New module 'unicase/u16-totitle'.
552         * lib/unicase/u16-totitle.c: New file.
553         * modules/unicase/u16-totitle: New file.
554
555         New module 'unicase/u8-totitle'.
556         * lib/unicase/u8-totitle.c: New file.
557         * lib/unicase/u-totitle.h: New file.
558         * modules/unicase/u8-totitle: New file.
559
560         Tests for module 'unicase/u32-tolower'.
561         * modules/unicase/u32-tolower-tests: New file.
562         * tests/unicase/test-u32-tolower.c: New file.
563
564         Tests for module 'unicase/u16-tolower'.
565         * modules/unicase/u16-tolower-tests: New file.
566         * tests/unicase/test-u16-tolower.c: New file.
567
568         Tests for module 'unicase/u8-tolower'.
569         * modules/unicase/u8-tolower-tests: New file.
570         * tests/unicase/test-u8-tolower.c: New file.
571
572         New module 'unicase/u32-tolower'.
573         * lib/unicase/u32-tolower.c: New file.
574         * modules/unicase/u32-tolower: New file.
575
576         New module 'unicase/u16-tolower'.
577         * lib/unicase/u16-tolower.c: New file.
578         * modules/unicase/u16-tolower: New file.
579
580         New module 'unicase/u8-tolower'.
581         * lib/unicase/u8-tolower.c: New file.
582         * modules/unicase/u8-tolower: New file.
583
584         Tests for module 'unicase/u32-toupper'.
585         * modules/unicase/u32-toupper-tests: New file.
586         * tests/unicase/test-u32-toupper.c: New file.
587
588         Tests for module 'unicase/u16-toupper'.
589         * modules/unicase/u16-toupper-tests: New file.
590         * tests/unicase/test-u16-toupper.c: New file.
591
592         Tests for module 'unicase/u8-toupper'.
593         * modules/unicase/u8-toupper-tests: New file.
594         * tests/unicase/test-u8-toupper.c: New file.
595
596         New module 'unicase/u32-toupper'.
597         * lib/unicase/u32-toupper.c: New file.
598         * modules/unicase/u32-toupper: New file.
599
600         New module 'unicase/u16-toupper'.
601         * lib/unicase/u16-toupper.c: New file.
602         * modules/unicase/u16-toupper: New file.
603
604         New module 'unicase/u8-toupper'.
605         * lib/unicase/u8-toupper.c: New file.
606         * modules/unicase/u8-toupper: New file.
607
608         New module 'unicase/u32-casemap'.
609         * lib/unicase/u32-casemap.c: New file.
610         * modules/unicase/u32-casemap: New file.
611
612         New module 'unicase/u16-casemap'.
613         * lib/unicase/u16-casemap.c: New file.
614         * modules/unicase/u16-casemap: New file.
615
616         New module 'unicase/u8-casemap'.
617         * lib/unicase/unicasemap.h: New file.
618         * lib/unicase/u8-casemap.c: New file.
619         * lib/unicase/u-casemap.h: New file.
620         * modules/unicase/u8-casemap: New file.
621
622         New module 'unicase/special-casing'.
623         * lib/unicase/special-casing.h: New file.
624         * lib/unicase/special-casing.c: New file.
625         * lib/unicase/special-casing-table.gperf: New file, generated by
626         gen-uni-tables.c.
627         * modules/unicase/special-casing: New file.
628
629         Tests for module 'unicase/locale-language'.
630         * modules/unicase/locale-language-tests: New file.
631         * tests/unicase/test-locale-language.sh: New file.
632         * tests/unicase/test-locale-language.c: New file.
633
634         New module 'unicase/locale-language'.
635         * lib/unicase/locale-language.c: New file.
636         * lib/unicase/locale-languages.gperf: New file.
637         * modules/unicase/locale-language: New file.
638
639         Generate more tables for case conversion and case folding.
640         * lib/gen-uni-tables.c (SCC_*): New enum items.
641         (struct special_casing_rule): New type.
642         (casing_rules, num_casing_rules, allocated_casing_rules): New
643         variables.
644         (add_casing_rule, fill_casing_rules): New functions.
645         (struct casefold_rule): New type.
646         (casefolding_rules, num_casefolding_rules,
647         allocated_casefolding_rules): New variables.
648         (fill_casefolding_rules): New function.
649         (unicode_casefold): New variable.
650         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
651         sort_casing_rules, output_casing_rules): New functions.
652         (main): Accept to more arguments: SpecialCasing.txt and
653         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
654         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
655         Output mapping for casefolding.
656
657         * lib/unicase.h: Include stdbool.h, uninorm.h.
658         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
659         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
660         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
661         arguments.
662         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
663         resultp arguments.
664         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
665         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
666         resultp arguments.
667         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
668         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
669         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
670         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
671         declarations.
672         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
673
674 2009-03-08  Bruno Haible  <bruno@clisp.org>
675
676         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
677         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
678         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
679         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
680
681 2009-03-07  Bruno Haible  <bruno@clisp.org>
682
683         Adjust u*_normcmp, u*_normcoll API.
684         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
685         u16_normcoll, u32_normcoll): Change failure conventions.
686         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
687         errno and return -1.
688         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
689
690 2009-03-07  Bruno Haible  <bruno@clisp.org>
691
692         Tests for module 'uninorm/u32-normcoll'.
693         * modules/uninorm/u32-normcoll-tests: New file.
694         * tests/uninorm/test-u32-normcoll.c: New file.
695
696         Tests for module 'uninorm/u16-normcoll'.
697         * modules/uninorm/u16-normcoll-tests: New file.
698         * tests/uninorm/test-u16-normcoll.c: New file.
699
700         Tests for module 'uninorm/u8-normcoll'.
701         * modules/uninorm/u8-normcoll-tests: New file.
702         * tests/uninorm/test-u8-normcoll.c: New file.
703
704 2009-03-07  Bruno Haible  <bruno@clisp.org>
705
706         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
707         tests/uninorm/test-u32-normcmp.c.
708         * tests/uninorm/test-u32-normcmp.c: Include it.
709         (test_nonascii): New function, extracted from main. Add some more
710         tests.
711         (main): Invoke test_ascii and test_nonascii.
712         * modules/uninorm/u32-normcmp-tests (Files): Add
713         tests/uninorm/test-u32-normcmp.h.
714         (Depends-on): Remove uninorm/u32-normcmp.
715
716         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
717         tests/uninorm/test-u16-normcmp.c.
718         * tests/uninorm/test-u16-normcmp.c: Include it.
719         (test_nonascii): New function, extracted from main. Add some more
720         tests.
721         (main): Invoke test_ascii and test_nonascii.
722         * modules/uninorm/u16-normcmp-tests (Files): Add
723         tests/uninorm/test-u16-normcmp.h.
724         (Depends-on): Remove uninorm/u16-normcmp.
725
726         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
727         tests/uninorm/test-u8-normcmp.c.
728         * tests/uninorm/test-u8-normcmp.c: Include it.
729         (test_nonascii): New function, extracted from main. Add some more
730         tests.
731         (main): Invoke test_ascii and test_nonascii.
732         * modules/uninorm/u8-normcmp-tests (Files): Add
733         tests/uninorm/test-u8-normcmp.h.
734         (Depends-on): Remove uninorm/u8-normcmp.
735
736 2009-03-07  Bruno Haible  <bruno@clisp.org>
737
738         New module 'uninorm/u32-normcoll'.
739         * lib/uninorm/u32-normcoll.c: New file.
740         * modules/uninorm/u32-normcoll: New file.
741
742         New module 'uninorm/u16-normcoll'.
743         * lib/uninorm/u16-normcoll.c: New file.
744         * modules/uninorm/u16-normcoll: New file.
745
746         New module 'uninorm/u8-normcoll'.
747         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
748         declarations.
749         * lib/uninorm/u8-normcoll.c: New file.
750         * lib/uninorm/u-normcoll.h: New file.
751         * modules/uninorm/u8-normcoll: New file.
752
753         New module 'uninorm/u32-normxfrm'.
754         * lib/uninorm/u32-normxfrm.c: New file.
755         * modules/uninorm/u32-normxfrm: New file.
756
757         New module 'uninorm/u16-normxfrm'.
758         * lib/uninorm/u16-normxfrm.c: New file.
759         * modules/uninorm/u16-normxfrm: New file.
760
761         New module 'uninorm/u8-normxfrm'.
762         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
763         declarations.
764         * lib/uninorm/u8-normxfrm.c: New file.
765         * lib/uninorm/u-normxfrm.h: New file.
766         * modules/uninorm/u8-normxfrm: New file.
767
768 2009-03-07  Bruno Haible  <bruno@clisp.org>
769
770         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
771         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
772         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
773
774 2009-03-07  Bruno Haible  <bruno@clisp.org>
775
776         New module 'memxfrm'.
777         * lib/memxfrm.h: New file.
778         * lib/memxfrm.c: New file.
779         * modules/memxfrm: New file.
780
781 2009-03-07  Bruno Haible  <bruno@clisp.org>
782
783         New module 'memcmp2'.
784         * lib/memcmp2.h: New file.
785         * lib/memcmp2.c: New file.
786         * modules/memcmp2: New file.
787
788 2009-03-07  Bruno Haible  <bruno@clisp.org>
789
790         Tests for module 'uninorm/decomposing-form'.
791         * modules/uninorm/decomposing-form-tests: New file.
792         * tests/uninorm/test-decomposing-form.c: New file.
793
794         New module 'uninorm/decomposing-form'.
795         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
796         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
797         Add 'decomposing_variant' field.
798         * lib/uninorm/decomposing-form.c: New file.
799         * lib/uninorm/nfc.c (uninorm_nfc): Update.
800         * lib/uninorm/nfd.c (uninorm_nfd): Update.
801         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
802         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
803         * modules/uninorm/decomposing-form: New file.
804         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
805         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
806
807 2009-03-07  Bruno Haible  <bruno@clisp.org>
808
809         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
810         strings.
811
812 2009-03-06  Bruno Haible  <bruno@clisp.org>
813
814         Tests for module 'uninorm/u32-normcmp'.
815         * tests/uninorm/test-u32-normcmp.c: New file.
816         * modules/uninorm/u32-normcmp-tests: New file.
817
818         Tests for module 'uninorm/u16-normcmp'.
819         * tests/uninorm/test-u16-normcmp.c: New file.
820         * modules/uninorm/u16-normcmp-tests: New file.
821
822         Tests for module 'uninorm/u8-normcmp'.
823         * tests/uninorm/test-u8-normcmp.c: New file.
824         * modules/uninorm/u8-normcmp-tests: New file.
825
826         New module 'uninorm/u32-normcmp'.
827         * lib/uninorm/u32-normcmp.c: New file.
828         * modules/uninorm/u32-normcmp: New file.
829
830         New module 'uninorm/u16-normcmp'.
831         * lib/uninorm/u16-normcmp.c: New file.
832         * modules/uninorm/u16-normcmp: New file.
833
834         New module 'uninorm/u8-normcmp'.
835         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
836         declarations.
837         * lib/uninorm/u8-normcmp.c: New file.
838         * lib/uninorm/u-normcmp.h: New file.
839         * modules/uninorm/u8-normcmp: New file.
840
841 2009-03-06  Bruno Haible  <bruno@clisp.org>
842
843         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
844         Reported by Eric Blake.
845
846 2009-03-06  Eric Blake  <ebb9@byu.net>
847             Bruno Haible  <bruno@clisp.org>
848
849         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
850         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
851         condition.
852         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
853         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
854         condition.
855         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
856
857 2009-03-06  Eric Blake  <ebb9@byu.net>
858
859         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
860         to avoid compiler warnings.
861         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
862
863 2009-03-05  Bruno Haible  <bruno@clisp.org>
864
865         * tests/test-ftell.c (main): Disable test beyond end of file on
866         FreeMiNT.
867         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
868
869 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
870
871         * lib/filevercmp.c: Move hidden files up in ordering.
872         * tests/test-filevercmp.c: Add tests for hidden files.
873
874 2009-03-04  Bruno Haible  <bruno@clisp.org>
875
876         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
877         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
878         AM_CFLAGS.
879         Reported by Simon Josefsson.
880
881 2009-03-03  Bruno Haible  <bruno@clisp.org>
882
883         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
884         Reported by Simon Josefsson.
885
886         * doc/ld-version-script.texi: Update node reference.
887
888 2009-03-03  Bruno Haible  <bruno@clisp.org>
889
890         * modules/visibility (License): Change to 'unlimited'.
891         Suggested by Simon Josefsson.
892
893 2009-03-03  Jim Meyering  <meyering@redhat.com>
894
895         unlinkdir: cannot_unlink_dir may modify process state
896         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
897         it's neither thread-safe nor appropriate for use in a library.
898
899 2009-03-03  Eric Blake  <ebb9@byu.net>
900
901         test-closein: silence test under Darwin
902         * tests/test-closein.sh: Ignore stderr from cat, since we don't
903         care if it dies from EPIPE or EBADF.
904
905 2009-03-03  Bruno Haible  <bruno@clisp.org>
906
907         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
908         earlier.
909         * doc/visibility.texi: Fix @node and @section.
910
911 2009-03-03  Simon Josefsson  <simon@josefsson.org>
912
913         * doc/gnulib.texi: Link to sections for ld version script and
914         visibility.
915         * doc/visibility.texi: Add @node and @section.
916         * modules/ld-version-script: New module.
917         * m4/ld-version-script.m4: New file.
918         * doc/ld-version-script.texi: New file.
919
920 2009-03-02  David Lutterkort  <lutter@redhat.com>
921
922         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
923         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
924
925 2009-03-02  Bruno Haible  <bruno@clisp.org>
926
927         * doc/visibility.texi: Mention libtool's -export-symbols option.
928
929 2009-03-02  Jim Meyering  <meyering@redhat.com>
930
931         announce-gen: new option: --no-print-checksums
932         * build-aux/announce-gen (usage): Describe it.
933         (print_checksums): Print a newline here, not in the [*] footnote.
934         (main): Honor it.
935
936 2009-03-01  Bruno Haible  <bruno@clisp.org>
937
938         Use socklen_t in the native Windows replacements prototypes.
939         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
940         instead of 'int'.
941         * lib/getsockopt.c (rpl_getsockopt): Likewise.
942         * lib/setsockopt.c (rpl_setsockopt): Likewise.
943         * modules/getsockopt (Depends-on): Add socklen.
944         * modules/setsockopt (Depends-on): Add socklen.
945
946 2009-03-01  Bruno Haible  <bruno@clisp.org>
947
948         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
949         least 4.2.
950
951 2009-03-01  Eric Blake  <ebb9@byu.net>
952             Bruno Haible  <bruno@clisp.org>
953
954         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
955         error messages.
956         * lib/wait-process.c (wait_subprocess): Omit error message about
957         deadly signal sent to the child of termsigp != NULL.
958
959 2009-03-01  Eric Blake  <ebb9@byu.net>
960
961         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
962
963 2009-03-01  Bruno Haible  <bruno@clisp.org>
964
965         Avoid a gcc warning.
966         * tests/test-sched.c (b): Make global.
967         Reported by Eric Blake.
968
969 2009-01-19  Martin Lambers  <marlam@marlam.de>
970
971         Provide POSIX semantics for socket timeout options on W32.
972         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
973         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
974         * modules/setsockopt: Depend on sys_time module for struct timeval.
975         * modules/getsockopt: Depend on sys_time module for struct timeval.
976
977 2009-03-01  Simon Josefsson  <simon@josefsson.org>
978
979         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
980         __USE_GNU, for consistency with netdb.in.h.
981         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
982
983 2009-03-01  Bruno Haible  <bruno@clisp.org>
984
985         More support for FreeMiNT.
986         * lib/fseeko.c (rpl_fseeko): Complete last commit.
987         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
988
989 2009-03-01  Bruno Haible  <bruno@clisp.org>
990
991         More support for FreeMiNT.
992         * lib/fpurge.c (fpurge): Correct last commit.
993         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
994
995 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
996
997         Fix unportable awk script in vc-list-files.
998         * build-aux/vc-list-files: In the replacement awk script, use
999         substr with a second argument of 1, not zero.
1000         Report by Simon Josefsson.
1001
1002 2009-02-28  Bruno Haible  <bruno@clisp.org>
1003
1004         More support for FreeMiNT.
1005         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
1006         to FreeMiNT today.
1007         * lib/fwriting.c (fwriting): Likewise.
1008         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
1009
1010 2009-02-28  Bruno Haible  <bruno@clisp.org>
1011
1012         * tests/test-freadseek.c (main): Disable test beyond end of file on
1013         FreeMiNT.
1014         * tests/test-ftello.c (main): Likewise.
1015         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
1016
1017 2009-02-28  Bruno Haible  <bruno@clisp.org>
1018
1019         Add tentative support for FreeMiNT.
1020         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
1021         * lib/fpurge.c (fpurge): Likewise.
1022         * lib/freadable.c (freadable): Likewise.
1023         * lib/freading.c (freading): Likewise.
1024         * lib/freadptr.c (freadptr): Likewise.
1025         * lib/freadseek.c (freadptrinc): Likewise.
1026         * lib/fseeko.c (rpl_fseeko): Likewise.
1027         * lib/fseterr.c (fseterr): Likewise.
1028         * lib/fwritable.c (fwritable): Likewise.
1029         * lib/fwriting.c (fwriting): Likewise.
1030         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
1031         Hourihane.
1032         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1033
1034 2009-02-28  Bruno Haible  <bruno@clisp.org>
1035
1036         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
1037         SIGCHLD.
1038         Reported by Jim Meyering.
1039
1040 2009-02-28  Bruno Haible  <bruno@clisp.org>
1041
1042         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
1043         Mention the results of these tests on various platforms.
1044         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
1045         order.
1046         * doc/posix-functions/printf.texi: Likewise.
1047         * doc/posix-functions/snprintf.texi: Likewise.
1048         * doc/posix-functions/sprintf.texi: Likewise.
1049         * doc/posix-functions/vfprintf.texi: Likewise.
1050         * doc/posix-functions/vprintf.texi: Likewise.
1051         * doc/posix-functions/vsnprintf.texi: Likewise.
1052         * doc/posix-functions/vsprintf.texi: Likewise.
1053         * doc/glibc-functions/obstack_printf.texi: Likewise.
1054         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
1055
1056 2009-02-28  Bruno Haible  <bruno@clisp.org>
1057
1058         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
1059         Reported by Loïc Minier <lool@dooz.org>.
1060
1061 2009-02-27  Bruno Haible  <bruno@clisp.org>
1062
1063         * gnulib-tool (func_import): Make the sed expression used to create the
1064         sed script for updating the .gitignore file POSIX compliant.
1065         Reported by Eric Blake.
1066
1067 2009-02-27  Bruno Haible  <bruno@clisp.org>
1068
1069         * gnulib-tool (sed): Don't alias as "sed --posix".
1070         Reported by Eric Blake.
1071
1072 2009-02-27  Bruno Haible  <bruno@clisp.org>
1073
1074         Avoid test link errors.
1075         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
1076         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
1077         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
1078         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
1079         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1080
1081 2009-02-27  Bruno Haible  <bruno@clisp.org>
1082
1083         Avoid spurious "(cached)" in configure output.
1084         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
1085         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
1086         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1087         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1088         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1089         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
1090         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1091         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
1092         Reported by Eric Blake.
1093
1094 2009-02-27  Eric Blake  <ebb9@byu.net>
1095
1096         printf: fix regression in previous patch
1097         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
1098
1099 2009-02-27  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
1102         value.
1103         * lib/stdint.in.h: Likewise.
1104         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
1105
1106 2009-02-27  Eric Blake  <ebb9@byu.net>
1107
1108         doc: mention more functions added in cygwin 1.7.0
1109         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
1110         addition.
1111         * doc/posix-functions/open_wmemstream.texi: Likewise.
1112         * doc/posix-functions/wcsnlen.texi: Likewise.
1113         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1114         * doc/posix-functions/wcstod.texi: Likewise.
1115         * doc/posix-functions/wcstof.texi: Likewise.
1116         * doc/posix-functions/wcstoimax.texi: Likewise.
1117         * doc/posix-functions/wcstok.texi: Likewise.
1118         * doc/posix-functions/wcstoumax.texi: Likewise.
1119
1120         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
1121         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
1122         * doc/posix-functions/fprintf.texi: Update.
1123         * doc/posix-functions/printf.texi: Update.
1124         * doc/posix-functions/snprintf.texi: Update.
1125         * doc/posix-functions/sprintf.texi: Update.
1126         * doc/posix-functions/vfprintf.texi: Update.
1127         * doc/posix-functions/vprintf.texi: Update.
1128         * doc/posix-functions/vsnprintf.texi: Update.
1129         * doc/posix-functions/vsprintf.texi: Update.
1130         * doc/glibc-functions/obstack_printf.texi: Update.
1131         * doc/glibc-functions/obstack_vprintf.texi: Update.
1132
1133 2009-02-26  Eric Blake  <ebb9@byu.net>
1134
1135         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
1136         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
1137         compilation bug by using runtime conversion.
1138         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1139         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
1140         * modules/ceill-tests (Files): Use nan.h.
1141         * modules/floorl-tests (Files): Likewise.
1142         * modules/frexpl-tests (Files): Likewise.
1143         * modules/isnanl-tests (Files): Likewise.
1144         * modules/ldexpl-tests (Files): Likewise.
1145         * modules/roundl-tests (Files): Likewise.
1146         * modules/truncl-tests (Files): Likewise.
1147         * tests/test-ceill.c (main): Use a working NaN.
1148         * tests/test-floorl.c (main): Likewise.
1149         * tests/test-frexpl.c (main): Likewise.
1150         * tests/test-isnan.c (test_long_double): Likewise.
1151         * tests/test-isnanl.h (main): Likewise.
1152         * tests/test-ldexpl.h (main): Likewise.
1153         * tests/test-roundl.h (main): Likewise.
1154         * tests/test-truncl.h (main): Likewise.
1155         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
1156
1157 2009-02-26  Eric Blake  <ebb9@byu.net>
1158             Bruno Haible  <bruno@clisp.org>
1159
1160         Work around a *printf bug with %ls on Solaris.
1161         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
1162         precision is specified, sprintf stops converting the wide string
1163         argument when the number of bytes that have been produced by this
1164         conversion equals or exceeds the precision.
1165         * doc/posix-functions/fprintf.texi: Update.
1166         * doc/posix-functions/printf.texi: Update.
1167         * doc/posix-functions/snprintf.texi: Update.
1168         * doc/posix-functions/sprintf.texi: Update.
1169         * doc/posix-functions/vfprintf.texi: Update.
1170         * doc/posix-functions/vprintf.texi: Update.
1171         * doc/posix-functions/vsnprintf.texi: Update.
1172         * doc/posix-functions/vsprintf.texi: Update.
1173         * doc/glibc-functions/obstack_printf.texi: Update.
1174         * doc/glibc-functions/obstack_vprintf.texi: Update.
1175
1176 2009-02-26  Eric Blake  <ebb9@byu.net>
1177
1178         stdlib: favor compiler check of random.h
1179         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
1180         to avoid an ObjC random.h installed by Swarm.
1181
1182 2009-02-26  Bruno Haible  <bruno@clisp.org>
1183
1184         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
1185         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
1186         Reported by Gary V. Vaughan <gary@gnu.org>.
1187
1188 2009-02-26  Bruno Haible  <bruno@clisp.org>
1189
1190         Fix *printf behaviour regarding the %ls directive.
1191         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
1192         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
1193         NEED_PRINTF_DIRECTIVE_LS.
1194         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
1195         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1196         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1197         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
1198         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
1199         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
1200         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1201         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1202         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1203         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1204         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1205         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1206         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1207         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1208         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1209         * doc/posix-functions/fprintf.texi: Update.
1210         * doc/posix-functions/printf.texi: Update.
1211         * doc/posix-functions/snprintf.texi: Update.
1212         * doc/posix-functions/sprintf.texi: Update.
1213         * doc/posix-functions/vfprintf.texi: Update.
1214         * doc/posix-functions/vprintf.texi: Update.
1215         * doc/posix-functions/vsnprintf.texi: Update.
1216         * doc/posix-functions/vsprintf.texi: Update.
1217         * doc/glibc-functions/obstack_printf.texi: Update.
1218         * doc/glibc-functions/obstack_vprintf.texi: Update.
1219         Reported by Eric Blake.
1220
1221 2009-02-25  Bruno Haible  <bruno@clisp.org>
1222
1223         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1224         with known value.
1225         Reported by Gary V. Vaughan <gary@gnu.org>.
1226
1227 2009-02-25  Bruno Haible  <bruno@clisp.org>
1228
1229         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1230         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1231         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1232         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1233         Reported by Gary V. Vaughan <gary@gnu.org>.
1234
1235 2009-02-25  Bruno Haible  <bruno@clisp.org>
1236
1237         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1238         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1239         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1240         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1241         Reported by Gary V. Vaughan <gary@gnu.org>.
1242
1243 2009-02-25  Eric Blake  <ebb9@byu.net>
1244
1245         tests: skip fseek/ftell tests if ungetc is broken
1246         * m4/ungetc.m4: New file.
1247         * modules/fseek-tests: Split test, so ungetc dependency is
1248         separate from rest of test.
1249         * modules/fseeko-tests: Likewise.
1250         * modules/ftell-tests: Likewise.
1251         * modules/ftello-tests: Likewise.
1252         * tests/test-fseek.c (main): Isolate ungetc dependency.
1253         * tests/test-fseeko.c (main): Likewise.
1254         * tests/test-ftell.c (main): Likewise.
1255         * tests/test-ftello.c (main): Likewise.
1256         * tests/test-fseek2.sh: New file.
1257         * tests/test-fseeko2.sh: Likewise.
1258         * tests/test-ftell2.sh: Likewise.
1259         * tests/test-ftello2.sh: Likewise.
1260
1261 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1262
1263         test-getaddrinfo: fix usage of skip return code 77
1264         * tests/test-gettaddrinfo.c: Return skip code 77 only
1265         for first occurance of skip (4x77 is not 77)
1266
1267 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1268
1269         strtod: avoid C99 decl-after-statement
1270         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1271
1272 2009-02-24  Eric Blake  <ebb9@byu.net>
1273
1274         strtod: detect HP-UX 11.31 bug
1275         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1276         Reported by Gary V. Vaughan.
1277
1278 2009-02-23  Bruno Haible  <bruno@clisp.org>
1279
1280         Fix invalid read past end of memory block.
1281         * lib/vasnprintf.c (DCHAR_SET): Define.
1282         (local_wcslen): Define only when needed.
1283         (local_strnlen, local_wcsnlen): New functions.
1284         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1285         directives that involve a conversion ourselves.
1286         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1287         wcsnlen, mbrtowc, wcrtomb.
1288         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1289         * tests/test-vasprintf-posix.c (test_function): Likewise.
1290         * tests/test-snprintf-posix.h (test_function): Likewise.
1291         * tests/test-sprintf-posix.h (test_function): Likewise.
1292         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1293
1294 2009-02-22  Bruno Haible  <bruno@clisp.org>
1295
1296         Implement new clarified decomposition of Hangul syllables.
1297         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1298         of type LTV, return only a pairwise decomposition.
1299         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1300         Likewise.
1301         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1302         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1303         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1304
1305 2009-02-22  Bruno Haible  <bruno@clisp.org>
1306
1307         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1308         zero-length results and shrink excess allocated memory.
1309         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1310         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1311         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1312         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1313         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1314         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1315         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1316         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1317         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1318         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1319         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1320         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1321
1322 2009-02-21  Bruno Haible  <bruno@clisp.org>
1323
1324         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1325         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1326         spaces after a period. Put a space between a macro name and its
1327         argument list. Trivial rewordings.
1328         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1329         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1330         (main): Return 0 explicitly.
1331
1332 2009-02-21  Bruno Haible  <bruno@clisp.org>
1333
1334         Tests for module 'uninorm/filter'.
1335         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1336         * modules/uninorm/filter-tests: New file.
1337
1338         New module 'uninorm/filter'.
1339         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1340         uninorm_filter_flush, uninorm_filter_free): New declarations.
1341         * lib/uninorm/uninorm-filter.c: New file.
1342         * modules/uninorm/filter: New file.
1343
1344 2009-02-21  Bruno Haible  <bruno@clisp.org>
1345
1346         Tests for module 'uninorm/nfkc'.
1347         * tests/uninorm/test-nfkc.c: New file.
1348         * tests/uninorm/test-u8-nfkc.c: New file.
1349         * tests/uninorm/test-u16-nfkc.c: New file.
1350         * tests/uninorm/test-u32-nfkc.c: New file.
1351         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1352         * tests/uninorm/test-u32-nfkc-big.c: New file.
1353         * modules/uninorm/nfkc-tests: New file.
1354
1355         New module 'uninorm/nfkc'.
1356         * lib/uninorm/nfkc.c: New file.
1357         * modules/uninorm/nfkc: New file.
1358
1359         Tests for module 'uninorm/nfkd'.
1360         * tests/uninorm/test-nfkd.c: New file.
1361         * tests/uninorm/test-u8-nfkd.c: New file.
1362         * tests/uninorm/test-u16-nfkd.c: New file.
1363         * tests/uninorm/test-u32-nfkd.c: New file.
1364         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1365         * tests/uninorm/test-u32-nfkd-big.c: New file.
1366         * modules/uninorm/nfkd-tests: New file.
1367
1368         New module 'uninorm/nfkd'.
1369         * lib/uninorm/nfkd.c: New file.
1370         * modules/uninorm/nfkd: New file.
1371
1372         Tests for module 'uninorm/nfc'.
1373         * tests/uninorm/test-nfc.c: New file.
1374         * tests/uninorm/test-u8-nfc.c: New file.
1375         * tests/uninorm/test-u16-nfc.c: New file.
1376         * tests/uninorm/test-u32-nfc.c: New file.
1377         * tests/uninorm/test-u32-nfc-big.sh: New file.
1378         * tests/uninorm/test-u32-nfc-big.c: New file.
1379         * modules/uninorm/nfc-tests: New file.
1380
1381         New module 'uninorm/nfc'.
1382         * lib/uninorm/nfc.c: New file.
1383         * modules/uninorm/nfc: New file.
1384
1385         Tests for module 'uninorm/nfd'.
1386         * tests/uninorm/test-nfd.c: New file.
1387         * tests/uninorm/test-u8-nfd.c: New file.
1388         * tests/uninorm/test-u16-nfd.c: New file.
1389         * tests/uninorm/test-u32-nfd.c: New file.
1390         * tests/uninorm/test-u32-nfd-big.sh: New file.
1391         * tests/uninorm/test-u32-nfd-big.c: New file.
1392         * tests/uninorm/test-u32-normalize-big.h: New file.
1393         * tests/uninorm/test-u32-normalize-big.c: New file.
1394         * tests/uninorm/NormalizationTest.txt: New file, created from
1395         Unicode 5.1.0 NormalizationTest.txt.
1396         * modules/uninorm/nfd-tests: New file.
1397
1398         New module 'uninorm/nfd'.
1399         * lib/uninorm/nfd.c: New file.
1400         * modules/uninorm/nfd: New file.
1401
1402         New module 'uninorm/u32-normalize'.
1403         * lib/uninorm/u32-normalize.c: New file.
1404         * modules/uninorm/u32-normalize: New file.
1405
1406         New module 'uninorm/u16-normalize'.
1407         * lib/uninorm/u16-normalize.c: New file.
1408         * modules/uninorm/u16-normalize: New file.
1409
1410         New module 'uninorm/u8-normalize'.
1411         * lib/uninorm/u8-normalize.c: New file.
1412         * lib/uninorm/normalize-internal.h: New file.
1413         * lib/uninorm/u-normalize-internal.h: New file.
1414         * modules/uninorm/u8-normalize: New file.
1415
1416         New module 'uninorm/decompose-internal'.
1417         * lib/uninorm/decompose-internal.c: New file.
1418         * modules/uninorm/decompose-internal: New file.
1419
1420         Tests for module 'uninorm/composition'.
1421         * tests/uninorm/test-composition.c: New file.
1422         * modules/uninorm/composition-tests: New file.
1423
1424         New module 'uninorm/composition'.
1425         * lib/uninorm/composition.c: New file.
1426         * lib/uninorm/composition-table.gperf: New file, generated by
1427         gen-uni-tables.
1428         * modules/uninorm/composition: New file.
1429
1430         Tests for module 'uninorm/compat-decomposition'.
1431         * tests/uninorm/test-compat-decomposition.c: New file.
1432         * modules/uninorm/compat-decomposition-tests: New file.
1433
1434         New module 'uninorm/compat-decomposition'.
1435         * lib/uninorm/decompose-internal.h: New file.
1436         * lib/uninorm/compat-decomposition.c: New file.
1437         * modules/uninorm/compat-decomposition: New file.
1438
1439         Tests for module 'uninorm/canonical-decomposition'.
1440         * tests/uninorm/test-canonical-decomposition.c: New file.
1441         * modules/uninorm/canonical-decomposition-tests: New file.
1442
1443         New module 'uninorm/canonical-decomposition'.
1444         * lib/uninorm/canonical-decomposition.c: New file.
1445         * modules/uninorm/canonical-decomposition: New file.
1446
1447         Tests for module 'uninorm/decomposition'.
1448         * tests/uninorm/test-decomposition.c: New file.
1449         * modules/uninorm/decomposition-tests: New file.
1450
1451         New module 'uninorm/decomposition'.
1452         * lib/uninorm/decomposition.c: New file.
1453         * modules/uninorm/decomposition: New file.
1454
1455         New module 'uninorm/decomposition-table'.
1456         * lib/uninorm/decomposition-table.h: New file.
1457         * lib/uninorm/decomposition-table.c: New file.
1458         * lib/uninorm/decomposition-table1.h: New file, generated by
1459         gen-uni-tables.
1460         * lib/uninorm/decomposition-table2.h: New file, generated by
1461         gen-uni-tables.
1462         * modules/uninorm/decomposition-table: New file.
1463
1464         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1465         (UC_DECOMP_*): New enumeration items.
1466         (get_decomposition): New function.
1467         (struct decomp_table): New type.
1468         (output_decomposition, output_decomposition_tables): New functions.
1469         (unicode_composition_exclusions): New variable.
1470         (fill_composition_exclusions, debug_output_composition_tables): New
1471         functions.
1472         (main): Accept one more argument. Invoke fill_composition_exclusions.
1473         Output decomposition and composition tables.
1474
1475         New module 'uninorm/base'.
1476         * lib/uninorm.h: New file.
1477         * lib/unictype.h: Update comment.
1478         * modules/uninorm/base: New file.
1479
1480 2009-02-21  David Lutterkort  <lutter@redhat.com>
1481
1482         Tests for module 'safe-alloc'.
1483         * tests/test-safe-alloc.c: New file.
1484         * modules/safe-alloc-tests: New file.
1485
1486         New module 'safe-alloc'.
1487         * lib/safe-alloc.h: New file.
1488         * lib/safe-alloc.c: New file.
1489         * m4/safe-alloc.m4: New file.
1490         * modules/safe-alloc: New file.
1491         * doc/safe-alloc.texi: New file.
1492         * doc/gnulib.texi: Include it.
1493         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1494         safe-alloc.
1495
1496 2009-02-18  Bruno Haible  <bruno@clisp.org>
1497
1498         Fix link error on non-glibc systems.
1499         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1500         variable.
1501         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1502
1503 2009-02-18  Jim Meyering  <meyering@redhat.com>
1504
1505         fts: avoid used-uninitialized error due to recent change
1506         * lib/fts.c (fts_read): Guard uses of the new member,
1507         parent->fts_n_dirs_remaining, since it's not relevant for
1508         the parent of a directory specified on the command-line.
1509
1510 2009-02-17  James Youngman  <jay@gnu.org>
1511             Bruno Haible  <bruno@clisp.org>
1512
1513         * m4/include_next.m4: Reformulate comment.
1514
1515 2009-02-16  Jim Meyering  <meyering@redhat.com>
1516
1517         fts: add #if guards so that the fts_lgpl module still builds
1518         * lib/fts.c: Guard just-added hash-table-using parts with
1519         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1520         Reported by Simon Josefsson.
1521
1522 2009-02-15  Bruno Haible  <bruno@clisp.org>
1523
1524         * modules/array-mergesort-tests: New file.
1525         * tests/test-array-mergesort.c: New file.
1526
1527         New module 'array-mergesort'.
1528         * modules/array-mergesort: New file.
1529         * lib/array-mergesort.h: New file.
1530
1531 2009-02-15  Bruno Haible  <bruno@clisp.org>
1532
1533         Fix 2009-02-07 commit.
1534         * lib/gen-uni-tables.c (output_predicate, output_category,
1535         output_combclass, output_bidi_category, output_decimal_digit,
1536         output_digit, output_numeric, output_mirror, output_scripts,
1537         output_ident_category, output_simple_mapping): Fix format directives.
1538         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1539
1540 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1541
1542         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1543         fixes are available from IBM.
1544
1545 2009-02-13  Jim Meyering  <meyering@redhat.com>
1546
1547         fts: arrange not to stat non-directories in more cases
1548         This makes GNU find (when it doesn't need to stat each file)
1549         *much* more efficient at traversing reiserfs file systems.
1550         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1551         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1552         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1553         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1554         (leaf_optimization_applies): New function.
1555         (LCO_hash, LCO_compare): New helper functions.
1556         (link_count_optimize_ok): New function.
1557         (fts_stat): Initialize new member (if dir).
1558         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1559         we've just stat'ed a directory.  Skip the stat call when possible.
1560         ---
1561         Note this AFS-related exchange:
1562         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1563         and note find's pioctl call in find/fstype.c.
1564         But that is necessary only if you want to enable the
1565         optimization for AFS, and for now, I don't.
1566
1567         fts: move a function definition "up" (no semantic change)
1568         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1569         "up" to precede upcoming use of a related function.
1570
1571 2009-02-11  Jim Meyering  <meyering@redhat.com>
1572
1573         fts: correct internal computation of nlinks (optimization-related)
1574         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1575         whether the current entry is a directory, so don't test it.
1576
1577 2009-02-10  Bruno Haible  <bruno@clisp.org>
1578
1579         Tests for module 'uniwbrk/ulc-wordbreaks'.
1580         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1581         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1582         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1583
1584         Tests for module 'uniwbrk/u32-wordbreaks'.
1585         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1586         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1587
1588         Tests for module 'uniwbrk/u16-wordbreaks'.
1589         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1590         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1591
1592         Tests for module 'uniwbrk/u8-wordbreaks'.
1593         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1594         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1595
1596 2009-02-10  Bruno Haible  <bruno@clisp.org>
1597
1598         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1599         property.
1600         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1601         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1602         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1603
1604 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1605
1606         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1607         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1608
1609 2009-02-10  Bruno Haible  <bruno@clisp.org>
1610
1611         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1612         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1613         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1614         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1615         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1616         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1617
1618 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1619
1620         * lib/sockets.h (gl_fd_to_handle): New function.
1621
1622         * tests/test-sockets.c: Call gl_fd_to_handle.
1623
1624 2009-02-09  Bruno Haible  <bruno@clisp.org>
1625
1626         * doc/havelib.texi: Document the conventions on bi-arch systems.
1627
1628 2009-02-08  Bruno Haible  <bruno@clisp.org>
1629
1630         Document the AC_LIB_LINKFLAGS macro.
1631         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1632         * doc/gnulib.texi: Include it.
1633
1634 2009-02-08  Bruno Haible  <bruno@clisp.org>
1635
1636         Fix wrong order of sections, compared to TOC.
1637         * doc/gnulib.texi: Include relocatable-maint.texi after the
1638         "Regular expressions" node, not before.
1639
1640 2009-02-08  Bruno Haible  <bruno@clisp.org>
1641
1642         Tests for module 'unicase/totitle'.
1643         * modules/unicase/totitle-tests: New file.
1644
1645         Tests for module 'unicase/tolower'.
1646         * modules/unicase/tolower-tests: New file.
1647
1648         Tests for module 'unicase/toupper'.
1649         * modules/unicase/toupper-tests: New file.
1650         * tests/unicase/test-mapping-part1.h: New file.
1651         * tests/unicase/test-mapping-part2.h: New file.
1652
1653         New module 'unicase/totitle'.
1654         * modules/unicase/totitle: New file.
1655         * lib/unicase/totitle.c: New file.
1656
1657         New module 'unicase/tolower'.
1658         * modules/unicase/tolower: New file.
1659         * lib/unicase/tolower.c: New file.
1660
1661         New module 'unicase/toupper'.
1662         * modules/unicase/toupper: New file.
1663         * lib/unicase/toupper.c: New file.
1664         * lib/unicase/simple-mapping.h: New file.
1665
1666         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1667         (mapping_table): New structure.
1668         (output_simple_mapping): New function.
1669         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1670         * modules/gen-uni-tables (Description): Update.
1671         * lib/unicase/toupper.h: New file, automatically generated by
1672         gen-uni-tables.
1673         * lib/unicase/tolower.h: New file, automatically generated by
1674         gen-uni-tables.
1675         * lib/unicase/totitle.h: New file, automatically generated by
1676         gen-uni-tables.
1677         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1678         gen-uni-tables.
1679         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1680         gen-uni-tables.
1681         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1682         gen-uni-tables.
1683
1684         New module 'unicase/base'.
1685         * modules/unicase/base: New file.
1686         * lib/unicase.h: New file.
1687
1688 2009-02-08  Bruno Haible  <bruno@clisp.org>
1689
1690         New module 'uniwbrk/ulc-wordbreaks'.
1691         * modules/uniwbrk/ulc-wordbreaks: New file.
1692         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1693
1694         New module 'uniwbrk/u32-wordbreaks'.
1695         * modules/uniwbrk/u32-wordbreaks: New file.
1696         * lib/uniwbrk/u32-wordbreaks.c: New file.
1697
1698         New module 'uniwbrk/u16-wordbreaks'.
1699         * modules/uniwbrk/u16-wordbreaks: New file.
1700         * lib/uniwbrk/u16-wordbreaks.c: New file.
1701
1702         New module 'uniwbrk/u8-wordbreaks'.
1703         * modules/uniwbrk/u8-wordbreaks: New file.
1704         * lib/uniwbrk/u8-wordbreaks.c: New file.
1705         * lib/uniwbrk/u-wordbreaks.h: New file.
1706
1707         New module 'uniwbrk/table'.
1708         * modules/uniwbrk/table: New file.
1709         * lib/uniwbrk/wbrktable.h: New file.
1710         * lib/uniwbrk/wbrktable.c: New file.
1711
1712         New module 'uniwbrk/wordbreak-property'.
1713         * modules/uniwbrk/wordbreak-property: New file.
1714         * lib/uniwbrk/wordbreak-property.c: New file.
1715
1716         * lib/gen-uni-tables.c (WBP_*): New enum items.
1717         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1718         (unicode_org_wbp): New variable.
1719         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1720         New functions.
1721         (wbp_table): New structure.
1722         (output_wbp, output_wbrk_tables): New functions.
1723         (main): Accept additional argument. Invoke fill_org_wbp,
1724         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1725         output_wbrk_tables.
1726         * modules/gen-uni-tables (Description): Update.
1727         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1728         gen-uni-tables.
1729
1730         New module 'uniwbrk/base'.
1731         * modules/uniwbrk/base: New file.
1732         * lib/uniwbrk.h: New file.
1733
1734 2009-02-08  Bruno Haible  <bruno@clisp.org>
1735
1736         Update to Unicode 5.1.0.
1737         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1738         U+2185..U+2188.
1739         (is_property_default_ignorable_code_point): Don't include characters
1740         of category Cc or Cs and not-a-characters.
1741         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1742         U+0D79, U+109E, U+109F, U+A60C.
1743         * lib/unictype/bidi_of.h: Regenerated.
1744         * lib/unictype/blocks.h: Regenerated.
1745         * lib/unictype/categ_C.h: Regenerated.
1746         * lib/unictype/categ_Cf.h: Regenerated.
1747         * lib/unictype/categ_Cn.h: Regenerated.
1748         * lib/unictype/categ_L.h: Regenerated.
1749         * lib/unictype/categ_Ll.h: Regenerated.
1750         * lib/unictype/categ_Lm.h: Regenerated.
1751         * lib/unictype/categ_Lo.h: Regenerated.
1752         * lib/unictype/categ_Lu.h: Regenerated.
1753         * lib/unictype/categ_M.h: Regenerated.
1754         * lib/unictype/categ_Mc.h: Regenerated.
1755         * lib/unictype/categ_Me.h: Regenerated.
1756         * lib/unictype/categ_Mn.h: Regenerated.
1757         * lib/unictype/categ_N.h: Regenerated.
1758         * lib/unictype/categ_Nd.h: Regenerated.
1759         * lib/unictype/categ_Nl.h: Regenerated.
1760         * lib/unictype/categ_No.h: Regenerated.
1761         * lib/unictype/categ_P.h: Regenerated.
1762         * lib/unictype/categ_Pd.h: Regenerated.
1763         * lib/unictype/categ_Pe.h: Regenerated.
1764         * lib/unictype/categ_Pf.h: Regenerated.
1765         * lib/unictype/categ_Pi.h: Regenerated.
1766         * lib/unictype/categ_Po.h: Regenerated.
1767         * lib/unictype/categ_Ps.h: Regenerated.
1768         * lib/unictype/categ_S.h: Regenerated.
1769         * lib/unictype/categ_Sk.h: Regenerated.
1770         * lib/unictype/categ_Sm.h: Regenerated.
1771         * lib/unictype/categ_So.h: Regenerated.
1772         * lib/unictype/categ_of.h: Regenerated.
1773         * lib/unictype/combining.h: Regenerated.
1774         * lib/unictype/ctype_alnum.h: Regenerated.
1775         * lib/unictype/ctype_alpha.h: Regenerated.
1776         * lib/unictype/ctype_graph.h: Regenerated.
1777         * lib/unictype/ctype_lower.h: Regenerated.
1778         * lib/unictype/ctype_print.h: Regenerated.
1779         * lib/unictype/ctype_punct.h: Regenerated.
1780         * lib/unictype/ctype_upper.h: Regenerated.
1781         * lib/unictype/decdigit.h: Regenerated.
1782         * lib/unictype/digit.h: Regenerated.
1783         * lib/unictype/mirror.h: Regenerated.
1784         * lib/unictype/numeric.h: Regenerated.
1785         * lib/unictype/pr_alphabetic.h: Regenerated.
1786         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1787         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1788         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1789         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1790         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1791         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1792         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1793         * lib/unictype/pr_combining.h: Regenerated.
1794         * lib/unictype/pr_dash.h: Regenerated.
1795         * lib/unictype/pr_decimal_digit.h: Regenerated.
1796         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1797         * lib/unictype/pr_deprecated.h: Regenerated.
1798         * lib/unictype/pr_diacritic.h: Regenerated.
1799         * lib/unictype/pr_extender.h: Regenerated.
1800         * lib/unictype/pr_format_control.h: Regenerated.
1801         * lib/unictype/pr_grapheme_base.h: Regenerated.
1802         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1803         * lib/unictype/pr_grapheme_link.h: Regenerated.
1804         * lib/unictype/pr_id_continue.h: Regenerated.
1805         * lib/unictype/pr_id_start.h: Regenerated.
1806         * lib/unictype/pr_ideographic.h: Regenerated.
1807         * lib/unictype/pr_ignorable_control.h: Regenerated.
1808         * lib/unictype/pr_lowercase.h: Regenerated.
1809         * lib/unictype/pr_math.h: Regenerated.
1810         * lib/unictype/pr_numeric.h: Regenerated.
1811         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1812         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1813         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1814         * lib/unictype/pr_other_id_continue.h: Regenerated.
1815         * lib/unictype/pr_other_lowercase.h: Regenerated.
1816         * lib/unictype/pr_other_math.h: Regenerated.
1817         * lib/unictype/pr_punctuation.h: Regenerated.
1818         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1819         * lib/unictype/pr_soft_dotted.h: Regenerated.
1820         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1821         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1822         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1823         * lib/unictype/pr_uppercase.h: Regenerated.
1824         * lib/unictype/pr_xid_continue.h: Regenerated.
1825         * lib/unictype/pr_xid_start.h: Regenerated.
1826         * lib/unictype/pr_zero_width.h: Regenerated.
1827         * lib/unictype/scripts.h: Regenerated.
1828         * lib/unictype/scripts_byname.gperf: Regenerated.
1829         * lib/unictype/sy_java_ident.h: Regenerated.
1830         * lib/unilbrk/lbrkprop1.h: Regenerated.
1831         * lib/unilbrk/lbrkprop2.h: Regenerated.
1832         * tests/unictype/test-categ_C.c: Regenerated.
1833         * tests/unictype/test-categ_Cf.c: Regenerated.
1834         * tests/unictype/test-categ_Cn.c: Regenerated.
1835         * tests/unictype/test-categ_L.c: Regenerated.
1836         * tests/unictype/test-categ_Ll.c: Regenerated.
1837         * tests/unictype/test-categ_Lm.c: Regenerated.
1838         * tests/unictype/test-categ_Lo.c: Regenerated.
1839         * tests/unictype/test-categ_Lu.c: Regenerated.
1840         * tests/unictype/test-categ_M.c: Regenerated.
1841         * tests/unictype/test-categ_Mc.c: Regenerated.
1842         * tests/unictype/test-categ_Me.c: Regenerated.
1843         * tests/unictype/test-categ_Mn.c: Regenerated.
1844         * tests/unictype/test-categ_N.c: Regenerated.
1845         * tests/unictype/test-categ_Nd.c: Regenerated.
1846         * tests/unictype/test-categ_Nl.c: Regenerated.
1847         * tests/unictype/test-categ_No.c: Regenerated.
1848         * tests/unictype/test-categ_P.c: Regenerated.
1849         * tests/unictype/test-categ_Pd.c: Regenerated.
1850         * tests/unictype/test-categ_Pe.c: Regenerated.
1851         * tests/unictype/test-categ_Pf.c: Regenerated.
1852         * tests/unictype/test-categ_Pi.c: Regenerated.
1853         * tests/unictype/test-categ_Po.c: Regenerated.
1854         * tests/unictype/test-categ_Ps.c: Regenerated.
1855         * tests/unictype/test-categ_S.c: Regenerated.
1856         * tests/unictype/test-categ_Sk.c: Regenerated.
1857         * tests/unictype/test-categ_Sm.c: Regenerated.
1858         * tests/unictype/test-categ_So.c: Regenerated.
1859         * tests/unictype/test-ctype_alnum.c: Regenerated.
1860         * tests/unictype/test-ctype_alpha.c: Regenerated.
1861         * tests/unictype/test-ctype_graph.c: Regenerated.
1862         * tests/unictype/test-ctype_lower.c: Regenerated.
1863         * tests/unictype/test-ctype_print.c: Regenerated.
1864         * tests/unictype/test-ctype_punct.c: Regenerated.
1865         * tests/unictype/test-ctype_upper.c: Regenerated.
1866         * tests/unictype/test-decdigit.h: Regenerated.
1867         * tests/unictype/test-digit.h: Regenerated.
1868         * tests/unictype/test-numeric.h: Regenerated.
1869         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1870         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1871         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1872         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1873         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1874         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1875         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1876         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1877         * tests/unictype/test-pr_combining.c: Regenerated.
1878         * tests/unictype/test-pr_dash.c: Regenerated.
1879         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1880         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1881         * tests/unictype/test-pr_deprecated.c: Regenerated.
1882         * tests/unictype/test-pr_diacritic.c: Regenerated.
1883         * tests/unictype/test-pr_extender.c: Regenerated.
1884         * tests/unictype/test-pr_format_control.c: Regenerated.
1885         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1886         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1887         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1888         * tests/unictype/test-pr_id_continue.c: Regenerated.
1889         * tests/unictype/test-pr_id_start.c: Regenerated.
1890         * tests/unictype/test-pr_ideographic.c: Regenerated.
1891         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1892         * tests/unictype/test-pr_lowercase.c: Regenerated.
1893         * tests/unictype/test-pr_math.c: Regenerated.
1894         * tests/unictype/test-pr_numeric.c: Regenerated.
1895         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1896         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1897         Regenerated.
1898         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1899         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1900         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1901         * tests/unictype/test-pr_other_math.c: Regenerated.
1902         * tests/unictype/test-pr_punctuation.c: Regenerated.
1903         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1904         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1905         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1906         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1907         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1908         * tests/unictype/test-pr_uppercase.c: Regenerated.
1909         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1910         * tests/unictype/test-pr_xid_start.c: Regenerated.
1911         * tests/unictype/test-pr_zero_width.c: Regenerated.
1912
1913         Update to Unicode 5.1.0.
1914         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1915         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1916         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1917         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1918         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1919         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1920         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1921         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1922         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1923         (nonspacing_table_ind): Update.
1924         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1925
1926         Update to Unicode 5.1.0.
1927         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1928         code transform.
1929         * lib/uniname/uniname.c (unicode_character_name,
1930         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1931         * lib/uniname/uninames.h: Regenerated.
1932         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1933
1934 2009-02-07  Bruno Haible  <bruno@clisp.org>
1935
1936         Merge gen-ctype and gen-lbrk into a single program.
1937         * lib/gen-uni-tables.c: New file, incorporating
1938         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1939         Add directory prefixes to the names of the generated files.
1940         * lib/unictype/gen-ctype.c: Remove file.
1941         * lib/unilbrk/gen-lbrk.c: Remove file.
1942         * modules/gen-uni-tables: New file.
1943         * modules/unictype/gen-ctype: Remove file.
1944         * modules/unilbrk/gen-lbrk: Remove file.
1945
1946 2009-02-07  Bruno Haible  <bruno@clisp.org>
1947
1948         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1949
1950         New module 'unistr/u32-strcoll'.
1951         * modules/unistr/u32-strcoll: New file.
1952         * lib/unistr/u32-strcoll.c: New file.
1953
1954         New module 'unistr/u16-strcoll'.
1955         * modules/unistr/u16-strcoll: New file.
1956         * lib/unistr/u16-strcoll.c: New file.
1957
1958         New module 'unistr/u8-strcoll'.
1959         * modules/unistr/u8-strcoll: New file.
1960         * lib/unistr/u8-strcoll.c: New file.
1961         * lib/unistr/u-strcoll.h: New file.
1962
1963 2009-02-07  Bruno Haible  <bruno@clisp.org>
1964
1965         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1966         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1967         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1968         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1969         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1970         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1971
1972 2009-02-07  Bruno Haible  <bruno@clisp.org>
1973
1974         Make 64-bit clean.
1975         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1976         output_combclass, output_bidi_category, output_decimal_digit,
1977         output_digit, output_numeric, output_mirror, output_scripts,
1978         output_ident_category): Use proper width specifier in format strings.
1979
1980 2009-02-07  Bruno Haible  <bruno@clisp.org>
1981
1982         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1983         failure behaviour.
1984
1985 2009-02-07  Jim Meyering  <meyering@redhat.com>
1986
1987         regex: avoid compilation failure with upcoming gcc-4.4
1988         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1989         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1990         "... error: integer overflow in preprocessor expression".
1991
1992 2009-02-05  Ben Pfaff  <blp@gnu.org>
1993
1994         Fix link errors on Windows when close module is used.
1995         * modules/close: Add $(LIB_CLOSE) to Link section.
1996         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1997         $(LIB_CLOSE) on Windows.
1998
1999 2009-02-05  Jim Meyering  <meyering@redhat.com>
2000
2001         still avoid unused-parameter warnings, but do it cleanly
2002         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
2003         (get_fs_usage): Cast to void instead.
2004         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
2005         (dev_from_mount_options, read_file_system_list): Cast to void.
2006         Prompted by Bruno Haible.
2007
2008 2009-02-04  Jim Meyering  <meyering@redhat.com>
2009
2010         fsusage.c: correct copyright year
2011         * lib/fsusage.c: Reflect year in which the change is pushed into
2012
2013         avoid misc. warnings
2014         * lib/fsusage.c (UNUSED_PARAM): Define.
2015         (get_fs_usage): Mark parameter "disk" as unused.
2016         * lib/getugroups.c (getgrent): Use "void" in prototype.
2017         * lib/mountlist.c: Mark unused parameters.
2018         (read_file_system_list): Declare a local with "const".
2019         * lib/nanosleep.c (getnow): Declare static.
2020         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
2021
2022         dirfd: set errno upon failure
2023         * lib/dirfd.c: Include <errno.h>.
2024         Set errno to ENOTSUP when returning -1.
2025         * modules/dirfd (Depends-on): Add errno.
2026         Suggested by John Kodis <kodis@comcast.net>.
2027
2028 2009-02-01  Bruno Haible  <bruno@clisp.org>
2029
2030         Don't assume sizeof (long) >= sizeof (void *).
2031         * lib/memcmp.c: Include stdint.h.
2032         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
2033         srcp2 to 'const byte *'.
2034         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
2035         types to uintptr_t.
2036         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
2037         * modules/memcmp (Depends-on): Add stdint.
2038         Reported by Ozkan Sezer <sezeroz@gmail.com>.
2039
2040 2009-01-30  Eric Blake  <ebb9@byu.net>
2041
2042         fix more require-before-expand issues
2043         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
2044         expand, AC_PROG_AWK.
2045         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
2046
2047 2009-01-28  Eric Blake  <ebb9@byu.net>
2048
2049         version-etc: use consistent URL formatting
2050         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
2051         Improve formatting.  Use fputs for string without %.
2052
2053 2009-01-28  Jim Meyering  <meyering@redhat.com>
2054
2055         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
2056         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
2057         "underquoted definition of NAME" from autoconf-2.59.
2058
2059 2009-01-28  Bruno Haible  <bruno@clisp.org>
2060
2061         * doc/gnulib.texi: Add "Obsolete modules" to index.
2062
2063 2009-01-28  Jim Meyering  <meyering@redhat.com>
2064
2065         useless-if-before-free: recognize more variants
2066         * build-aux/useless-if-before-free: Also recognize e.g.,
2067         if (NULL != p) free (p);
2068
2069 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
2070
2071         test-getaddrinfo: skip (don't fail) this test when there's no network
2072         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
2073         on the presumption that it means you lack network access.
2074
2075 2009-01-26  Jim Meyering  <meyering@redhat.com>
2076
2077         fflush: avoid warnings on modern systems
2078         * lib/fflush.c (rpl_fflush): Move declarations of locals,
2079         pos and result, into scopes where they're used.
2080
2081 2009-01-26  Eric Blake  <ebb9@byu.net>
2082
2083         Silence warning reintroduced by recent extensions patch.
2084         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
2085         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
2086         autoconf.
2087
2088         Backport improved autoconf semantics of AC_DEFUN_ONCE.
2089         * m4/00gnulib.m4: New file.
2090         * gnulib-tool (func_get_filelist): Always use it.
2091         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
2092         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
2093
2094 2009-01-25  Bruno Haible  <bruno@clisp.org>
2095
2096         Make test-quotearg work on MacOS X and AIX.
2097         * tests/test-quotearg.sh: New file.
2098         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
2099         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
2100         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
2101         include <libintl.h>.
2102         (fake_locale): Remove variable.
2103         (gettext, dgettext, dcgettext): Remove functions.
2104         (main): Instead of setting a fake locale, set a real locale. Call
2105         textdomain and bindtextdomain.
2106         * modules/quotearg-tests (Files): Add the new files.
2107         (Depends-on): Add gettext, setenv, unsetenv.
2108         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2109         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
2110         Augment TESTS_ENVIRONMENT.
2111
2112 2009-01-25  Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
2115         fr_FR.ISO8859-1 locale on MacOS X.
2116         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
2117         ja_JP.eucJP locale on MacOS X.
2118         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
2119         zh_CN.GB18030 locale on MacOS X.
2120
2121 2009-01-25  Bruno Haible  <bruno@clisp.org>
2122
2123         Avoid link errors on MacOS X 10.3.
2124         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
2125         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
2126
2127 2009-01-25  Bruno Haible  <bruno@clisp.org>
2128
2129         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2130         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
2131         * modules/pipe (Files): Remove m4/posix_spawn.m4.
2132         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2133         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
2134         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2135         posix_spawnattr_init, posix_spawnattr_setsigmask,
2136         posix_spawnattr_setflags, posix_spawnattr_destroy.
2137
2138         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2139         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
2140         * modules/execute (Files): Remove m4/posix_spawn.m4.
2141         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2142         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2143         posix_spawnattr_init, posix_spawnattr_setsigmask,
2144         posix_spawnattr_setflags, posix_spawnattr_destroy.
2145
2146 2009-01-25  Bruno Haible  <bruno@clisp.org>
2147
2148         * lib/glthread/threadlib.c: Include <stdlib.h>.
2149
2150 2009-01-25  Bruno Haible  <bruno@clisp.org>
2151
2152         * lib/glthread/threadlib.c (dummy): New declaration.
2153
2154 2009-01-25  Bruno Haible  <bruno@clisp.org>
2155
2156         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
2157         multibyte characters also for the GB18030 encoding. Don't crash when
2158         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
2159
2160 2009-01-25  Bruno Haible  <bruno@clisp.org>
2161
2162         Avoid redefining 'struct random_data' on OSF/1 5.1.
2163         * lib/stdlib.in.h: Include <random.h> if it exists.
2164         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
2165         HAVE_RANDOM_H. Include <random.h> when testing whether
2166         'struct random_data' exists.
2167         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
2168
2169 2009-01-25  Bruno Haible  <bruno@clisp.org>
2170
2171         Don't install charset.alias on MacOS X >= 10.3.
2172         * lib/localcharset.c (DARWIN7): New macro.
2173         (get_charset_aliases): Hardcode the result for Darwin7.
2174         * modules/localcharset (install-exec-local): Don't install
2175         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
2176
2177 2009-01-25  Bruno Haible  <bruno@clisp.org>
2178
2179         Don't install charset.alias on mingw and Cygwin.
2180         * modules/localcharset (install-exec-local): Don't install
2181         charset.alias on mingw and Cygwin, if the file does not yet exist.
2182         The result for these platforms is hardcoded in localcharset.c.
2183
2184 2009-01-25  Bruno Haible  <bruno@clisp.org>
2185
2186         Make it possible again to use AC_GNU_SOURCE together with gnulib.
2187         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
2188         before requiring AC_USE_SYSTEM_EXTENSIONS.
2189
2190 2009-01-25  Jim Meyering  <meyering@redhat.com>
2191
2192         c-strtod: avoid warnings
2193         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
2194         "assignment discards qualifiers from pointer target type" warnings.
2195
2196 2009-01-24  Bruno Haible  <bruno@clisp.org>
2197
2198         Add support for non-UTF-8 locales on MacOS X.
2199         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
2200         canonical encodings. For Darwin 7 and newer, don't map traditional
2201         encodings to UTF-8.
2202         Reported by Vincent Lefevre <vincent@vinc17.org>
2203         at <http://savannah.gnu.org/bugs/?25235>.
2204
2205 2009-01-24  Bruno Haible  <bruno@clisp.org>
2206
2207         * doc/gnulib.texi (Obsolete modules): New section.
2208         Reported by Mike Frysinger <vapier@gentoo.org>.
2209
2210 2009-01-24  Bruno Haible  <bruno@clisp.org>
2211
2212         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2213         (%.dvi): New rule.
2214
2215 2009-01-24  Bruno Haible  <bruno@clisp.org>
2216
2217         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2218         Reported by Eric Blake.
2219
2220 2009-01-24  Bruno Haible  <bruno@clisp.org>
2221
2222         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2223         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2224         Reported by Gary V. Vaughan <gary@gnu.org>.
2225
2226 2009-01-24  Bruno Haible  <bruno@clisp.org>
2227
2228         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2229
2230 2009-01-23  Bruno Haible  <bruno@clisp.org>
2231
2232         Make c-strtod, c-strtold usable in libraries.
2233         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2234         (C_STRTOD): Call strdup instead of xstrdup.
2235         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2236         * modules/c-strtold (Depends-on): Likewise.
2237         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2238         * NEWS: Mention the change.
2239         Reported by Michael Gold <mgold@ncf.ca>.
2240
2241 2009-01-23  Jim Meyering  <meyering@redhat.com>
2242
2243         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2244         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2245         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2246
2247 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2248
2249         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2250         GNU CoreUtils.
2251         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2252         * modules/version-etc (Description): Update.
2253
2254 2009-01-22  Bruno Haible  <bruno@clisp.org>
2255
2256         Cache the C locale object.
2257         * lib/c-strtod.c (c_locale_cache): New variable.
2258         (c_locale): New function.
2259         (C_STRTOD): Use it, and don't call freelocale.
2260         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2261         Suggested by Paolo Bonzini.
2262
2263 2009-01-21  Bruno Haible  <bruno@clisp.org>
2264
2265         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2266         conditions other than overflow.
2267
2268 2009-01-21  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/c-strtod.c: Include errno.h.
2271         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2272         value from STRTOD_L and STRTOD.
2273
2274 2009-01-21  Bruno Haible  <bruno@clisp.org>
2275         and Jim Meyering  <meyering@redhat.com>
2276
2277         nanosleep: skip configure test (fail it) for apple universal builds
2278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2279         universal builds, assume that nanosleep does not work.
2280         * modules/nanosleep (Depends-on): Add multiarch.
2281
2282         mktime: skip configure test (fail it) for apple universal builds
2283         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2284         universal builds, assume that mktime does not work.
2285         * modules/mktime (Depends-on): Add multiarch.
2286
2287 2009-01-21  Eric Blake  <ebb9@byu.net>
2288
2289         multiarch: avoid expand-before-require warning
2290         * modules/multiarch (configure.ac): Require, rather than expand,
2291         gl_MULTIARCH.
2292         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2293         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2294         enforce that all clients require it.  Partial reversion of
2295         2008-12-29 patch.
2296
2297         error: avoid expand-before-require warning
2298         * modules/errno (configure.ac): Require, rather than expand,
2299         gl_HEADER_ERRNO_H.
2300         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2301         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2302         enforce that all clients require it.
2303
2304         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2305         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2306         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2307         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2308
2309 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2310
2311         Revert:
2312         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2313
2314         regex: do not depend on obsolete modules.
2315         * modules/regex: Remove memcmp and memmove.
2316
2317 2009-01-20  Bruno Haible  <bruno@clisp.org>
2318
2319         Make the 'link' module link on Windows NT 4.
2320         * lib/link.c (_WIN32_WINNT): Don't define.
2321         (CreateHardLinkFuncType): New type.
2322         (CreateHardLinkFunc, initialized): New variables.
2323         (initialize): New function.
2324         (link): Invoke CreateHardLink indirectly through the function pointer.
2325
2326 2009-01-20  Bruno Haible  <bruno@clisp.org>
2327
2328         Fix compilation failure on mingw.
2329         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2330
2331 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2332
2333         * doc/c-strtod.texi: Mention a couple of restrictions.
2334
2335 2009-01-20  Jim Meyering  <meyering@redhat.com>
2336
2337         gettimeofday: move more declarations out of functions
2338         * lib/gettimeofday.c: Move extern declarations of tzset and
2339         gmtime out of containing functions.  Prompted by Bruno Haible.
2340
2341 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2342
2343         regex: do not depend on obsolete modules.
2344         * modules/regex: Remove memcmp and memmove.
2345
2346 2009-01-19  Bruno Haible  <bruno@clisp.org>
2347
2348         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2349         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2350         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2351         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2352         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2353
2354 2009-01-19  Bruno Haible  <bruno@clisp.org>
2355
2356         * tests/test-link.c: Include <errno.h>.
2357         (main): Exit with code 77 when a hard link cannot be created due to
2358         the file system.
2359         * tests/test-link.sh: Skip test when a hard link cannot be created due
2360         to the file system.
2361         Suggested by Eric Blake.
2362
2363 2009-01-19  Martin Lambers  <marlam@marlam.de>
2364
2365         * modules/link-tests: New file.
2366         * tests/test-link.sh: New file.
2367         * tests/test-link.c: New file.
2368
2369 2009-01-19  Eric Blake  <ebb9@byu.net>
2370
2371         doc: mention another function added in cygwin 1.7.0
2372         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2373         Another new function in cygwin 1.7.
2374
2375 2009-01-19  Bruno Haible  <bruno@clisp.org>
2376
2377         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2378         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2379         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2380         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2381         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2382         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2383         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2384         * m4/md4.m4 (gl_MD4): Likewise.
2385         * m4/md5.m4 (gl_MD5): Likewise.
2386         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2387         * m4/sha1.m4 (gl_SHA1): Likewise.
2388         * m4/sha256.m4 (gl_SHA256): Likewise.
2389         * m4/sha512.m4 (gl_SHA512): Likewise.
2390
2391 2009-01-19  Bruno Haible  <bruno@clisp.org>
2392
2393         * modules/uniname/uniname-tests (Depends-on): Add progname.
2394         * tests/uniname/test-uninames.c: Include progname.h.
2395         (main): Call set_program_name.
2396
2397         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2398         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2399         (main): Call set_program_name.
2400
2401         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2402         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2403         (main): Call set_program_name.
2404
2405         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2406         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2407         (main): Call set_program_name.
2408
2409         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2410         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2411         (main): Call set_program_name.
2412
2413         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2414         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2415         (main): Call set_program_name.
2416
2417         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2418         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2419         (main): Call set_program_name.
2420
2421         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2422         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2423         (main): Call set_program_name.
2424
2425         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2426         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2427         (main): Call set_program_name.
2428
2429 2009-01-19  Eric Blake  <ebb9@byu.net>
2430
2431         test-unistd: test previous patch
2432         * tests/test-unistd.c: Test *_FILENO macros.
2433
2434         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2435         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2436         Guarantee a definition.
2437         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2438         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2439         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2440         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2441         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2442         Likewise.
2443         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2444         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2445         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2446         Likewise.
2447         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2448         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2449         (STDERR_FILENO): Likewise.
2450         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2451         (STDERR_FILENO): Likewise.
2452         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2453         (STDERR_FILENO): Likewise.
2454         Reported by Elbert Pol.
2455
2456 2009-01-19  Eric Blake  <ebb9@byu.net>
2457
2458         doc: mention more functions added in cygwin 1.7.0
2459         * doc/posix-functions/abort.texi (abort): Update wording related
2460         to cygwin.
2461         * doc/posix-functions/daylight.texi (daylight): Likewise.
2462         * doc/posix-functions/optarg.texi (optarg): Likewise.
2463         * doc/posix-functions/optarg.texi (opterr): Likewise.
2464         * doc/posix-functions/optarg.texi (optind): Likewise.
2465         * doc/posix-functions/optarg.texi (optopt): Likewise.
2466         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2467         worked in 1.5.x, and was withdrawn in 1.7.
2468         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2469         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2470         cygwin versions.
2471         * doc/posix-functions/perror.texi (perror): Likewise.
2472         * doc/posix-functions/printf.texi (printf): Likewise.
2473         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2474         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2475         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2476         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2477         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2478         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2479         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2480         Likewise.
2481         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2482         Likewise.
2483         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2484         this function.
2485         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2486         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2487         Likewise.
2488         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2489         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2490         * doc/posix-functions/confstr.texi (confstr): Likewise.
2491         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2492         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2493         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2494         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2495         * doc/posix-functions/fputws.texi (fputws): Likewise.
2496         * doc/posix-functions/fwide.texi (fwide): Likewise.
2497         * doc/posix-functions/getwc.texi (getwc): Likewise.
2498         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2499         * doc/posix-functions/putwc.texi (putwc): Likewise.
2500         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2501         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2502         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2503         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2504         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2505         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2506         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2507         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2508         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2509         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2510         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2511
2512 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2513
2514         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2515         * lib/ioctl.c: Include <sys/ioctl.h>.
2516
2517 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2518
2519         * modules/getdate-tests (Depends-on): Add progname.
2520         * tests/test-getdate.c: Use progname module, to avoid link errors
2521         on non-glibc systems.
2522
2523 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2524
2525         * modules/filenamecat-tests (Depends-on): Add progname.
2526         * modules/fstrcmp-tests (Depends-on): Likewise.
2527
2528         * tests/test-filenamecat.c: Use progname module, to avoid link
2529         errors on non-glibc systems.
2530         * tests/test-fstrcmp.c: Likewise.
2531
2532 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2533
2534         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2535         * lib/gettimeofday.c: Move extern declaration out of function.
2536
2537 2009-01-18  Bruno Haible  <bruno@clisp.org>
2538
2539         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2540         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2541         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2542
2543 2009-01-18  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/strftime.c (MEMPCPY): Remove unused macro.
2546         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2547
2548 2009-01-18  Martin Lambers  <marlam@marlam.de>
2549
2550         New module 'link'.
2551         * lib/unistd.in.h (link): New declaration.
2552         * lib/link.c: New file.
2553         * m4/link.m4: New file.
2554         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2555         HAVE_LINK.
2556         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2557         * modules/link: New file.
2558         * doc/posix-functions/link.texi: Mention the new module.
2559
2560 2009-01-18  Bruno Haible  <bruno@clisp.org>
2561
2562         * tests/test-avltree_list.c (main): Call set_program_name.
2563         * tests/test-avltree_oset.c (main): Likewise.
2564         * tests/test-obstack-printf.c: Include progname.h.
2565         (main): Call set_program_name.
2566         * tests/test-quotearg.c: Include progname.h.
2567         (main): Call set_program_name.
2568         * tests/test-xmemdup0.c: Include progname.h.
2569         (main): Call set_program_name.
2570
2571 2009-01-18  Bruno Haible  <bruno@clisp.org>
2572
2573         New module 'alphasort'.
2574         * lib/dirent.in.h (alphasort): New declaration.
2575         * lib/alphasort.c: New file, from glibc with modifications.
2576         * m4/alphasort.m4: New file.
2577         * modules/alphasort: New file.
2578         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2579         HAVE_ALPHASORT.
2580         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2581         HAVE_ALPHASORT.
2582         * doc/posix-functions/alphasort.texi: Mention the new module and the
2583         portability problems.
2584
2585 2009-01-18  Bruno Haible  <bruno@clisp.org>
2586
2587         New module 'scandir'.
2588         * lib/dirent.in.h (scandir): New declaration.
2589         * lib/scandir.c: New file, from glibc with modifications.
2590         * m4/scandir.m4: New file.
2591         * modules/scandir: New file.
2592         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2593         HAVE_SCANDIR.
2594         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2595         HAVE_SCANDIR.
2596         * doc/posix-functions/scandir.texi: Mention the new module and the
2597         portability problems.
2598
2599 2009-01-17  Bruno Haible  <bruno@clisp.org>
2600
2601         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2602         Update documentation.
2603         (func_remove_suffix): Escape all dots in the suffix. Update
2604         documentation.
2605         (func_filter_filelist): Update documentation.
2606         Reported by Ralf Wildenhues.
2607
2608 2009-01-17  Bruno Haible  <bruno@clisp.org>
2609
2610         * modules/dprintf-posix-tests: New file.
2611         * tests/test-dprintf-posix.sh: New file.
2612         * tests/test-dprintf-posix.c: New file.
2613
2614         New modules 'dprintf', 'dprintf-posix'.
2615         * lib/stdio.in.h (dprintf): New declaration.
2616         * lib/dprintf.c: New file.
2617         * m4/dprintf.m4: New file.
2618         * m4/dprintf-posix.m4: New file.
2619         * modules/dprintf: New file.
2620         * modules/dprintf-posix: New file.
2621         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2622         HAVE_DPRINTF, REPLACE_DPRINTF.
2623         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2624         HAVE_DPRINTF, REPLACE_DPRINTF.
2625         * doc/posix-functions/dprintf.texi: Mention the new modules.
2626
2627 2009-01-17  Bruno Haible  <bruno@clisp.org>
2628
2629         * modules/vdprintf-posix-tests: New file.
2630         * tests/test-vdprintf-posix.sh: New file.
2631         * tests/test-vdprintf-posix.c: New file.
2632
2633         New modules 'vdprintf', 'vdprintf-posix'.
2634         * lib/stdio.in.h (vdprintf): New declaration.
2635         * lib/vdprintf.c: New file.
2636         * m4/vdprintf.m4: New file.
2637         * m4/vdprintf-posix.m4: New file.
2638         * modules/vdprintf: New file.
2639         * modules/vdprintf-posix: New file.
2640         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2641         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2642         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2643         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2644         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2645
2646 2009-01-17  Bruno Haible  <bruno@clisp.org>
2647
2648         Fix replacement of fopen on mingw.
2649         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2650         mingw.
2651
2652 2009-01-17  Bruno Haible  <bruno@clisp.org>
2653
2654         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2655         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2656
2657 2009-01-17  Bruno Haible  <bruno@clisp.org>
2658
2659         Avoid test-fflush2.sh failure on mingw.
2660         * tests/test-fflush2.c: Include binary-io.h.
2661         (main): Put standard input into binary mode.
2662         * modules/fflush-tests (Depends-on): Add binary-io.
2663
2664 2009-01-17  Bruno Haible  <bruno@clisp.org>
2665
2666         * lib/wchar.in.h: In another particular situation, include only the
2667         system's <wchar.h> file.
2668         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2669         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2670         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2671
2672 2009-01-17  Bruno Haible  <bruno@clisp.org>
2673
2674         Support for stripping executables in --enable-relocatable.
2675         * build-aux/install-reloc: Expect one more argument, or an environment
2676         variable RELOC_STRIP_PROG. If set, strip the destination program and
2677         its wrapper.
2678         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2679         RELOC_STRIP_PROG.
2680         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2681         to set RELOCATABLE_STRIP.
2682         * NEWS: Mention the new Makefile requirement.
2683
2684 2009-01-17  Bruno Haible  <bruno@clisp.org>
2685
2686         * build-aux/install-reloc: Remove debugging information left over by
2687         C compiler on MacOS X.
2688
2689 2009-01-17  Bruno Haible  <bruno@clisp.org>
2690
2691         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2692         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2693         _NSGetExecutablePath.
2694
2695 2009-01-16  Jim Meyering  <meyering@redhat.com>
2696
2697         strerror: avoid warnings about discarding "const"
2698         * lib/strerror.c (rpl_strerror): Instead of returning a const
2699         string from each and every "case", use a variable, and add a single
2700         cast after the switch.
2701
2702 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2703
2704         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2705
2706 2009-01-16  Bruno Haible  <bruno@clisp.org>
2707
2708         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2709         array initializer syntax that also works in C++ mode.
2710         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2711
2712 2009-01-16  Jim Meyering  <meyering@redhat.com>
2713
2714         poll: suppress a warning
2715         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2716         to ignore "...unsigned expression < 0 is always false" warnings.
2717
2718 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2719
2720         poll: remove declarations of unused variables
2721         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2722         sockbuf and optlen.
2723
2724 2009-01-15  Bruno Haible  <bruno@clisp.org>
2725
2726         Make fflush-after-ungetc POSIX compliant on BSD systems.
2727         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2728         (clear_ungetc_buffer): Implement also for other systems.
2729         (rpl_fflush): On glibc systems, invoke
2730         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2731         clear_ungetc_buffer after fetching the stream's position, not before.
2732
2733 2009-01-15  Bruno Haible  <bruno@clisp.org>
2734
2735         Make fflush-after-ungetc POSIX compliant on glibc systems.
2736         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2737         after ungetc.
2738         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2739         (rpl_fflush): On glibc systems, simply call the system's fflush
2740         function after clearing the ungetc buffer.
2741         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2742         Instead, lseek only to the end of file, then use the system's fseeko
2743         for the rest. On glibc systems, reset the EOF indicator bit.
2744
2745 2009-01-15  Jim Meyering  <meyering@redhat.com>
2746
2747         openmp.m4: revert quote-adding change, for portability to older autoconf
2748         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2749         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2750         Simon Josefsson noticed the problem when using autoconf-2.61.
2751
2752 2009-01-15  Bruno Haible  <bruno@clisp.org>
2753
2754         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2755         * tests/test-fflush2.c (ASSERT): Always fail.
2756         (main): Add two tests for fflush() after ungetc(), taking into account
2757         the Austin Group's clarification.
2758         Suggested by Eric Blake.
2759
2760 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2761
2762         mktime.m4: remove K&R-style function prototypes
2763         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2764         for the Sun C++ compiler.
2765
2766 2009-01-14  Bruno Haible  <bruno@clisp.org>
2767
2768         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2769         while including <wchar.h>.
2770         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2771         the system's <wchar.h> file.
2772         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2773
2774 2009-01-14  Bruno Haible  <bruno@clisp.org>
2775
2776         * m4/csharp.m4: Don't mention gettext on the serial number line.
2777         * m4/csharpexec.m4: Likewise.
2778         * m4/eaccess.m4: Likewise.
2779         * m4/javaexec.m4: Likewise.
2780         * m4/sig_atomic_t.m4: Likewise.
2781         * m4/tmpdir.m4: Likewise.
2782         * m4/intldir.m4: Bump gettext version.
2783         * m4/lib-ld.m4: Likewise.
2784
2785 2009-01-14  Bruno Haible  <bruno@clisp.org>
2786
2787         * lib/progname.c (set_program_name): Add more comments.
2788         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2789
2790 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2791
2792         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2793         were sys/stat.h does not define it.
2794
2795 2009-01-14  Jim Meyering  <meyering@redhat.com>
2796
2797         many *.m4 files: improve m4 quoting
2798         99% of this change was performed by running the following commands:
2799         git ls-files | grep '\.m4$' | xargs perl -pi \
2800           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2801           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2802           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2803           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2804         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2805         The remainder were to add Copyright dates, increment serial numbers,
2806         undo some changes in comments, exclude m4/intl.m4, and add quotes
2807         around the "1" in ",1" where the unusual spacing prohibited the
2808         above regexps from doing the job.  For more details, see
2809         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2810         * m4/acl.m4: Modified.
2811         * m4/afs.m4: Likewise.
2812         * m4/alloca.m4: Likewise.
2813         * m4/argp.m4: Likewise.
2814         * m4/argz.m4: Likewise.
2815         * m4/atexit.m4: Likewise.
2816         * m4/bison-i18n.m4: Likewise.
2817         * m4/bison.m4: Likewise.
2818         * m4/byteswap.m4: Likewise.
2819         * m4/c-stack.m4: Likewise.
2820         * m4/c-strtod.m4: Likewise.
2821         * m4/calloc.m4: Likewise.
2822         * m4/canonicalize-lgpl.m4: Likewise.
2823         * m4/chown.m4: Likewise.
2824         * m4/clock_time.m4: Likewise.
2825         * m4/codeset.m4: Likewise.
2826         * m4/copy-file.m4: Likewise.
2827         * m4/csharp.m4: Likewise.
2828         * m4/csharpcomp.m4: Likewise.
2829         * m4/csharpexec.m4: Likewise.
2830         * m4/d-ino.m4: Likewise.
2831         * m4/d-type.m4: Likewise.
2832         * m4/dirfd.m4: Likewise.
2833         * m4/double-slash-root.m4: Likewise.
2834         * m4/eaccess.m4: Likewise.
2835         * m4/eealloc.m4: Likewise.
2836         * m4/environ.m4: Likewise.
2837         * m4/errno_h.m4: Likewise.
2838         * m4/euidaccess.m4: Likewise.
2839         * m4/execute.m4: Likewise.
2840         * m4/fatal-signal.m4: Likewise.
2841         * m4/fchdir.m4: Likewise.
2842         * m4/fcntl_h.m4: Likewise.
2843         * m4/fileblocks.m4: Likewise.
2844         * m4/filenamecat.m4: Likewise.
2845         * m4/findprog.m4: Likewise.
2846         * m4/flexmember.m4: Likewise.
2847         * m4/fnmatch.m4: Likewise.
2848         * m4/fopen.m4: Likewise.
2849         * m4/fpending.m4: Likewise.
2850         * m4/fprintf-posix.m4: Likewise.
2851         * m4/free.m4: Likewise.
2852         * m4/frexp.m4: Likewise.
2853         * m4/frexpl.m4: Likewise.
2854         * m4/fsusage.m4: Likewise.
2855         * m4/ftruncate.m4: Likewise.
2856         * m4/gc-camellia.m4: Likewise.
2857         * m4/gc-random.m4: Likewise.
2858         * m4/gc.m4: Likewise.
2859         * m4/getaddrinfo.m4: Likewise.
2860         * m4/getcwd-abort-bug.m4: Likewise.
2861         * m4/getcwd-path-max.m4: Likewise.
2862         * m4/getdate.m4: Likewise.
2863         * m4/getdomainname.m4: Likewise.
2864         * m4/getgroups.m4: Likewise.
2865         * m4/gethostname.m4: Likewise.
2866         * m4/gethrxtime.m4: Likewise.
2867         * m4/getline.m4: Likewise.
2868         * m4/getloadavg.m4: Likewise.
2869         * m4/getndelim2.m4: Likewise.
2870         * m4/getpass.m4: Likewise.
2871         * m4/gettext.m4: Likewise.
2872         * m4/gettime.m4: Likewise.
2873         * m4/gettimeofday.m4: Likewise.
2874         * m4/gnulib-common.m4: Likewise.
2875         * m4/group-member.m4: Likewise.
2876         * m4/host-os.m4: Likewise.
2877         * m4/iconv.m4: Likewise.
2878         * m4/iconv_open.m4: Likewise.
2879         * m4/inet_ntop.m4: Likewise.
2880         * m4/inet_pton.m4: Likewise.
2881         * m4/inline.m4: Likewise.
2882         * m4/intldir.m4: Likewise.
2883         * m4/intlmacosx.m4: Likewise.
2884         * m4/intmax.m4: Likewise.
2885         * m4/intmax_t.m4: Likewise.
2886         * m4/inttypes.m4: Likewise.
2887         * m4/inttypes_h.m4: Likewise.
2888         * m4/inttypes-pri.m4: Likewise.
2889         * m4/isapipe.m4: Likewise.
2890         * m4/isnand.m4: Likewise.
2891         * m4/isnanf.m4: Likewise.
2892         * m4/isnanl.m4: Likewise.
2893         * m4/javacomp.m4: Likewise.
2894         * m4/javaexec.m4: Likewise.
2895         * m4/jm-winsz1.m4: Likewise.
2896         * m4/jm-winsz2.m4: Likewise.
2897         * m4/lchown.m4: Likewise.
2898         * m4/lcmessage.m4: Likewise.
2899         * m4/ldexpl.m4: Likewise.
2900         * m4/lib-ld.m4: Likewise.
2901         * m4/lib-link.m4: Likewise.
2902         * m4/libsigsegv.m4: Likewise.
2903         * m4/link-follow.m4: Likewise.
2904         * m4/localcharset.m4: Likewise.
2905         * m4/locale-fr.m4: Likewise.
2906         * m4/locale-ja.m4: Likewise.
2907         * m4/locale-tr.m4: Likewise.
2908         * m4/locale-zh.m4: Likewise.
2909         * m4/lock.m4: Likewise.
2910         * m4/longlong.m4: Likewise.
2911         * m4/ls-mntd-fs.m4: Likewise.
2912         * m4/lstat.m4: Likewise.
2913         * m4/malloc.m4: Likewise.
2914         * m4/mathl.m4: Likewise.
2915         * m4/mbrtowc.m4: Likewise.
2916         * m4/mbstate_t.m4: Likewise.
2917         * m4/mbswidth.m4: Likewise.
2918         * m4/memchr.m4: Likewise.
2919         * m4/memcmp.m4: Likewise.
2920         * m4/memcpy.m4: Likewise.
2921         * m4/memmem.m4: Likewise.
2922         * m4/memmove.m4: Likewise.
2923         * m4/mempcpy.m4: Likewise.
2924         * m4/memrchr.m4: Likewise.
2925         * m4/memset.m4: Likewise.
2926         * m4/minmax.m4: Likewise.
2927         * m4/mkdir-slash.m4: Likewise.
2928         * m4/mkdtemp.m4: Likewise.
2929         * m4/mktime.m4: Likewise.
2930         * m4/mmap-anon.m4: Likewise.
2931         * m4/mountlist.m4: Likewise.
2932         * m4/nanosleep.m4: Likewise.
2933         * m4/nls.m4: Likewise.
2934         * m4/nocrash.m4: Likewise.
2935         * m4/open.m4: Likewise.
2936         * m4/openat.m4: Likewise.
2937         * m4/openmp.m4: Likewise.
2938         * m4/pathmax.m4: Likewise.
2939         * m4/perl.m4: Likewise.
2940         * m4/physmem.m4: Likewise.
2941         * m4/pipe.m4: Likewise.
2942         * m4/po.m4: Likewise.
2943         * m4/poll.m4: Likewise.
2944         * m4/posixtm.m4: Likewise.
2945         * m4/posixver.m4: Likewise.
2946         * m4/printf-frexp.m4: Likewise.
2947         * m4/printf-frexpl.m4: Likewise.
2948         * m4/printf-posix.m4: Likewise.
2949         * m4/printf-posix-rpl.m4: Likewise.
2950         * m4/printf.m4: Likewise.
2951         * m4/progtest.m4: Likewise.
2952         * m4/putenv.m4: Likewise.
2953         * m4/readline.m4: Likewise.
2954         * m4/readlink.m4: Likewise.
2955         * m4/readutmp.m4: Likewise.
2956         * m4/realloc.m4: Likewise.
2957         * m4/regex.m4: Likewise.
2958         * m4/relocatable.m4: Likewise.
2959         * m4/relocatable-lib.m4: Likewise.
2960         * m4/rename-dest-slash.m4: Likewise.
2961         * m4/rename.m4: Likewise.
2962         * m4/rmdir-errno.m4: Likewise.
2963         * m4/rmdir.m4: Likewise.
2964         * m4/roundf.m4: Likewise.
2965         * m4/roundl.m4: Likewise.
2966         * m4/rpmatch.m4: Likewise.
2967         * m4/save-cwd.m4: Likewise.
2968         * m4/selinux-selinux-h.m4: Likewise.
2969         * m4/setenv.m4: Likewise.
2970         * m4/settime.m4: Likewise.
2971         * m4/sig2str.m4: Likewise.
2972         * m4/sig_atomic_t.m4: Likewise.
2973         * m4/signalblocking.m4: Likewise.
2974         * m4/signbit.m4: Likewise.
2975         * m4/sigpipe.m4: Likewise.
2976         * m4/sockets.m4: Likewise.
2977         * m4/sockpfaf.m4: Likewise.
2978         * m4/st_dm_mode.m4: Likewise.
2979         * m4/stat-time.m4: Likewise.
2980         * m4/stdbool.m4: Likewise.
2981         * m4/stdint.m4: Likewise.
2982         * m4/stdint_h.m4: Likewise.
2983         * m4/stpcpy.m4: Likewise.
2984         * m4/stpncpy.m4: Likewise.
2985         * m4/strcase.m4: Likewise.
2986         * m4/strchrnul.m4: Likewise.
2987         * m4/strcspn.m4: Likewise.
2988         * m4/strdup.m4: Likewise.
2989         * m4/strftime.m4: Likewise.
2990         * m4/strndup.m4: Likewise.
2991         * m4/strnlen.m4: Likewise.
2992         * m4/strpbrk.m4: Likewise.
2993         * m4/strptime.m4: Likewise.
2994         * m4/strsep.m4: Likewise.
2995         * m4/strtod.m4: Likewise.
2996         * m4/strtoimax.m4: Likewise.
2997         * m4/strtok_r.m4: Likewise.
2998         * m4/strtol.m4: Likewise.
2999         * m4/strtoll.m4: Likewise.
3000         * m4/strtoul.m4: Likewise.
3001         * m4/strtoull.m4: Likewise.
3002         * m4/strtoumax.m4: Likewise.
3003         * m4/strverscmp.m4: Likewise.
3004         * m4/threadlib.m4: Likewise.
3005         * m4/timegm.m4: Likewise.
3006         * m4/tm_gmtoff.m4: Likewise.
3007         * m4/tmpdir.m4: Likewise.
3008         * m4/tmpfile.m4: Likewise.
3009         * m4/tzset.m4: Likewise.
3010         * m4/uintmax_t.m4: Likewise.
3011         * m4/unlinkdir.m4: Likewise.
3012         * m4/unlocked-io.m4: Likewise.
3013         * m4/uptime.m4: Likewise.
3014         * m4/userspec.m4: Likewise.
3015         * m4/utimbuf.m4: Likewise.
3016         * m4/utime.m4: Likewise.
3017         * m4/utimes-null.m4: Likewise.
3018         * m4/utimes.m4: Likewise.
3019         * m4/vararrays.m4: Likewise.
3020         * m4/vasnprintf.m4: Likewise.
3021         * m4/vfprintf-posix.m4: Likewise.
3022         * m4/vprintf-posix.m4: Likewise.
3023         * m4/wait-process.m4: Likewise.
3024         * m4/wchar_t.m4: Likewise.
3025         * m4/wint_t.m4: Likewise.
3026         * m4/write-any-file.m4: Likewise.
3027         * m4/yield.m4: Likewise.
3028
3029 2009-01-13  Bruno Haible  <bruno@clisp.org>
3030
3031         Avoid test-copy-file.sh failures when ACL support insufficient.
3032         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
3033         TESTS_ENVIRONMENT.
3034         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
3035         Reported by Jim Meyering.
3036
3037 2009-01-13  Bruno Haible  <bruno@clisp.org>
3038
3039         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
3040         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
3041         * modules/unistdio/u8-printf-parse (Files): Likewise.
3042         * modules/unistdio/u32-printf-parse (Files): Likewise.
3043         * modules/unistdio/ulc-printf-parse (Files): Likewise.
3044
3045 2009-01-13  Simon Josefsson  <simon@josefsson.org>
3046
3047         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
3048         and m4/inttypes_h.m4 too.
3049
3050 2009-01-12  Eric Blake  <ebb9@byu.net>
3051
3052         tests: IRIX 6.2 cc can't compile -0.0 into .data
3053         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
3054         rather than at compile-time.
3055         * tests/test-floorl.c (minus_zero): Likewise.
3056         * tests/test-frexpl.c (minus_zero): Likewise.
3057         * tests/test-isnan.c (minus_zerol): Likewise.
3058         * tests/test-isnanl.h (minus_zero): Likewise.
3059         * tests/test-ldexpl.c (minus_zero): Likewise.
3060         * tests/test-roundl.c (minus_zero): Likewise.
3061         * tests/test-signbit.c (minus_zerol): Likewise.
3062         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
3063         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
3064         * tests/test-truncl.c (minus_zero): Likewise.
3065         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
3066         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
3067         Reported by Tom G. Christensen and Nelson H. F. Beebe.
3068
3069 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3070
3071         regex: fix glibc bug 9697
3072         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3073         handling.
3074
3075 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3076
3077         regex: fix glibc bug 697
3078         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3079         being NULL also if there are no backreferences.
3080
3081 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3082
3083         regex: merge glibc changes
3084         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3085         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3086         re_string_skip_chars, re_string_reconstruct): Likewise.
3087         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3088
3089 2009-01-07  Jim Meyering  <meyering@redhat.com>
3090
3091         poll: filter through cppi
3092         * lib/poll.c: Indent cpp directives to reflect nesting.
3093
3094 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
3095
3096         poll: don't return uninitialized
3097         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
3098
3099 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
3100
3101         avoid compile failure on AIX 6.1
3102         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
3103         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
3104
3105 2009-01-04  Jim Meyering  <meyering@redhat.com>
3106
3107         remove duplicate inclusion of <stdio.h>
3108         * tests/test-fprintf-posix.c: Likewise.
3109         * tests/test-printf-posix.c: Likewise.
3110         * tests/test-snprintf-posix.c: Likewise.
3111         * tests/test-sprintf-posix.c: Likewise.
3112         * tests/test-vasprintf-posix.c: Likewise.
3113         * tests/test-vfprintf-posix.c: Likewise.
3114         * tests/test-vprintf-posix.c: Likewise.
3115         * tests/test-vsnprintf-posix.c: Likewise.
3116         * tests/test-vsprintf-posix.c: Likewise.
3117
3118 2009-01-03  Jim Meyering  <meyering@redhat.com>
3119
3120         gnulib-tool: fix sed-based filtering
3121         * gnulib-tool (func_filter_filelist): Remove extra backslash
3122         in sed_fff_filter definition.
3123
3124 2009-01-02  Jim Meyering  <meyering@redhat.com>
3125
3126         strftime: avoid compilation failure on Solaris 2.6
3127         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
3128         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
3129         Don't #define mbrlen or mbsinit, since now they're guaranteed to
3130         be available.  Reported by Tom G. Christensen.  Details in
3131         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
3132
3133 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3134             Bruno Haible  <bruno@clisp.org>
3135
3136         Speed up gnulib-tool by doing more string processing through shell
3137         built-ins.
3138         * gnulib-tool (fast_func_append): New variable.
3139         (func_remove_prefix, func_remove_suffix): New functions.
3140         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
3141         (func_filter_filelist): New function.
3142         (func_get_dependencies): Use func_remove_suffix instead of sed.
3143         (func_get_automake_snippet): Use func_filter_filelist instead of a
3144         subshell and sed invocation.
3145
3146 2009-01-01  Bruno Haible  <bruno@clisp.org>
3147
3148         Fix a security bug.
3149         * gnulib-tool (func_import, import, update): Don't allow the characters
3150         '"', '$', '`', '\' in macro arguments that become part of commands that
3151         are evaluated.
3152
3153 2009-01-01  Bruno Haible  <bruno@clisp.org>
3154
3155         * gnulib-tool (func_reset_sigpipe): Add more comments.
3156
3157 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3158
3159         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
3160         func_emit_tests_Makefile_am, func_import): Abort loops early if we
3161         already know the answer.
3162
3163 2009-01-01  Jim Meyering  <meyering@redhat.com>
3164
3165         * lib/version-etc.c (version_etc_va): Update copyright year.
3166
3167 2008-12-30  Bruno Haible  <bruno@clisp.org>
3168
3169         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
3170         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
3171         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
3172
3173 2008-12-29  Eric Blake  <ebb9@byu.net>
3174
3175         multiarch: avoid autoconf AC_REQUIRE bug
3176         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
3177         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
3178         2.63 and older.
3179         Reported by Bruno Haible, and analyzed in
3180         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
3181
3182 2008-12-29  Bruno Haible  <bruno@clisp.org>
3183
3184         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
3185         files in subdirectories correctly.
3186         Reported by Ralf Wildenhues.
3187
3188 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3189
3190         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
3191         rather than 'join FILE -', for Solaris join.
3192
3193 2008-12-29  Bruno Haible  <bruno@clisp.org>
3194
3195         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
3196         quoting.
3197         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
3198         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
3199         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
3200         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
3201         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
3202         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
3203         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
3204         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
3205         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3206         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3207         * m4/nls.m4 (AM_NLS): Likewise.
3208         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3209         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3210         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3211         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3212         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3213         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3214         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3215         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3216         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3217         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3218         * m4/xsize.m4 (gl_XSIZE): Likewise.
3219         Suggested by Jim Meyering.
3220
3221 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3222
3223         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3224         * lib/parse-duration.c: use a switch instead of cascading if's.
3225
3226 2008-12-29  Eric Blake  <ebb9@byu.net>
3227
3228         wchar.h: supply WEOF on Irix 5.3
3229         * lib/wchar.in.h (wint_t): Also supply WEOF.
3230         * lib/wctype.in.h (wint_t): Likewise.
3231         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3232         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3233         Reported by Tom G. Christensen.
3234
3235 2008-12-26  Bruno Haible  <bruno@clisp.org>
3236
3237         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3238         i486, i586, i686.
3239
3240 2008-12-26  Bruno Haible  <bruno@clisp.org>
3241
3242         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3243
3244 2008-12-26  Bruno Haible  <bruno@clisp.org>
3245
3246         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3247         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3248         not __STDC_CONSTANT_MACROS.
3249         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3250
3251 2008-12-25  Bruno Haible  <bruno@clisp.org>
3252
3253         Add support for universal builds to vasnprintf.
3254         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3255         universal builds, guess no.
3256         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3257         * modules/vasprintf-posix (Depends-on): Likewise.
3258         * modules/fprintf-posix (Depends-on): Likewise.
3259         * modules/vfprintf-posix (Depends-on): Likewise.
3260         * modules/snprintf-posix (Depends-on): Likewise.
3261         * modules/vsnprintf-posix (Depends-on): Likewise.
3262         * modules/sprintf-posix (Depends-on): Likewise.
3263         * modules/vsprintf-posix (Depends-on): Likewise.
3264         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3265         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3266         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3267         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3268         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3269         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3270         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3271
3272         Add support for universal builds to <inttypes.h>.
3273         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3274         _SCNu64_PREFIX): In Apple
3275         universal builds, define directly, using _LP64.
3276         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3277         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3278         * modules/inttypes (Depends-on): Add multiarch.
3279         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3280
3281         Add support for universal builds to <stdint.h>.
3282         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3283         universal builds, define directly, using _LP64.
3284         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3285         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3286         and size_t.
3287         * modules/stdint (Depends-on): Add multiarch.
3288         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3289
3290         New module 'multiarch'.
3291         * modules/multiarch: New file.
3292         * m4/multiarch.m4: New file.
3293
3294 2008-12-25  Bruno Haible  <bruno@clisp.org>
3295
3296         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3297
3298 2008-12-25  Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/btowc (License): Relicense under LGPLv2+.
3301         * modules/mbsinit (License): Likewise.
3302         * modules/mbrtowc (License): Likewise.
3303         * modules/wcrtomb (License): Likewise.
3304         * modules/streq (License): Likewise.
3305         Reported by David Lutterkort <lutter@redhat.com>.
3306
3307 2008-12-23  Bruno Haible  <bruno@clisp.org>
3308
3309         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3310
3311 2008-12-23  Bruno Haible  <bruno@clisp.org>
3312
3313         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3314         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3315         GETADDRINFO_LIB, not in LIBS.
3316         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3317         * modules/canon-host (Link): Likewise.
3318         * NEWS: Mention the change.
3319         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3320         GETADDRINFO_LIB.
3321
3322 2008-12-22  Bruno Haible  <bruno@clisp.org>
3323
3324         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3325         * doc/posix-functions/iswalpha_l.texi: Likewise.
3326         * doc/posix-functions/iswblank_l.texi: Likewise.
3327         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3328         * doc/posix-functions/iswctype_l.texi: Likewise.
3329         * doc/posix-functions/iswdigit_l.texi: Likewise.
3330         * doc/posix-functions/iswgraph_l.texi: Likewise.
3331         * doc/posix-functions/iswlower_l.texi: Likewise.
3332         * doc/posix-functions/iswprint_l.texi: Likewise.
3333         * doc/posix-functions/iswpunct_l.texi: Likewise.
3334         * doc/posix-functions/iswspace_l.texi: Likewise.
3335         * doc/posix-functions/iswupper_l.texi: Likewise.
3336         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3337         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3338         * doc/posix-functions/open_wmemstream.texi: Likewise.
3339         * doc/posix-functions/swscanf.texi: Likewise.
3340         * doc/posix-functions/towctrans_l.texi: Likewise.
3341         * doc/posix-functions/towlower.texi: Likewise.
3342         * doc/posix-functions/towlower_l.texi: Likewise.
3343         * doc/posix-functions/towupper.texi: Likewise.
3344         * doc/posix-functions/towupper_l.texi: Likewise.
3345         * doc/posix-functions/vfwprintf.texi: Likewise.
3346         * doc/posix-functions/vfwscanf.texi: Likewise.
3347         * doc/posix-functions/vswscanf.texi: Likewise.
3348         * doc/posix-functions/vwprintf.texi: Likewise.
3349         * doc/posix-functions/vwscanf.texi: Likewise.
3350         * doc/posix-functions/wcpcpy.texi: Likewise.
3351         * doc/posix-functions/wcpncpy.texi: Likewise.
3352         * doc/posix-functions/wcscasecmp.texi: Likewise.
3353         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3354         * doc/posix-functions/wcscoll_l.texi: Likewise.
3355         * doc/posix-functions/wcsdup.texi: Likewise.
3356         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3357         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3358         * doc/posix-functions/wcsnlen.texi: Likewise.
3359         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3360         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3361         * doc/posix-functions/wctrans_l.texi: Likewise.
3362         * doc/posix-functions/wctype_l.texi: Likewise.
3363         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3364         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3365         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3366         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3367         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3368         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3369         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3370         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3371         * doc/glibc-functions/wcschrnul.texi: Likewise.
3372         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3373         * doc/glibc-functions/wcstod_l.texi: Likewise.
3374         * doc/glibc-functions/wcstof_l.texi: Likewise.
3375         * doc/glibc-functions/wcstol_l.texi: Likewise.
3376         * doc/glibc-functions/wcstold_l.texi: Likewise.
3377         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3378         * doc/glibc-functions/wcstoq.texi: Likewise.
3379         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3380         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3381         * doc/glibc-functions/wcstouq.texi: Likewise.
3382         * doc/glibc-functions/wmempcpy.texi: Likewise.
3383
3384 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3385             Eric Blake  <ebb9@byu.net>
3386             Paolo Bonzini  <bonzini@gnu.org>
3387             Bruno Haible  <bruno@clisp.org>
3388
3389         Make c-stack work on Haiku.
3390         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3391         (c_stack_action): Use SA_ONSTACK flag.
3392
3393 2008-12-22  Bruno Haible  <bruno@clisp.org>
3394
3395         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3396
3397 2008-12-22  Bruno Haible  <bruno@clisp.org>
3398
3399         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3400         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3401         being overridden.
3402         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3403         New macros.
3404         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3405         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3406         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3407         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3408
3409 2008-12-22  Bruno Haible  <bruno@clisp.org>
3410
3411         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3412         from test code.
3413
3414 2008-12-22  Eric Blake  <ebb9@byu.net>
3415
3416         Avoid gcc warnings on cygwin.
3417         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3418         Avoid unused variable.
3419         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3420         Likewise.
3421
3422 2008-12-22  Bruno Haible  <bruno@clisp.org>
3423
3424         Remove HAVE_MBRTOWC conditionals.
3425         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3426         (mbscasecmp): Assume mbrtowc function.
3427         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3428         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3429         * lib/mbschr.c: Include mbuiter.h unconditionally.
3430         (mbschr): Assume mbrtowc function.
3431         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3432         (mbscspn): Assume mbrtowc function.
3433         * lib/mbslen.c: Include mbuiter.h unconditionally.
3434         (mbslen): Assume mbrtowc function.
3435         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3436         (mbsncasecmp): Assume mbrtowc function.
3437         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3438         (mbsnlen): Assume mbrtowc function.
3439         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3440         (mbspbrk): Assume mbrtowc function.
3441         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3442         (mbspcasecmp): Assume mbrtowc function.
3443         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3444         (mbsrchr): Assume mbrtowc function.
3445         * lib/mbssep.c: Include mbuiter.h unconditionally.
3446         (mbssep): Assume mbrtowc function.
3447         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3448         (mbsspn): Assume mbrtowc function.
3449         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3450         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3451         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3452         (mbstok_r): Assume mbrtowc function.
3453         * lib/propername.c: Include mbuiter.h unconditionally.
3454         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3455         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3456         (trim2): Assume mbrtowc function.
3457         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3458         (mbsnwidth): Assume mbrtowc function.
3459         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3460         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3461         fallback definitions.
3462         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3463
3464 2008-12-22  Bruno Haible  <bruno@clisp.org>
3465
3466         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3467
3468 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3469
3470         * modules/regex: Request emulations for the mb*/wc* functions we need.
3471         * m4/regex.m4: Don't look for those functions here.
3472         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3473
3474 2008-12-22  Bruno Haible  <bruno@clisp.org>
3475
3476         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3477
3478 2008-12-21  Bruno Haible  <bruno@clisp.org>
3479
3480         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3481         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3482         (Include): Remove conditionalization.
3483         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3484         (Include): Remove conditionalization.
3485         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3486         (Include): Remove conditionalization.
3487         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3488         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3489         * NEWS: Mention the change.
3490         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3491         via Sergey Poznyakoff <gray@gnu.org.ua>.
3492
3493 2008-12-21  Bruno Haible  <bruno@clisp.org>
3494
3495         * MODULES.html.sh (Extended multibyte and wide character utilities
3496         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3497         wcrtomb, wcsrtombs.
3498         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3499         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3500         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3501         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3502
3503 2008-12-21  Bruno Haible  <bruno@clisp.org>
3504
3505         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3506
3507 2008-12-21  Bruno Haible  <bruno@clisp.org>
3508
3509         * modules/wcsnrtombs-tests: New file.
3510         * tests/test-wcsnrtombs1.sh: New file.
3511         * tests/test-wcsnrtombs2.sh: New file.
3512         * tests/test-wcsnrtombs3.sh: New file.
3513         * tests/test-wcsnrtombs4.sh: New file.
3514         * tests/test-wcsnrtombs.c: New file.
3515
3516         New module 'wcsnrtombs'.
3517         * lib/wchar.in.h (wcsnrtombs): New declaration.
3518         * lib/wcsnrtombs.c: New file.
3519         * lib/wcsrtombs-state.c: New file.
3520         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3521         (internal_state): Remove variable.
3522         * m4/wcsnrtombs.m4: New file.
3523         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3524         compilation units.
3525         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3526         HAVE_WCSNRTOMBS.
3527         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3528         HAVE_WCSNRTOMBS.
3529         * modules/wcsnrtombs: New file.
3530         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3531         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3532
3533 2008-12-21  Bruno Haible  <bruno@clisp.org>
3534
3535         * modules/wcsrtombs-tests: New file.
3536         * tests/test-wcsrtombs1.sh: New file.
3537         * tests/test-wcsrtombs2.sh: New file.
3538         * tests/test-wcsrtombs3.sh: New file.
3539         * tests/test-wcsrtombs4.sh: New file.
3540         * tests/test-wcsrtombs.c: New file.
3541
3542         New module 'wcsrtombs'.
3543         * lib/wchar.in.h (wcsrtombs): New declaration.
3544         * lib/wcsrtombs.c: New file.
3545         * m4/wcsrtombs.m4: New file.
3546         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3547         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3548         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3549         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3550         * modules/wcsrtombs: New file.
3551         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3552         bugs.
3553
3554 2008-12-21  Bruno Haible  <bruno@clisp.org>
3555
3556         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3557         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3558         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3559         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3560         if not correct.
3561         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3562         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3563         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3564         m4/locale-zh.m4, m4/codeset.m4.
3565         * doc/posix-functions/wcrtomb.texi: Document the bug.
3566
3567 2008-12-21  Bruno Haible  <bruno@clisp.org>
3568
3569         Work around a btowc() bug on IRIX 6.5.
3570         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3571         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3572         REPLACE_WTOBC if not.
3573         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3574         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3575         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3576
3577 2008-12-21  Bruno Haible  <bruno@clisp.org>
3578
3579         * modules/wcrtomb-tests: New file.
3580         * tests/test-wcrtomb.sh: New file.
3581         * tests/test-wcrtomb.c: New file.
3582
3583         New module 'wcrtomb'.
3584         * lib/wchar.in.h (wcrtomb): New declaration.
3585         * lib/wcrtomb.c: New file.
3586         * m4/wcrtomb.m4: New file.
3587         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3588         HAVE_WCRTOMB.
3589         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3590         HAVE_WCRTOMB.
3591         * modules/wcrtomb: New file.
3592         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3593
3594 2008-12-21  Bruno Haible  <bruno@clisp.org>
3595
3596         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3597         * modules/mbsrtowcs (Files): Likewise.
3598         * modules/wctob (Files): Likewise.
3599         * modules/c-strcase-tests (Files): Likewise.
3600         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3601         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3602         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3603         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3604         * modules/vasnprintf-posix-tests (Files): Likewise.
3605
3606 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3607
3608         gitlog-to-changelog: pass all command-line arguments to git-log
3609         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3610         it is sometimes convenient to filter the commits in various ways.
3611         gitlog-to-changelog only allows --since to specify a start date,
3612         but git-log itself supports many other filtering mechanisms.
3613         At the moment, I want to filter by branch name.  Rather than
3614         adding a --branch option to gitlog-to-changelog, it seems more
3615         flexible to simply pass all options directly to git-log and let
3616         git do the work.  Notice that this effectively makes --since a
3617         redundant option for gitlog-to-changelog, but removing it would
3618         require current usage to change since calls would then require
3619         an additional '--'.
3620
3621 2008-12-21  Bruno Haible  <bruno@clisp.org>
3622
3623         * modules/mbsnrtowcs-tests: New file.
3624         * tests/test-mbsnrtowcs1.sh: New file.
3625         * tests/test-mbsnrtowcs2.sh: New file.
3626         * tests/test-mbsnrtowcs3.sh: New file.
3627         * tests/test-mbsnrtowcs4.sh: New file.
3628         * tests/test-mbsnrtowcs.c: New file.
3629
3630         New module 'mbsnrtowcs'.
3631         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3632         * lib/mbsnrtowcs.c: New file.
3633         * lib/mbsrtowcs-state.c: New file.
3634         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3635         (internal_state): Remove variable.
3636         * m4/mbsnrtowcs.m4: New file.
3637         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3638         compilation units.
3639         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3640         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3641         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3642         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3643         * modules/mbsnrtowcs: New file.
3644         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3645         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3646         portability problem.
3647
3648 2008-12-21  Bruno Haible  <bruno@clisp.org>
3649
3650         Work around mbsrtowcs bug.
3651         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3652         (gl_FUNC_MBSRTOWCS): Invoke it.
3653         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3654         m4/locale-zh.m4.
3655         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3656
3657 2008-12-21  Bruno Haible  <bruno@clisp.org>
3658
3659         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3660
3661 2008-12-21  Bruno Haible  <bruno@clisp.org>
3662
3663         Update doc for AIX.
3664         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3665         16-bit wchar_t type.
3666         * doc/posix-functions/btowc.texi: Likewise.
3667         * doc/posix-functions/fgetwc.texi: Likewise.
3668         * doc/posix-functions/fgetws.texi: Likewise.
3669         * doc/posix-functions/fputwc.texi: Likewise.
3670         * doc/posix-functions/fputws.texi: Likewise.
3671         * doc/posix-functions/fwide.texi: Likewise.
3672         * doc/posix-functions/fwprintf.texi: Likewise.
3673         * doc/posix-functions/fwscanf.texi: Likewise.
3674         * doc/posix-functions/getwchar.texi: Likewise.
3675         * doc/posix-functions/getwc.texi: Likewise.
3676         * doc/posix-functions/iswalnum.texi: Likewise.
3677         * doc/posix-functions/iswalpha.texi: Likewise.
3678         * doc/posix-functions/iswblank.texi: Likewise.
3679         * doc/posix-functions/iswcntrl.texi: Likewise.
3680         * doc/posix-functions/iswctype.texi: Likewise.
3681         * doc/posix-functions/iswdigit.texi: Likewise.
3682         * doc/posix-functions/iswgraph.texi: Likewise.
3683         * doc/posix-functions/iswlower.texi: Likewise.
3684         * doc/posix-functions/iswprint.texi: Likewise.
3685         * doc/posix-functions/iswpunct.texi: Likewise.
3686         * doc/posix-functions/iswspace.texi: Likewise.
3687         * doc/posix-functions/iswupper.texi: Likewise.
3688         * doc/posix-functions/iswxdigit.texi: Likewise.
3689         * doc/posix-functions/mbrtowc.texi: Likewise.
3690         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3691         * doc/posix-functions/mbstowcs.texi: Likewise.
3692         * doc/posix-functions/mbtowc.texi: Likewise.
3693         * doc/posix-functions/putwchar.texi: Likewise.
3694         * doc/posix-functions/putwc.texi: Likewise.
3695         * doc/posix-functions/swprintf.texi: Likewise.
3696         * doc/posix-functions/tolower.texi: Likewise.
3697         * doc/posix-functions/toupper.texi: Likewise.
3698         * doc/posix-functions/towctrans.texi: Likewise.
3699         * doc/posix-functions/ungetwc.texi: Likewise.
3700         * doc/posix-functions/vswprintf.texi: Likewise.
3701         * doc/posix-functions/wcrtomb.texi: Likewise.
3702         * doc/posix-functions/wcscat.texi: Likewise.
3703         * doc/posix-functions/wcschr.texi: Likewise.
3704         * doc/posix-functions/wcscmp.texi: Likewise.
3705         * doc/posix-functions/wcscoll.texi: Likewise.
3706         * doc/posix-functions/wcscpy.texi: Likewise.
3707         * doc/posix-functions/wcscspn.texi: Likewise.
3708         * doc/posix-functions/wcsftime.texi: Likewise.
3709         * doc/posix-functions/wcslen.texi: Likewise.
3710         * doc/posix-functions/wcsncat.texi: Likewise.
3711         * doc/posix-functions/wcsncmp.texi: Likewise.
3712         * doc/posix-functions/wcsncpy.texi: Likewise.
3713         * doc/posix-functions/wcspbrk.texi: Likewise.
3714         * doc/posix-functions/wcsrchr.texi: Likewise.
3715         * doc/posix-functions/wcsrtombs.texi: Likewise.
3716         * doc/posix-functions/wcsspn.texi: Likewise.
3717         * doc/posix-functions/wcsstr.texi: Likewise.
3718         * doc/posix-functions/wcstod.texi: Likewise.
3719         * doc/posix-functions/wcstof.texi: Likewise.
3720         * doc/posix-functions/wcstoimax.texi: Likewise.
3721         * doc/posix-functions/wcstok.texi: Likewise.
3722         * doc/posix-functions/wcstold.texi: Likewise.
3723         * doc/posix-functions/wcstoll.texi: Likewise.
3724         * doc/posix-functions/wcstol.texi: Likewise.
3725         * doc/posix-functions/wcstombs.texi: Likewise.
3726         * doc/posix-functions/wcstoull.texi: Likewise.
3727         * doc/posix-functions/wcstoul.texi: Likewise.
3728         * doc/posix-functions/wcstoumax.texi: Likewise.
3729         * doc/posix-functions/wcswidth.texi: Likewise.
3730         * doc/posix-functions/wcsxfrm.texi: Likewise.
3731         * doc/posix-functions/wctob.texi: Likewise.
3732         * doc/posix-functions/wctomb.texi: Likewise.
3733         * doc/posix-functions/wctrans.texi: Likewise.
3734         * doc/posix-functions/wctype.texi: Likewise.
3735         * doc/posix-functions/wcwidth.texi: Likewise.
3736         * doc/posix-functions/wmemchr.texi: Likewise.
3737         * doc/posix-functions/wmemcmp.texi: Likewise.
3738         * doc/posix-functions/wmemcpy.texi: Likewise.
3739         * doc/posix-functions/wmemmove.texi: Likewise.
3740         * doc/posix-functions/wmemset.texi: Likewise.
3741         * doc/posix-functions/wprintf.texi: Likewise.
3742         * doc/posix-functions/wscanf.texi: Likewise.
3743
3744 2008-12-21  Bruno Haible  <bruno@clisp.org>
3745
3746         Update doc for HP-UX 11.11.
3747         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3748         in HP-UX version 11.00, not in all versions of HP-UX 11.
3749         * doc/posix-functions/fwide.texi: Likewise.
3750         * doc/posix-functions/fwprintf.texi: Likewise.
3751         * doc/posix-functions/fwscanf.texi: Likewise.
3752         * doc/posix-functions/inet_ntop.texi: Likewise.
3753         * doc/posix-functions/inet_pton.texi: Likewise.
3754         * doc/posix-functions/mbrlen.texi: Likewise.
3755         * doc/posix-functions/mbrtowc.texi: Likewise.
3756         * doc/posix-functions/mbsinit.texi: Likewise.
3757         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3758         * doc/posix-functions/swprintf.texi: Likewise.
3759         * doc/posix-functions/swscanf.texi: Likewise.
3760         * doc/posix-functions/towctrans.texi: Likewise.
3761         * doc/posix-functions/vfwprintf.texi: Likewise.
3762         * doc/posix-functions/vswprintf.texi: Likewise.
3763         * doc/posix-functions/vwprintf.texi: Likewise.
3764         * doc/posix-functions/wcrtomb.texi: Likewise.
3765         * doc/posix-functions/wcsrtombs.texi: Likewise.
3766         * doc/posix-functions/wcsstr.texi: Likewise.
3767         * doc/posix-functions/wctob.texi: Likewise.
3768         * doc/posix-functions/wctrans.texi: Likewise.
3769         * doc/posix-functions/wmemchr.texi: Likewise.
3770         * doc/posix-functions/wmemcmp.texi: Likewise.
3771         * doc/posix-functions/wmemcpy.texi: Likewise.
3772         * doc/posix-functions/wmemmove.texi: Likewise.
3773         * doc/posix-functions/wmemset.texi: Likewise.
3774         * doc/posix-functions/wprintf.texi: Likewise.
3775         * doc/posix-functions/wscanf.texi: Likewise.
3776
3777 2008-12-21  Bruno Haible  <bruno@clisp.org>
3778
3779         Work around a portability problem.
3780         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3781         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3782
3783 2008-12-20  Bruno Haible  <bruno@clisp.org>
3784
3785         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3786         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3787         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3788         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3789         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3790
3791         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3792         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3793         set.
3794         (GNULIB_defined_mbstate_t): New macro.
3795         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3796         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3797         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3798         reuses the system's mbrtowc function but works around the bugs.
3799         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3800         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3801         macros.
3802         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3803         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3804         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3805         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3806         REPLACE_MBSINIT if mbsinit needs to be overridden.
3807         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3808         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3809         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3810         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3811         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3812         m4/locale-zh.m4.
3813         (Depends): Add mbsinit.
3814         * modules/mbsinit (Depends): Add mbrtowc.
3815         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3816
3817 2008-12-20  Bruno Haible  <bruno@clisp.org>
3818
3819         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3820         so that there are no conversion errors on AIX.
3821         * tests/test-mbsrtowcs.c (main): LIkewise.
3822
3823 2008-12-20  Bruno Haible  <bruno@clisp.org>
3824
3825         Work around wctob bug on Solaris <= 9.
3826         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3827         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3828         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3829         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3830         * modules/wctob (Files): Add m4/locale-fr.m4.
3831         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3832
3833 2008-12-20  Bruno Haible  <bruno@clisp.org>
3834
3835         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3836         /dev/null.
3837         * tests/test-select-in.sh: Likewise.
3838         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3839
3840 2008-12-20  Bruno Haible  <bruno@clisp.org>
3841
3842         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3843         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3844         Cygwin 1.5.x.
3845
3846 2008-12-20  Bruno Haible  <bruno@clisp.org>
3847
3848         Ensure mbstate_t is defined on HP-UX 11.11.
3849         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3850         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3851         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3852         AC_USE_SYSTEM_EXTENSIONS.
3853         * modules/fnmatch (Depends-on): Add extensions.
3854         * modules/mbrlen (Depends-on): Likewise.
3855         * modules/mbrtowc (Depends-on): Likewise.
3856         * modules/mbsinit (Depends-on): Likewise.
3857         * modules/mbsrtowcs (Depends-on): Likewise.
3858         * modules/mbswidth (Depends-on): Likewise.
3859         * modules/quotearg (Depends-on): Likewise.
3860         * modules/strftime (Depends-on): Likewise.
3861
3862 2008-12-20  Bruno Haible  <bruno@clisp.org>
3863
3864         Ensure wctob is declared on IRIX 6.5.
3865         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3866         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3867         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3868         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3869         of HAVE_WCTOB.
3870         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3871         HAVE_WCTOB.
3872         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3873
3874 2008-12-19  Bruno Haible  <bruno@clisp.org>
3875
3876         * modules/mbsrtowcs-tests: New file.
3877         * tests/test-mbsrtowcs1.sh: New file.
3878         * tests/test-mbsrtowcs2.sh: New file.
3879         * tests/test-mbsrtowcs3.sh: New file.
3880         * tests/test-mbsrtowcs4.sh: New file.
3881         * tests/test-mbsrtowcs.c: New file.
3882
3883         New module 'mbsrtowcs'.
3884         * lib/wchar.in.h (mbsrtowcs): New declaration.
3885         * lib/mbsrtowcs.c: New file.
3886         * m4/mbsrtowcs.m4: New file.
3887         * modules/mbsrtowcs: New file.
3888         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3889         HAVE_MBSRTOWCS.
3890         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3891         HAVE_MBSRTOWCS.
3892         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3893
3894 2008-12-19  Bruno Haible  <bruno@clisp.org>
3895
3896         New module 'mbrlen'.
3897         * lib/wchar.in.h (mbrlen): New declaration.
3898         * lib/mbrlen.c: New file.
3899         * m4/mbrlen.m4: New file.
3900         * modules/mbrlen: New file.
3901         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3902         HAVE_MBRLEN.
3903         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3904         HAVE_MBRLEN.
3905         * doc/posix-functions/mbrlen.texi: Document the new module.
3906
3907 2008-12-19  Bruno Haible  <bruno@clisp.org>
3908
3909         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3910         * modules/mbrtowc (Depends-on): Add verify.
3911         Suggested by Paul Eggert.
3912
3913 2008-12-18  Bruno Haible  <bruno@clisp.org>
3914
3915         * modules/mbsinit-tests: New file.
3916         * tests/test-mbsinit.sh: New file.
3917         * tests/test-mbsinit.c: New file.
3918
3919 2008-12-18  Bruno Haible  <bruno@clisp.org>
3920
3921         * modules/mbrtowc-tests: New file.
3922         * tests/test-mbrtowc1.sh: New file.
3923         * tests/test-mbrtowc2.sh: New file.
3924         * tests/test-mbrtowc3.sh: New file.
3925         * tests/test-mbrtowc4.sh: New file.
3926         * tests/test-mbrtowc.c: New file.
3927
3928         New module 'mbrtowc'.
3929         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3930         mbsinit and mbrtowc.
3931         (mbrtowc): New declaration.
3932         * lib/mbrtowc.c: New file.
3933         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3934         * modules/mbrtowc: New file.
3935         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3936         HAVE_MBRTOWC.
3937         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3938         HAVE_MBRTOWC.
3939         * doc/posix-functions/mbrtowc.texi: Document the new module.
3940
3941 2008-12-18  Bruno Haible  <bruno@clisp.org>
3942
3943         New module 'wctob'.
3944         * lib/wchar.in.h (wctob): New declaration.
3945         * lib/wctob.c: New file.
3946         * m4/wctob.m4: New file.
3947         * modules/wctob: New file.
3948         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3949         HAVE_WCTOB.
3950         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3951         * doc/posix-functions/wctob.texi: Document the new module.
3952
3953 2008-12-18  Bruno Haible  <bruno@clisp.org>
3954
3955         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3956         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3957
3958 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3959
3960         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3961         G. Christensen" <tgc@jupiterrise.com>.
3962
3963         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3964         G. Christensen" <tgc@jupiterrise.com>.
3965
3966         * lib/flock.c: Need to include string.h.  Reported by "Tom
3967         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3968         <ebb9@byu.net>.
3969
3970 2008-12-18  Bruno Haible  <bruno@clisp.org>
3971
3972         * m4/locale-ja.m4: New file, from GNU gettext.
3973
3974 2008-12-17  Bruno Haible  <bruno@clisp.org>
3975
3976         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3977         Suggested by Eric Blake.
3978
3979 2008-12-17  Bruno Haible  <bruno@clisp.org>
3980
3981         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3982
3983 2008-12-17  Bruno Haible  <bruno@clisp.org>
3984
3985         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3986         * modules/mbsinit (Depends-on): Add verify.
3987         Suggested by Paul Eggert.
3988
3989 2008-12-17  Bruno Haible  <bruno@clisp.org>
3990
3991         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3992         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3993         gl_FUNC_MBRTOWC.
3994         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3995         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3996         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3997         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3998         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3999         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
4000         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
4001         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
4002         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
4003         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
4004         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
4005         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
4006         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
4007         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
4008         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
4009         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4010         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
4011         * modules/trim (configure.ac): Likewise.
4012
4013 2008-12-17  Bruno Haible  <bruno@clisp.org>
4014
4015         * modules/btowc-tests: New file.
4016         * tests/test-btowc1.sh: New file.
4017         * tests/test-btowc2.sh: New file.
4018         * tests/test-btowc.c: New file.
4019
4020         New module 'btowc'.
4021         * lib/wchar.in.h (btowc): New declaration.
4022         * lib/btowc.c: New file.
4023         * m4/btowc.m4: New file.
4024         * modules/btowc: New file.
4025         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
4026         HAVE_BTOWC.
4027         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
4028         * doc/posix-functions/btowc.texi: Document the new module.
4029
4030 2008-12-17  Bruno Haible  <bruno@clisp.org>
4031
4032         New module 'mbsinit'.
4033         * lib/wchar.in.h (mbsinit): New declaration.
4034         * lib/mbsinit.c: New file.
4035         * m4/mbsinit.m4: New file.
4036         * modules/mbsinit: New file.
4037         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
4038         HAVE_MBSINIT.
4039         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
4040         HAVE_MBSINIT.
4041         * doc/posix-functions/mbsinit.texi: Document the new module.
4042
4043 2008-12-16  Bruno Haible  <bruno@clisp.org>
4044
4045         * lib/unistd.in.h: Add comment.
4046         * tests/test-environ.c: Don't include <stdlib.h>.
4047
4048 2008-12-16  Bruno Haible  <bruno@clisp.org>
4049
4050         * lib/parse-duration.h (parse_duration): Document return value
4051         convention.
4052         * lib/parse-duration.c: Include specification header first. Add
4053         comments.
4054         (_): Remove macro.
4055         (parse_year_month_day, parse_hour_minute_second): Move side effects
4056         outside of strchr call.
4057         (parse_non_iso8601): Move side effects outside of isspace call.
4058         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
4059         call.
4060
4061 2008-12-16  Bruno Haible  <bruno@clisp.org>
4062
4063         * tests/test-parse-duration.sh: Produce no output when the test
4064         succeeds.
4065
4066 2008-12-16  Bruno Haible  <bruno@clisp.org>
4067
4068         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
4069         expressions.
4070
4071 2008-12-15  Bruno Haible  <bruno@clisp.org>
4072
4073         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
4074         * doc/glibc-functions/flistxattr.texi: Likewise.
4075         * doc/glibc-functions/fopencookie.texi: Likewise.
4076         * doc/glibc-functions/fremovexattr.texi: Likewise.
4077         * doc/glibc-functions/fsetxattr.texi: Likewise.
4078         * doc/glibc-functions/getxattr.texi: Likewise.
4079         * doc/glibc-functions/lgetxattr.texi: Likewise.
4080         * doc/glibc-functions/listxattr.texi: Likewise.
4081         * doc/glibc-functions/llistxattr.texi: Likewise.
4082         * doc/glibc-functions/lremovexattr.texi: Likewise.
4083         * doc/glibc-functions/lsetxattr.texi: Likewise.
4084         * doc/glibc-functions/removexattr.texi: Likewise.
4085         * doc/glibc-functions/setxattr.texi: Likewise.
4086         * doc/posix-functions/open_memstream.texi: Likewise.
4087
4088 2008-12-15  Eric Blake  <ebb9@byu.net>
4089
4090         Update doc for cygwin 1.7.
4091         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
4092         functions.
4093         * doc/posix-functions/fchmodat.texi: Likewise.
4094         * doc/posix-functions/fchownat.texi: Likewise.
4095         * doc/posix-functions/fdopendir.texi: Likewise.
4096         * doc/posix-functions/fmemopen.texi: Likewise.
4097         * doc/posix-functions/freeaddrinfo.texi: Likewise.
4098         * doc/posix-functions/fstatat.texi: Likewise.
4099         * doc/posix-functions/futimens.texi: Likewise.
4100         * doc/posix-functions/gai_strerror.texi: Likewise.
4101         * doc/posix-functions/getaddrinfo.texi: Likewise.
4102         * doc/posix-functions/getnameinfo.texi: Likewise.
4103         * doc/posix-functions/if_freenameindex.texi: Likewise.
4104         * doc/posix-functions/if_indextoname.texi: Likewise.
4105         * doc/posix-functions/if_nameindex.texi: Likewise.
4106         * doc/posix-functions/if_nametoindex.texi: Likewise.
4107         * doc/posix-functions/insque.texi: Likewise.
4108         * doc/posix-functions/linkat.texi: Likewise.
4109         * doc/posix-functions/llrint.texi: Likewise.
4110         * doc/posix-functions/llrintf.texi: Likewise.
4111         * doc/posix-functions/llrintl.texi: Likewise.
4112         * doc/posix-functions/lockf.texi: Likewise.
4113         * doc/posix-functions/lrintl.texi: Likewise.
4114         * doc/posix-functions/mkdirat.texi: Likewise.
4115         * doc/posix-functions/mkfifoat.texi: Likewise.
4116         * doc/posix-functions/mknodat.texi: Likewise.
4117         * doc/posix-functions/mq_close.texi: Likewise.
4118         * doc/posix-functions/mq_getattr.texi: Likewise.
4119         * doc/posix-functions/mq_notify.texi: Likewise.
4120         * doc/posix-functions/mq_open.texi: Likewise.
4121         * doc/posix-functions/mq_receive.texi: Likewise.
4122         * doc/posix-functions/mq_send.texi: Likewise.
4123         * doc/posix-functions/mq_setattr.texi: Likewise.
4124         * doc/posix-functions/mq_timedreceive.texi: Likewise.
4125         * doc/posix-functions/mq_timedsend.texi: Likewise.
4126         * doc/posix-functions/mq_unlink.texi: Likewise.
4127         * doc/posix-functions/open_memstream.texi: Likewise.
4128         * doc/posix-functions/openat.texi: Likewise.
4129         * doc/posix-functions/posix_fadvise.texi: Likewise.
4130         * doc/posix-functions/posix_fallocate.texi: Likewise.
4131         * doc/posix-functions/posix_madvise.texi: Likewise.
4132         * doc/posix-functions/posix_memalign.texi: Likewise.
4133         * doc/posix-functions/posix_openpt.texi: Likewise.
4134         * doc/posix-functions/readlinkat.texi: Likewise.
4135         * doc/posix-functions/remque.texi: Likewise.
4136         * doc/posix-functions/renameat.texi: Likewise.
4137         * doc/posix-functions/rintl.texi: Likewise.
4138         * doc/posix-functions/sem_unlink.texi: Likewise.
4139         * doc/posix-functions/shm_open.texi: Likewise.
4140         * doc/posix-functions/shm_unlink.texi: Likewise.
4141         * doc/posix-functions/signgam.texi: Likewise.
4142         * doc/posix-functions/sigset.texi: Likewise.
4143         * doc/posix-functions/stpcpy.texi: Likewise.
4144         * doc/posix-functions/stpncpy.texi: Likewise.
4145         * doc/posix-functions/strerror.texi: Likewise.
4146         * doc/posix-functions/strtod.texi: Likewise.
4147         * doc/posix-functions/symlinkat.texi: Likewise.
4148         * doc/posix-functions/unlinkat.texi: Likewise.
4149         * doc/posix-functions/utimensat.texi: Likewise.
4150         * doc/glibc-functions/bindresvport.texi: Likewise.
4151         * doc/glibc-functions/dn_expand.texi: Likewise.
4152         * doc/glibc-functions/exp10.texi: Likewise.
4153         * doc/glibc-functions/exp10f.texi: Likewise.
4154         * doc/glibc-functions/fgetxattr.texi: Likewise.
4155         * doc/glibc-functions/flistxattr.texi: Likewise.
4156         * doc/glibc-functions/fopencookie.texi: Likewise.
4157         * doc/glibc-functions/freeifaddrs.texi: Likewise.
4158         * doc/glibc-functions/fremovexattr.texi: Likewise.
4159         * doc/glibc-functions/fsetxattr.texi: Likewise.
4160         * doc/glibc-functions/getifaddrs.texi: Likewise.
4161         * doc/glibc-functions/getxattr.texi: Likewise.
4162         * doc/glibc-functions/lgetxattr.texi: Likewise.
4163         * doc/glibc-functions/listxattr.texi: Likewise.
4164         * doc/glibc-functions/llistxattr.texi: Likewise.
4165         * doc/glibc-functions/lremovexattr.texi: Likewise.
4166         * doc/glibc-functions/lsetxattr.texi: Likewise.
4167         * doc/glibc-functions/pow10.texi: Likewise.
4168         * doc/glibc-functions/pow10f.texi: Likewise.
4169         * doc/glibc-functions/rcmd_af.texi: Likewise.
4170         * doc/glibc-functions/removexattr.texi: Likewise.
4171         * doc/glibc-functions/res_init.texi: Likewise.
4172         * doc/glibc-functions/res_mkquery.texi: Likewise.
4173         * doc/glibc-functions/res_query.texi: Likewise.
4174         * doc/glibc-functions/res_querydomain.texi: Likewise.
4175         * doc/glibc-functions/res_send.texi: Likewise.
4176         * doc/glibc-functions/rresvport_af.texi: Likewise.
4177         * doc/glibc-functions/setxattr.texi: Likewise.
4178         * doc/glibc-functions/strcasestr.texi: Likewise.
4179
4180 2008-12-15  Bruno Haible  <bruno@clisp.org>
4181
4182         Fix compilation error on OSF/1 4.0.
4183         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
4184         <sys/time.h>, simply delegate to the system header.
4185         Reported by Daniel Richard G. <oss@teragram.com>.
4186
4187 2008-12-15  Bruno Haible  <bruno@clisp.org>
4188
4189         * doc/posix-functions/openat.texi: Mention the 'openat' module.
4190         * doc/posix-functions/fchmodat.texi: Likewise.
4191         * doc/posix-functions/fchownat.texi: Likewise.
4192         * doc/posix-functions/fdopendir.texi: Likewise.
4193         * doc/posix-functions/fstatat.texi: Likewise.
4194         * doc/posix-functions/mkdirat.texi: Likewise.
4195         * doc/posix-functions/unlinkat.texi: Likewise.
4196
4197 2008-12-14  Bruno Haible  <bruno@clisp.org>
4198
4199         Update doc for POSIX:2008.
4200         * doc/posix-functions/faccessat.texi: New file.
4201         * doc/posix-functions/fchmodat.texi: New file.
4202         * doc/posix-functions/fchownat.texi: New file.
4203         * doc/posix-functions/fdopendir.texi: New file.
4204         * doc/posix-functions/fstatat.texi: New file.
4205         * doc/posix-functions/futimens.texi: New file.
4206         * doc/posix-functions/linkat.texi: New file.
4207         * doc/posix-functions/mkdirat.texi: New file.
4208         * doc/posix-functions/mkfifoat.texi: New file.
4209         * doc/posix-functions/mknodat.texi: New file.
4210         * doc/posix-functions/open_wmemstream.texi: New file.
4211         * doc/posix-functions/openat.texi: New file.
4212         * doc/posix-functions/psiginfo.texi: New file.
4213         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4214         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4215         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4216         * doc/posix-functions/readlinkat.texi: New file.
4217         * doc/posix-functions/renameat.texi: New file.
4218         * doc/posix-functions/strerror_l.texi: New file.
4219         * doc/posix-functions/symlinkat.texi: New file.
4220         * doc/posix-functions/unlinkat.texi: New file.
4221         * doc/posix-functions/utimensat.texi: New file.
4222         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4223
4224 2008-12-14  Bruno Haible  <bruno@clisp.org>
4225
4226         Update doc for POSIX:2008.
4227         * doc/posix-functions/alphasort.texi: Renamed from
4228         doc/glibc-functions/alphasort.texi.
4229         * doc/posix-functions/dirfd.texi: Renamed from
4230         doc/glibc-functions/dirfd.texi.
4231         * doc/posix-functions/dprintf.texi: Renamed from
4232         doc/glibc-functions/dprintf.texi.
4233         * doc/posix-functions/duplocale.texi: Renamed from
4234         doc/glibc-functions/duplocale.texi.
4235         * doc/posix-functions/fexecve.texi: Renamed from
4236         doc/glibc-functions/fexecve.texi.
4237         * doc/posix-functions/fmemopen.texi: Renamed from
4238         doc/glibc-functions/fmemopen.texi.
4239         * doc/posix-functions/freelocale.texi: Renamed from
4240         doc/glibc-functions/freelocale.texi.
4241         * doc/posix-functions/getdate_err.texi: Renamed from
4242         doc/glibc-functions/getdate_err.texi.
4243         * doc/posix-functions/isalnum_l.texi: Renamed from
4244         doc/glibc-functions/isalnum_l.texi.
4245         * doc/posix-functions/isalpha_l.texi: Renamed from
4246         doc/glibc-functions/isalpha_l.texi.
4247         * doc/posix-functions/isblank_l.texi: Renamed from
4248         doc/glibc-functions/isblank_l.texi.
4249         * doc/posix-functions/iscntrl_l.texi: Renamed from
4250         doc/glibc-functions/iscntrl_l.texi.
4251         * doc/posix-functions/isdigit_l.texi: Renamed from
4252         doc/glibc-functions/isdigit_l.texi.
4253         * doc/posix-functions/isgraph_l.texi: Renamed from
4254         doc/glibc-functions/isgraph_l.texi.
4255         * doc/posix-functions/islower_l.texi: Renamed from
4256         doc/glibc-functions/islower_l.texi.
4257         * doc/posix-functions/isprint_l.texi: Renamed from
4258         doc/glibc-functions/isprint_l.texi.
4259         * doc/posix-functions/ispunct_l.texi: Renamed from
4260         doc/glibc-functions/ispunct_l.texi.
4261         * doc/posix-functions/isspace_l.texi: Renamed from
4262         doc/glibc-functions/isspace_l.texi.
4263         * doc/posix-functions/isupper_l.texi: Renamed from
4264         doc/glibc-functions/isupper_l.texi.
4265         * doc/posix-functions/iswalnum_l.texi: Renamed from
4266         doc/glibc-functions/iswalnum_l.texi.
4267         * doc/posix-functions/iswalpha_l.texi: Renamed from
4268         doc/glibc-functions/iswalpha_l.texi.
4269         * doc/posix-functions/iswblank_l.texi: Renamed from
4270         doc/glibc-functions/iswblank_l.texi.
4271         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4272         doc/glibc-functions/iswcntrl_l.texi.
4273         * doc/posix-functions/iswctype_l.texi: Renamed from
4274         doc/glibc-functions/iswctype_l.texi.
4275         * doc/posix-functions/iswdigit_l.texi: Renamed from
4276         doc/glibc-functions/iswdigit_l.texi.
4277         * doc/posix-functions/iswgraph_l.texi: Renamed from
4278         doc/glibc-functions/iswgraph_l.texi.
4279         * doc/posix-functions/iswlower_l.texi: Renamed from
4280         doc/glibc-functions/iswlower_l.texi.
4281         * doc/posix-functions/iswprint_l.texi: Renamed from
4282         doc/glibc-functions/iswprint_l.texi.
4283         * doc/posix-functions/iswpunct_l.texi: Renamed from
4284         doc/glibc-functions/iswpunct_l.texi.
4285         * doc/posix-functions/iswspace_l.texi: Renamed from
4286         doc/glibc-functions/iswspace_l.texi.
4287         * doc/posix-functions/iswupper_l.texi: Renamed from
4288         doc/glibc-functions/iswupper_l.texi.
4289         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4290         doc/glibc-functions/iswxdigit_l.texi.
4291         * doc/posix-functions/isxdigit_l.texi: Renamed from
4292         doc/glibc-functions/isxdigit_l.texi.
4293         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4294         doc/glibc-functions/mbsnrtowcs.texi.
4295         * doc/posix-functions/mkdtemp.texi: Renamed from
4296         doc/glibc-functions/mkdtemp.texi.
4297         * doc/posix-functions/newlocale.texi: Renamed from
4298         doc/glibc-functions/newlocale.texi.
4299         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4300         doc/glibc-functions/nl_langinfo_l.texi.
4301         * doc/posix-functions/open_memstream.texi: Renamed from
4302         doc/glibc-functions/open_memstream.texi.
4303         * doc/posix-functions/opterr.texi: Renamed from
4304         doc/glibc-functions/opterr.texi.
4305         * doc/posix-functions/optind.texi: Renamed from
4306         doc/glibc-functions/optind.texi.
4307         * doc/posix-functions/optopt.texi: Renamed from
4308         doc/glibc-functions/optopt.texi.
4309         * doc/posix-functions/psignal.texi: Renamed from
4310         doc/glibc-functions/psignal.texi.
4311         * doc/posix-functions/scandir.texi: Renamed from
4312         doc/glibc-functions/scandir.texi.
4313         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4314         doc/glibc-functions/sched_get_priority_min.texi.
4315         * doc/posix-functions/signgam.texi: Renamed from
4316         doc/glibc-functions/signgam.texi.
4317         * doc/posix-functions/stpcpy.texi: Renamed from
4318         doc/glibc-functions/stpcpy.texi.
4319         * doc/posix-functions/stpncpy.texi: Renamed from
4320         doc/glibc-functions/stpncpy.texi.
4321         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4322         doc/glibc-functions/strcasecmp_l.texi.
4323         * doc/posix-functions/strcoll_l.texi: Renamed from
4324         doc/glibc-functions/strcoll_l.texi.
4325         * doc/posix-functions/strfmon_l.texi: Renamed from
4326         doc/glibc-functions/strfmon_l.texi.
4327         * doc/posix-functions/strftime_l.texi: Renamed from
4328         doc/glibc-functions/strftime_l.texi.
4329         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4330         doc/glibc-functions/strncasecmp_l.texi.
4331         * doc/posix-functions/strndup.texi: Renamed from
4332         doc/glibc-functions/strndup.texi.
4333         * doc/posix-functions/strnlen.texi: Renamed from
4334         doc/glibc-functions/strnlen.texi.
4335         * doc/posix-functions/strsignal.texi: Renamed from
4336         doc/glibc-functions/strsignal.texi.
4337         * doc/posix-functions/strxfrm_l.texi: Renamed from
4338         doc/glibc-functions/strxfrm_l.texi.
4339         * doc/posix-functions/timer_gettime.texi: Renamed from
4340         doc/glibc-functions/timer_gettime.texi.
4341         * doc/posix-functions/tolower_l.texi: Renamed from
4342         doc/glibc-functions/tolower_l.texi.
4343         * doc/posix-functions/toupper_l.texi: Renamed from
4344         doc/glibc-functions/toupper_l.texi.
4345         * doc/posix-functions/towctrans_l.texi: Renamed from
4346         doc/glibc-functions/towctrans_l.texi.
4347         * doc/posix-functions/towlower_l.texi: Renamed from
4348         doc/glibc-functions/towlower_l.texi.
4349         * doc/posix-functions/towupper_l.texi: Renamed from
4350         doc/glibc-functions/towupper_l.texi.
4351         * doc/posix-functions/uselocale.texi: Renamed from
4352         doc/glibc-functions/uselocale.texi.
4353         * doc/posix-functions/vdprintf.texi: Renamed from
4354         doc/glibc-functions/vdprintf.texi.
4355         * doc/posix-functions/wcpcpy.texi:
4356         Renamed from doc/glibc-functions/wcpcpy.texi.
4357         * doc/posix-functions/wcpncpy.texi: Renamed from
4358         doc/glibc-functions/wcpncpy.texi.
4359         * doc/posix-functions/wcscasecmp.texi: Renamed from
4360         doc/glibc-functions/wcscasecmp.texi.
4361         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4362         doc/glibc-functions/wcscasecmp_l.texi.
4363         * doc/posix-functions/wcscoll_l.texi: Renamed from
4364         doc/glibc-functions/wcscoll_l.texi.
4365         * doc/posix-functions/wcsdup.texi: Renamed from
4366         doc/glibc-functions/wcsdup.texi.
4367         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4368         doc/glibc-functions/wcsncasecmp.texi.
4369         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4370         doc/glibc-functions/wcsncasecmp_l.texi.
4371         * doc/posix-functions/wcsnlen.texi: Renamed from
4372         doc/glibc-functions/wcsnlen.texi.
4373         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4374         doc/glibc-functions/wcsnrtombs.texi.
4375         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4376         doc/glibc-functions/wcsxfrm_l.texi.
4377         * doc/posix-functions/wctrans_l.texi: Renamed from
4378         doc/glibc-functions/wctrans_l.texi.
4379         * doc/posix-functions/wctype_l.texi: Renamed from
4380         doc/glibc-functions/wctype_l.texi.
4381         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4382         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4383         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4384         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4385         these subsections.
4386         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4387         Remove sections.
4388
4389 2008-12-14  Bruno Haible  <bruno@clisp.org>
4390
4391         Update doc for POSIX:2008.
4392         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4393
4394 2008-12-14  Bruno Haible  <bruno@clisp.org>
4395
4396         Update doc for POSIX:2008.
4397         * doc/pastposix-functions/bcmp.texi: Renamed from
4398         doc/posix-functions/bcmp.texi.
4399         * doc/pastposix-functions/bcopy.texi: Renamed from
4400         doc/posix-functions/bcopy.texi.
4401         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4402         doc/posix-functions/bsd_signal.texi.
4403         * doc/pastposix-functions/bzero.texi: Renamed from
4404         doc/posix-functions/bzero.texi.
4405         * doc/pastposix-functions/ecvt.texi: Renamed from
4406         doc/posix-functions/ecvt.texi.
4407         * doc/pastposix-functions/fcvt.texi: Renamed from
4408         doc/posix-functions/fcvt.texi.
4409         * doc/pastposix-functions/ftime.texi: Renamed from
4410         doc/posix-functions/ftime.texi.
4411         * doc/pastposix-functions/gcvt.texi: Renamed from
4412         doc/posix-functions/gcvt.texi.
4413         * doc/pastposix-functions/getcontext.texi: Renamed from
4414         doc/posix-functions/getcontext.texi.
4415         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4416         doc/posix-functions/gethostbyaddr.texi.
4417         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4418         doc/posix-functions/gethostbyname.texi.
4419         * doc/pastposix-functions/getwd.texi: Renamed from
4420         doc/posix-functions/getwd.texi.
4421         * doc/pastposix-functions/h_errno.texi: Renamed from
4422         doc/posix-functions/h_errno.texi.
4423         * doc/pastposix-functions/index.texi: Renamed from
4424         doc/posix-functions/index.texi.
4425         * doc/pastposix-functions/makecontext.texi: Renamed from
4426         doc/posix-functions/makecontext.texi.
4427         * doc/pastposix-functions/mktemp.texi: Renamed from
4428         doc/posix-functions/mktemp.texi.
4429         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4430         doc/posix-functions/pthread_attr_getstackaddr.texi.
4431         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4432         doc/posix-functions/pthread_attr_setstackaddr.texi.
4433         * doc/pastposix-functions/rindex.texi: Renamed from
4434         doc/posix-functions/rindex.texi.
4435         * doc/pastposix-functions/scalb.texi: Renamed from
4436         doc/posix-functions/scalb.texi.
4437         * doc/pastposix-functions/setcontext.texi: Renamed from
4438         doc/posix-functions/setcontext.texi.
4439         * doc/pastposix-functions/swapcontext.texi: Renamed from
4440         doc/posix-functions/swapcontext.texi.
4441         * doc/pastposix-functions/ualarm.texi: Renamed from
4442         doc/posix-functions/ualarm.texi.
4443         * doc/pastposix-functions/usleep.texi: Renamed from
4444         doc/posix-functions/usleep.texi.
4445         * doc/pastposix-functions/vfork.texi: Renamed from
4446         doc/posix-functions/vfork.texi.
4447         * doc/pastposix-functions/wcswcs.texi: Renamed from
4448         doc/posix-functions/wcswcs.texi.
4449         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4450         (Function Substitutes): Update.
4451
4452 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4453
4454         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4455         m4/strerror.m4.
4456
4457 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4458             Bruno Haible  <bruno@clisp.org>
4459
4460         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4461
4462 2008-12-13  Bruno Haible  <bruno@clisp.org>
4463
4464         * modules/strtoull (Depends-on): Remove unistd.
4465
4466 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4467
4468         * modules/strtoull (Depends-on): Add stdlib.
4469
4470 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4471
4472         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4473
4474 2008-12-10  Jim Meyering  <meyering@redhat.com>
4475
4476         gl_ASSERT: don't say assertions are disabled when they're not
4477         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4478         "checking whether to enable assertions... no", when they are in
4479         fact enabled.  This is solely a bug in the output of configure.
4480         In spite of saying "no", NDEBUG was not defined in that case.
4481         Also, as noted by Eric Blake, leave assertions enabled upon
4482         --enable-assert=INVALID.
4483
4484 2008-12-10  Bruno Haible  <bruno@clisp.org>
4485
4486         Change MODULES.html to refer to POSIX:2008 where possible.
4487         * MODULES.html.sh (POSIX2008_URL): New variable.
4488         (posix_headers): Remove sys/timeb, ucontext.
4489         (posix2001_headers): New variable.
4490         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4491         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4492         index, makecontext, mktemp, pthread_attr_getstackaddr,
4493         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4494         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4495         (posix2001_functions): New variable.
4496         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4497         otherwise.
4498
4499 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4500
4501         add missing include to parse-duration.c
4502         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4503         * modules/parse-duration (Depends-on): Add xalloc.
4504
4505         fix sed script reading maint.mk
4506         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4507         (syntax-check-rules): Use it.
4508
4509 2008-12-09  Bruno Haible  <bruno@clisp.org>
4510
4511         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4512         MacOS X 10.4/PowerPC.
4513         Reported by Simon Josefsson.
4514
4515 2008-12-08  Jim Meyering  <meyering@redhat.com>
4516
4517         work around mingw's lack of some S_IF definitions
4518         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4519         Reported by Simon Josefsson.
4520
4521 2008-12-08  Bruno Haible  <bruno@clisp.org>
4522
4523         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4524         applied to variables. Needed on MacOS X 10.4/PowerPC.
4525         Reported by Simon Josefsson.
4526
4527 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4528         and Eric Blake  <ebb9@byu.net>
4529
4530         assert: honor --enable-assert
4531         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4532         order to honor --enable-assert, rather than treating it as a
4533         synonym for --disable-assert.
4534
4535 2008-12-08  Jim Meyering  <meyering@redhat.com>
4536
4537         * lib/posixtm.c: Remove now-useless declaration of mktime.
4538
4539         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4540
4541 2008-12-07  Bruno Haible  <bruno@clisp.org>
4542
4543         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4544         test_once): Mark functions as static.
4545         * tests/test-tls.c (test_tls): Likewise.
4546
4547 2008-12-07  Bruno Haible  <bruno@clisp.org>
4548
4549         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4550         iconv_register_autodetect.
4551
4552 2008-12-07  Jim Meyering  <meyering@redhat.com>
4553
4554         posixtm.c: avoid a warning
4555         * lib/posixtm.c (posixtime): Don't initialize tm0.
4556         It's no longer needed to placate gcc4's -Wuninitialized,
4557         and the attempt to placate would elicit a new warning.
4558
4559         unicodeio.c: mark unused parameters
4560         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4561         (fallback_failure_callback): Likewise.
4562
4563 2008-12-07  Bruno Haible  <bruno@clisp.org>
4564
4565         * gnulib-tool (func_create_testdir): When building the tests
4566         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4567         Reported by Simon Josefsson.
4568
4569 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4570
4571         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4572
4573 2008-12-06  Bruno Haible  <bruno@clisp.org>
4574
4575         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4576         Suggested by Eric Blake.
4577
4578 2008-12-06  Bruno Haible  <bruno@clisp.org>
4579
4580         Fix a c-stack test failure on MacOS X.
4581         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4582         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4583         handler for SIGBUS as well.
4584         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4585         install a signal handler for SIGBUS as well.
4586         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4587
4588 2008-12-06  Bruno Haible  <bruno@clisp.org>
4589
4590         Advocacy documentation.
4591         * doc/gnulib-intro.texi (Benefits): New section.
4592         * doc/gnulib.texi: Update.
4593
4594 2008-12-06  Bruno Haible  <bruno@clisp.org>
4595
4596         Document the 'manywarnings' module.
4597         * doc/manywarnings.texi: New file.
4598         * doc/gnulib.texi: Include it.
4599
4600 2008-12-05  Eric Blake  <ebb9@byu.net>
4601
4602         tests: silence some gcc warnings
4603         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4604         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4605         type mismatches.
4606
4607 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4608             Bruno Haible  <bruno@clisp.org>
4609
4610         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4611
4612 2008-11-29  Jim Meyering  <meyering@redhat.com>
4613
4614         unicodeio.c: mark unused parameters
4615         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4616         (fallback_failure_callback): Likewise.
4617
4618         fts: fix a thinko
4619         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4620         (set_stat_type): Return S_IF*-valued "type" directly.
4621         Prompted by James Youngman's spotting a related bug.
4622         Confirmed by further testing through find.
4623
4624         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4625         * lib/fts.c (D_TYPE): Define.
4626         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4627         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4628         (s_ifmt_shift_bits): New function.
4629         (set_stat_type): New function.
4630         (fts_build): When not calling fts_stat, call set_stat_type
4631         to propagate dirent.d_type info to fts_read caller.
4632         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4633         fts_statp->st_mode type information may be valid.
4634
4635 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4636
4637         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4638         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4639         <sds@gnu.org>.
4640
4641 2008-11-20  Bruno Haible  <bruno@clisp.org>
4642
4643         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4644         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4645         INCLUDE_NEXT.
4646         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4647         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4648         * modules/math (Makefile.am): Substitute
4649         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4650         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4651
4652 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4653             Bruno Haible  <bruno@clisp.org>
4654
4655         * lib/stdint.in.h: Define all type macros so that their expansion is
4656         a single typedef'ed token. Fixes a compilation failure in Boost which
4657         does "using ::int8_t;".
4658
4659 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4660
4661         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4662         gl_MANYWARN_ALL_GCC.
4663         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4664         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4665         * modules/manywarnings: New file.
4666         * MODULES.html.sh: Mention manywarnings module.
4667
4668 2008-11-18  Bruno Haible  <bruno@clisp.org>
4669
4670         * doc/gnulib-tool.texi (Unit tests): New section.
4671
4672 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4673
4674         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4675         paths like 'lib/po/foo.po'.
4676
4677 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4678
4679         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4680         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4681
4682 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4683
4684         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4685         parameter works.
4686
4687 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4688
4689         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4690
4691 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4692
4693         * modules/parse-duration-tests: New file.
4694         * tests/test-parse-duration.sh: New file.
4695         * tests/test-parse-duration.c: New file.
4696
4697         New module 'parse-duration'.
4698         * lib/parse-duration.h: New file.
4699         * lib/parse-duration.c: New file.
4700         * modules/parse-duration: New file.
4701
4702 2008-11-17  Bruno Haible  <bruno@clisp.org>
4703
4704         * tests/test-select-out.sh: Comment out the first pipe test.
4705         Reported by Simon Josefsson.
4706
4707 2008-11-17  Bruno Haible  <bruno@clisp.org>
4708
4709         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4710         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4711         gl_HOSTENT.
4712
4713 2008-11-17  Bruno Haible  <bruno@clisp.org>
4714
4715         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4716         -lnetwork and -lnet. Needed for Haiku and BeOS.
4717
4718 2008-11-16  Bruno Haible  <bruno@clisp.org>
4719
4720         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4721
4722 2008-11-16  Bruno Haible  <bruno@clisp.org>
4723
4724         Avoid test failure on Haiku.
4725         * tests/test-fsync.c: Include <errno.h>.
4726         (main): Don't require that fsync (0) fails.
4727
4728 2008-11-15  Bruno Haible  <bruno@clisp.org>
4729
4730         New module 'hostent'.
4731         * modules/hostent: New file.
4732         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4733
4734 2008-11-15  Bruno Haible  <bruno@clisp.org>
4735
4736         New module 'servent'.
4737         * modules/servent: New file.
4738         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4739
4740 2008-11-15  Bruno Haible  <bruno@clisp.org>
4741
4742         Avoid generating same test program with two different rules.
4743         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4744         test-frexp to test-frexp-nolibm.
4745         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4746         test-frexpl to test-frexpl-nolibm.
4747
4748 2008-11-15  Bruno Haible  <bruno@clisp.org>
4749
4750         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4751         $(FREXPL_LIBM).
4752
4753 2008-11-15  Bruno Haible  <bruno@clisp.org>
4754
4755         * lib/netdb.in.h: Activate the definitions also when the system's
4756         <netdb.h> has 'struct addrinfo'.
4757         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4758         EAI_OVERFLOW or AI_NUMERICSERV.
4759         * doc/posix-headers/netdb.texi: Document the problem.
4760
4761 2008-11-15  Bruno Haible  <bruno@clisp.org>
4762
4763         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4764
4765         Make the 'sched' module work on platforms where <sched.h> exists but
4766         is incomplete (such as Haiku).
4767         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4768         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4769         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4770         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4771         HAVE_STRUCT_SCHED_PARAM.
4772         * modules/sched (Depends-on): Add include_next.
4773         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4774         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4775         * doc/posix-headers/sched.texi: Document the issue.
4776
4777 2008-11-13  Jim Meyering  <meyering@redhat.com>
4778
4779         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4780         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4781         test would fail due to the difference in the Report bugs to ...
4782         line.  The expected address is empty, "<>", while the actual
4783         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4784
4785 2008-11-12  Bruno Haible  <bruno@clisp.org>
4786
4787         lstat: don't compile lstat.c on systems lacking lstat
4788         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4789         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4790         Reported by Daniel P. Berrange via Jim Meyering.
4791
4792 2008-11-12  Jim Meyering  <meyering@redhat.com>
4793
4794         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4795
4796 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4797
4798         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4799         instead.
4800
4801 2008-11-12  Bruno Haible  <bruno@clisp.org>
4802
4803         * lib/unicodeio.c: Include unistr.h.
4804         (utf8_wctomb): Remove function.
4805         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4806
4807 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4808
4809         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4810         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4811         <bruno@clisp.org>.
4812         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4813
4814 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4815
4816         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4817         * doc/gnulib.texi: Add section for warnings.
4818
4819 2008-11-11  Bruno Haible  <bruno@clisp.org>
4820
4821         * lib/sockets.h: Add a comment.
4822
4823 2008-11-11  Karl Berry  <karl@gnu.org>
4824
4825         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4826
4827 2008-11-11  Eric Blake  <ebb9@byu.net>
4828
4829         fdl.texi: avoid git symlinks
4830         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4831
4832 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4833
4834         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4835
4836 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4837
4838         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4839         (gl_WARN_ADD): Substitute $2 if literal.
4840
4841 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4842
4843         * m4/warning.m4: Remove.
4844
4845 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4846
4847         * m4/warnings.m4: Almost complete rewrite. :-)
4848
4849 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4850
4851         * modules/warnings: New module.
4852         * m4/warnings.m4: New file.
4853         * MODULES.html.sh: Mention warnings module.
4854         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4855         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4856
4857 2008-11-10  Eric Blake  <ebb9@byu.net>
4858
4859         fdl.texi: make a symlink to the latest version
4860         * doc/standards.texi: Revert today's earlier change.
4861         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4862         * doc/fdl.texi: ...and replace this with a symlink to the newer
4863         fdl-1.3.texi.
4864
4865 2008-11-10  Bruno Haible  <bruno@clisp.org>
4866
4867         * tests/test-select-fd.c (main): Accept the result file name as fourth
4868         argument.
4869         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4870         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4871
4872 2008-11-10  Bruno Haible  <bruno@clisp.org>
4873
4874         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4875         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4876         as autoconf-substituted macros.
4877         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4878         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4879         gl_NETDB_H_DEFAULTS. Set these variables.
4880         * modules/netdb (Makefile.am): Substitute these variables.
4881
4882 2008-11-10  Eric Blake  <ebb9@byu.net>
4883
4884         standards.texi: include correct file for FDL 1.3
4885         * doc/standards.texi (GNU Free Documentation License): Change
4886         include file to pull in FDL 1.3, not 1.2.
4887
4888         fdl.texi: revert accidental change to license
4889         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4890
4891 2008-11-10  Bruno Haible  <bruno@clisp.org>
4892
4893         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4894         cross-compiling guesses also when the native compile gives no result.
4895
4896 2008-11-10  Bruno Haible  <bruno@clisp.org>
4897
4898         * lib/spawni.c (__spawni): Force variable into the stack.
4899
4900 2008-11-10  Bruno Haible  <bruno@clisp.org>
4901
4902         Add support for Haiku.
4903         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4904         glibc and BeOS, but also on Haiku.
4905         * lib/fpurge.c (fpurge): Likewise.
4906         * lib/freadable.c (freadable): Likewise.
4907         * lib/freadahead.c (freadahead): Likewise.
4908         * lib/freading.c (freading): Likewise.
4909         * lib/freadptr.c (freadptr): Likewise.
4910         * lib/freadseek.c (freadptrinc): Likewise.
4911         * lib/fseeko.c (rpl_fseeko): Likewise.
4912         * lib/fseterr.c (fseterr): Likewise.
4913         * lib/fwritable.c (fwritable): Likewise.
4914         * lib/fwriting.c (fwriting): Likewise.
4915         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4916
4917 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4918
4919         * lib/config.charset: Treat Haiku like BeOS.
4920
4921 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4922
4923         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4924         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4925
4926 2008-11-08  Bruno Haible  <bruno@clisp.org>
4927
4928         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4929         AC_CACHE_CHECK.
4930
4931 2008-11-08  Bruno Haible  <bruno@clisp.org>
4932
4933         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4934
4935 2008-11-08  Bruno Haible  <bruno@clisp.org>
4936
4937         * tests/test-select-fd.c: New file.
4938         * tests/test-select-in.sh: New file.
4939         * tests/test-select-out.sh: New file.
4940         * tests/test-select-stdin.c: New file.
4941         * modules/select-tests (Files): Add the new files.
4942         (Depends-on): Add gettimeofday.
4943         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4944         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4945         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4946
4947 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4948             Bruno Haible  <bruno@clisp.org>
4949
4950         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4951
4952 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4953
4954         * build-aux/pmccabe2html: Added support for C++ source files.
4955
4956 2008-11-05  Ben Pfaff  <blp@gnu.org>
4957
4958         Fix lib/close.c build on Windows.
4959         * modules/close (Files): Add lib/w32sock.h.
4960
4961 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4962
4963         Accept Bison's NEWS format.
4964         * build-aux/announce-gen (print_news_deltas): Tweak
4965         $re_prefix.
4966
4967 2008-11-04  Bruno Haible  <bruno@clisp.org>
4968
4969         * modules/random_r (Maintainer): Add glibc.
4970
4971 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4972
4973         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4974         by karl@freefriends.org (Karl Berry).
4975         * doc/alloca.texi: Likewise.
4976         * doc/c-ctype.texi: Likewise.
4977         * doc/c-strcase.texi: Likewise.
4978         * doc/c-strcaseeq.texi: Likewise.
4979         * doc/c-strcasestr.texi: Likewise.
4980         * doc/c-strstr.texi: Likewise.
4981         * doc/c-strtod.texi: Likewise.
4982         * doc/c-strtold.texi: Likewise.
4983         * doc/ctime.texi: Likewise.
4984         * doc/error.texi: Likewise.
4985         * doc/fdl.texi: Likewise.
4986         * doc/gcd.texi: Likewise.
4987         * doc/getdate.texi: Likewise.
4988         * doc/gnulib-intro.texi: Likewise.
4989         * doc/gnulib-tool.texi: Likewise.
4990         * doc/gnulib.texi: Likewise.
4991         * doc/inet_ntoa.texi: Likewise.
4992         * doc/maintain.texi: Likewise.
4993         * doc/make-stds.texi: Likewise.
4994         * doc/quote.texi: Likewise.
4995         * doc/regexprops-generic.texi: Likewise.
4996         * doc/standards.texi: Likewise.
4997         * doc/verify.texi: Likewise.
4998         * doc/visibility.texi: Likewise.
4999         * doc/gnulib.texi (GNU Free Documentation License): Include
5000         fdl-1.3.texi instead of fdl.texi.
5001
5002 2008-11-04  Simon Josefsson  <simon@josefsson.org>
5003
5004         * doc/fdl-1.3.texi: New file, from
5005         <http://www.gnu.org/licenses/fdl-1.3.texi>.
5006         * modules/fdl-1.3: Add.
5007         * MODULES.html.sh: Add fdl-1.3.
5008
5009 2008-11-03  Bruno Haible  <bruno@clisp.org>
5010
5011         Make determination of absolute name of header file work with AIX xlc.
5012         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
5013         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
5014         preprocessing.
5015         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5016         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
5017
5018 2008-11-03  Simon Josefsson  <simon@josefsson.org>
5019
5020         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
5021         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
5022         <ludo@gnu.org>.
5023
5024 2008-11-02  Bruno Haible  <bruno@clisp.org>
5025
5026         Mark 'strpbrk' obsolete.
5027         * modules/strpbrk (Status, Notice): New sections.
5028         * modules/strtok_r (Depends-on): Add strpbrk.
5029
5030 2008-11-02  Bruno Haible  <bruno@clisp.org>
5031
5032         Mark 'strdup' obsolete.
5033         * modules/strdup (Status, Notice): New sections.
5034         * modules/findprog (Depends-on): Add strdup.
5035         * modules/getaddrinfo (Depends-on): Likewise.
5036         * modules/localename (Depends-on): Likewise.
5037         * modules/relocatable-lib (Depends-on): Likewise.
5038         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
5039         * modules/relocatable-prog (Depends-on): Likewise.
5040         * modules/trim (Depends-on): Likewise.
5041         * modules/unictype/gen-ctype (Depends-on): Likewise.
5042         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
5043
5044 2008-11-02  Bruno Haible  <bruno@clisp.org>
5045
5046         Mark 'strcspn' obsolete.
5047         * modules/strcspn (Status, Notice): New sections.
5048
5049 2008-11-02  Bruno Haible  <bruno@clisp.org>
5050
5051         Mark 'rmdir' obsolete.
5052         * modules/rmdir (Status, Notice): New sections.
5053         * modules/clean-temp (Depends-on): Add rmdir.
5054         * modules/openat (Depends-on): Likewise.
5055
5056 2008-11-02  Bruno Haible  <bruno@clisp.org>
5057
5058         Mark 'raise' obsolete.
5059         * modules/raise (Status, Notice): New sections.
5060         (Include): Specify <signal.h>.
5061         * modules/stdio (Depends-on): Add raise.
5062         * modules/write (Depends-on): Likewise.
5063
5064 2008-11-02  Bruno Haible  <bruno@clisp.org>
5065
5066         Mark 'memset' obsolete.
5067         * modules/memset (Status, Notice): New sections.
5068
5069 2008-11-02  Bruno Haible  <bruno@clisp.org>
5070
5071         Mark 'memmove' obsolete.
5072         * modules/memmove (Status, Notice): New sections.
5073         * modules/argp (Depends-on): Add memmove.
5074         * modules/argz (Depends-on): Likewise.
5075         * modules/canonicalize (Depends-on): Likewise.
5076         * modules/canonicalize-lgpl (Depends-on): Likewise.
5077         * modules/fts (Depends-on): Likewise.
5078         * modules/getcwd (Depends-on): Likewise.
5079         * modules/human (Depends-on): Likewise.
5080         * modules/regex (Depends-on): Likewise.
5081         * modules/striconveh (Depends-on): Likewise.
5082         * modules/trim (Depends-on): Likewise.
5083         * modules/unistr/u8-move (Depends-on): Likewise.
5084         * modules/unistr/u16-move (Depends-on): Likewise.
5085         * modules/unistr/u32-move (Depends-on): Likewise.
5086
5087 2008-11-02  Bruno Haible  <bruno@clisp.org>
5088
5089         Mark 'memcpy' obsolete.
5090         * modules/memcpy (Status, Notice): New sections.
5091
5092 2008-11-02  Bruno Haible  <bruno@clisp.org>
5093
5094         Mark 'memcmp' obsolete.
5095         * modules/memcmp (Status, Notice): New sections.
5096         * modules/argmatch (Depends-on): Add memchr.
5097         * modules/backupfile (Depends-on): Likewise.
5098         * modules/c-strcasestr (Depends-on): Likewise.
5099         * modules/crypto/des (Depends-on): Likewise.
5100         * modules/csharpcomp (Depends-on): Likewise.
5101         * modules/fnmatch (Depends-on): Likewise.
5102         * modules/git-merge-changelog (Depends-on): Likewise.
5103         * modules/isnand (Depends-on): Likewise.
5104         * modules/isnand-nolibm (Depends-on): Likewise.
5105         * modules/isnanf (Depends-on): Likewise.
5106         * modules/isnanf-nolibm (Depends-on): Likewise.
5107         * modules/isnanl (Depends-on): Likewise.
5108         * modules/isnanl-nolibm (Depends-on): Likewise.
5109         * modules/mbchar (Depends-on): Likewise.
5110         * modules/memcoll (Depends-on): Likewise.
5111         * modules/quotearg (Depends-on): Likewise.
5112         * modules/regex (Depends-on): Likewise.
5113         * modules/relocatable-prog (Depends-on): Likewise.
5114         * modules/same (Depends-on): Likewise.
5115         * modules/signbit (Depends-on): Likewise.
5116         * modules/strcasestr-simple (Depends-on): Likewise.
5117         * modules/unictype/gen-ctype (Depends-on): Likewise.
5118         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
5119         * modules/uniname/uniname (Depends-on): Likewise.
5120         * modules/unistr/u8-cmp (Depends-on): Likewise.
5121
5122 2008-11-02  Bruno Haible  <bruno@clisp.org>
5123
5124         Mark 'memchr' obsolete.
5125         * modules/memchr (Status, Notice): New sections.
5126         * modules/argp (Depends-on): Add memchr.
5127         * modules/base64 (Depends-on): Likewise.
5128         * modules/c-strcasestr (Depends-on): Likewise.
5129         * modules/chdir-long (Depends-on): Likewise.
5130         * modules/fnmatch (Depends-on): Likewise.
5131         * modules/getsubopt (Depends-on): Likewise.
5132         * modules/git-merge-changelog (Depends-on): Likewise.
5133         * modules/glob (Depends-on): Likewise.
5134         * modules/strcasestr-simple (Depends-on): Likewise.
5135         * modules/strnlen (Depends-on): Likewise.
5136
5137 2008-11-02  Bruno Haible  <bruno@clisp.org>
5138
5139         Mark 'atexit' obsolete.
5140         * modules/atexit (Status, Notice): New sections.
5141         * modules/chdir-long (Depends-on): Add atexit.
5142         * modules/wait-process (Depends-on): Likewise.
5143
5144 2008-11-02  Bruno Haible  <bruno@clisp.org>
5145
5146         * gnulib-tool: New option --with-obsolete.
5147         (func_usage): Document it.
5148         (func_modules_transitive_closure): Drop obsolete dependencies if
5149         incobsolete is not true.
5150         (func_import): Read and save the incobsolete variable to the cache.
5151
5152 2008-11-02  Bruno Haible  <bruno@clisp.org>
5153
5154         * modules/TEMPLATE-EXTENDED: New field 'Status'.
5155         * gnulib-tool: New option --extract-status.
5156         (func_usage): Document it.
5157         (sed_extract_prog): Recognize it.
5158         (func_get_status): New function.
5159
5160 2008-10-30  Simon Josefsson  <simon@josefsson.org>
5161
5162         * modules/sockets (License): Change from LGPL to LGPLv2+.
5163
5164 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5165
5166         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
5167
5168 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5169
5170         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5171         Mention times and sys_times.
5172         * modules/sys_times, modules/sys_times-tests: New modules.
5173         * modules/times, modules/times-tests: Likewise
5174         * m4/sys_times_h.m4: New file.
5175         * lib/sys_times.in.h: Likewise
5176         * lib/times.c: Likewise.
5177         * tests/test-sys_times.c: Likewise.
5178         * tests/test-times.c: Likewise.
5179         * doc/posix-headers/sys_times.texi: Update.
5180         * doc/posix-functions/times.texi: Update.
5181
5182 2008-10-28  Jim Meyering  <meyering@redhat.com>
5183
5184         * modules/tempname (Depends-on): Add lstat.
5185
5186         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
5187
5188 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5189
5190         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
5191         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
5192         using idiom used elsewhere in gnulib.
5193
5194 2008-10-27  Jim Meyering  <meyering@redhat.com>
5195
5196         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
5197
5198 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5199
5200         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
5201         TESTS_ENVIRONMENT, for shell scripts that needs to call built
5202         programs.
5203         * tests/test-argp-2.sh: Use $EXEEXT when needed.
5204
5205 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5206
5207         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5208
5209 2008-10-27  Bruno Haible  <bruno@clisp.org>
5210
5211         * tests/test-lstat.c: Include <stdio.h>.
5212
5213 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5214
5215         * modules/lstat-tests: New module.
5216         * tests/test-lstat.c: New file.
5217
5218 2008-10-26  Jim Meyering  <meyering@redhat.com>
5219
5220         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5221
5222 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5223             Bruno Haible  <bruno@clisp.org>
5224
5225         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5226         * modules/configmake (Include): Add a note that the include must come
5227         after all system headers.
5228         * lib/javaversion.c: Include configmake.h after all other includes.
5229
5230 2008-10-26  Bruno Haible  <bruno@clisp.org>
5231
5232         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5233         HAVE_STRUCT_RANDOM_DATA to 1.
5234         (gl_STDLIB_H): Simplify.
5235
5236 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5237
5238         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5239         substitute HAVE_STRUCT_RANDOM_DATA.
5240         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5241         random_data.
5242         * modules/stdlib (Makefile.am): Substitute
5243         HAVE_STRUCT_RANDOM_DATA.
5244
5245 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5246
5247         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5248         * doc/gnulib-intro.texi (Copyright): Likewise.
5249
5250 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5251
5252         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5253         findings.
5254
5255 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5256             Bruno Haible  <bruno@clisp.org>
5257
5258         * lib/unistd.in.h: Include <winsock2.h>.
5259         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5260         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5261         Provide dummy declarations.
5262         (gethostname): Override.
5263         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5264         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5265         gl_PREREQ_SYS_H_WINSOCK2.
5266         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5267         * doc/posix-functions/gethostname.texi: More details.
5268
5269 2008-10-25  Bruno Haible  <bruno@clisp.org>
5270
5271         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5272         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5273         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5274
5275         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5276         here ...
5277         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5278         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5279         gl_UNISTD_H_DEFAULTS.
5280
5281 2008-10-25  Eric Blake  <ebb9@byu.net>
5282
5283         signbit: avoid spurious compiler failure
5284         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5285         declarations inside function.
5286
5287 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5288             Bruno Haible  <bruno@clisp.org>
5289
5290         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5291         * modules/random_r (Depends-on): Add stdint.
5292
5293 2008-10-24  Bruno Haible  <bruno@clisp.org>
5294
5295         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5296         Eggert.
5297         * modules/strerror (License): Likewise.
5298
5299 2008-10-24  Jim Meyering  <meyering@redhat.com>
5300
5301         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5302         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5303
5304 2008-10-24  Eric Blake  <ebb9@byu.net>
5305
5306         getgroups: fix compilation when getgroups is available
5307         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5308         but with <config.h> override of getgroups disabled.
5309
5310 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5311
5312         * doc/gnulib.texi (Header files): Add note about C++ problems.
5313         Explained by Bruno Haible <bruno@clisp.org>.
5314
5315 2008-10-23  Bruno Haible  <bruno@clisp.org>
5316
5317         Define a dummy SA_NODEFER macro on Interix.
5318         * lib/signal.in.h (SA_NODEFER): Define fallback.
5319         Reported by Aleksey Cheusov <cheusov@tut.by> via
5320         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5321
5322 2008-10-23  Bruno Haible  <bruno@clisp.org>
5323
5324         * modules/freadahead (License): Change to LGPLv2+.
5325         Suggested by Simon Josefsson.
5326
5327 2008-10-23  Jim Meyering  <meyering@redhat.com>
5328
5329         random_r: new module
5330         * modules/random_r: New file.
5331         * m4/random_r.m4: New file.
5332         * lib/random_r.c: New file, from glibc.
5333         * modules/random_r-tests: New file.
5334         * tests/test-random_r.c: New file.
5335         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5336          Declare.
5337         (RAND_MAX): Define.
5338         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5339         * modules/stdlib: Substitute them, too.
5340         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5341         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5342         * doc/glibc-functions/random_r.texi: Likewise.
5343         * doc/glibc-functions/setstate_r.texi: Likewise.
5344         * doc/glibc-functions/srandom_r.texi: Likewise.
5345         * config/srclist.txt: Mention it.
5346
5347 2008-10-23  David Lutterkort  <lutter@redhat.com>
5348
5349         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5350         link requirement
5351
5352 2008-10-23  Jim Meyering  <meyering@redhat.com>
5353
5354         selinux-h: mark parameters of stub functions as intentionally unused
5355         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5356         * lib/se-context.in.h: Likewise.
5357
5358 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5359
5360         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5361
5362 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5363
5364         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5365
5366 2008-10-22  Eric Blake  <ebb9@byu.net>
5367
5368         glthread/thread: avoid compiler warning
5369         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5370         Add unreachable abort to silence compiler.
5371
5372 2008-10-22  Eric Blake  <ebb9@byu.net>
5373
5374         netdb: also supply struct addrinfo for cygwin 1.5.x
5375         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5376         older cygwin.
5377         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5378         cygwin.
5379         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5380
5381 2008-10-22  Bruno Haible  <bruno@clisp.org>
5382
5383         * users.txt: Update entry about pspp.
5384
5385 2008-10-21  Bruno Haible  <bruno@clisp.org>
5386
5387         Simplification.
5388         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5389         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5390
5391         Simplification.
5392         * lib/ioctl.c (ioctl): Don't undefine.
5393         * lib/socket.c (socket): Don't undefine.
5394
5395         Remove unused module indicator macros.
5396         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5397         GNULIB_$1 as a C macro.
5398
5399         * doc/posix-functions/close.texi: Undo last change.
5400         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5401         Windows platforms.
5402
5403 2008-10-21  Bruno Haible  <bruno@clisp.org>
5404
5405         Add gethostname() declaration to <unistd.h>.
5406         * lib/unistd.in.h (gethostname): New declaration.
5407         * lib/gethostname.c: Include <unistd.h>.
5408         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5409         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5410         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5411         and HAVE_GETHOSTNAME.
5412         * modules/gethostname (Depends-on): Add unistd.
5413         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5414         (Include): Specify <unistd.h>.
5415         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5416         HAVE_GETHOSTNAME.
5417         * tests/test-gethostname.c: Include <unistd.h> first.
5418
5419 2008-10-21  Bruno Haible  <bruno@clisp.org>
5420
5421         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5422         * modules/select-tests (Depends-on): Likewise.
5423         Reported by Simon Josefsson.
5424
5425 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5426
5427         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5428         * lib/accept.c: New file, based on winsock.c.
5429         * lib/bind.c: New file, based on winsock.c.
5430         * lib/connect.c: New file, based on winsock.c.
5431         * lib/getpeername.c: New file, based on winsock.c.
5432         * lib/getsockname.c: New file, based on winsock.c.
5433         * lib/getsockopt.c: New file, based on winsock.c.
5434         * lib/ioctl.c: New file, based on winsock.c.
5435         * lib/listen.c: New file, based on winsock.c.
5436         * lib/recv.c: New file, based on winsock.c.
5437         * lib/recvfrom.c: New file, based on winsock.c.
5438         * lib/send.c: New file, based on winsock.c.
5439         * lib/sendto.c: New file, based on winsock.c.
5440         * lib/setsockopt.c: New file, based on winsock.c.
5441         * lib/shutdown.c: New file, based on winsock.c.
5442         * lib/socket.c: New file, based on winsock.c.
5443         * lib/w32sock.h: New file, based on winsock.c.
5444         * lib/winsock.c: Remove file.
5445         * modules/accept: Likewise.
5446         * modules/bind: Likewise.
5447         * modules/connect: Likewise.
5448         * modules/getpeername: Likewise.
5449         * modules/getsockname: Likewise.
5450         * modules/getsockopt: Likewise.
5451         * modules/ioctl: Likewise.
5452         * modules/listen: Likewise.
5453         * modules/recv: Likewise.
5454         * modules/recvfrom: Likewise.
5455         * modules/send: Likewise.
5456         * modules/sendto: Likewise.
5457         * modules/setsockopt: Likewise.
5458         * modules/shutdown: Likewise.
5459         * modules/socket: Use socket.c instead of winsock.c.
5460         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5461         * doc/posix-functions/accept.texi: Doc fix.
5462         * doc/posix-functions/bind.texi: Doc fix.
5463         * doc/posix-functions/close.texi: Doc fix.
5464         * doc/posix-functions/connect.texi: Doc fix.
5465         * doc/posix-functions/getpeername.texi: Doc fix.
5466         * doc/posix-functions/getsockname.texi: Doc fix.
5467         * doc/posix-functions/getsockopt.texi: Doc fix.
5468         * doc/posix-functions/ioctl.texi: Doc fix.
5469         * doc/posix-functions/listen.texi: Doc fix.
5470         * doc/posix-functions/recv.texi: Doc fix.
5471         * doc/posix-functions/recvfrom.texi: Doc fix.
5472         * doc/posix-functions/send.texi: Doc fix.
5473         * doc/posix-functions/sendto.texi: Doc fix.
5474         * doc/posix-functions/setsockopt.texi: Doc fix.
5475         * doc/posix-functions/shutdown.texi: Doc fix.
5476         * doc/posix-functions/socket.texi: Doc fix.
5477
5478 2008-10-20  Bruno Haible  <bruno@clisp.org>
5479
5480         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5481         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5482         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5483         as an alias for SIGABRT.
5484         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5485         (sigaction): Map it to SIGABRT.
5486         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5487
5488 2008-10-20  Bruno Haible  <bruno@clisp.org>
5489
5490         * lib/fts.c: Don't include lstat.h.
5491         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5492
5493         Move the lstat() declaration to <sys/stat.h>.
5494         * lib/lstat.h: Remove file.
5495         * lib/sys_stat.in.h: Add special invocation convention.
5496         (lstat): New declaration.
5497         * lib/lstat.c (orig_lstat): New function.
5498         (rpl_lstat): Use orig_lstat instead of lstat.
5499         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5500         AC_C_INLINE. Set REPLACE_LSTAT.
5501         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5502         and REPLACE_LSTAT.
5503         * modules/lstat (Files): Remove lib/lstat.h.
5504         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5505         (Include): Specify <sys/stat.h> instead of lstat.h.
5506         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5507         REPLACE_LSTAT.
5508         * NEWS: Mention the change.
5509
5510 2008-10-20  Bruno Haible  <bruno@clisp.org>
5511
5512         * modules/posix_spawn-tests: New file.
5513         * tests/test-posix_spawn3.c: New file.
5514
5515 2008-10-20  Bruno Haible  <bruno@clisp.org>
5516
5517         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5518         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5519         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5520         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5521         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5522
5523 2008-10-20  Bruno Haible  <bruno@clisp.org>
5524
5525         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5526         of posix_spawn on AIX 5.3.
5527
5528 2008-10-20  Bruno Haible  <bruno@clisp.org>
5529
5530         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5531
5532 2008-10-20  Bruno Haible  <bruno@clisp.org>
5533
5534         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5535         of AC_LANG_PROGRAM.
5536
5537 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5538
5539         * lib/netdb.in.h: Don't define GNU specific constants until they
5540         are supported or needed.  Reported by Bruno Haible
5541         <bruno@clisp.org>.
5542
5543 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5544
5545         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5546
5547 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5548
5549         * lib/getaddrinfo.h: Remove file.
5550         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5551         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5552         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5553         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5554         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5555         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5556         * tests/test-getaddrinfo.c: Likewise.
5557         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5558         * NEWS: Mention change.
5559
5560 2008-10-19  Bruno Haible  <bruno@clisp.org>
5561
5562         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5563
5564 2008-10-19  Bruno Haible  <bruno@clisp.org>
5565
5566         * lib/wait-process.c: Include simply <sys/wait.h>.
5567         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5568         WIFSTOPPED): Remove fallback definitions.
5569         * modules/wait-process (Depends-on): Add sys_wait.
5570
5571         New module 'sys_wait'.
5572         * modules/sys_wait: New file.
5573         * lib/sys_wait.in.h: New file, partially copied from
5574         lib/wait-process.c.
5575         * m4/sys_wait_h.m4: New file.
5576         * doc/posix-headers/sys_wait.texi: Mention the new module.
5577
5578 2008-10-19  Bruno Haible  <bruno@clisp.org>
5579
5580         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5581
5582 2008-10-19  Bruno Haible  <bruno@clisp.org>
5583
5584         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5585         * lib/wait-process.c (WAIT_T): Remove type.
5586         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5587         (wait_subprocess): Update.
5588
5589 2008-10-19  Bruno Haible  <bruno@clisp.org>
5590
5591         New module 'atoll'.
5592         * modules/atoll: New file.
5593         * lib/stdlib.in.h (atoll): New declaration.
5594         * lib/atoll.c: New file, from glibc with modifications.
5595         * m4/atoll.m4: New file.
5596         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5597         HAVE_ATOLL.
5598         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5599         * doc/posix-functions/atoll.texi: Mention the new module.
5600
5601 2008-10-19  Bruno Haible  <bruno@clisp.org>
5602
5603         Add strtoull() declaration to <stdlib.h>.
5604         * lib/stdlib.in.h (strtoull): New declaration.
5605         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5606         Set HAVE_STRTOULL.
5607         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5608         HAVE_STRTOULL.
5609         * modules/strtoull (Depends-on): Add stdlib.
5610         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5611         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5612         HAVE_STRTOULL.
5613
5614 2008-10-19  Bruno Haible  <bruno@clisp.org>
5615
5616         Add strtoll() declaration to <stdlib.h>.
5617         * lib/stdlib.in.h (strtoll): New declaration.
5618         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5619         Set HAVE_STRTOLL.
5620         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5621         HAVE_STRTOLL.
5622         * modules/strtoll (Depends-on): Add stdlib.
5623         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5624         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5625
5626 2008-10-19  Bruno Haible  <bruno@clisp.org>
5627
5628         * modules/bcopy (Depends-on): Add strings.
5629         (Include): Specify <strings.h>.
5630
5631 2008-10-19  Bruno Haible  <bruno@clisp.org>
5632
5633         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5634
5635 2008-10-19  Bruno Haible  <bruno@clisp.org>
5636
5637         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5638         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5639         mingw.
5640
5641 2008-10-19  Bruno Haible  <bruno@clisp.org>
5642
5643         * lib/atanl.c: Don't include isnanl.h.
5644         * lib/cosl.c: Likewise.
5645         * lib/ldexpl.c: Likewise.
5646         * lib/logl.c: Likewise.
5647         * lib/sinl.c: Likewise.
5648         * lib/sqrtl.c: Likewise.
5649         * lib/tanl.c: Likewise.
5650
5651         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5652         * lib/isnanf.h: Remove file.
5653         * lib/isnand.h: Remove file.
5654         * lib/isnanl.h: Remove file.
5655         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5656         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5657         macros.
5658         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5659         HAVE_ISNANF, don't define it as a C macro.
5660         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5661         HAVE_ISNAND, don't define it as a C macro.
5662         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5663         HAVE_ISNANL, don't define it as a C macro.
5664         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5665         HAVE_ISNAN[FDL].
5666         * modules/isnanf (Files): Remove lib/isnanf.h.
5667         (Depends-on): Add math.
5668         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5669         (Include): Specify <math.h> instead of isnanf.h.
5670         * modules/isnand (Files): Remove lib/isnand.h.
5671         (Depends-on): Add math.
5672         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5673         (Include): Specify <math.h> instead of isnand.h.
5674         * modules/isnanl (Files): Remove lib/isnanl.h.
5675         (Depends-on): Add math.
5676         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5677         (Include): Specify <math.h> instead of isnanl.h.
5678         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5679         HAVE_ISNAN[FDL].
5680         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5681         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5682         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5683         * NEWS: Mention the change.
5684
5685 2008-10-18  Bruno Haible  <bruno@clisp.org>
5686
5687         Add getusershell(), setusershell(), endusershell() declarations to
5688         <unistd.h>.
5689         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5690         declarations.
5691         * lib/getusershell.c: Include unistd.h.
5692         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5693         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5694         HAVE_GETUSERSHELL.
5695         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5696         and HAVE_GETUSERSHELL.
5697         * modules/getusershell (Depends-on): Add unistd, extensions.
5698         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5699         (Include): Specify <unistd.h>.
5700         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5701         HAVE_GETUSERSHELL.
5702
5703 2008-10-18  Bruno Haible  <bruno@clisp.org>
5704
5705         Add a getloadavg() declaration to <stdlib.h>.
5706         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5707         getloadavg declaration.
5708         (getloadavg): New declaration.
5709         * lib/getloadavg.c: Include <stdlib.h> first.
5710         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5711         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5712         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5713         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5714         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5715         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5716         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5717         (Include): Specify <stdlib.h>.
5718         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5719         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5720
5721 2008-10-18  Bruno Haible  <bruno@clisp.org>
5722
5723         * lib/dirchownmod.c: Don't include lchmod.h.
5724
5725         Move the lchmod() declaration to <sys/stat.h>.
5726         * lib/lchmod.h: Remove file.
5727         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5728         (lchmod): New declaration, moved here from lib/lchown.h.
5729         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5730         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5731         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5732         and HAVE_LCHMOD.
5733         * modules/lchmod (Files): Remove lib/lchmod.h.
5734         (Depends-on): Add sys_stat, extensions.
5735         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5736         (Include): Specify <sys/stat.h> instead of lchmod.h.
5737         * modules/sys_stat (Depends-on): Add link-warning.
5738         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5739         definition of GL_LINK_WARNING.
5740         * NEWS: Mention the change.
5741
5742 2008-10-18  Bruno Haible  <bruno@clisp.org>
5743
5744         * lib/fchdir.c: Don't include dirfd.h.
5745         * lib/fts.c: Likewise.
5746         * lib/getcwd.c: Likewise.
5747         * lib/glob.c: Likewise.
5748
5749         Move the dirfd() declaration to <dirent.h>.
5750         * lib/dirfd.h: Remove file.
5751         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5752         (dirfd): New declaration.
5753         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5754         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5755         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5756         HAVE_DECL_DIRFD.
5757         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5758         HAVE_DECL_DIRFD.
5759         * modules/dirfd (Files): Remove lib/dirfd.h.
5760         (Depends-on): Add dirent, extensions.
5761         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5762         (Include): Specify <dirent.h> instead of dirfd.h.
5763         * modules/dirent (Depends-on): Add link-warning.
5764         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5765         definition of GL_LINK_WARNING.
5766         * NEWS: Mention the change.
5767
5768 2008-10-18  Bruno Haible  <bruno@clisp.org>
5769
5770         Move the euidaccess() declaration to <unistd.h>.
5771         * lib/euidaccess.h: Remove file.
5772         * lib/unistd.in.h (euidaccess): New declaration.
5773         * lib/euidaccess.c: Don't include euidaccess.h.
5774         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5775         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5776         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5777         and HAVE_EUIDACCESS.
5778         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5779         (Depends-on): Add unistd.
5780         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5781         (Include): Specify <unistd.h> instead of euidaccess.h.
5782         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5783         HAVE_EUIDACCESS.
5784         * NEWS: Mention the change.
5785
5786 2008-10-18  Bruno Haible  <bruno@clisp.org>
5787
5788         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5789
5790         Move the getdomainname() declaration to <unistd.h>.
5791         * lib/getdomainname.h: Remove file.
5792         * lib/unistd.in.h (getdomainname): New declaration.
5793         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5794         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5795         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5796         HAVE_GETDOMAINNAME.
5797         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5798         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5799         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5800         (Depends-on): Add unistd, extensions.
5801         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5802         (Includes): Specify <unistd.h> instead of getdomainname.h.
5803         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5804         HAVE_GETDOMAINNAME.
5805         * NEWS: Mention the change.
5806
5807 2008-10-18  Bruno Haible  <bruno@clisp.org>
5808
5809         * modules/dirent: New file.
5810         * m4/dirent_h.m4: New file.
5811         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5812         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5813         * modules/fchdir (Files): Remove lib/dirent.in.h.
5814         (Depends-on): Add dirent.
5815         (Makefile.am): Move rules to modules/dirent.
5816         * doc/posix-headers/dirent.texi: Mention the new module.
5817
5818 2008-10-18  Bruno Haible  <bruno@clisp.org>
5819
5820         Avoid -Wunused-parameter warnings in public gnulib header files.
5821         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5822         macro.
5823         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5824
5825 2008-10-18  Bruno Haible  <bruno@clisp.org>
5826
5827         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5828         * doc/glibc-functions/error.texi: Mention the module 'error'.
5829         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5830         * doc/glibc-functions/getdomainname.texi: Mention the module
5831         'getdomainname'.
5832         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5833         * doc/glibc-functions/getpagesize.texi: Mention the module
5834         'getpagesize'.
5835         * doc/glibc-functions/getusershell.texi: Mention the module
5836         'getusershell'.
5837         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5838         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5839         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5840         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5841         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5842         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5843         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5844         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5845         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5846         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5847         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5848         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5849         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5850         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5851
5852 2008-10-17  Bruno Haible  <bruno@clisp.org>
5853
5854         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5855         HP-UX and IRIX, use -0.0L.
5856         * tests/test-ceill.c (minus_zero): Likewise.
5857         * tests/test-floorl.c (minus_zero): Likewise.
5858         * tests/test-frexpl.c (minus_zero): Likewise.
5859         * tests/test-isnan.c (minus_zerol): Likewise.
5860         * tests/test-isnanl.h (minus_zero): Likewise.
5861         * tests/test-ldexpl.c (minus_zero): Likewise.
5862         * tests/test-roundl.c (minus_zero): Likewise.
5863         * tests/test-signbit.c (minus_zerol): Likewise.
5864         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5865         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5866         * tests/test-truncl.c (minus_zero): Likewise.
5867         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5868         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5869         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5870         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5871
5872 2008-10-17  Bruno Haible  <bruno@clisp.org>
5873
5874         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5875         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5876         that it gets activated only for gcc >= 3.0.
5877         * lib/dirent.in.h: Likewise.
5878         * lib/errno.in.h: Likewise.
5879         * lib/fcntl.in.h: Likewise.
5880         * lib/float.in.h: Likewise.
5881         * lib/iconv.in.h: Likewise.
5882         * lib/inttypes.in.h: Likewise.
5883         * lib/locale.in.h: Likewise.
5884         * lib/math.in.h: Likewise.
5885         * lib/netdb.in.h: Likewise.
5886         * lib/netinet_in.in.h: Likewise.
5887         * lib/search.in.h: Likewise.
5888         * lib/signal.in.h: Likewise.
5889         * lib/spawn.in.h: Likewise.
5890         * lib/stdarg.in.h: Likewise.
5891         * lib/stdint.in.h: Likewise.
5892         * lib/stdio.in.h: Likewise.
5893         * lib/stdlib.in.h: Likewise.
5894         * lib/string.in.h: Likewise.
5895         * lib/strings.in.h: Likewise.
5896         * lib/sys_file.in.h: Likewise.
5897         * lib/sys_ioctl.in.h: Likewise.
5898         * lib/sys_select.in.h: Likewise.
5899         * lib/sys_socket.in.h: Likewise.
5900         * lib/sys_stat.in.h: Likewise.
5901         * lib/sys_time.in.h: Likewise.
5902         * lib/sysexits.in.h: Likewise.
5903         * lib/time.in.h: Likewise.
5904         * lib/unistd.in.h: Likewise.
5905         * lib/wchar.in.h: Likewise.
5906         * lib/wctype.in.h: Likewise.
5907         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5908
5909 2008-10-17  Jim Meyering  <meyering@redhat.com>
5910
5911         ignore-value: don't depend on inline module
5912         * modules/ignore-value (Depends-on): Remove 'inline'.
5913         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5914         Suggestion from Bruno Haible.
5915
5916 2008-10-17  Bruno Haible  <bruno@clisp.org>
5917
5918         New implementation of condition variables for Win32.
5919         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5920         (gl_linked_waitqueue_t): New type.
5921         (gl_cond_t): Use it.
5922         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5923         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5924         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5925         (glthread_cond_init_func, glthread_cond_wait_func,
5926         glthread_cond_timedwait_func, glthread_cond_signal_func,
5927         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5928         Reimplemented on the basis of gl_linked_waitqueue_t.
5929         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5930         gl_waitqueue_t.
5931         (gl_rwlock_t): Update.
5932         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5933
5934 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5935
5936         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5937         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5938
5939 2008-10-17  Jim Meyering  <meyering@redhat.com>
5940
5941         ignore-value: new module
5942         * modules/ignore-value: New file.
5943         * lib/ignore-value.h: New file.
5944         * MODULES.html.sh (Compiler warning management): New section,
5945         just for this module.  More to come.
5946
5947 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5948
5949         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5950         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5951         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5952
5953 2008-10-16  Jim Meyering  <meyering@redhat.com>
5954
5955         openat-die.c: avoid 'no previous prototype' warning
5956         * lib/openat-die.c: Include "openat.h".
5957         Reported by Reuben Thomas <rrt@sc3d.org>.
5958
5959 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5960
5961         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5962         * lib/netdb.in.h: Fix typo.
5963         Reported by Bruno Haible  <bruno@clisp.org>
5964
5965         * lib/netdb.in.h: Include sys/socket.h for platforms without
5966         netdb.h, to get structures like hostent on MinGW.
5967         * modules/netdb (Depends-on): Add sys_socket.
5968
5969 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5970
5971         * modules/netdb, modules/netdb-tests: New file.
5972         * m4/netdb_h.m4: New file.
5973         * lib/netdb.in.h: Add, currently just an empty file pending
5974         definitions.
5975         * tests/test-netdb.c: New file.
5976         * doc/posix-headers/netdb.texi: Mention that we replace it if
5977         needed.
5978         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5979         netdb.
5980
5981 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5982
5983         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5984         with code.
5985
5986 2008-10-13  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/glthread/cond.c (glthread_cond_wait_func,
5989         glthread_cond_timedwait_func): Add a comment.
5990
5991 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5992
5993         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5994         * tests/test-select.c: Likewise,
5995
5996 2008-10-13  Bruno Haible  <bruno@clisp.org>
5997
5998         * lib/glthread/cond.c (glthread_cond_wait_func,
5999         glthread_cond_timedwait_func): Fix variable name.
6000         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6001
6002 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
6003
6004         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
6005         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
6006         struct sockaddr.sa_len.
6007         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
6008
6009 2008-10-13  Simon Josefsson  <simon@josefsson.org>
6010
6011         * build-aux/pmccabe2html: Add css and css_url parameters.
6012
6013 2008-10-12  Bruno Haible  <bruno@clisp.org>
6014
6015         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
6016         calling aclx_get.
6017         Reported by Rainer Tammer <tammer@tammer.net>.
6018
6019 2008-10-12  Bruno Haible  <bruno@clisp.org>
6020
6021         Use msvcrt aware primitives for creation/termination of Win32 threads.
6022         * lib/glthread/thread.c: Include <process.h>.
6023         (glthread_create_func): Use _beginthreadex instead of CreateThread.
6024         (wrapper_func): Update signature.
6025         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
6026
6027 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6028             Bruno Haible  <bruno@clisp.org>
6029
6030         Provide a Win32 implementation of the 'cond' module.
6031         * lib/glthread/cond.h [USE_WIN32]: New implementation.
6032         * lib/glthread/cond.c (glthread_cond_init_func,
6033         glthread_cond_wait_func, glthread_cond_timedwait_func,
6034         glthread_cond_signal_func, glthread_cond_broadcast_func,
6035         glthread_cond_destroy_func) [USE_WIN32]: New functions.
6036         * modules/cond (Dependencies): Add gettimeofday.
6037
6038 2008-10-11  Bruno Haible  <bruno@clisp.org>
6039
6040         Make sleep work on older versions of mingw.
6041         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
6042         only whether it exists.
6043         * doc/posix-functions/sleep.texi: Mention the problem with older
6044         versions of mingw.
6045
6046 2008-10-11  Bruno Haible  <bruno@clisp.org>
6047
6048         New module 'shutdown'.
6049         * modules/shutdown: New file.
6050         * lib/sys_socket.in.h (shutdown): New declaration.
6051         * lib/winsock.c (shutdown): New function.
6052         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
6053         GNULIB_SHUTDOWN.
6054         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
6055         * doc/posix-functions/shutdown.texi: Document the new module.
6056
6057 2008-10-11  Jim Meyering  <meyering@redhat.com>
6058
6059         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
6060
6061 2008-10-11  Bruno Haible  <bruno@clisp.org>
6062
6063         New module 'fclose'.
6064         * modules/fclose: New file.
6065         * lib/stdio.in.h (fclose): New declaration.
6066         * lib/fclose.c: New file.
6067         * m4/fclose.m4: New file.
6068         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
6069         REPLACE_FCLOSE.
6070         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
6071         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
6072         REPLACE_FCLOSE.
6073         * modules/close (Depends-on): fclose.
6074         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
6075
6076 2008-10-11  Bruno Haible  <bruno@clisp.org>
6077
6078         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
6079         set errno and don't call _close.
6080
6081 2008-10-10  Bruno Haible  <bruno@clisp.org>
6082
6083         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
6084         ACL, not afterwards. Fixes test failure on Cygwin.
6085
6086 2008-10-09  Ben Pfaff  <blp@gnu.org>
6087
6088         * build-aux/announce-gen: Fix gnulib version related part of usage
6089         message.  Die with a useful error message if no tarballs are
6090         found.
6091
6092 2008-10-10  Jim Meyering  <meyering@redhat.com>
6093
6094         bootstrap: use git's --depth=N option only if it's supported
6095         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
6096         recognize the --depth option.  Reported by Pádraig Brady.
6097
6098 2008-10-09  Bruno Haible  <bruno@clisp.org>
6099
6100         New module 'ioctl'.
6101         * modules/ioctl: New file.
6102         * lib/sys_socket.in.h (ioctl): Remove declaration.
6103         * lib/winsock.c: Include <sys/ioctl.h>.
6104         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
6105         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6106         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
6107         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
6108         * doc/posix-functions/ioctl.texi: Mention the new module.
6109
6110 2008-10-09  Bruno Haible  <bruno@clisp.org>
6111
6112         New module 'sys_ioctl'.
6113         * lib/sys_ioctl.in.h: New file.
6114         * m4/sys_ioctl_h.m4: New file.
6115         * modules/sys_ioctl: New file.
6116         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
6117
6118 2008-10-09  Bruno Haible  <bruno@clisp.org>
6119
6120         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
6121         * lib/winsock.c: Include <stdarg.h>.
6122         (rpl_ioctl): Change to second argument 'int' and then varargs.
6123
6124 2008-10-09  Bruno Haible  <bruno@clisp.org>
6125
6126         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
6127         when the sys_socket module is present and the system has <winsock2.h>.
6128
6129 2008-10-09  Bruno Haible  <bruno@clisp.org>
6130
6131         * doc/posix-functions/close.texi: Mention module 'close' instead of
6132         module 'sys_socket'.
6133
6134 2008-10-09  Bruno Haible  <bruno@clisp.org>
6135
6136         * doc/glibc-headers/sys_ioctl.texi: New file.
6137         * doc/gnulib.texi: Include it.
6138
6139 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6140             Bruno Haible  <bruno@clisp.org>
6141
6142         Combine the two replacements of 'close'.
6143         * lib/sys_socket.in.h (close): Define to a reminder to include
6144         <unistd.h>.
6145         (_gl_close_fd_maybe_socket): New declaration.
6146         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
6147         * lib/winsock.c (close): Remove undefinition.
6148         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
6149         needed for the gnulib module 'close'.
6150         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
6151         define to an error symbol or to a warning, if suitable.
6152         * lib/close.c: Include <sys/socket.h>.
6153         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
6154         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
6155         UNISTD_H_HAVE_WINSOCK2_H.
6156         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
6157         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6158         UNISTD_H_HAVE_WINSOCK2_H.
6159         * modules/sys_socket (Files): Add m4/unistd_h.m4.
6160         (configure.ac): Set a module indicator.
6161         (Makefile.am): Substitute GNULIB_CLOSE.
6162         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
6163         * modules/poll-tests (Depends-on): Add close.
6164         * modules/select-tests (Depends-on): Likewise.
6165
6166 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6167             Bruno Haible  <bruno@clisp.org>
6168
6169         New module 'close'.
6170         * modules/close: New file.
6171         * lib/unistd.in.h (close): Move declaration out of the
6172         FCHDIR_REPLACEMENT scope.
6173         (_gl_unregister_fd): New declaration.
6174         * lib/close.c: New file.
6175         * lib/fchdir.c (rpl_close): Remove function.
6176         * m4/close.m4: New file.
6177         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6178         close.
6179         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
6180         REPLACE_CLOSE.
6181         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
6182         REPLACE_CLOSE.
6183         * modules/fchdir (Depends-on): Add close.
6184
6185 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6186             Bruno Haible  <bruno@clisp.org>
6187
6188         * lib/fcntl.in.h (open): Simplify conditionals.
6189         (_gl_register_fd): New declaration.
6190         * lib/fchdir.c (rpl_open): Remove function.
6191         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
6192         also.
6193         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
6194         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6195         open.
6196
6197 2008-10-09  Jim Meyering  <meyering@redhat.com>
6198
6199         GNUmakefile: use the more name-space-friendly "_version"
6200         * top/GNUmakefile (_dummy): Update.
6201         (_version): Rename from "version".
6202
6203 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6204             Bruno Haible  <bruno@clisp.org>
6205
6206         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6207         rpl_close.
6208         (_gl_register_fd): New function, extracted from rpl_open.
6209         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6210         (rpl_open, rpl_opendir): Use _gl_register_fd.
6211
6212 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6213
6214         Fix organization of 'open' replacement.
6215         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6216         (gl_FUNC_OPEN): Use it.
6217         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6218
6219 2008-10-08  Bruno Haible  <bruno@clisp.org>
6220
6221         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6222
6223 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6224
6225         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6226         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6227         listen).
6228
6229 2008-10-08  Eric Blake  <ebb9@byu.net>
6230
6231         GNUmakefile: add 'make version' target
6232         * top/GNUmakefile (_curr-ver): Split version update rules...
6233         (version): ...into a target.
6234
6235 2008-10-07  Bruno Haible  <bruno@clisp.org>
6236
6237         Use a more portable replacement expression for -0.0L.
6238         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6239         instead of -0.0L. Fix m4 quotation.
6240
6241         * tests/test-signbit.c: Include <float.h>.
6242         (minus_zero): New variable.
6243         (test_signbitl): Use minus_zero instead of -zero.
6244         * modules/signbit-tests (Depends-on): Add float.
6245
6246         * tests/test-ceill.c: Include <float.h>.
6247         (zero): Remove variable.
6248         (minus_zero): New variable.
6249         (main): Use minus_zero instead of -zero.
6250         * modules/ceill-tests (Depends-on): Add float.
6251
6252         * tests/test-floorl.c: Include <float.h>.
6253         (zero): Remove variable.
6254         (minus_zero): New variable.
6255         (main): Use minus_zero instead of -zero.
6256         * modules/floorl-tests (Depends-on): Add float.
6257
6258         * tests/test-roundl.c: Include <float.h>.
6259         (zero): Remove variable.
6260         (minus_zero): New variable.
6261         (main): Use minus_zero instead of -zero.
6262         * modules/roundl-tests (Depends-on): Add float.
6263
6264         * tests/test-truncl.c: Include <float.h>.
6265         (zero): Remove variable.
6266         (minus_zero): New variable.
6267         (main): Use minus_zero instead of -zero.
6268         * modules/truncl-tests (Depends-on): Add float.
6269
6270         * tests/test-frexpl.c (zero): Remove variable.
6271         (minus_zero): New variable.
6272         (main): Use minus_zero instead of -zero.
6273         * modules/frexpl-tests (Depends-on): Add float.
6274
6275         * tests/test-isnan.c (zerol): Remove variable.
6276         (minus_zerol): New variable.
6277         (test_long_double): Use minus_zerol instead of -zerol.
6278         * modules/isnan-tests (Depends-on): Add float.
6279
6280         * tests/test-isnanl.h (zero): Remove variable.
6281         (minus_zero): New variable.
6282         (main): Use minus_zero instead of -zero.
6283         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6284         * modules/isnanl-tests (Depends-on): Add float.
6285
6286         * tests/test-ldexpl.c (zero): Remove variable.
6287         (minus_zero): New variable.
6288         (main): Use minus_zero instead of -zero.
6289         * modules/ldexpl-tests (Depends-on): Add float.
6290
6291         * tests/test-snprintf-posix.h (zerol): Remove variable.
6292         (minus_zerol): New variable.
6293         (test_function): Use minus_zerol instead of -zerol.
6294         * modules/snprintf-posix-tests (Depends-on): Add float.
6295         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6296
6297         * tests/test-sprintf-posix.h (zerol): Remove variable.
6298         (minus_zerol): New variable.
6299         (test_function): Use minus_zerol instead of -zerol.
6300         * modules/sprintf-posix-tests (Depends-on): Add float.
6301         * modules/vsprintf-posix-tests (Depends-on): Add float.
6302
6303         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6304         (minus_zerol): New variable.
6305         (test_function): Use minus_zerol instead of -zerol.
6306         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6307
6308         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6309         (minus_zerol): New variable.
6310         (test_function): Use minus_zerol instead of -zerol.
6311         * modules/vasprintf-posix-tests (Depends-on): Add float.
6312
6313 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6314
6315         * MODULES.html.sh (Support for building documentation): Mention
6316         pmccabe2html.  Sort entries.
6317
6318         Add pmccabe2html module, from gnupdf.
6319         * build-aux/pmccabe.css: New file.
6320         * build-aux/pmccabe2html: New file.
6321         * m4/pmccabe2html.m4: New file.
6322         * modules/pmccabe2html: New file.
6323
6324 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6325
6326         flock: new module
6327         * MODULES.html.sh: Add to list of modules.
6328         * lib/flock.c: flock implementation for Windows and Unix systems
6329         which have fcntl.
6330         * doc/glibc-functions/flock.texi: Update documentation.
6331         * lib/sys_file.in.h: <sys/file.h> header file.
6332         * m4/flock.m4: M4 macros.
6333         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6334         * modules/flock: flock module.
6335         * modules/flock-tests: flock tests module.
6336         * modules/sys_file: sys/file.h module.
6337         * tests/test-flock.c: test suite for flock.
6338
6339 2008-10-06  Jim Meyering  <meyering@redhat.com>
6340
6341         bootstrap: check for LT_INIT more portably still ;-)
6342         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6343         Spotted by Bruno Haible.
6344
6345 2008-10-06  Eric Blake  <ebb9@byu.net>
6346
6347         test-signbit: avoid tripping Irix cc bug on -0.0L
6348         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6349         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6350         entire testsuite consistent and avoids an Irix 6.2 bug.
6351
6352 2008-10-05  Bruno Haible  <bruno@clisp.org>
6353             Jim Meyering  <jim@meyering.net>
6354
6355         Add an option for ignoring EPIPE during close_stdout.
6356         * lib/closeout.h: Include <stdbool.h>.
6357         (close_stdout_set_ignore_EPIPE): New declaration.
6358         * lib/closeout.c: Include <stdbool.h>.
6359         (ignore_EPIPE): New variable.
6360         (close_stdout_set_ignore_EPIPE): New function.
6361         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6362         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6363         failure.
6364         * modules/closeout (Depends-on): Add stdbool.
6365
6366 2008-10-05  Bruno Haible  <bruno@clisp.org>
6367
6368         * modules/accept: New file.
6369         * modules/bind: New file.
6370         * modules/connect: New file.
6371         * modules/getpeername: New file.
6372         * modules/getsockname: New file.
6373         * modules/getsockopt: New file.
6374         * modules/listen: New file.
6375         * modules/recv: New file.
6376         * modules/recvfrom: New file.
6377         * modules/send: New file.
6378         * modules/sendto: New file.
6379         * modules/setsockopt: New file.
6380         * modules/socket: New file.
6381         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6382         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6383         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6384         the particular module is requested. Add a link warning when the
6385         particular module is not requested.
6386         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6387         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6388         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6389         the particular module is requested.
6390         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6391         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6392         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6393         * modules/sys_socket (Depends-on): Add link-warning.
6394         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6395         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6396         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6397         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6398         GL_LINK_WARNING.
6399         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6400         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6401         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6402         * doc/posix-functions/getpeername.texi: Mention the new module
6403         'getpeername'.
6404         * doc/posix-functions/getsockname.texi: Mention the new module
6405         'getsockname'.
6406         * doc/posix-functions/getsockopt.texi: Mention the new module
6407         'getsockopt'.
6408         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6409         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6410         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6411         * doc/posix-functions/send.texi: Mention the new module 'send'.
6412         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6413         * doc/posix-functions/setsockopt.texi: Mention the new module
6414         'setsockopt'.
6415         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6416         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6417         listen, connect, accept.
6418         * modules/select-tests (Depends-on): Likewise.
6419
6420 2008-10-05  Bruno Haible  <bruno@clisp.org>
6421
6422         * lib/winsock.c (strerror): Remove unused #undef.
6423         (rpl_close): Remove unused local variable.
6424
6425         * modules/sys_socket (Depends-on); Add errno.
6426
6427 2008-10-05  Bruno Haible  <bruno@clisp.org>
6428
6429         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6430         (select): Add a link warning when the 'select' module is not used.
6431         * modules/sys_select (Depends-on): Add link-warning.
6432         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6433         Suggested by Paolo Bonzini.
6434
6435 2008-10-05  Jim Meyering  <meyering@redhat.com>
6436
6437         bootstrap: check for LT_INIT more portably
6438         * build-aux/bootstrap: Avoid using grep -E, since it's not
6439         portable enough.  Suggestion from Bruno Haible.
6440
6441 2008-10-05  Bruno Haible  <bruno@clisp.org>
6442
6443         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6444         as being fixed by gnulib.
6445
6446 2008-10-05  Bruno Haible  <bruno@clisp.org>
6447
6448         * modules/select-tests: New file, mostly copied from
6449         modules/sys_select-tests.
6450         * tests/test-select.c: New file, mostly copied from
6451         tests/test-sys_select.c.
6452         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6453         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6454         (Makefile.am): Remove test_sys_select_LDADD.
6455
6456         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6457         to an undefined symbol, for an error message.
6458         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6459         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6460         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6461         winsock-select.c here.
6462         * modules/sys_select (Files): Remove lib/winsock-select.c.
6463         (Depends-on): Remove alloca.
6464         (Makefile.am): Substitute GNULIB_SELECT.
6465         * modules/select: New file.
6466         * doc/posix-functions/select.texi: Update.
6467
6468 2008-10-05  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6471         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6472         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6473         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6474         getdtablesize.
6475         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6476         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6477
6478 2008-10-05  Bruno Haible  <bruno@clisp.org>
6479
6480         * modules/getdtablesize-tests: New file.
6481         * tests/test-getdtablesize.c: New file.
6482
6483         New module 'getdtablesize'.
6484         * lib/unistd.in.h (getdtablesize): New declaration.
6485         * lib/getdtablesize.c: New file.
6486         * m4/getdtablesize.m4: New file.
6487         * modules/getdtablesize: New file.
6488         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6489         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6490         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6491         HAVE_GETDTABLESIZE.
6492         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6493
6494 2008-10-05  Bruno Haible  <bruno@clisp.org>
6495
6496         * modules/sched (Makefile.am): Fix typo.
6497         Reported by Simon Josefsson.
6498
6499 2008-10-05  Jim Meyering  <meyering@redhat.com>
6500
6501         bootstrap: check for LT_INIT, too
6502         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6503         are deprecated.  Suggestion from Ralf Wildenhues.
6504
6505 2008-10-05  Bruno Haible  <bruno@clisp.org>
6506
6507         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6508         overriding them by ours.
6509         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6510
6511 2008-10-05  Jim Meyering  <meyering@redhat.com>
6512
6513         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6514         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6515         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6516
6517 2008-10-04  Bruno Haible  <bruno@clisp.org>
6518
6519         * modules/dup2 (License): Change to LGPLv2+.
6520         * modules/sleep (License): Likewise.
6521         * modules/perror (License): Likewise.
6522         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6523         Blake.
6524         * modules/signal (License): Likewise.
6525         * modules/sigprocmask (License): Likewise.
6526         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6527         Meyering.
6528
6529 2008-10-04  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6532         Reported by Rainer Tammer <tammer@tammer.net>.
6533
6534 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6535             Bruno Haible  <bruno@clisp.org>
6536
6537         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6538         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6539         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6540
6541 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6542
6543         filevercmp: new module
6544         * lib/filevercmp.h: New function filevercmp comparing version strings.
6545         * lib/filevercmp.c: Implementation of filevercmp function.
6546         * modules/filevercmp: Module metadata.
6547         * tests/test-filevercmp.c: Unit test for new module.
6548         * modules/filevercmp-tests: Unit test metadata.
6549         * MODULES.html.sh: Add filevercmp module.
6550
6551 2008-10-03  Bruno Haible  <bruno@clisp.org>
6552
6553         * lib/c-ctype.h: Add comment.
6554         Reported by Jim Meyering.
6555
6556 2008-10-02  Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6559
6560 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6561
6562         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6563         name of bootstrap.conf accordingly.
6564
6565 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6566
6567         * build-aux/bootstrap: Install git-merge-changelog configuration
6568         items into .gitconfig if needed.
6569
6570 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6571
6572         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6573         git repository, and initialize/update it accordingly.
6574
6575 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6576
6577         * modules/fsync-tests: New file.
6578         * tests/test-fsync.c: New file.
6579
6580         New module 'fsync'.
6581         * lib/fsync.c: New file.
6582         * m4/fsync.m4: New file.
6583         * modules/fsync: New file.
6584         * lib/unistd.in.h (fsync): New declaration.
6585         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6586         GNULIB_FSYNC and HAVE_FSYNC.
6587         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6588         * MODULES.html.sh (posix_functions): Add fsync.
6589         * doc/posix-functions/fsync.texi: Mention the new module.
6590
6591 2008-10-02  Jim Meyering  <meyering@redhat.com>
6592
6593         fts.c: sync with similar code from coreutils' remove.c
6594         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6595         Guard also with "#if defined __linux__", since for now at least,
6596         this code is Linux-kernel-specific.
6597
6598 2008-10-02  Jim Meyering  <meyering@redhat.com>
6599
6600         fts: bug fixes
6601         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6602         Include <sys/vfs.h>, not <sys/statfs.h>.
6603
6604         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6605         Include <sys/vfs.h>, not <sys/statfs.h>.
6606
6607 2008-10-01  Bruno Haible  <bruno@clisp.org>
6608
6609         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6610         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6611         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6612         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6613         * doc/posix-functions/posix_spawnp.texi: Likewise.
6614         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6615         whether posix_spawn actually works.
6616         * m4/pipe.m4 (gl_PIPE): Likewise.
6617         * modules/execute (Files): Add m4/posix_spawn.m4.
6618         * modules/pipe (Files): Add m4/posix_spawn.m4.
6619         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6620
6621 2008-10-01  Jim Meyering  <meyering@redhat.com>
6622
6623         remove trailing spaces
6624         * NEWS: Likewise.
6625         * lib/poll.c (poll): Likewise.
6626         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6627         * lib/winsock.c (rpl_close): Likewise.
6628         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6629         * modules/yield: Likewise.
6630         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6631         * tests/test-sys_select.c (connect_to_socket): Likewise.
6632
6633         fts.c: adjust a new interface to be more generally useful
6634         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6635         (fts_build): Adjust caller.
6636
6637 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6638
6639         * modules/cond-tests: New file.
6640         * tests/test-cond.c: New file.
6641
6642 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6643             Bruno Haible  <bruno@clisp.org>
6644
6645         * modules/cond (Dependencies): Add errno, time.
6646         * lib/glthread/cond.h: Include <time.h>.
6647         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6648         across platforms.
6649
6650 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6651             Bruno Haible  <bruno@clisp.org>
6652
6653         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6654
6655 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6656             Bruno Haible  <bruno@clisp.org>
6657
6658         * modules/tls-tests (Depends-on): Add thread, yield.
6659         (configure.ac): Remove all checks.
6660         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6661         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6662         gl_thread_self): Remove definitions. Include glthread/thread.h and
6663         glthread/yield.h instead.
6664         (test_tls): Pass an additional NULL argument to gl_thread_join.
6665
6666 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6667             Bruno Haible  <bruno@clisp.org>
6668
6669         * modules/lock-tests (Depends-on): Add thread, yield.
6670         (configure.ac): Remove all checks.
6671         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6672         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6673         gl_thread_self): Remove definitions. Include glthread/thread.h and
6674         glthread/yield.h instead.
6675         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6676         additional NULL argument to gl_thread_join.
6677
6678 2008-09-30  Bruno Haible  <bruno@clisp.org>
6679
6680         Fix the Win32 implementation of the 'thread' module.
6681         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6682         pointer type.
6683         (gl_thread_self): Invoke gl_thread_self_func.
6684         (gl_thread_self_func): New declaration.
6685         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6686         (do_init_self_key, init_self_key): New functions.
6687         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6688         Remove some fields.
6689         (running_threads, running_lock): Remove variables.
6690         (get_current_thread_handle): New function.
6691         (gl_thread_self_func, wrapper_func, glthread_create_func,
6692         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6693         simplified.
6694
6695 2008-09-30  Bruno Haible  <bruno@clisp.org>
6696
6697         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6698         files.
6699
6700 2008-09-30  Jim Meyering  <meyering@redhat.com>
6701
6702         fts.m4: correct the test for statfs.f_type
6703         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6704         when checking for statfs.f_type.
6705
6706 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6707
6708         tests: avoid some compiler warnings
6709         * tests/test-memchr.c (main): Pass NULL indirectly.
6710         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6711
6712 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6713
6714         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6715         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6716         exactly specified dayshifts.
6717         (dayshift): New rule.
6718         (rel): Add dayshift.
6719         (relative_time_table) [tomorrow, yesterday, today, now]:
6720         Use tDAY_SHIFT in place of tDAY_UNIT.
6721         * tests/test-getdate.c: Add tests for now-disallowed countable
6722         dayshifts, e.g., "4 yesterday ago".
6723
6724 2008-09-29  Bruno Haible  <bruno@clisp.org>
6725
6726         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6727         * tests/test-posix_spawn1.in.sh: Renamed from
6728         tests/test-posix_spawn.in.sh.
6729         * tests/test-posix_spawn2.c: New file.
6730         * tests/test-posix_spawn2.in.sh: New file.
6731         * modules/posix_spawnp-tests (Files): Update.
6732         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6733
6734 2008-09-29  Bruno Haible  <bruno@clisp.org>
6735
6736         Propagate effects of putenv/setenv/unsetenv to child processes.
6737         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6738         * lib/pipe.c (create_pipe): Likewise.
6739
6740 2008-09-29  Bruno Haible  <bruno@clisp.org>
6741
6742         Enable use of shell scripts as executables in mingw.
6743         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6744         run the program as a shell script.
6745         * lib/pipe.c (create_pipe): Likewise.
6746         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6747         resulting array.
6748
6749 2008-09-29  Eric Blake  <ebb9@byu.net>
6750
6751         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6752
6753 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6754
6755         * doc/posix-functions/accept.texi: Update mingw problems.
6756         * doc/posix-functions/bind.texi: Update mingw problems.
6757         * doc/posix-functions/close.texi: Update mingw problems.
6758         * doc/posix-functions/connect.texi: Update mingw problems.
6759         * doc/posix-functions/getpeername.texi: Update mingw problems.
6760         * doc/posix-functions/getsockname.texi: Update mingw problems.
6761         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6762         * doc/posix-functions/ioctl.texi: Update mingw problems.
6763         * doc/posix-functions/listen.texi: Update mingw problems.
6764         * doc/posix-functions/recv.texi: Update mingw problems.
6765         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6766         * doc/posix-functions/select.texi: Update mingw problems.
6767         * doc/posix-functions/send.texi: Update mingw problems.
6768         * doc/posix-functions/sendto.texi: Update mingw problems.
6769         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6770         * doc/posix-functions/socket.texi: Update mingw problems.
6771
6772 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6773             Bruno Haible  <bruno@clisp.org>
6774
6775         * lib/sys_select.in.h: Include sys/time.h.
6776         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6777         * modules/sys_select: Depend on sys_time.
6778         * tests/test-sys_select.c: Test that sys/select.h defines struct
6779         timeval fully.
6780
6781 2008-09-29  Bruno Haible  <bruno@clisp.org>
6782
6783         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6784         * lib/sys_select.in.h: Likewise.
6785
6786 2008-09-29  Bruno Haible  <bruno@clisp.org>
6787
6788         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6789
6790 2008-09-29  Bruno Haible  <bruno@clisp.org>
6791
6792         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6793         Set LIBSOCKET instead of augmenting LIBS.
6794         * modules/sockets (Link): New section.
6795         * modules/sockets-tests (test_sockets_LDADD): New variable.
6796         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6797         * modules/poll-tests (test_poll_LDADD): New variable.
6798         * NEWS: Document the change.
6799
6800 2008-09-29  Bruno Haible  <bruno@clisp.org>
6801
6802         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6803         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6804         ARPA_INET_H directly.
6805         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6806
6807 2008-09-28  Bruno Haible  <bruno@clisp.org>
6808
6809         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6810         from gl_HEADER_SYS_SOCKET.
6811         (gl_HEADER_SYS_SOCKET): Invoke it.
6812         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6813
6814 2008-09-28  Bruno Haible  <bruno@clisp.org>
6815
6816         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6817         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6818         Needed on OSF/1 4.0.
6819
6820 2008-09-28  Bruno Haible  <bruno@clisp.org>
6821
6822         Override open more carefully.
6823         * lib/open.c (orig_open): New function.
6824         (rpl_open): Use orig_open instead of open.
6825         * lib/fcntl.in.h: Add special invocation convention.
6826         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6827         (gl_FUNC_OPEN): Invoke it.
6828
6829         Override freopen more carefully.
6830         * lib/freopen.c (orig_freopen): New function.
6831         (rpl_freopen): Use orig_freopen instead of freopen.
6832         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6833         (gl_FUNC_FREOPEN): Invoke it.
6834
6835         Override fopen more carefully.
6836         * lib/fopen.c (orig_fopen): New function.
6837         (rpl_fopen): Use orig_fopen instead of fopen.
6838         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6839         (gl_FUNC_FOPEN): Invoke it.
6840         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6841
6842 2008-09-28  Bruno Haible  <bruno@clisp.org>
6843
6844         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6845         SIGPIPE.
6846
6847 2008-09-28  Bruno Haible  <bruno@clisp.org>
6848
6849         * tests/test-sigaction.c (handler, main): Disable the check whether
6850         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6851         glibc systems with LinuxThreads.
6852
6853 2008-09-28  Bruno Haible  <bruno@clisp.org>
6854
6855         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6856
6857         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6858         with AIX xlc.
6859         * lib/fcntl.in.h (open): Likewise.
6860         Reported by Rainer Tammer <tammer@tammer.net>.
6861
6862 2008-09-28  Bruno Haible  <bruno@clisp.org>
6863
6864         * modules/posix_spawnp-tests: New file.
6865         * tests/test-posix_spawn.c: New file.
6866         * tests/test-posix_spawn.in.sh: New file.
6867
6868         New module 'posix_spawnp'.
6869         * modules/posix_spawnp: New file.
6870         * lib/spawnp.c: New file, from GNU libc with modifications.
6871         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6872
6873         New module 'posix_spawn'.
6874         * modules/posix_spawn: New file.
6875         * lib/spawn.c: New file, from GNU libc with modifications.
6876         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6877
6878         New module 'posix_spawnattr_destroy'.
6879         * modules/posix_spawnattr_destroy: New file.
6880         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6881         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6882         module.
6883
6884         New module 'posix_spawnattr_setsigmask'.
6885         * modules/posix_spawnattr_setsigmask: New file.
6886         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6887         modifications.
6888         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6889         new module.
6890
6891         New module 'posix_spawnattr_getsigmask'.
6892         * modules/posix_spawnattr_getsigmask: New file.
6893         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6894         modifications.
6895         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6896         new module.
6897
6898         New module 'posix_spawnattr_setsigdefault'.
6899         * modules/posix_spawnattr_setsigdefault: New file.
6900         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6901         modifications.
6902         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6903         new module.
6904
6905         New module 'posix_spawnattr_getsigdefault'.
6906         * modules/posix_spawnattr_getsigdefault: New file.
6907         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6908         modifications.
6909         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6910         new module.
6911
6912         New module 'posix_spawnattr_setschedpolicy'.
6913         * modules/posix_spawnattr_setschedpolicy: New file.
6914         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6915         modifications.
6916         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6917         new module.
6918
6919         New module 'posix_spawnattr_getschedpolicy'.
6920         * modules/posix_spawnattr_getschedpolicy: New file.
6921         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6922         modifications.
6923         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6924         new module.
6925
6926         New module 'posix_spawnattr_setschedparam'.
6927         * modules/posix_spawnattr_setschedparam: New file.
6928         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6929         modifications.
6930         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6931         new module.
6932
6933         New module 'posix_spawnattr_getschedparam'.
6934         * modules/posix_spawnattr_getschedparam: New file.
6935         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6936         modifications.
6937         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6938         new module.
6939
6940         New module 'posix_spawnattr_setpgroup'.
6941         * modules/posix_spawnattr_setpgroup: New file.
6942         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6943         modifications.
6944         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6945         module.
6946
6947         New module 'posix_spawnattr_getpgroup'.
6948         * modules/posix_spawnattr_getpgroup: New file.
6949         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6950         modifications.
6951         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6952         module.
6953
6954         New module 'posix_spawnattr_setflags'.
6955         * modules/posix_spawnattr_setflags: New file.
6956         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6957         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6958         module.
6959
6960         New module 'posix_spawnattr_getflags'.
6961         * modules/posix_spawnattr_getflags: New file.
6962         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6963         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6964         module.
6965
6966         New module 'posix_spawnattr_init'.
6967         * modules/posix_spawnattr_init: New file.
6968         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6969         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6970         module.
6971
6972         New module 'posix_spawn_file_actions_destroy'.
6973         * modules/posix_spawn_file_actions_destroy: New file.
6974         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6975         modifications.
6976         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6977         the new module.
6978
6979         New module 'posix_spawn_file_actions_addopen'.
6980         * modules/posix_spawn_file_actions_addopen: New file.
6981         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6982         modifications.
6983         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6984         the new module.
6985
6986         New module 'posix_spawn_file_actions_adddup2'.
6987         * modules/posix_spawn_file_actions_adddup2: New file.
6988         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6989         modifications.
6990         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6991         the new module.
6992
6993         New module 'posix_spawn_file_actions_addclose'.
6994         * modules/posix_spawn_file_actions_addclose: New file.
6995         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6996         modifications.
6997         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6998         the new module.
6999
7000         New module 'posix_spawn_file_actions_init'.
7001         * modules/posix_spawn_file_actions_init: New file.
7002         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
7003         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
7004         new module.
7005
7006         New module 'posix_spawn-internal'.
7007         * modules/posix_spawn-internal: New file.
7008         * lib/spawn_int.h: New file, from GNU libc with modifications.
7009         * lib/spawni.c: New file, from GNU libc with modifications.
7010         * m4/posix_spawn.m4: New file.
7011
7012         New module 'spawn'.
7013         * modules/spawn: New file.
7014         * lib/spawn.in.h: New file, from GNU libc with modifications.
7015         * m4/spawn_h.m4: New file.
7016         * doc/posix-headers/spawn.texi: Mention the new module.
7017
7018 2008-09-28  Bruno Haible  <bruno@clisp.org>
7019
7020         * modules/sched-tests: New file.
7021         * tests/test-sched.c: New file.
7022
7023         New module 'sched'.
7024         * modules/sched: New file.
7025         * lib/sched.in.h: New file.
7026         * m4/sched_h.m4: New file.
7027         * doc/posix-headers/sched.texi: Mention the new module.
7028
7029 2008-09-27  Eric Blake  <ebb9@byu.net>
7030
7031         Fix previous patch, and tweak references to $0.
7032         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
7033         (func_version, func_gnulib_dir): Don't call this program
7034         gnulib-tool.
7035         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
7036         with using $0 in function.
7037         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
7038         (func_fatal_error): Reuse the name the user invoked us with.
7039
7040 2008-09-27  Bruno Haible  <bruno@clisp.org>
7041
7042         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
7043         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
7044         (gl_ICONV_H): Not here.
7045         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
7046         instead of assigning ICONV_H directly.
7047
7048         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
7049         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
7050         WCHAR_H directly.
7051
7052 2008-09-27  Bruno Haible  <bruno@clisp.org>
7053
7054         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
7055         * modules/arpa_inet (Depends-on): Add link-warning.
7056         (Makefile.am): Insert the definition of GL_LINK-WARNING.
7057         * modules/unistd (Makefile.am): Likewise.
7058
7059 2008-09-26  Bruno Haible  <bruno@clisp.org>
7060
7061         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
7062         variables.
7063         (func_version): Essentially copied from gnulib-tool.
7064         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
7065         func_readlink): Copied from gnulib-tool.
7066
7067 2008-09-26  Bruno Haible  <bruno@clisp.org>
7068
7069         * gnulib-tool (func_version): Change directory to $gnulib_dir before
7070         invoking git-version-gen.
7071
7072 2008-09-26  Bruno Haible  <bruno@clisp.org>
7073
7074         * posix-modules: Update to directory names changed on 2008-01-19.
7075         Remove commas in output before splitting into words. No more need to
7076         avoid 'ftruncate' since 2007-02-19.
7077
7078 2008-09-26  Bruno Haible  <bruno@clisp.org>
7079
7080         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
7081
7082 2008-09-26  Bruno Haible  <bruno@clisp.org>
7083
7084         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
7085         * modules/fwriteerror (Depends-on): Add errno.
7086
7087 2008-09-26  Bruno Haible  <bruno@clisp.org>
7088
7089         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
7090         * tests/test-vc-list-files-cvs.sh: Likewise.
7091
7092 2008-09-26  Bruno Haible  <bruno@clisp.org>
7093
7094         * doc/posix-headers/sys_resource.texi: Reorder items.
7095
7096 2008-09-26  Jim Meyering  <meyering@redhat.com>
7097
7098         fts: tweak inode comparison function
7099         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
7100         inode numbers, as documented.
7101
7102         fts: sort dirent entries on inode number before traversing
7103         This avoids a quadratic, seek-related performance penalty when
7104         operating on a directory containing many entries (measurable at 10k;
7105         3.5 hours at 2 million entries with a cold cache) on certain types
7106         of file systems, including ext3 and ext4, but not tmpfs.
7107         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
7108         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
7109         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
7110         (fs_handles_readdir_ordered_dirents_efficiently): New function.
7111         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
7112         (fts_build): Set the stat.st_ino member from D_INO.
7113         If it is likely to be useful, sort dirent entries on inode number.
7114
7115         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
7116         and the struct statfs.f_type member.
7117         * modules/fts (Depends-on): Add d-ino.
7118
7119 2008-09-26  Bruno Haible  <bruno@clisp.org>
7120
7121         * modules/sigpipe-die (Depends-on): Add sigpipe.
7122
7123         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
7124         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
7125         and GNULIB_STDIO_H_SIGPIPE are set.
7126         * lib/stdio-write.c: New file.
7127         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
7128         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7129         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7130         REPLACE_STDIO_WRITE_FUNCS.
7131         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
7132         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7133         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7134         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7135         * modules/stdio (Files): Add lib/stdio-write.c.
7136         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
7137         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7138         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7139         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7140         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
7141         REPLACE_FPRINTF_POSIX.
7142         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
7143         REPLACE_PRINTF_POSIX.
7144         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
7145         REPLACE_VFPRINTF_POSIX.
7146         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
7147         REPLACE_VPRINTF_POSIX.
7148         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
7149         SIGPIPE issue.
7150         * doc/posix-functions/fputc.texi: Likewise.
7151         * doc/posix-functions/fputs.texi: Likewise.
7152         * doc/posix-functions/fwrite.texi: Likewise.
7153         * doc/posix-functions/printf.texi: Likewise.
7154         * doc/posix-functions/putc.texi: Likewise.
7155         * doc/posix-functions/putchar.texi: Likewise.
7156         * doc/posix-functions/puts.texi: Likewise.
7157         * doc/posix-functions/vfprintf.texi: Likewise.
7158         * doc/posix-functions/vprintf.texi: Likewise.
7159
7160         * modules/safe-write (Depends-on): Add write.
7161
7162         * modules/sigpipe-tests: New file.
7163         * tests/test-sigpipe.c: New file.
7164         * tests/test-sigpipe.sh: New file.
7165
7166         * modules/write: New file.
7167         * lib/unistd.in.h: Include <sys/types.h>.
7168         (write): New declaration.
7169         * lib/write.c: New file.
7170         * m4/write.m4: New file.
7171         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7172         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
7173         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
7174         GNULIB_WRITE, REPLACE_WRITE.
7175         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
7176         and the SIGPIPE issue.
7177
7178         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
7179         (raise): New declaration.
7180         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
7181         (ext_signal): New function.
7182         (rpl_raise): New function.
7183         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
7184         GNULIB_SIGNAL_H_SIGPIPE.
7185         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
7186         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
7187
7188         * modules/sigpipe: New file.
7189         * m4/sigpipe.m4: New file.
7190
7191 2008-09-25  Derek Price  <derek@ximbiot.com>
7192             Bruno Haible  <bruno@clisp.org>
7193
7194         * gnulib-tool (func_import): Report all license incompatibilities, not
7195         just the first one.
7196
7197 2008-09-25  Bruno Haible  <bruno@clisp.org>
7198
7199         * gnulib-tool (func_import): When computing the edits, consider not
7200         only the Makefile.ams that exist but also those that will be generated.
7201
7202 2008-09-25  Simon Josefsson  <simon@josefsson.org>
7203
7204         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
7205         fixes gnulib-tool --test warning about duplicate dependency.
7206
7207 2008-09-25  Bruno Haible  <bruno@clisp.org>
7208
7209         * gnulib-tool: Don't ask the user to perform edits in the generated
7210         Makefile.ams.
7211         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7212         apply to the Makefile.am being generated.
7213         (func_emit_tests_Makefile_am): Execute edits that apply to the
7214         Makefile.am being generated.
7215         (func_import): Setup list of Makefile.am edits before emitting the
7216         Makefile.ams, not at the end.
7217         (func_create_testdir): Update.
7218         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7219
7220 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7221
7222         * gnulib-tool (func_import): Store the --tests-base option in the
7223         comment in gnulib-cache.m4.
7224
7225 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7226
7227         * NEWS: Document increased portability that sys_select now provides.
7228
7229         * lib/sys_select.in.h: Install select wrapper.
7230         * lib/sys_socket.in.h: Use more descriptive name when there is no
7231         select wrapper.
7232         * lib/winsock-select.c: New.
7233         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7234         Require gl_HEADER_SYS_SOCKET.
7235         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7236         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7237         * tests/test-sys_select.c: Add functional tests.
7238
7239 2008-09-24  Eric Blake  <ebb9@byu.net>
7240
7241         open, fopen: close fd leak in last patch
7242         * lib/open.c (rpl_open): Close fd before returning error.
7243         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7244         * doc/posix-functions/open.texi (open): Document that Irix also
7245         has the bug.
7246         * doc/posix-functions/fopen.texi (fopen): Likewise.
7247         Reported by Paolo Bonzini.
7248
7249 2008-09-24  Bruno Haible  <bruno@clisp.org>
7250
7251         Ensure that a filename ending in a slash cannot be used to access a
7252         non-directory.
7253         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7254         to check whether it's really a directory.
7255         * lib/fopen.c: Include fcntl.h, unistd.h.
7256         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7257         and fdopen().
7258         * modules/fopen (Depends-on): Add unistd.
7259         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7260         * tests/test-fopen.c (main): Likewise.
7261         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7262         * doc/posix-functions/fopen.texi: Likewise.
7263         Reported by Eric Blake.
7264
7265 2008-09-23  Eric Blake  <ebb9@byu.net>
7266
7267         c-stack: avoid compiler optimizations when provoking overflow
7268         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7269         recursion harder to optimize, to ensure a stack overflow occurs.
7270         * tests/test-c-stack.c (recurse): Likewise.
7271         Borrowed from libsigsegv.
7272
7273         c-stack: work around Irix sigaltstack bug
7274         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7275         whether sigaltstack uses wrong end of stack_t (copied in part from
7276         libsigsegv).
7277         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7278         Irix bug, without requiring an over-allocation.
7279         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7280         bug.
7281
7282         fopen: document mingw bug on directories
7283         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7284         not allowing a stream visiting a directory, even though reading
7285         from such a stream is not portable.
7286
7287 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7288
7289         * lib/poll.c: Rewrite.
7290         * modules/poll: Depend on alloca.
7291
7292 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7293
7294         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7295         instead define prototypes for a full set of wrappers.  Ensure
7296         that Cygwin does not use the compatibility code, which is only
7297         for MinGW.
7298         * lib/winsock.c: New.
7299         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7300         * modules/sys_socket: Add lib/winsock.c.
7301
7302         * modules/poll-tests: Add errno and perror.
7303         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7304
7305 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7306
7307         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7308
7309 2008-09-23  Bruno Haible  <bruno@clisp.org>
7310
7311         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7312         * doc/glibc-functions/*: Likewise.
7313
7314 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7315
7316         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7317         success.
7318
7319 2008-09-22  Eric Blake  <ebb9@byu.net>
7320             Bruno Haible  <bruno@clisp.org>
7321
7322         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7323         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7324         supply %A but mishandle pseudo-NaN.
7325         Reported by Simon Josefsson.
7326
7327 2008-09-21  Bruno Haible  <bruno@clisp.org>
7328
7329         * tests/test-lock.c (main): Tweak skip message.
7330         * tests/test-tls.c (main): Likewise.
7331
7332 2008-09-21  Bruno Haible  <bruno@clisp.org>
7333
7334         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7335         whether 'struct sigaction' has sa_sigaction here...
7336         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7337         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7338
7339 2008-09-21  Bruno Haible  <bruno@clisp.org>
7340
7341         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7342         section.
7343         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7344         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7345         the new section.
7346         (Support for obsolete systems lacking POSIX:2001): New section.
7347         (String handling <string.h>): Move strdup to the new section.
7348         Suggested by Simon Josefsson and Paolo Bonzini.
7349
7350 2008-09-21  Bruno Haible  <bruno@clisp.org>
7351
7352         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7353         exponents in %e and %g results on 'long double'. Needed for mingw's
7354         improved *printf functions.
7355         * tests/test-vasprintf-posix.c (test_function): Likewise.
7356         * tests/test-snprintf-posix.h (test_function): Likewise.
7357         * tests/test-sprintf-posix.h (test_function): Likewise.
7358         Reported by Eric Blake.
7359
7360 2008-09-21  Bruno Haible  <bruno@clisp.org>
7361
7362         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7363         * tests/test-sprintf-posix.h (test_function): Likewise.
7364
7365 2008-09-21  Bruno Haible  <bruno@clisp.org>
7366
7367         * modules/getpass (Depends-on): Add strdup-posix.
7368
7369         New module 'strdup-posix'.
7370         * modules/strdup-posix: New file.
7371         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7372         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7373         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7374         REPLACE_STRDUP.
7375         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7376         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7377         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7378         strdup-posix.
7379
7380         * modules/strdup (Depends-on): Remove malloc-posix.
7381
7382 2008-09-20  Bruno Haible  <bruno@clisp.org>
7383
7384         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7385         Wildenhues.
7386
7387 2008-09-20  Bruno Haible  <bruno@clisp.org>
7388
7389         Ensure that wint_t gets defined on IRIX 5.3.
7390         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7391         * lib/wctype.in.h (wint_t): Likewise.
7392         (__wctype_wint_t): Remove type.
7393         (isw*): Use wint_t instead of __wctype_wint_t.
7394         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7395         * modules/wchar (Files): Add m4/wint_t.m4.
7396         (Makefile.am): Substitute HAVE_WINT_T.
7397         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7398         * tests/test-wctype.c: Check that wint_t is defined.
7399         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7400         * doc/posix-headers/wctype.texi: Likewise.
7401         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7402
7403 2008-09-18  Bruno Haible  <bruno@clisp.org>
7404
7405         * gnulib-tool (func_exit): Update comment.
7406
7407 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7408
7409         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7410         assumes strdup exists and does not depend on strdup to return
7411         ENOMEM on out of memory conditions.
7412
7413 2008-09-18  Bruno Haible  <bruno@clisp.org>
7414
7415         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7416         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7417         digits for the exponent.
7418
7419 2008-09-18  Jim Meyering  <meyering@redhat.com>
7420             Bruno Haible  <bruno@clisp.org>
7421
7422         * lib/vasnprintf.c (decimal_point_char): Define also if
7423         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7424
7425 2008-09-16  Bruno Haible  <bruno@clisp.org>
7426         and Eric Blake  <ebb9@byu.net>
7427
7428         vasnprintf: support Irix 5.3
7429         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7430         that mishandle long double infinity.
7431         Reported by Tom G. Christensen.
7432
7433 2008-09-16  Bruno Haible  <bruno@clisp.org>
7434
7435         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7436         Solaris 9.
7437         * doc/glibc-functions/alphasort.texi: Likewise.
7438         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7439
7440 2008-09-16  Jim Meyering  <meyering@redhat.com>
7441
7442         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7443         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7444         a umask modification leak out of a subshell.  Otherwise, the
7445         opensolaris /bin/sh would be accepted and thus cause unwarranted
7446         failures in the coreutils test suite.
7447
7448 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7449
7450         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7451         to succeed.
7452
7453 2008-09-16  Jim Meyering  <meyering@redhat.com>
7454
7455         avoid spurious test failure when library is built without ACL support
7456         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7457         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7458         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7459         * tests/test-copy-acl.sh: Likewise.
7460
7461 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7462
7463         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7464         based on character occurrence counts.
7465
7466 2008-09-15  Eric Blake  <ebb9@byu.net>
7467
7468         tests: avoid some compiler warnings
7469         * tests/test-memchr.c (main): Pass NULL indirectly.
7470         * tests/test-closein.c (main): Avoid unused variable.
7471
7472 2008-09-15  Bruno Haible  <bruno@clisp.org>
7473
7474         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7475         are missing on OpenBSD 4.0 individually.
7476         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7477
7478 2008-09-15  Bruno Haible  <bruno@clisp.org>
7479
7480         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7481         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7482         * doc/posix-functions/perror.texi: Likewise.
7483         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7484         is missing.
7485         Reported by Eric Blake.
7486
7487         * lib/errno.in.h: Use replacement values >= 2000.
7488         Reported by Eric Blake.
7489
7490 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7491
7492         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7493         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7494         limit.
7495         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7496         compareseq was aborted.
7497
7498 2008-09-14  Bruno Haible  <bruno@clisp.org>
7499
7500         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7501         yvec_edit_count.
7502         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7503         (fstrcmp_bounded): Simplify result computation accordingly.
7504
7505 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7506
7507         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7508         (fstrcmp): Define in terms of fstrcmp_bounded.
7509         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7510         lower_bound argument.
7511         Return quickly if the result is certainly < lower_bound.
7512         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7513
7514 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7515
7516         * lib/diffseq.h (EARLY_ABORT): New macro.
7517         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7518         evaluates to true.
7519
7520 2008-09-14  Bruno Haible  <bruno@clisp.org>
7521
7522         * modules/perror-tests: New file.
7523         * tests/test-perror.sh: New file.
7524         * tests/test-perror.c: New file.
7525
7526         New module 'perror'.
7527         * lib/stdio.in.h (perror): New declaration.
7528         * lib/perror.c: New file.
7529         * m4/perror.m4: New file.
7530         * modules/perror: New file.
7531         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7532         * doc/posix-functions/perror.texi: Mention the perror module.
7533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7534         REPLACE_PERROR.
7535         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7536         REPLACE_PERROR.
7537
7538 2008-09-14  Bruno Haible  <bruno@clisp.org>
7539
7540         * modules/stdio (Makefile.am): Reorder to match the order in
7541         lib/stdio.in.h.
7542         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7543
7544 2008-09-13  Bruno Haible  <bruno@clisp.org>
7545
7546         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7547
7548 2008-09-13  Bruno Haible  <bruno@clisp.org>
7549
7550         Extend strerror to cover the added errno values.
7551         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7552         (rpl_strerror): Provide error messages for the added errno values and
7553         for the WSA* values.
7554         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7555         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7556         strerror.
7557         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7558         * modules/strerror (Depends-on): Add errno.
7559         * doc/posix-functions/strerror.texi: Document the change.
7560         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7561         and EOVERFLOW.
7562
7563 2008-09-13  Bruno Haible  <bruno@clisp.org>
7564
7565         * modules/EOVERFLOW: Remove file.
7566         * m4/eoverflow.m4: Remove file.
7567         * modules/EOVERFLOW-tests: Remove file.
7568         * tests/test-EOVERFLOW.c: Remove file.
7569         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7570         * modules/ftell (Depends-on): Likewise.
7571         * modules/getdelim (Depends-on): Likewise.
7572         * modules/getugroups (Depends-on): Likewise.
7573         * modules/poll (Depends-on): Likewise.
7574         * modules/snprintf (Depends-on): Likewise.
7575         * modules/sprintf-posix (Depends-on): Likewise.
7576         * modules/vasnprintf (Depends-on): Likewise.
7577         * modules/vasprintf (Depends-on): Likewise.
7578         * modules/vfprintf-posix (Depends-on): Likewise.
7579         * modules/vsnprintf (Depends-on): Likewise.
7580         * modules/vsprintf-posix (Depends-on): Likewise.
7581         * modules/xvasprintf (Depends-on): Likewise.
7582         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7583         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7584         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7585         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7586         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7587         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7588         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7589         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7590         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7591         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7592         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7593         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7594         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7595         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7596         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7597         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7598         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7599         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7600         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7601         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7602         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7603         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7604         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7605         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7606         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7607         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7608         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7609         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7610         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7611         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7612         * MODULES.html.sh: Remove EOVERFLOW.
7613         * NEWS: Mention the change.
7614
7615 2008-09-13  Bruno Haible  <bruno@clisp.org>
7616
7617         * modules/errno-tests: New file.
7618         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7619
7620         * lib/errno.in.h: New file.
7621         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7622         * modules/errno: New file.
7623         * doc/posix-headers/errno.texi: Update documentation.
7624         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7625
7626 2008-09-13  Bruno Haible  <bruno@clisp.org>
7627
7628         * tests/test-poll.c: Use #if for native Windows, rather than testing
7629         __MSVCRT__.
7630
7631 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7632             Bruno Haible  <bruno@clisp.org>
7633
7634         * lib/glob.c: Don't include <pwd.h> on native Windows.
7635         (WINDOWS32): New macro.
7636         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7637
7638 2008-09-13  Bruno Haible  <bruno@clisp.org>
7639
7640         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7641         (ETIMEDOUT): Remove macro.
7642         (glthread_cond_timedwait_multithreaded): New declaration.
7643         (glthread_cond_timedwait): Use it.
7644         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7645         (glthread_cond_timedwait_multithreaded): New function.
7646
7647 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7648
7649         * modules/poll-tests: Do not check for io.h.
7650         * tests/test-poll.c: Check for __MSVCRT__ instead.
7651
7652 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7653
7654         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7655         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7656         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7657
7658 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7659
7660         * modules/poll-tests: New.
7661         * tests/test-poll.c: New.
7662
7663 2008-09-12  Eric Blake  <ebb9@byu.net>
7664
7665         frexp: test for NetBSD failure on -0.0
7666         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7667         not all, bugs from NetBSD 3.0 have been fixed.
7668         * doc/posix-functions/frexp.texi (frexp): Document bug.
7669         Reported by Thomas Klausner.
7670
7671         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7672         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7673         literal -0.0.
7674         Reported by Jonathan C. Patschke <jp@centtech.com>.
7675
7676 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7677
7678         * lib/glthread/cond.h: Use dummy implementation also if
7679         USE_WIN32_THREADS.
7680
7681 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7682
7683         * modules/fnmatch-posix (License): Change to LGPLv2+.
7684         * modules/fnmatch-gnu (License): Likewise.
7685
7686 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7687
7688         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7689
7690 2008-09-11  Jim Meyering  <meyering@redhat.com>
7691
7692         * users.txt: Add gtk-vnc.
7693
7694 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7695
7696         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7697         rotate amounts.
7698
7699         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7700         required for 16-bit and 8-bit rotates.
7701         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7702         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7703         UINT8_MAX instead of hard-coded constants.
7704         Suggested by Paul Eggert.
7705
7706 2008-09-07  Bruno Haible  <bruno@clisp.org>
7707
7708         * tests/test-striconveh.c (main): Check behaviour when converting from
7709         UTF-7.
7710
7711         Make striconveh work better with stateful encodings.
7712         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7713         that iconv does not increment the inptr when returning -1/EINVAL.
7714
7715 2008-09-07  Bruno Haible  <bruno@clisp.org>
7716
7717         * build-aux/config.rpath: Update according to libtool-2.2.6.
7718         * build-aux/config.libpath: Likewise.
7719
7720 2008-09-06  Bruno Haible  <bruno@clisp.org>
7721
7722         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7723         * lib/freadptr.c (freadptr): Likewise.
7724         * lib/freadseek.c (freadptrinc): Likewise.
7725         Reported by Simon Josefsson.
7726
7727 2008-09-06  Bruno Haible  <bruno@clisp.org>
7728
7729         * modules/freadptr (License): Change to LGPLv2+.
7730         * modules/freadseek (License): Likewise.
7731         Suggested by Eric Blake.
7732
7733         * modules/memchr2 (License): Change to LGPLv2+.
7734         Approved by Eric Blake.
7735
7736 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7737             Bruno Haible  <bruno@clisp.org>
7738
7739         Make gnulib-tool work with native 'sed' on AIX.
7740         * gnulib-tool (sed_noop): New variable.
7741         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7742         func_add_or_update, func_create_testdir): Use it to initialize sed
7743         script variables.
7744         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7745
7746 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7747             Bruno Haible  <bruno@clisp.org>
7748
7749         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7750         also works after #include directives.
7751
7752 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7753
7754         getdate.y: reject an out-of-range timezone value
7755         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7756         the range [-24...+24].  When specified with only one or two digits,
7757         * tests/test-getdate.c: Tests for the fix.
7758         * doc/getdate.texi: Document this change.
7759
7760 2008-09-03  Bruno Haible  <bruno@clisp.org>
7761
7762         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7763
7764 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7765
7766         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7767         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7768         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7769         Blake <ebb9@byu.net>.
7770
7771         * tests/test-bitrotate.c: Add more test vectors.
7772
7773 2008-09-02  Eric Blake  <ebb9@byu.net>
7774
7775         vasnprintf-posix: handle large precision via %.*d
7776         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7777         when handling it ourselves.
7778         * tests/test-vasnprintf-posix.c (test_function): Add test.
7779         * tests/test-snprintf-posix.h (test_function): Likewise.
7780         * tests/test-sprintf-posix.h (test_function): Likewise.
7781         * tests/test-vasprintf-posix.c (test_function): Likewise.
7782         Reported by Alain Guibert.
7783
7784 2008-09-01  Eric Blake  <ebb9@byu.net>
7785
7786         c-stack: make configure-time check more robust
7787         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7788         successful sigaction call.
7789         Reported by Tom G. Christensen.
7790
7791 2008-09-01  Bruno Haible  <bruno@clisp.org>
7792
7793         New module 'findprog-lgpl'.
7794         * modules/findprog-lgpl: New file.
7795         * lib/findprog-lgpl.c: New file.
7796         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7797         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7798         to decide whether to use strdup or xstrdup, concatenated_filename or
7799         xconcatenated_filename.
7800
7801 2008-09-01  Bruno Haible  <bruno@clisp.org>
7802
7803         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7804         'xconcat-filename' (GPL).
7805         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7806         (License): Change to LGPLv2+.
7807         * modules/xconcat-filename: New file.
7808         * lib/concat-filename.h (concatenated_filename): Change specification.
7809         (xconcatenated_filename): New declaration.
7810         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7811         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7812         memory situations.
7813         * lib/xconcat-filename.c: New file.
7814         * NEWS: Mention the change.
7815         * lib/findprog.c: Include concat-filename.h, not filename.h.
7816         (find_in_path): Use xconcatenated_filename instead of
7817         concatenated_filename.
7818         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7819         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7820         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7821         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7822         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7823         instead of concatenated_filename.
7824         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7825         (execute_java_class): Use xconcatenated_filename instead of
7826         concatenated_filename.
7827         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7828         * modules/javacomp (Depends-on): Likewise.
7829         * modules/javaexec (Depends-on): Likewise.
7830
7831 2008-09-01  Bruno Haible  <bruno@clisp.org>
7832
7833         Split module 'filename' into 'filename' and 'concat-filename'.
7834         * modules/filename: Keep only lib/filename.h.
7835         (License): Change to LGPLv2+.
7836         * modules/concat-filename: New file, extracted from modules/filename.
7837         * lib/filename.h (concatenated_filename): Remove declaration.
7838         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7839         * lib/concat-filename.c: Include concat-filename.h.
7840         * NEWS: Mention the change.
7841
7842 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7843
7844         * lib/bitrotate.h (rotl8, rotr8): Add.
7845
7846         * modules/bitrotate (configure.ac): Need
7847         AC_REQUIRE([AC_C_INLINE]).
7848         (Description): Mention stdint.h.  Reported by Bruno Haible
7849         <bruno@clisp.org>.
7850
7851         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7852         Paolo Bonzini <bonzini@gnu.org>.
7853
7854 2008-08-31  Bruno Haible  <bruno@clisp.org>
7855
7856         Assume Solaris specific bi-arch conventions on Solaris systems.
7857         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7858         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7860         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7861         like acl_libdirstem.
7862         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7863         acl_libdirstem.
7864         * NEWS: Mention the change.
7865         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7866
7867 2008-08-31  Jim Meyering  <meyering@redhat.com>
7868
7869         * lib/strftime.h: Add comments describing the two added arguments.
7870
7871         remove duplicate #include directives
7872         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7873         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7874
7875 2008-08-31  Bruno Haible  <bruno@clisp.org>
7876
7877         New module 'sigpipe-die'.
7878         * modules/sigpipe-die: New file.
7879         * lib/sigpipe-die.h: New file.
7880         * lib/sigpipe-die.c: New file.
7881         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7882
7883 2008-08-31  Bruno Haible  <bruno@clisp.org>
7884
7885         Don't override previously installed signal handlers.
7886         * lib/fatal-signal.c (saved_sigactions): New variable.
7887         (uninstall_handlers): Reset the signal to the saved handler, not
7888         to SIG_DFL (except when ignored).
7889         (install_handlers): Save the previous handlers.
7890
7891 2008-08-30  Bruno Haible  <bruno@clisp.org>
7892
7893         * gnulib-tool (func_reset_sigpipe): New function.
7894         (func_get_automake_snippet, func_modules_transitive_closure,
7895         func_import): Invoke it before a join command that reads from stdin,
7896         to avoid "echo: write error: Broken pipe" error messages on stderr.
7897         Reported by Sam Steingold <sds@gnu.org>.
7898
7899 2008-08-30  Bruno Haible  <bruno@clisp.org>
7900
7901         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7902         Code copied from m4/open.m4.
7903         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7904         access and the filename ends in a slash. Code copied from lib/open.c.
7905         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7906         * tests/test-fopen.c (main): Check against bug with trailing slash.
7907
7908 2008-08-29  Bruno Haible  <bruno@clisp.org>
7909
7910         Avoid some "gcc -pedantic" warnings.
7911         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7912         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7913         * lib/dirent.in.h: Likewise.
7914         * lib/fcntl.in.h: Likewise.
7915         * lib/float.in.h: Likewise.
7916         * lib/iconv.in.h: Likewise.
7917         * lib/inttypes.in.h: Likewise.
7918         * lib/locale.in.h: Likewise.
7919         * lib/math.in.h: Likewise.
7920         * lib/netinet_in.in.h: Likewise.
7921         * lib/search.in.h: Likewise.
7922         * lib/signal.in.h: Likewise.
7923         * lib/stdarg.in.h: Likewise.
7924         * lib/stdint.in.h: Likewise.
7925         * lib/stdio.in.h: Likewise.
7926         * lib/stdlib.in.h: Likewise.
7927         * lib/string.in.h: Likewise.
7928         * lib/strings.in.h: Likewise.
7929         * lib/sys_select.in.h: Likewise.
7930         * lib/sys_socket.in.h: Likewise.
7931         * lib/sys_stat.in.h: Likewise.
7932         * lib/sys_time.in.h: Likewise.
7933         * lib/sysexits.in.h: Likewise.
7934         * lib/time.in.h: Likewise.
7935         * lib/unistd.in.h: Likewise.
7936         * lib/wchar.in.h: Likewise.
7937         * lib/wctype.in.h: Likewise.
7938         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7939         * modules/fchdir (Makefile.am): Likewise.
7940         * modules/fcntl (Makefile.am): Likewise.
7941         * modules/float (Makefile.am): Likewise.
7942         * modules/iconv_open (Makefile.am): Likewise.
7943         * modules/inttypes (Makefile.am): Likewise.
7944         * modules/locale (Makefile.am): Likewise.
7945         * modules/math (Makefile.am): Likewise.
7946         * modules/netinet_in (Makefile.am): Likewise.
7947         * modules/search (Makefile.am): Likewise.
7948         * modules/signal (Makefile.am): Likewise.
7949         * modules/stdarg (Makefile.am): Likewise.
7950         * modules/stdint (Makefile.am): Likewise.
7951         * modules/stdio (Makefile.am): Likewise.
7952         * modules/stdlib (Makefile.am): Likewise.
7953         * modules/string (Makefile.am): Likewise.
7954         * modules/strings (Makefile.am): Likewise.
7955         * modules/sys_select (Makefile.am): Likewise.
7956         * modules/sys_socket (Makefile.am): Likewise.
7957         * modules/sys_stat (Makefile.am): Likewise.
7958         * modules/sys_time (Makefile.am): Likewise.
7959         * modules/sysexits (Makefile.am): Likewise.
7960         * modules/time (Makefile.am): Likewise.
7961         * modules/unistd (Makefile.am): Likewise.
7962         * modules/wchar (Makefile.am): Likewise.
7963         * modules/wctype (Makefile.am): Likewise.
7964         Reported by Reuben Thomas <rrt@sc3d.org>.
7965
7966 2008-08-29  Bruno Haible  <bruno@clisp.org>
7967
7968         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7969         any more.
7970
7971 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7972
7973         * MODULES.html.sh (Misc): Add bitrotate.
7974
7975         * modules/bitrotate: New file.
7976
7977         * lib/bitrotate.h: New file.
7978
7979         * modules/bitrotate-tests: New file.
7980
7981         * tests/test-bitrotate.c: New file.
7982
7983         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7984         on the bitrotate module.
7985
7986         * lib/arctwo.c: Use new bitrotate module.
7987
7988 2008-08-29  Jim Meyering  <meyering@redhat.com>
7989
7990         bootstrap: merge changes from coreutils
7991         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7992         of copied files.  Remove a kludge, now that this is fixed.
7993         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7994         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7995         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7996
7997 2008-08-29  Bruno Haible  <bruno@clisp.org>
7998
7999         * MODULES.html.sh: Remove --cvs-urls option.
8000
8001 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
8002
8003         maint.mk: adjust to file name change
8004         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
8005
8006 2008-08-28  Jim Meyering  <meyering@redhat.com>
8007
8008         * modules/getndelim2 (License): Relicense to LGPLv2+.
8009         Approved by Richard Stallman for the version of 1995, and by
8010         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
8011
8012 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
8013
8014         * lib/getdelim.c (flockfile, funlockfile): Make all of them
8015         dummy if one is not available.  Do not touch them if
8016         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
8017         (getc_maybe_unlocked): New.
8018         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
8019
8020 2008-08-26  Eric Blake  <ebb9@byu.net>
8021
8022         doc/INSTALL: resync from autoconf
8023         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
8024         (INSTALL_PRELUDE): Delete; this is done more efficiently by
8025         moving...
8026         * install.texi [!autoconf]: ...here.  Resync from autoconf.
8027         * INSTALL: Regenerate.
8028         * INSTALL.ISO: New file.
8029         * INSTALL.UTF-8: Likewise.
8030
8031 2008-08-26  Jim Meyering  <meyering@redhat.com>
8032
8033         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
8034         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
8035         these definitions conditional, so that they may be overridden, too.
8036
8037 2008-08-26  Bruno Haible  <bruno@clisp.org>
8038
8039         Generate INSTALL file variants with prettier quotes.
8040         * doc/Makefile (INSTALL_PRELUDE): New macro.
8041         (INSTALL): Use it.
8042         (INSTALL.ISO, INSTALL.UTF-8): New rules.
8043
8044 2008-08-26  Bruno Haible  <bruno@clisp.org>
8045
8046         Run makeinfo in an English locale.
8047         * doc/Makefile (MAKEINFO): New variable.
8048
8049 2008-08-26  Bruno Haible  <bruno@clisp.org>
8050
8051         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
8052         Suggested by Eric Blake.
8053
8054 2008-08-25  Bruno Haible  <bruno@clisp.org>
8055
8056         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
8057
8058 2008-08-25  Eric Blake  <ebb9@byu.net>
8059
8060         c-stack: test that stack overflow can be caught
8061         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
8062         that platform allows handling stack overflow; at least OS/2 EMX
8063         has sigaltstack, but crashes before transferring control to
8064         handler on stack overflow.
8065         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
8066         check for HAVE_STACK_OVERFLOW_HANDLING.
8067         Reported by Elbert Pol.
8068
8069 2008-08-25  Bruno Haible  <bruno@clisp.org>
8070
8071         * doc/posix-functions/strftime.texi: Fix description of strftime
8072         module.
8073
8074 2008-08-24  Bruno Haible  <bruno@clisp.org>
8075
8076         * tests/uniwidth/test-uc_width2.c: New file.
8077         * tests/uniwidth/test-uc_width2.sh: New file.
8078         * modules/uniwidth/width-tests (Files): Add the new files.
8079         (TESTS): Add uniwidth/test-uc_width2.sh.
8080         (TESTS_ENVIRONMENT): New variable.
8081         (check_PROGRAMS): Add test-uc_width2.
8082         (test_uc_width2_SOURCES): New variable.
8083
8084         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
8085         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
8086         not 0x00AB.
8087         Reported by Alexander V. Lukyanov <lav@netis.ru>.
8088
8089 2008-08-22  Eric Blake  <ebb9@byu.net>
8090
8091         test-lock, test-tls: mention why a test is skipped
8092         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
8093         skipped.
8094         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
8095
8096         count-one-bits: relax license
8097         * modules/count-one-bits (License): Relicense to LGPLv2+.
8098         Suggested by Ludovic Courtès, approved by Ben Pfaff.
8099
8100 2008-08-22  Andreas Schwab  <schwab@suse.de>
8101
8102         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
8103         Remove spurious space in assignment.
8104
8105 2008-08-21  Simon Josefsson  <simon@josefsson.org>
8106
8107         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
8108         Paul Eggert <eggert@CS.UCLA.EDU>.
8109
8110 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
8111
8112         * modules/gettext: Add m4/threadlib.m4.
8113
8114 2008-08-19  Eric Blake  <ebb9@byu.net>
8115
8116         test-c-stack: fix compilation failure on FreeBSD 5.0
8117         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
8118         headers before <sys/resource.h>.
8119         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
8120         the bug.
8121         Reported by Nelson H. F. Beebe.
8122
8123         strverscmp: migrate from "strverscmp.h" to <string.h>
8124         * modules/string (Makefile.am): Add new hooks.
8125         * modules/strverscmp (Files): Remove strverscmp.h.
8126         (Depends-on): Add string.
8127         (configure.ac): Add indicator.
8128         (Include): Mention new header.
8129         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
8130         defaults.
8131         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
8132         results.
8133         * lib/strverscmp.h: Delete.
8134         * lib/string.in.h (strverscmp): Provide declaration, when needed.
8135         * tests/test-strverscmp.c (includes): Adjust client.
8136         * lib/check-version.c (includes): Likewise.
8137         * NEWS: Document the change.
8138
8139         strverscmp: add unit test
8140         * modules/strverscmp-tests: New file.
8141         * tests/test-strverscmp.c: Likewise.
8142
8143 2008-08-19  Simon Josefsson  <simon@josefsson.org>
8144
8145         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
8146         regarding Windows crypto stuff, from Mono.
8147
8148 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
8149
8150         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
8151         if present, for intel RND.  Return error on failures.
8152
8153 2008-08-18  Ben Pfaff  <blp@gnu.org>
8154
8155         gitlog-to-changelog: give better diagnostic for failed pipe-open
8156         * build-aux/gitlog-to-changelog: Improve error message: suggest
8157         that the version of Git may be too old.
8158
8159 2008-08-18  Simon Josefsson  <simon@josefsson.org>
8160
8161         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
8162         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
8163
8164 2008-08-18  Bruno Haible  <bruno@clisp.org>
8165
8166         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
8167         pthread_in_use().
8168
8169 2008-08-18  Bruno Haible  <bruno@clisp.org>
8170
8171         * lib/glthread/threadlib.c: Include <pthread.h>.
8172
8173 2008-08-18  Bruno Haible  <bruno@clisp.org>
8174
8175         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
8176         glthread_recursive_lock_* macros.
8177         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
8178         Fix syntax error.
8179
8180 2008-08-18  Bruno Haible  <bruno@clisp.org>
8181
8182         * lib/glthread/thread.c: Avoid forcing a context switch right after
8183         thread creation.
8184
8185 2008-08-17  Bruno Haible  <bruno@clisp.org>
8186
8187         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
8188         * lib/glthread/thread.h: Provide Win32 specific implementation.
8189         * modules/thread (Files): Add lib/glthread/thread.c.
8190         (Depends-on): Add lock.
8191         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
8192
8193 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8194
8195         New module 'yield'.
8196         * modules/yield: New file.
8197         * lib/glthread/yield.h: New file.
8198         * m4/yield.m4: New file.
8199         * MODULES.html.sh (Multithreading): Add yield.
8200
8201 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8202
8203         New module 'thread'.
8204         * modules/thread: New file.
8205         * lib/glthread/thread.h: New file.
8206         * m4/thread.m4: New file.
8207         * MODULES.html.sh (Multithreading): Add thread.
8208
8209 2008-08-17  Bruno Haible  <bruno@clisp.org>
8210
8211         * lib/glthread/lock.h: Include <stdlib.h> always.
8212         * lib/glthread/tls.h: Likewise.
8213         * lib/glthread/cond.h: Likewise.
8214
8215 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8216
8217         New module 'cond'.
8218         * modules/cond: New file.
8219         * lib/glthread/cond.h: New file.
8220         * lib/glthread/cond.c: New file.
8221         * m4/cond.m4: New file.
8222         * MODULES.html.sh (Multithreading): Add cond.
8223
8224 2008-08-16  Eric Blake  <ebb9@byu.net>
8225
8226         c-stack: fix regression on Irix 5.3 from 2008-06-21
8227         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8228         sa_sigaction...
8229         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8230         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8231         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8232         * modules/signal (Makefile.am): Use the value.
8233         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8234         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8235         * doc/posix-headers/signal.texi (signal.h): Document this
8236         portability issue.
8237         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8238         Reported by Tom G. Christensen.
8239
8240 2008-08-17  Bruno Haible  <bruno@clisp.org>
8241
8242         New module 'threadlib'.
8243         * modules/threadlib: New file.
8244         * lib/glthread/threadlib.c: New file, extracted from
8245         lib/glthread/lock.c.
8246         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8247         functions.
8248         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8249         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8250         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8251         macros.
8252         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8253         (gl_DISABLE_THREADS): Remove macro.
8254         * modules/lock (Files): Remove build-aux/config.rpath.
8255         (Depends-on): Remove havelib. Add threadlib.
8256         (configure.ac-early): Remove section.
8257         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8258         * modules/tls (Depends-on): Remove lock. Add threadlib.
8259         (Link): New section, copied from threadlib.
8260         * MODULES.html.sh (Multithreading): Add threadlib.
8261
8262 2008-08-14  Bruno Haible  <bruno@clisp.org>
8263
8264         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8265         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8266         glthread_rwlock_unlock, glthread_rwlock_destroy,
8267         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8268         glthread_recursive_lock_destroy): Define as macros always.
8269         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8270         glthread_lock_lock.
8271         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8272         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8273         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8274         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8275         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8276         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8277         (glthread_recursive_lock_lock_func): Renamed from
8278         glthread_recursive_lock_lock.
8279         (glthread_recursive_lock_unlock_func): Renamed from
8280         glthread_recursive_lock_unlock.
8281         (glthread_recursive_lock_destroy_func): Renamed from
8282         glthread_recursive_lock_destroy.
8283
8284 2008-08-14  Bruno Haible  <bruno@clisp.org>
8285
8286         * lib/glthread/lock.h: Renamed from lib/lock.h.
8287         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8288         * lib/glthread/tls.h: Renamed from lib/tls.h.
8289         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8290         * lib/fstrcmp.c: Update includes.
8291         * lib/strsignal.c: Update includes.
8292         * modules/lock (Files, Makefile.am): Update.
8293         (Include): Change to "glthread/lock.h".
8294         * modules/tls (Files, Makefile.am): Update.
8295         (Include): Change to "glthread/tls.h".
8296         * tests/test-lock.c: Update includes.
8297         * tests/test-tls.c: Update includes.
8298         * NEWS: Mention the renamed header files.
8299
8300 2008-08-11  Jim Meyering  <meyering@redhat.com>
8301
8302         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8303
8304 2008-08-11  Eric Blake  <ebb9@byu.net>
8305
8306         test-c-stack: avoid C99-ism
8307         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8308         before statement.
8309         Reported by Alain Guibert.
8310
8311 2008-08-10  Jim Meyering  <meyering@redhat.com>
8312
8313         ensure that return value of uinttostr et al are not ignored
8314         * lib/inttostr.h (__GNUC_PREREQ): Define.
8315         (__attribute_warn_unused_result__): Define.
8316         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8317
8318 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8319
8320         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8321         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8322
8323 2008-08-07  Jim Meyering  <meyering@redhat.com>
8324
8325         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8326
8327         * modules/mkstemp (License): Relicense under LGPLv2+.
8328         * modules/tempname (License): Likewise.
8329
8330 2008-08-06  Bruno Haible  <bruno@clisp.org>
8331
8332         * lib/poll.c (poll): Further micro-optimization.
8333
8334 2008-08-06  Jim Meyering  <meyering@redhat.com>
8335
8336         inet_pton.c: use locale-independent tolower
8337         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8338         (inet_pton6): Use c_tolower rather than tolower.
8339         * modules/inet_pton (Depends-on): Add c-ctype.
8340
8341 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8342
8343         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8344         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8345
8346 2008-08-06  Jim Meyering  <meyering@redhat.com>
8347
8348         * modules/inet_pton (License): Relicense under LGPLv2+.
8349
8350 2008-08-03  Bruno Haible  <bruno@clisp.org>
8351
8352         Additional non-aborting API for lock and tls.
8353         * lib/lock.h: Include <errno.h>.
8354         (glthread_lock_init): New macro/function.
8355         (gl_lock_init): Define as wrapper around glthread_lock_init.
8356         (glthread_lock_lock): New macro/function.
8357         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8358         (glthread_lock_unlock): New macro/function.
8359         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8360         (glthread_lock_destroy): New macro/function.
8361         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8362         (glthread_rwlock_init): New macro/function.
8363         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8364         (glthread_rwlock_rdlock): New macro/function.
8365         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8366         (glthread_rwlock_wrlock): New macro/function.
8367         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8368         (glthread_rwlock_unlock): New macro/function.
8369         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8370         (glthread_rwlock_destroy): New macro/function.
8371         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8372         (glthread_recursive_lock_init): New macro/function.
8373         (gl_recursive_lock_init): Define as wrapper around
8374         glthread_recursive_lock_init.
8375         (glthread_recursive_lock_lock): New macro/function.
8376         (gl_recursive_lock_lock): Define as wrapper around
8377         glthread_recursive_lock_lock.
8378         (glthread_recursive_lock_unlock): New macro/function.
8379         (gl_recursive_lock_unlock): Define as wrapper around
8380         glthread_recursive_lock_unlock.
8381         (glthread_recursive_lock_destroy): New macro/function.
8382         (gl_recursive_lock_destroy): Define as wrapper around
8383         glthread_recursive_lock_destroy.
8384         (glthread_once): New macro/function.
8385         (gl_once): Define as wrapper around glthread_once.
8386         Update function declarations.
8387         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8388         glthread_rwlock_init. Return error code.
8389         (glthread_rwlock_rdlock_multithreaded): Renamed from
8390         glthread_rwlock_rdlock. Return error code.
8391         (glthread_rwlock_wrlock_multithreaded): Renamed from
8392         glthread_rwlock_wrlock. Return error code.
8393         (glthread_rwlock_unlock_multithreaded): Renamed from
8394         glthread_rwlock_unlock. Return error code.
8395         (glthread_rwlock_destroy_multithreaded): Renamed from
8396         glthread_rwlock_destroy. Return error code.
8397         (glthread_recursive_lock_init_multithreaded): Renamed from
8398         glthread_recursive_lock_init. Return error code.
8399         (glthread_recursive_lock_lock_multithreaded): Renamed from
8400         glthread_recursive_lock_lock. Return error code.
8401         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8402         glthread_recursive_lock_unlock. Return error code.
8403         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8404         glthread_recursive_lock_destroy. Return error code.
8405         (glthread_once_call): Make static.
8406         (glthread_once_multithreaded): Renamed from glthread_once.
8407         * lib/tls.h: Include <errno.h>.
8408         (glthread_tls_key_init): New macro/function.
8409         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8410         (glthread_tls_set): New macro/function.
8411         (gl_tls_set): Define as wrapper around glthread_tls_set.
8412         (glthread_tls_key_destroy): New macro/function.
8413         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8414         Update function declarations.
8415         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8416         glthread_tls_get.
8417         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8418
8419 2008-08-04  Eric Blake  <ebb9@byu.net>
8420
8421         gnumakefile: use space, not TAB, outside of targets
8422         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8423
8424 2008-08-02  Jim Meyering  <meyering@redhat.com>
8425
8426         getdate.y: avoid locale-dependent date parsing failure
8427         In Turkish locales, getdate would fail to recognize keywords
8428         containing a lowercase "i".  The solution is not to rely on
8429         locale-sensitive case-conversion.
8430         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8431         (lookup_word): Use c_toupper in place of toupper.
8432         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8433         Reported by Vefa Bicakci <bicave@superonline.com> in
8434         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8435         * modules/getdate (Depends-on): Add c-ctype.
8436
8437 2008-08-02  Bruno Haible  <bruno@clisp.org>
8438
8439         * gnulib-tool (func_import): When updating or creating a .gitignore
8440         file, prepend each added line with a slash, and ignore leading slashes
8441         from the existing lines.
8442         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8443
8444 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8445
8446         Portability fix for GNU make 3.79.1.
8447         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8448         versions do not understand.
8449
8450 2008-08-01  Bruno Haible  <bruno@clisp.org>
8451
8452         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8453         * tests/test-isnanf.h (zero): New variable.
8454         (main): Avoid literal -0.0f.
8455         * tests/test-isnand.h (zero): New variable.
8456         (main): Avoid literal -0.0.
8457         * tests/test-isnanl.h (zero): New variable.
8458         (main): Avoid literal -0.0L.
8459         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8460         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8461         -0.0, -0.0L.
8462         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8463         (test_signbitd): Avoid literal -0.0.
8464         (test_signbitl): Avoid literal -0.0L.
8465         * tests/test-ceilf1.c (zero): New variable.
8466         (main): Avoid literal -0.0f.
8467         * tests/test-ceill.c (zero): New variable.
8468         (main): Avoid literal -0.0L.
8469         * tests/test-floorf1.c (zero): New variable.
8470         (main): Avoid literal -0.0f.
8471         * tests/test-floorl.c (zero): New variable.
8472         (main): Avoid literal -0.0L.
8473         * tests/test-roundf1.c (zero): New variable.
8474         (main): Avoid literal -0.0f.
8475         * tests/test-round1.c (zero): New variable.
8476         (main): Avoid literal -0.0.
8477         * tests/test-roundl.c (zero): New variable.
8478         (main): Avoid literal -0.0L.
8479         * tests/test-truncf1.c (zero): New variable.
8480         (main): Avoid literal -0.0f.
8481         * tests/test-trunc1.c (zero): New variable.
8482         (main): Avoid literal -0.0.
8483         * tests/test-truncl.c (zero): New variable.
8484         (main): Avoid literal -0.0L.
8485         * tests/test-frexp.c (zero): New variable.
8486         (main): Avoid literal -0.0.
8487         * tests/test-frexpl.c (zero): New variable.
8488         (main): Avoid literal -0.0L.
8489         * tests/test-ldexpl.c (zero): New variable.
8490         (main): Avoid literal -0.0L.
8491         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8492         (zerod, zerol): New variables.
8493         (test_function): Avoid literals -0.0, -0.0L.
8494         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8495         (zerod, zerol): New variables.
8496         (test_function): Avoid literals -0.0, -0.0L.
8497         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8498         (zerod, zerol): New variables.
8499         (test_function): Avoid literals -0.0, -0.0L.
8500         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8501         (zerod, zerol): New variables.
8502         (test_function): Avoid literals -0.0, -0.0L.
8503         * tests/test-strtod.c (zero): New variable.
8504         (main): Avoid literal -0.0.
8505         Reported by Jonathan C. Patschke <jp@centtech.com>.
8506
8507 2008-07-31  Jim Meyering  <meyering@redhat.com>
8508
8509         sha256.h: correct definition of SHA224_DIGEST_SIZE
8510         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8511         Reported by Paulie Pena IV <paulie4@gmail.com>.
8512         Define as 224 / 8, rather than as a literal.
8513         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8514         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8515         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8516
8517 2008-07-31  Bruno Haible  <bruno@clisp.org>
8518
8519         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8520         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8521         Reported by Jonathan Patschke <jp@centtech.com>.
8522
8523 2008-07-31  Bruno Haible  <bruno@clisp.org>
8524
8525         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8526         Reported by Paolo Bonzini <bonzini@gnu.org>.
8527
8528 2008-07-30  Eric Blake  <ebb9@byu.net>
8529
8530         test-strtod: allow compilation without -lm
8531         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8532         Reported by Dennis Clarke <blastwave@gmail.com>.
8533
8534 2008-07-28  Jim Meyering  <meyering@redhat.com>
8535
8536         bootstrap: work also when there are no .po files in po/
8537         * build-aux/bootstrap (update_po_files): Complete the change
8538         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8539
8540 2008-07-27  Jim Meyering  <meyering@redhat.com>
8541
8542         * users.txt: Add zile.
8543
8544 2008-07-26  Ben Pfaff  <blp@gnu.org>
8545
8546         Add missing dependencies on new m4/exponent[fdl].m4 files.
8547         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8548         * modules/isnand-nolibm: Add m4/exponentd.m4.
8549         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8550         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8551         m4/isnan[fdl].m4, because the macros actually used moved.
8552         Reported by Jim Meyering.
8553
8554 2008-07-14  Ben Pfaff  <blp@gnu.org>
8555
8556         Add isinf module.
8557         * lib/isinf.c: New file.
8558         * lib/math.in.h: Define isinf macro if we have decided to replace
8559         it.
8560         * m4/isinf.m4: New file.
8561         * m4/math_h.m4: Initialize and substitute variables for isinf
8562         module.
8563         * modules/isinf: New file.
8564         * modules/isinf-tests: New file.
8565         * modules/math: Add substitutions for new module.
8566         * tests/test-isinf.c: New file.
8567         * doc/posix-functions/isinf.texi: Mention new module.
8568         * MODULES.html.sh: Mention new module.
8569
8570 2008-07-14  Ben Pfaff  <blp@gnu.org>
8571
8572         Factor out some macros for use by additional modules.
8573         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8574         exponentf.m4.
8575         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8576         exponentd.m4.
8577         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8578         file exponentl.m4.
8579         * m4/exponentf.m4: New file.
8580         * m4/exponentd.m4: New file.
8581         * m4/exponentl.m4: New file.
8582         * modules/isnanf: Use new file m4/exponentf.m4.
8583         * modules/isnand: Use new file m4/exponentd.m4.
8584         * modules/isnanl: Use new file m4/exponentl.m4.
8585
8586 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8587
8588         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8589         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8590         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8591         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8592
8593         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8594         readlink on platforms without PATH_MAX.
8595
8596 2008-07-21  Eric Blake  <ebb9@byu.net>
8597
8598         Warn, not fail, on stale version.
8599         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8600
8601         Don't allow installation with stale devel version number.
8602         * top/GNUmakefile (_is-install-target): New macro.
8603         (_curr-ver): Forbid installation with stale version number.
8604
8605 2008-07-20  Bruno Haible  <bruno@clisp.org>
8606
8607         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8608         TESTS_ENVIRONMENT.
8609         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8610
8611 2008-07-20  Bruno Haible  <bruno@clisp.org>
8612
8613         * lib/c-stack.h (c_stack_action): Add documentation.
8614         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8615
8616 2008-07-20  Bruno Haible  <bruno@clisp.org>
8617
8618         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8619         * modules/readlink (License): Likewise.
8620
8621 2008-07-17  Eric Blake  <ebb9@byu.net>
8622
8623         * modules/c-stack (Link): Fix typo.
8624
8625         Make c-stack use libsigsegv, when available.
8626         * modules/c-stack (Depends-on): Add libsigsegv.
8627         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8628         needed.
8629         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8630         (segv_handler, overflow_handler, c_stack_action)
8631         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8632         implementation when libsigsegv is available, but only when using
8633         the library is necessary.
8634         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8635         comment, explaining why XSI check fails on Linux.
8636         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8637         * tests/test-c-stack2.sh: Tweak skip message.
8638         * NEWS: Document new link-time requirements.
8639
8640 2008-07-16  Eric Blake  <ebb9@byu.net>
8641
8642         c-stack: Expose false positives when not using libsigsegv.
8643         * modules/c-stack-tests (Files): Expand test.
8644         * tests/test-c-stack.c (main): Add means to conditionally trigger
8645         non-overflow SIGSEGV.
8646         * tests/test-c-stack2.sh: New file.
8647
8648 2008-07-14  Bruno Haible  <bruno@clisp.org>
8649
8650         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8651         Reported by Eric Blake.
8652
8653 2008-07-14  Sam Steingold  <sds@gnu.org>
8654             Bruno Haible  <bruno@clisp.org>
8655
8656         New module libsigsegv.
8657         * modules/libsigsegv: New file.
8658         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8659         modifications.
8660         * MODULES.html.sh (Signal handling): New section.
8661
8662 2008-07-14  Bruno Haible  <bruno@clisp.org>
8663
8664         * modules/unictype/ctype-* (Description): Add the word "function".
8665         Improves the resulting doc in MODULES.html.
8666
8667 2008-07-12  Ben Pfaff  <blp@gnu.org>
8668
8669         Add longlong module.
8670         * modules/longlong: New file.
8671
8672 2008-07-12  Bruno Haible  <bruno@clisp.org>
8673
8674         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8675         to empty.
8676
8677 2008-07-10  Ben Pfaff  <blp@gnu.org>
8678
8679         Add isnan module.
8680         * doc/posix-functions/isnan.texi: Mention new module.
8681         * lib/math.in.h: Define isnan macro if we have decided to replace
8682         it.
8683         * m4/isnan.m4: New file.
8684         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8685         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8686         also.
8687         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8688         redundancy.
8689         * m4/math_h.m4: Initialize and substitute variables for isnan
8690         module.
8691         * modules/isnan: New file.
8692         * modules/isnan-tests: New file.
8693         * modules/math: Add substitutions for new module.
8694         * tests/test-isnan.c: New file.
8695         * MODULES.html.sh: Mention new module.
8696
8697 2008-07-10  Ben Pfaff  <blp@gnu.org>
8698
8699         Add isnanf module.
8700         * lib/isnanf.m4: New file.
8701         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8702         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8703         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8704         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8705         * modules/isnanf: New file.
8706         * modules/isnanf-tests: New file.
8707         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8708         files.
8709         * tests/test-isnanf-nolibm.c: factored most of its contents into
8710         new file tests/test-isnanf.h.
8711         * tests/test-isnanf.h: New file.
8712         * tests/test-isnanf.c: New file.
8713         * MODULES.html.sh: Mention new module.
8714         * doc/glibc-functions/isnanf.texi: Mention new module.
8715
8716 2008-07-10  Ben Pfaff  <blp@gnu.org>
8717
8718         Add isnand module.
8719         * lib/isnand.h: New file.
8720         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8721         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8722         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8723         functionality also.
8724         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8725         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8726         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8727         * modules/isnand: New file.
8728         * modules/isnand-tests: New file.
8729         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8730         files.
8731         * tests/test-isnand-nolibm.c: factored most of its contents into
8732         new file tests/test-isnand.h.
8733         * tests/test-isnand.h: New file.
8734         * tests/test-isnand.c: New file.
8735         * MODULES.html.sh: Mention new module.
8736
8737 2008-07-10  Ben Pfaff  <blp@gnu.org>
8738
8739         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8740         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8741         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8742         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8743         * modules/isnanf-nolibm: Update references to renamed files.
8744         * modules/isnand-nolibm: Likewise.
8745         * modules/isnanf-nolibm-tests: Likewise.
8746         * modules/isnand-nolibm-tests: Likewise.
8747         * lib/frexp.c: Likewise.
8748         * lib/isfinite.c: Likewise.
8749         * lib/signbitd.c: Likewise.
8750         * lib/signbitf.c: Likewise.
8751         * lib/vasnprintf.c: Likewise.
8752         * tests/test-ceilf1.c: Likewise.
8753         * tests/test-ceilf2.c: Likewise.
8754         * tests/test-floorf1.c: Likewise.
8755         * tests/test-floorf2.c: Likewise.
8756         * tests/test-frexp.c: Likewise.
8757         * tests/test-round1.c: Likewise.
8758         * tests/test-round2.c: Likewise.
8759         * tests/test-roundf1.c: Likewise.
8760         * tests/test-strtod.c: Likewise.
8761         * tests/test-trunc1.c: Likewise.
8762         * tests/test-trunc2.c: Likewise.
8763         * tests/test-truncf1.c: Likewise.
8764         * tests/test-truncf2.c: Likewise.
8765         * NEWS: Mention the renamed header files.
8766
8767 2008-07-11  Jim Meyering  <meyering@redhat.com>
8768
8769         vc-list-files: make the last-resort awk code more portable
8770         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8771         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8772         does not support it.
8773
8774 2008-07-10  Eric Blake  <ebb9@byu.net>
8775
8776         Work with tar's bootstrap.
8777         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8778         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8779         an m4 comment.
8780
8781 2008-07-09  Jim Meyering  <meyering@redhat.com>
8782
8783         posix-shell.m4: fix typo that made this test malfunction
8784         * m4/posix-shell.m4: Remove capitalization in variable name.
8785
8786 2008-07-08  Bruno Haible  <bruno@clisp.org>
8787
8788         * m4/onceonly.m4: Update comments.
8789         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8790
8791 2008-07-04  Jim Meyering  <meyering@redhat.com>
8792
8793         * users.txt: Add vc-dwim.
8794         (bison, coreutils): Use the gitweb URL.
8795
8796 2008-07-03  Jim Meyering  <meyering@redhat.com>
8797
8798         * users.txt: Add libffcall.  From Sam Steingold.
8799
8800 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8801
8802         getdate.y: do not ignore TZ with relative day, month or year offset
8803         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8804         relative-date-handling, since otherwise, the latter would clobber the
8805         sole output (an updated Start value) of the tz-handling block.
8806         * tests/test-getdate.c: Tests for the fix
8807
8808 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8809
8810         Recognize 'foo_LIBRARIES += libgnu.a'.
8811         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8812         makefile snippet has already specified an installation location,
8813         also using '+='.
8814
8815 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8816
8817         getdate.y: factor out common actions
8818         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8819         Use them in place of open-coded actions.
8820
8821 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8822
8823         Add self-test for getdate module.
8824         * modules/getdate-tests: New file.
8825         * tests/test-getdate.c: New file.
8826
8827 2008-06-29  Bruno Haible  <bruno@clisp.org>
8828
8829         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8830         .gitignore.
8831         Reported by Sylvain Beucler <beuc@beuc.net>.
8832
8833 2008-06-29  Bruno Haible  <bruno@clisp.org>
8834
8835         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8836         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8837
8838 2008-06-29  Bruno Haible  <bruno@clisp.org>
8839
8840         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8841         EXTRA_DIST.
8842         Reported by Sylvain Beucler <beuc@beuc.net>.
8843
8844 2008-06-26  Jim Meyering  <meyering@redhat.com>
8845
8846         make several modules depend on the "open" module
8847         This provides slightly increased consistency when opening-for-write
8848         the name of a non-directory spelled with a trailing slash.
8849         * modules/chdir-safer: Likewise.
8850         * modules/chown: Likewise.
8851         * modules/clean-temp: Likewise.
8852         * modules/copy-file: Likewise.
8853         * modules/fchdir: Likewise.
8854         * modules/fcntl-safer: Likewise.
8855         * modules/pipe: Likewise.
8856         * modules/utime: Likewise.
8857         Prompted by Eric Blake and Bruno Haible.
8858
8859 2008-06-24  Andreas Schwab  <schwab@suse.de>
8860
8861         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8862         literals can be used as initializers for global variables.
8863
8864 2008-06-23  Eric Blake  <ebb9@byu.net>
8865
8866         Make gnulib-cache.m4 easier to diff.
8867         * gnulib-tool (func_import): Allow newlines when reading cached
8868         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8869
8870 2008-06-23  Bruno Haible  <bruno@clisp.org>
8871
8872         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8873         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8874         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8875         m4/signalblocking.m4.
8876         (gl_PREREQ_SIGACTION): Don't invoke it.
8877         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8878         gl_PREREQ_SIG_HANDLER_H.
8879         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8880         Don't check for sigaction here.
8881
8882 2008-06-23  Bruno Haible  <bruno@clisp.org>
8883
8884         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8885         (install_handlers): Don't set the SA_RESETHAND flag.
8886
8887 2008-06-23  Bruno Haible  <bruno@clisp.org>
8888
8889         * m4/sigaction.m4: Comment fixes.
8890         * lib/signal.in.h: Likewise.
8891
8892 2008-06-23  Eric Blake  <ebb9@byu.net>
8893
8894         Fix typo.
8895         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8896
8897         Avoid SA_ namespace.
8898         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8899         Reported by Ralf Wildenhues.
8900
8901         Avoid test failure due to SA_RESTORER.
8902         * tests/test-sigaction.c (SA_MASK): New macro.
8903         (main): Avoid failing due to extension flags being set.
8904         Reported by Jim Meyering.
8905
8906         Revert use of sig-handler.h in sigprocmask.c.
8907         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8908         it requires the existence of struct sigaction.
8909         * lib/sigprocmask.c (handler_t): Restore typedef.
8910         (rpl_signal, old_handlers): Use local type.
8911
8912 2008-06-22  Bruno Haible  <bruno@clisp.org>
8913
8914         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8915         conditionally.
8916         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8917
8918 2008-06-22  Bruno Haible  <bruno@clisp.org>
8919
8920         * doc/posix-functions/siginterrupt.texi: Move note.
8921
8922         * lib/signal.in.h (SA_RESTART): New macro.
8923         * lib/sigaction.c: Update comment.
8924
8925         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8926
8927         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8928         (gl_PREREQ_SIGPROCMASK): Invoke it.
8929         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8930
8931         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8932
8933         * lib/sigprocmask.c: Update a comment.
8934
8935 2008-06-21  Eric Blake  <ebb9@byu.net>
8936
8937         Use sigaction module rather than signal().
8938         * modules/c-stack (Depends-on): Add sigaction.
8939         * modules/fatal-signal (Depends-on): Likewise.
8940         * modules/nanosleep (Depends-on): Likewise.
8941         * modules/sigprocmask (Files): Add sig-handler.h.
8942         * modules/sigaction (Files): Likewise.
8943         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8944         Eggert.
8945         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8946         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8947         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8948         (init_fatal_signals): Likewise.
8949         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8950         (siginterrupt): Delete fallback.
8951         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8952         instead.
8953         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8954         siginterrupt.
8955
8956         New module sigaction, for mingw.
8957         * modules/sigaction: New module...
8958         * modules/sigaction-tests: ...and its test.
8959         * m4/sigaction.m4: New file.
8960         * lib/sigaction.c: Likewise.
8961         * tests/test-sigaction.c: Likewise.
8962         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8963         * modules/signal (Makefile.am): Likewise.
8964         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8965         needed.
8966         * doc/posix-headers/signal.texi (signal.h): Mention provided
8967         types.
8968         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8969         that sigaction is preferable.
8970         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8971         module.
8972         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8973         sigaction.
8974
8975         Improve robustness of sigprocmask by overriding signal.
8976         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8977         is in use.
8978         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8979         (SIGKILL, SIGSTOP): Provide fallbacks.
8980         (rpl_signal): Implement.
8981         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8982         signal can be called inside handlers.
8983
8984         Fix nanosleep module on mingw.
8985         * modules/nanosleep (Depends-on): Add sys_select.
8986         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8987
8988         Fix licensing of sigprocmask.
8989         * modules/raise (License): Relicense as LGPL.
8990
8991 2008-06-21  Bruno Haible  <bruno@clisp.org>
8992
8993         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8994         result if it contains question marks.
8995         Reported by Michael Geng <linux@michaelgeng.de>.
8996
8997 2008-06-19  Bruno Haible  <bruno@clisp.org>
8998
8999         Fix CVS-ism.
9000         * doc/gnulib.texi: Include updated-stamp.texi.
9001         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
9002         (updated-stamp.texi): New rule.
9003         (gnulib.info): Depend on it.
9004         * doc/.gitignore: Add updated-stamp.texi.
9005         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
9006
9007 2008-06-19  Bruno Haible  <bruno@clisp.org>
9008
9009         * doc/Makefile (gnulib.info): Update and simplify dependencies.
9010         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
9011
9012 2008-06-19  Eric Blake  <ebb9@byu.net>
9013
9014         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
9015         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
9016         Reported by Stepan Kasal.
9017
9018 2008-06-18  Bruno Haible  <bruno@clisp.org>
9019
9020         * lib/fatal-signal.c (init_fatal_signals): Add comment.
9021         Reported by Eric Blake.
9022
9023 2008-06-18  Eric Blake  <ebb9@byu.net>
9024
9025         Work around cygwin 1.5.25 strsignal bug.
9026         * tests/test-strsignal.c: Allow for const char *.
9027         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
9028
9029 2008-06-18  Simon Josefsson  <simon@josefsson.org>
9030
9031         * users.txt: Update URL to article and add author/date
9032         information.
9033
9034 2008-06-17  Bruno Haible  <bruno@clisp.org>
9035
9036         New macro gl_DISABLE_THREADS.
9037         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
9038         if the user did not pass --enable-threads or --disable-threads option.
9039         (gl_DISABLE_THREADS): New macro.
9040         Reported by Eric Blake <ebb9@byu.net>.
9041
9042 2008-06-17  Bruno Haible  <bruno@clisp.org>
9043
9044         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
9045         when the macro ignores it.
9046         Based on a patch by Eric Blake <ebb9@byu.net>.
9047
9048 2008-06-17  Bruno Haible  <bruno@clisp.org>
9049
9050         * modules/tls (License): Change to LGPLv2+.
9051         Reported by Eric Blake.
9052
9053 2008-06-17  Eric Blake  <ebb9@byu.net>
9054
9055         Simplify c-stack prerequisites.
9056         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
9057         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
9058         no longer requires <ucontext.h> to exist.  Optimize setrlimit
9059         check.
9060         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
9061         <sys/resource.h>.
9062
9063         Move c-stack test into testsuite.
9064         * modules/c-stack-tests: New file.
9065         * lib/c-stack.c [DEBUG]: Move test program...
9066         * tests/test-c-stack.c: ...into this new file.  Skip rather than
9067         fail test if sigaltstack is lacking.
9068         * tests/test-c-stack.sh: New driver file.
9069
9070 2008-06-16  Eric Blake  <ebb9@byu.net>
9071
9072         Use raise module consistently.
9073         * modules/fatal-signal (Depends-on): Add raise.
9074         * modules/sigprocmask (Depends-on): Likewise.
9075         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
9076         * lib/sigprocmask.c (sigprocmask): Likewise.
9077         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
9078         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
9079
9080         Fix compliance bug in sigpending.
9081         * lib/sigprocmask.c (sigpending): Return pending array via
9082         parameter, not return value.
9083
9084 2008-06-14  Eric Blake  <ebb9@byu.net>
9085
9086         Improve obstack-printf test code.
9087         * tests/test-obstack-printf.c (test_function): Fix comment, and
9088         simplify usage of obstack_* in macros.  Add a test for coverage.
9089         Reported by Bruno Haible.
9090
9091 2008-06-14  Bruno Haible  <bruno@clisp.org>
9092
9093         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
9094         array size as a constant, not as a const variable.
9095         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
9096         AC_USE_SYSTEM_EXTENSIONS.
9097         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9098         Test whether the obstack_printf function actually exists.
9099         * modules/obstack-printf (Depends-on): Add extensions.
9100         (Include): Remove obstack.h.
9101         * modules/obstack-printf-posix (Depends-on): Add extensions.
9102         (Include): Remove obstack.h.
9103
9104 2008-06-13  Eric Blake  <ebb9@byu.net>
9105
9106         Add obstack-printf and obstack-printf-posix modules.
9107         * modules/obstack-printf: New file.
9108         * modules/obstack-printf-posix: Likewise.
9109         * MODULES.html.sh (Misc): Mention them.
9110         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
9111         Likewise.
9112         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
9113         Likewise.
9114         * modules/stdio (Makefile.am): Accomodate new modules.
9115         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9116         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
9117         Declare.
9118         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
9119         functions.
9120         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
9121         (gl_REPLACE_OBSTACK_PRINTF): New macros
9122         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
9123         * tests/test-obstack-printf.c: New file.
9124         * modules/obstack-printf-tests: Likewise.
9125         * modules/obstack-printf-posix-tests: Likewise.
9126
9127 2008-06-11  Bruno Haible  <bruno@clisp.org>
9128
9129         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
9130         * lib/open.c: Include errno.h.
9131         (open): Fail when attempting to write to a file that has a trailing
9132         slash.
9133         * tests/test-open.c (main): Test against trailing slash bug.
9134         * doc/posix-functions/open.texi: Mention the trailing slash bug.
9135
9136 2008-06-10  Bruno Haible  <bruno@clisp.org>
9137
9138         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
9139         for $? to work inside the trap command, with various /bin/sh-s.
9140         * tests/test-vc-list-files-cvs.sh: Likewise.
9141
9142 2008-06-10  Bruno Haible  <bruno@clisp.org>
9143
9144         * lib/acl-internal.h: Don't include gettext.h here.
9145         * lib/set-mode-acl.c: Include gettext.h here.
9146         * lib/copy-acl.c: Likewise.
9147
9148 2008-06-10  Bruno Haible  <bruno@clisp.org>
9149
9150         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
9151         * lib/wait-process.c (wait_subprocess): Likewise.
9152         * lib/execute.h (execute): Add termsigp argument.
9153         * lib/execute.c (execute): Likewise.
9154         * lib/csharpcomp.c (compile_csharp_using_pnet,
9155         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
9156         * lib/csharpexec.c (execute_csharp_using_pnet,
9157         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
9158         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
9159         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
9160         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
9161         is_jikes_present): Update.
9162         * lib/javaexec.c (execute_java_class): Update.
9163         * lib/javaversion.c (execute_and_read_line): Update.
9164         * NEWS: Document the changes.
9165         Reported by Eric Blake.
9166
9167 2008-06-10  Eric Blake  <ebb9@byu.net>
9168
9169         Add missing include.
9170         * tests/test-strstr.c (includes): Add <signal.h>.
9171         * tests/test-strcasestr.c (includes): Likewise.
9172         * tests/test-memmem.c (includes): Likewise.
9173
9174 2008-06-10  Bruno Haible  <bruno@clisp.org>
9175
9176         * lib/wait-process.c (wait_subprocess): Add an assertion.
9177
9178 2008-06-10  Bruno Haible  <bruno@clisp.org>
9179
9180         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
9181
9182 2008-06-10  Bruno Haible  <bruno@clisp.org>
9183
9184         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
9185         using alarm().
9186         * tests/test-strcasestr.c (main): Likewise.
9187         * tests/test-strstr.c (main): Likewise.
9188
9189 2008-06-09  Bruno Haible  <bruno@clisp.org>
9190
9191         Work around the Solaris 10 ACE ACLs ABI change.
9192         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
9193         declare if ACL_NO_TRIVIAL is present.
9194         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
9195         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
9196         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
9197         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
9198         define if ACL_NO_TRIVIAL is present.
9199         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
9200         and use the current ABI.
9201         (file_has_acl): Use same #if condition as elsewhere.
9202         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
9203         in use, and use the current ABI.
9204         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
9205         Reported by Jim Meyering.
9206
9207 2008-06-09  Eric Blake  <ebb9@byu.net>
9208
9209         Work around environments that (stupidly) ignore SIGALRM.
9210         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9211         before using alarm().
9212         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9213         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9214         Reported by Ian Beckwith <ianb@erislabs.net>.
9215
9216         Produce autobuild blurb earlier in log.
9217         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9218
9219 2008-06-09  Jim Meyering  <meyering@redhat.com>
9220         and OndÅ™ej Vašík  <ovasik@redhat.com>
9221
9222         utimens.c: correct kernel bug work-around
9223         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9224         failure, not success, and the kernel bug we're trying to work
9225         around affects not just the utimensat call, but also the fallback
9226         futimens call.
9227         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9228         not success.
9229         [HAVE_FUTIMENS]: Use the same work-around, here.
9230
9231 2008-06-09  Jim Meyering  <meyering@redhat.com>
9232
9233         add more guards around definition of ACE_-related code
9234         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9235         ALLOW and ACE_OWNER are also defined.
9236
9237 2008-06-08  Bruno Haible  <bruno@clisp.org>
9238
9239         * lib/acl-internal.h: Add me as co-author.
9240         * lib/file-has-acl.c: Likewise.
9241         * lib/set-mode-acl.c: Likewise.
9242         * lib/copy-acl.c: Likewise.
9243
9244 2008-06-08  Bruno Haible  <bruno@clisp.org>
9245
9246         Add support for AIX ACLs.
9247         * lib/acl-internal.h (acl_nontrivial): New declaration.
9248         * lib/file-has-acl.c (acl_nontrivial): New function.
9249         (file_has_acl): Add implementation using AIX 4 ACL API.
9250         * lib/set-mode-acl.c (qset_acl): Likewise.
9251         * lib/copy-acl.c (qcopy_acl): Likewise.
9252
9253 2008-06-08  Bruno Haible  <bruno@clisp.org>
9254
9255         Add support for HP-UX ACLs.
9256         * lib/acl-internal.h (acl_nontrivial): New declaration.
9257         * lib/file-has-acl.c (acl_nontrivial): New function.
9258         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9259         * lib/set-mode-acl.c (qset_acl): Likewise.
9260         * lib/copy-acl.c (qcopy_acl): Likewise.
9261
9262 2008-06-08  Bruno Haible  <bruno@clisp.org>
9263
9264         Add support for Cygwin ACLs.
9265         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9266         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9267         the chmod_or_fchmod call.
9268         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9269
9270 2008-06-08  Bruno Haible  <bruno@clisp.org>
9271
9272         Fix bug with setuid modes in Solaris 10+ code.
9273         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9274         succeeded, when the mode contains some special bits.
9275
9276 2008-06-08  Bruno Haible  <bruno@clisp.org>
9277
9278         Add support for Solaris 7..10 ACLs.
9279         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9280         declarations.
9281         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9282         functions.
9283         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9284         * lib/set-mode-acl.c (qset_acl): Likewise.
9285         * lib/copy-acl.c (qcopy_acl): Likewise.
9286
9287 2008-06-08  Bruno Haible  <bruno@clisp.org>
9288
9289         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9290         declaration.
9291         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9292         (acl_access_nontrivial): Remove MacOS X case.
9293         (file_has_acl): Use acl_extended_nontrivial.
9294         * lib/copy-acl.c (qcopy_acl): Likewise.
9295
9296 2008-06-08  Bruno Haible  <bruno@clisp.org>
9297
9298         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9299
9300 2008-06-08  Jim Meyering  <meyering@redhat.com>
9301
9302         * modules/acl (Maintainer): Add Bruno Haible.
9303
9304 2008-06-07  Bruno Haible  <bruno@clisp.org>
9305
9306         Improve support for Tru64 ACLs.
9307         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9308         ACL on OSF/1.
9309
9310 2008-06-07  Bruno Haible  <bruno@clisp.org>
9311
9312         Add support for MacOS X ACLs.
9313         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9314         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9315         * lib/set-mode-acl.c (qset_acl): Likewise.
9316         * lib/copy-acl.c (qcopy_acl): Likewise.
9317
9318 2008-06-07  Bruno Haible  <bruno@clisp.org>
9319
9320         Fix memory leak introduced on 2008-05-22.
9321         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9322         use.
9323
9324 2008-06-07  Bruno Haible  <bruno@clisp.org>
9325
9326         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9327         to construct an empty ACL.
9328
9329 2008-06-07  Bruno Haible  <bruno@clisp.org>
9330
9331         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9332         precisely.
9333         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9334
9335 2008-06-07  Bruno Haible  <bruno@clisp.org>
9336
9337         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9338         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9339
9340 2008-06-07  Bruno Haible  <bruno@clisp.org>
9341
9342         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9343         regardless of POSIX.
9344         * doc/posix-functions/_longjmp.texi: Likewise.
9345         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9346         SystemV platform in this case.
9347
9348 2008-06-06  Eric Blake  <ebb9@byu.net>
9349
9350         Document abort() bugs.
9351         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9352
9353         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9354         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9355         sigsetjmp.
9356         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9357         siglongjmp, but only as a macro.
9358         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9359         is obsolete.
9360         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9361
9362         Tweak documentation to cover cygwin argz bugs.
9363         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9364         argz bug fix; no code change needed since no cygwin releases
9365         occurred between the last fix and the bug being tested.
9366         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9367         module and recently fixed cygwin bugs.
9368         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9369         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9370         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9371         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9372         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9373         Likewise.
9374         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9375         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9376         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9377         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9378         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9379         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9380         Likewise.
9381
9382         Avoid gcc warning on cygwin.
9383         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9384         !ACL_NO_TRIVIAL]: Avoid unused variable.
9385
9386 2008-06-05  Eric Blake  <ebb9@byu.net>
9387
9388         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9389         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9390         git-version-gen fails to come up with a version.
9391         Reported by Simon Josefsson.
9392
9393 2008-06-05  Jim Meyering  <meyering@redhat.com>
9394             Paul Eggert  <eggert@cs.ucla.edu>
9395
9396         utimens.c: work around a probable Linux kernel bug
9397         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9398         appears to be a kernel bug that causes utimensat to return 280
9399         instead of 0, indicating success.
9400
9401 2008-06-04  Bruno Haible  <bruno@clisp.org>
9402
9403         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9404         2008-06-01 commit.
9405
9406 2008-06-04  Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9409         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9410         (file_has_acl): Use it. Save errno afterwards.
9411         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9412
9413 2008-06-03  Bruno Haible  <bruno@clisp.org>
9414
9415         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9416         draft code. Simplify #ifs.
9417         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9418         Put Solaris code after POSIX-draft code. Fix comments regarding
9419         Solaris 10, HP-UX. Mention Cygwin.
9420         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9421
9422 2008-06-03  Eric Blake  <ebb9@byu.net>
9423
9424         Provide fallback for older kernels.
9425         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9426         Provide runtime fallback if kernel lacks support.
9427         Reported by Mike Frysinger.
9428
9429 2008-06-02  Bruno Haible  <bruno@clisp.org>
9430
9431         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9432         it exists.
9433
9434 2008-06-02  Bruno Haible  <bruno@clisp.org>
9435
9436         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9437         * lib/copy-acl.c (qcopy_acl): Update comment.
9438
9439 2008-06-02  Bruno Haible  <bruno@clisp.org>
9440
9441         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9442         like ACL APIs.
9443
9444 2008-06-02  Bruno Haible  <bruno@clisp.org>
9445
9446         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9447         * tests/test-set-mode-acl.sh: Likewise.
9448         * tests/test-copy-acl.sh: Likewise.
9449         * tests/test-copy-file.sh: Likewise.
9450
9451 2008-06-02  Bruno Haible  <bruno@clisp.org>
9452
9453         * tests/test-file-has-acl.sh: Remove unused code.
9454
9455 2008-06-01  Bruno Haible  <bruno@clisp.org>
9456
9457         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9458         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9459         messages.
9460         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9461
9462 2008-06-01  Bruno Haible  <bruno@clisp.org>
9463
9464         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9465         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9466         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9467         APIs.
9468         * modules/acl-tests (configure.ac): Remove tests now contained in
9469         m4/acl.m4.
9470
9471 2008-06-02  Jim Meyering  <meyering@redhat.com>
9472
9473         announce-gen: use a better key-server host name
9474         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9475         it may be more consistently reliable.  Suggested by Werner Koch
9476         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9477
9478 2008-06-01  Bruno Haible  <bruno@clisp.org>
9479
9480         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9481         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9482
9483 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9484
9485         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9486
9487 2008-06-01  Bruno Haible  <bruno@clisp.org>
9488
9489         New ACL tests.
9490         * tests/test-file-has-acl.sh: New file.
9491         * tests/test-file-has-acl.c: New file.
9492         * tests/test-set-mode-acl.sh: New file.
9493         * tests/test-set-mode-acl.c: New file.
9494         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9495         * tests/test-copy-acl.c: New file.
9496         * modules/acl-tests: New file, based on modules/copy-file-tests.
9497         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9498         (Depends-on): Add acl-tests.
9499         (configure.ac): Remove checks.
9500         (Makefile.am): Don't create test-sameacls program here any more.
9501
9502 2008-06-01  Bruno Haible  <bruno@clisp.org>
9503
9504         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9505         * tests/test-sameacls.c: Include progname.h.
9506         (main): Invoke set_program_name. Portability fixes for MacOS X,
9507         Solaris, HP-UX.
9508
9509 2008-06-01  Bruno Haible  <bruno@clisp.org>
9510
9511         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9512         function.
9513         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9514
9515 2008-06-01  Bruno Haible  <bruno@clisp.org>
9516
9517         * modules/rpmatch (Depends-on): Add strdup.
9518
9519 2008-06-01  Bruno Haible  <bruno@clisp.org>
9520
9521         * lib/pipe.c: Include unistd-safer.h.
9522         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9523         * modules/pipe (Depends-on): Add unistd-safer.
9524
9525 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9526
9527         * modules/autobuild (configure.ac): Call AB_INIT.
9528
9529 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9530
9531         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9532         Suggested by Bruno Haible <bruno@clisp.org>.
9533
9534 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9535
9536         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9537         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9538         <bruno@clisp.org>.
9539
9540 2008-05-29  Eric Blake  <ebb9@byu.net>
9541
9542         Prefer new POSIX 200x interfaces over futimesat.
9543         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9544         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9545         when available.
9546         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9547
9548 2008-05-28  Bruno Haible  <bruno@clisp.org>
9549
9550         * modules/stpcpy (License): Change to LGPLv2+.
9551         Requested by David Lutterkort <dlutter@redhat.com>.
9552
9553 2008-05-27  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9556         current mingw.
9557         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9558
9559 2008-05-27  Bruno Haible  <bruno@clisp.org>
9560
9561         * modules/iconv_open (Link): New section, from module 'iconv'.
9562         * modules/striconv (Link): Likewise.
9563         * modules/striconveh (Link): Likewise.
9564         * modules/xstriconv (Link): Likewise.
9565         * modules/unicodeio (Link): Likewise.
9566         * modules/propername (Link): Likewise.
9567         Reported by Jim Meyering.
9568
9569 2008-05-26  Jim Meyering  <meyering@redhat.com>
9570
9571         sha256: do not artificially restrict buffer length to be < 2^32
9572         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9573         uint32_t to size_t.
9574         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9575         to match.
9576
9577         avoid unaligned access errors, e.g., on sparc
9578         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9579         direct access through a possibly-unaligned uint64* pointer.
9580         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9581         direct access through a possibly-unaligned uint32* pointer.
9582         Prompted by this patch from Tom "spot" Callaway:
9583         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9584
9585         sha512.c: fix typo in comment
9586         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9587
9588 2008-05-25  Bruno Haible  <bruno@clisp.org>
9589
9590         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9591         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9592         (Makefile.am): Update lib_SOURCES.
9593
9594 2008-05-25  Bruno Haible  <bruno@clisp.org>
9595
9596         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9597
9598 2008-05-25  Jim Meyering  <meyering@redhat.com>
9599
9600         useless-if-before-free: freed expr may have white-space differences
9601         * build-aux/useless-if-before-free: Recognize cases in which the
9602         freed expression differs from the tested one in embedded white
9603         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9604         $1 was used, so we can't make any regexp shy.  Improved tests now
9605         detect this.
9606
9607         useless-if-before-free: accept white space in the expression.
9608         * build-aux/useless-if-before-free: For now, any white space
9609         in the expression must be identical in the free argument.
9610
9611         useless-if-before-free: efficiency tweak
9612         * build-aux/useless-if-before-free: Make the expression-matching
9613         regexp "shy".
9614         Make the *outer* regexp shy, not the expr-matching one.
9615
9616         update code-in-comment to accept cast of free arg
9617         * build-aux/useless-if-before-free: Update regexp.
9618
9619 2008-05-25  Bruno Haible  <bruno@clisp.org>
9620
9621         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9622         * modules/copy-file-tests (Files, Makefile.am): Update.
9623         * tests/test-copy-file.c (func_test_copy): Update.
9624
9625 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9626
9627         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9628
9629 2008-05-23  Bruno Haible  <bruno@clisp.org>
9630
9631         Improve support for ACLs on OSF/1.
9632         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9633         Remove fallback for unknown flavors of ACLs.
9634
9635 2008-05-22  Bruno Haible  <bruno@clisp.org>
9636
9637         Add support for ACLs on OSF/1.
9638         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9639         replacements.
9640         (acl_free_text): New macro fallback.
9641         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9642         acl_free.
9643         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9644         acl_free_text function. Require AC_C_INLINE.
9645
9646 2008-05-22  Bruno Haible  <bruno@clisp.org>
9647
9648         Make copy_acl work on MacOS X 10.5.
9649         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9650         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9651         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9652         If MODE_INSIDE_ACL, don't assume that every system has the same text
9653         representation for ACLs as FreeBSD.
9654         * lib/copy-acl.c (copy_acl): Add support for platforms with
9655         !MODE_INSIDE_ACL.
9656         * lib/file-has-acl.c (file_has_acl): Likewise.
9657         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9658         FreeBSD, MacOS X, or IRIX, respectively.
9659
9660 2008-05-22  Bruno Haible  <bruno@clisp.org>
9661
9662         * lib/acl.h: Don't include <sys/acl.h>.
9663         (GETACLCNT): Move fallback to lib/acl-internal.h.
9664         * lib/acl-internal.h: Include <sys/acl.h> here.
9665         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9666
9667 2008-05-22  Bruno Haible  <bruno@clisp.org>
9668
9669         Split off copy_acl function to separate file.
9670         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9671         * lib/acl.c (copy_acl): Moved function to separate file.
9672         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9673         * modules/acl (Files): Add lib/copy-acl.c.
9674         (Makefiles.am): Augment lib_SOURCES.
9675
9676 2008-05-22  Bruno Haible  <bruno@clisp.org>
9677
9678         * modules/copy-file-tests: New file.
9679         * tests/test-copy-file.sh: New file.
9680         * tests/test-copy-file.c: New file.
9681         * tests/test-copy-file-sameacls.c: New file.
9682
9683 2008-05-22  Eric Blake  <ebb9@byu.net>
9684
9685         Avoid gcc warning.
9686         * tests/test-memcmp.c (main): Pass NULL indirectly.
9687
9688 2008-05-21  Bruno Haible  <bruno@clisp.org>
9689
9690         Add reference doc about ACLs.
9691         * doc/acl-resources.txt: New file.
9692         * doc/acl-cygwin.txt: New file.
9693
9694 2008-05-21  Bruno Haible  <bruno@clisp.org>
9695
9696         Avoid one more warning from gcc.
9697         * lib/vasnprintf.c (IF_LINT): Update comments.
9698         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9699
9700 2008-05-21  Jim Meyering  <meyering@redhat.com>
9701
9702         avoid a warning from gcc
9703         * lib/vasnprintf.c (IF_LINT): Define.
9704         (scale10_round_decimal_long_double):
9705         Use it to avoid a "may be used uninitialized" warning.
9706         (scale10_round_decimal_double): Likewise.
9707
9708 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9709
9710         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9711         declared.
9712
9713 2008-05-20  Bruno Haible  <bruno@clisp.org>
9714
9715         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9716         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9717
9718 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9719
9720         * modules/memcmp-tests: New file.
9721         * tests/test-memcmp.c: New file.
9722
9723 2008-05-19  Bruno Haible  <bruno@clisp.org>
9724
9725         * modules/propername (Notice, configure.ac): Put quoted "..." into
9726         --keyword option.
9727         * lib/propername.h: Update comments accordingly.
9728         Reported by Eric Blake.
9729
9730 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9731
9732         * modules/getpass-gnu (Depends-on): Add fseeko.
9733
9734 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9735
9736         * modules/base64-tests: New file.
9737
9738 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9739
9740         * lib/base64.c (base64_decode_ctx): If a decode context structure
9741         was passed in use it to ignore newlines.  If a context structure
9742         was _not_ passed in, continue to treat newlines as garbage (this
9743         is the historical behavior).  Formerly base64_decode.
9744         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9745         takes a decode context structure.
9746         * lib/base64.h (base64_decode): Macro for four-argument calls.
9747         (base64_decode_alloc): Likewise.
9748         * lib/base64.c (base64_decode_ctx): If a decode context structure
9749         was passed in use it to ignore newlines.  If a context structure
9750         was _not_ passed in, continue to treat newlines as garbage (this
9751         is the historical behavior).  Formerly base64_decode.
9752         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9753         takes a decode context structure.
9754         * lib/base64.h (base64_decode): Macro for four-argument calls.
9755         (base64_decode_alloc): Likewise.
9756
9757 2008-05-19  Jim Meyering  <meyering@redhat.com>
9758
9759         avoid a warning from gcc
9760         * lib/trim.c (IF_LINT): Define.
9761         (trim2): Use it to avoid a "may be used uninitialized" warning.
9762
9763         Fix doc typo.
9764         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9765
9766 2008-05-19  Bruno Haible  <bruno@clisp.org>
9767
9768         * doc/glibc-functions/getpass.texi: Document limits of other
9769         implementations.
9770
9771 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9772             Bruno Haible <bruno@clisp.org>
9773
9774         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9775
9776 2008-05-18  Bruno Haible  <bruno@clisp.org>
9777
9778         * modules/propername: New file, from GNU gettext.
9779         * lib/propername.h: New file, from GNU gettext.
9780         * lib/propername.c: New file, from GNU gettext.
9781         * MODULES.html.sh (Internationalization functions): Add propername.
9782
9783 2008-05-16  Jim Meyering  <meyering@redhat.com>
9784             Bruno Haible  <bruno@clisp.org>
9785
9786         Avoid some warnings from "gcc -Wshadow".
9787         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9788
9789 2008-05-15  Eric Blake  <ebb9@byu.net>
9790
9791         Extend previous patch to cygwin 1.7.0.
9792         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9793         fast implementation in cygwin >= 1.7.0.
9794         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9795         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9796
9797 2008-05-15  Bruno Haible  <bruno@clisp.org>
9798
9799         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9800         implementation in glibc >= 2.9.
9801         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9802         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9803
9804 2008-05-15  Bruno Haible  <bruno@clisp.org>
9805
9806         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9807         (Unicode string functions): Add unilbrk/*.
9808         Reported by Karl Berry.
9809
9810 2008-05-15  Eric Blake  <ebb9@byu.net>
9811
9812         Fix violation of <stdbool.h> replacement in regex.
9813         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9814         * lib/regexec.c (re_search_internal): Likewise.
9815         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9816
9817 2008-05-15  Jim Meyering  <meyering@redhat.com>
9818
9819         avoid distracting test output when git or cvs is not found
9820         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9821         * tests/test-vc-list-files-git.sh: Likewise.
9822
9823 2008-05-15  Eric Blake  <ebb9@byu.net>
9824
9825         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9826         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9827         glibc version.
9828         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9829         * doc/posix-functions/strstr.texi (strstr): Likewise.
9830         * lib/str-two-way.h (MAX): Sychronize with glibc.
9831
9832 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9833
9834         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9835         opr.ctx_type.
9836         (calc_first): Initialize constraint field.
9837         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9838         Fix grammar.
9839         (duplicate_node): Merge constraint field for all node types.
9840         (calc_eclosure_iter): Look at constraint field for all node types.
9841         * lib/regex_internal.c (create_cd_newstate): Don't look at
9842         opr.ctx_type.
9843
9844 2008-05-14  Bruno Haible  <bruno@clisp.org>
9845
9846         Help GCC to do better code generation.
9847         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9848         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9849         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9850         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9851         Declare with attribute 'malloc' if supported.
9852
9853 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9854
9855         use "echo STR|wc -c" rather than unportable "expr length STR"
9856         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9857         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9858
9859 2008-05-14  Jim Meyering  <meyering@redhat.com>
9860
9861         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9862         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9863         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9864         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9865         via Collin Lasse.
9866
9867 2008-05-14  Eric Blake  <ebb9@byu.net>
9868
9869         Avoid quadratic growth in gl_LIBSOURCES.
9870         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9871         Suggested by Bruno Haible.
9872
9873         Test xmemdup0.
9874         * modules/xmemdup0-tests: New file.
9875         * tests/test-xmemdup0.c: Likewise.
9876
9877 2008-05-13  Eric Blake  <ebb9@byu.net>
9878
9879         Split xmemdup0 into its own module.
9880         * modules/xmemdup0: New file.
9881         * lib/xmemdup0.h: Likewise.
9882         * lib/xmemdup0.c: Likewise.
9883         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9884         * lib/xalloc.h (xmemdup0): Remove.
9885         * lib/xmalloc.c (xmemdup0): Likewise.
9886
9887 2008-05-13  Eric Blake  <ebb9@byu.net>
9888             Bruno Haible  <bruno@clisp.org>
9889
9890         Reduce number of forks required during autoconf.
9891         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9892         and gl_LIBSOURCES_DIR.
9893         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9894         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9895         m4_syscmd per file.
9896         <m4_foreach_w>: Move...
9897         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9898
9899 2008-05-13  Eric Blake  <ebb9@byu.net>
9900
9901         * gnulib-tool: Fix various comment typos.
9902
9903 2008-05-12  Bruno Haible  <bruno@clisp.org>
9904
9905         Tailor the linebreaking algorithm.
9906         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9907
9908 2008-05-12  Bruno Haible  <bruno@clisp.org>
9909
9910         Update to Unicode 5.0.0.
9911         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9912         LBP_JV, LBP_JT. Redistribute values.
9913         (unilbrk_table): Change size.
9914         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9915         Unicode TR#14 rev. 22.
9916         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9917         LBP_JV, LBP_JT. Redistribute values.
9918         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9919         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9920         Update.
9921         * lib/unilbrk/lbrkprop1.h: Regenerated.
9922         * lib/unilbrk/lbrkprop2.h: Regenerated.
9923         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9924         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9925         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9926         Likewise.
9927         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9928         Likewise.
9929         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9930         result.
9931         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9932         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9933         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9934         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9935         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9936         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9937
9938 2008-05-11  Bruno Haible  <bruno@clisp.org>
9939
9940         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9941
9942 2008-05-11  Bruno Haible  <bruno@clisp.org>
9943
9944         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9945         * modules/unilbrk/gen-lbrk: New file.
9946
9947 2008-05-11  Bruno Haible  <bruno@clisp.org>
9948
9949         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9950         * m4/sha512.m4 (gl_SHA512): Likewise.
9951
9952 2008-05-11  Jim Meyering  <meyering@redhat.com>
9953
9954         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9955         * modules/crypto/sha256: New file.
9956         * modules/crypto/sha512: Likewise.
9957         * lib/sha256.c: Likewise.
9958         * lib/sha256.h: Likewise.
9959         * lib/sha512.c: Likewise.
9960         * lib/sha512.h: Likewise.
9961         * lib/u64.h: Likewise.
9962         * m4/sha256.m4: Likewise.
9963         * m4/sha512.m4: Likewise.
9964         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9965
9966 2008-05-10  Bruno Haible  <bruno@clisp.org>
9967
9968         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9969         (Input/Output <stdio.h>): Add xprintf.
9970         (Signal handling <signal.h>): Add strsignal.
9971         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9972         (Core language properties): Add func.
9973         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9974         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9975         strings.
9976         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9977         (Input/output): New section.
9978         (File system functions): Add openat-die, stat-macros.
9979         (Networking functions): Add sockets.
9980         (Unicode string functions): Add unictype/*.
9981         (Support for building libraries and executables): Add gperf.
9982         (Support for building documentation): Add agpl-3.0.
9983         (Misc): Add nocrash.
9984
9985 2008-05-10  Bruno Haible  <bruno@clisp.org>
9986
9987         * modules/unictype/gen-ctype: New file.
9988
9989 2008-05-10  Jim Meyering  <meyering@redhat.com>
9990
9991         Make chdir-safer.c more efficient on a system with no symlinks.
9992         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9993         also if ELOOP is zero.  Suggested by Bruno Haible.
9994
9995         Make chdir-safer.c slightly safer.
9996         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9997         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9998
9999         Avoid compile failure on systems without ELOOP (like mingw).
10000         * lib/chdir-safer.c (ELOOP): Define if not already defined.
10001         Reported by Bruno Haible.
10002
10003 2008-05-10  Bruno Haible  <bruno@clisp.org>
10004
10005         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
10006         (is_utf8_encoding): Use a case-insensitive comparison.
10007         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
10008         streq.
10009
10010 2008-05-10  Bruno Haible  <bruno@clisp.org>
10011
10012         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
10013         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
10014         * lib/unilbrk/ulc-common.h (iconv_string_length,
10015         iconv_string_keeping_offsets): Remove declarations.
10016         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
10017         Don't include <iconv.h>, streq.h, xsize.h.
10018         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
10019         conversion.
10020         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
10021         <iconv.h>, streq.h, xsize.h.
10022         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
10023         conversion.
10024         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
10025         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
10026         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
10027         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
10028
10029 2008-05-10  Bruno Haible  <bruno@clisp.org>
10030
10031         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
10032         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
10033
10034         * modules/unilbrk/u32-width-linebreaks-tests: New file.
10035         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
10036
10037         * modules/unilbrk/u16-width-linebreaks-tests: New file.
10038         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
10039
10040         * modules/unilbrk/u8-width-linebreaks-tests: New file.
10041         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
10042
10043         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
10044         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
10045
10046         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
10047         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
10048
10049         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
10050         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
10051
10052         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
10053         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
10054
10055 2008-05-10  Bruno Haible  <bruno@clisp.org>
10056
10057         Split up 'linebreak' module.
10058         * lib/unilbrk.h: New file, based on lib/linebreak.h.
10059         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
10060         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
10061         modifications.
10062         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
10063         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
10064         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
10065         lib/linebreak.c.
10066         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
10067         lib/linebreak.c.
10068         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
10069         lib/linebreak.c.
10070         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
10071         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
10072         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
10073         lib/linebreak.c.
10074         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
10075         lib/linebreak.c.
10076         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
10077         lib/linebreak.c.
10078         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
10079         lib/linebreak.c.
10080         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
10081         lib/linebreak.c.
10082         * modules/unilbrk/base: New file.
10083         * modules/unilbrk/tables: New file.
10084         * modules/unilbrk/u8-possible-linebreaks: New file.
10085         * modules/unilbrk/u16-possible-linebreaks: New file.
10086         * modules/unilbrk/u32-possible-linebreaks: New file.
10087         * modules/unilbrk/ulc-common: New file.
10088         * modules/unilbrk/ulc-possible-linebreaks: New file.
10089         * modules/unilbrk/u8-width-linebreaks: New file.
10090         * modules/unilbrk/u16-width-linebreaks: New file.
10091         * modules/unilbrk/u32-width-linebreaks: New file.
10092         * modules/unilbrk/ulc-width-linebreaks: New file.
10093         * lib/linebreak.h: Remove file.
10094         * lib/linebreak.c: Remove file.
10095         * m4/linebreak.m4: Remove file.
10096         * modules/linebreak: Remove file.
10097         * NEWS: Mention the changes.
10098
10099 2008-05-09  Eric Blake  <ebb9@byu.net>
10100
10101         Add xmemdup0.
10102         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
10103         implementation.
10104         * lib/xmalloc.c (xmemdup0): New C implementation.
10105
10106 2008-05-08  Bruno Haible  <bruno@clisp.org>
10107
10108         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
10109
10110 2008-05-07  Eric Blake  <ebb9@byu.net>
10111
10112         Support cross-compilation of <wctype.h>.
10113         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
10114         AC_CACHE_CHECK.
10115
10116 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
10117
10118         * build-aux/vc-list-files: Add support for bzr.
10119
10120 2008-05-03  Jim Meyering  <meyering@redhat.com>
10121
10122         avoid failed assertion with tight malloc
10123         * tests/test-getndelim2.c: Correct an off-by-one assertion.
10124
10125 2008-05-03  Simon Josefsson  <simon@josefsson.org>
10126
10127         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
10128         are needed from arpa/inet.h.
10129         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
10130         Reported by Bruno Haible.
10131
10132 2008-05-02  Jim Meyering  <meyering@redhat.com>
10133
10134         avoid compilation error on FreeBSD 6
10135         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
10136
10137 2008-05-01  Jim Meyering  <meyering@redhat.com>
10138
10139         useless-if-before-free: correct --help's exit status description
10140         * build-aux/useless-if-before-free (usage): Like grep, exit 0
10141         for one or more matches, etc.  Reported by Bruno Haible.
10142
10143         vc-list-files: make the stand-alone gnulib test work
10144         * modules/vc-list-files-tests (configure.ac):
10145         Define and AC_SUBST abs_aux_dir.
10146         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
10147         $(abs_top_srcdir) to each script and having each of them
10148         duplicate the work of setting PATH, set PATH here, using
10149         the new variable, abs_aux_dir instead.
10150         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
10151         * tests/test-vc-list-files-git.sh: Likewise.
10152         Reported by Bruno Haible.
10153
10154 2008-05-01  Bruno Haible  <bruno@clisp.org>
10155
10156         * lib/getndelim2.c (getndelim2): Fix newsize computation during
10157         reallocation. Rename 'done' to 'found_delimiter'.
10158
10159 2008-05-01  Jim Meyering  <meyering@redhat.com>
10160
10161         vc-list-files: accommodate /bin/sh like the one from Solaris 10
10162         * build-aux/vc-list-files: Use `...`, not $(...).
10163
10164 2008-04-30  Jim Meyering  <meyering@redhat.com>
10165
10166         add tests for vc-list-files
10167         * modules/vc-list-files-tests: New module.
10168         * tests/test-vc-list-files-cvs.sh: New file.
10169         * tests/test-vc-list-files-git.sh: New file.
10170
10171         avoid a warning from gcc
10172         * lib/getndelim2.c (IF_LINT): Define.
10173         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
10174
10175         vc-list-files: work properly with build-aux/cvsu, too
10176         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
10177         to all cvs-based clauses.
10178
10179         vc-list-files: work properly in the CVS+awk case, too
10180         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
10181
10182         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
10183         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
10184         take more than one file argument, so .  Add quotes, just in case $dir
10185         ever contains a shell meta-character.  Prompted by Soren Hansen in
10186         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
10187
10188 2008-04-29  Eric Blake  <ebb9@byu.net>
10189
10190         Optimize getndelim2 to use block operations when possible.
10191         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
10192         freadseek, and memchr2.
10193         * lib/getndelim2.c (getndelim2): Use them for block reads.
10194
10195 2008-04-29  Bruno Haible  <bruno@clisp.org>
10196
10197         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
10198         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10199         * modules/inet_ntop (Depends-on): Add extensions.
10200         * modules/inet_pton (Depends-on): Likewise.
10201         Reported by Simon Josefsson.
10202
10203 2008-04-29  Jim Meyering  <meyering@redhat.com>
10204
10205         When the is more than one match in a block, match all of them.
10206         * build-aux/useless-if-before-free: Iterate through each block
10207         until there are no more matches.
10208
10209         Fix broken useless-if-before-free script.
10210         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10211         the expression to match cast of argument to free-like function.
10212
10213 2008-04-29  Eric Blake  <ebb9@byu.net>
10214
10215         Use new header.
10216         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10217
10218 2008-04-29  Jim Meyering  <meyering@redhat.com>
10219
10220         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10221         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10222         by gnulib to exist and to declare e.g., inet_ntop.
10223         Don't include "inet_ntop.h", now removed.
10224
10225         * m4/arpa_inet_h.m4: Remove trailing blanks.
10226
10227 2008-04-29  Eric Blake  <ebb9@byu.net>
10228
10229         Silence valgrind on safe reads beyond potential array bounds.
10230         * lib/rawmemchr.valgrind: New file.
10231         * lib/strchrnul.valgrind: Likewise.
10232         * modules/rawmemchr (Files): Distribute new file.
10233         * modules/strchrnul (Files): Likewise.
10234         Suggested by Bruno Haible.
10235
10236 2008-04-29  Bruno Haible  <bruno@clisp.org>
10237
10238         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10239         (inet_ntop, inet_pton): Change portability warning's wording.
10240         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10241         Invoke gl_CHECK_NEXT_HEADERS.
10242         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10243         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10244         set ARPA_INET_H.
10245         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10246         * modules/arpa_inet (Description): No longer only for systems that
10247         lack it.
10248         (Depends-on): Add include_next.
10249         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10250         HAVE_ARPA_INET_H.
10251
10252 2008-04-29  Jim Meyering  <meyering@redhat.com>
10253
10254         * modules/mkdir (License): Re-license as LGPLv2+.
10255
10256 2008-04-29  Bruno Haible  <bruno@clisp.org>
10257
10258         * modules/rawmemchr (Maintainer): Set to Eric.
10259         * modules/strchrnul (Maintainer): Likewise.
10260
10261 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10262
10263         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10264         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10265
10266         * modules/arpa_inet (arpa/inet.h): Use them.
10267
10268 2008-04-28  Eric Blake  <ebb9@byu.net>
10269
10270         Test getndelim2.
10271         * modules/getndelim2-tests: New file.
10272         * tests/test-getndelim2.c: Likewise.
10273         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10274         stream.
10275         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10276
10277         * MODULES.html.sh: Document new module.
10278
10279 2008-04-20  Bruno Haible  <bruno@clisp.org>
10280
10281         * lib/c-stack.c (die): Use raise.
10282         * modules/c-stack (Depends-on): Add raise.
10283
10284 2008-04-28  Bruno Haible  <bruno@clisp.org>
10285
10286         Expect rpmatch to be declared.
10287         * lib/yesno.c (rpmatch): Remove declaration.
10288
10289         Declare rpmatch.
10290         * lib/stdlib.in.h (rpmatch): New declaration.
10291         * lib/rpmatch.c: Include <stdlib.h> first.
10292         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10293         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10294         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10295         HAVE_RPMATCH.
10296         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10297         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10298         (Include): Set to <stdlib.h>.
10299         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10300         HAVE_RPMATCH.
10301         * NEWS: Document the change.
10302
10303 2008-04-28  Bruno Haible  <bruno@clisp.org>
10304
10305         Change rpmatch to use nl_langinfo when appropriate.
10306         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10307         (N_): New macro.
10308         (localized_pattern): New function/macro.
10309         (try): Remove match, nomatch arguments. Copy the pattern into safe
10310         memory before caching it.
10311         (rpmatch): Use localized_pattern. Add translator comments.
10312         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10313         Suggested by Eric Blake.
10314         * modules/rpmatch (Depends-on): Add stdbool.
10315
10316 2008-04-28  Eric Blake  <ebb9@byu.net>
10317
10318         Add rawmemchr module, matching glibc.
10319         * modules/string (Makefile.am): New indicator.
10320         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10321         * lib/string.in.h (rawmemchr): Declare when appropriate.
10322         * modules/rawmemchr: New file.
10323         * m4/rawmemchr.m4: Likewise.
10324         * lib/rawmemchr.c: Likewise.
10325         * modules/rawmemchr-tests: Likewise.
10326         * tests/test-rawmemchr.c: Likewise.
10327         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10328         module.
10329         * modules/strchrnul (Depends-on): Add rawmemchr.
10330         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10331
10332         Whitespace cleanup.
10333         * tests/test-strchrnul.c: Reindent.
10334         * lib/strchrnul.c: Likewise.
10335
10336         Optimize and test strchrnul.
10337         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10338         * modules/strchrnul-tests: New file.
10339         * tests/test-strchrnul.c: Likewise.
10340
10341         Remove intprops dependency.
10342         * modules/memchr (Depends-on): Remove intprops.
10343         * modules/memrchr (Depends-on): Likewise.
10344         * modules/memchr2 (Depends-on): Likewise.
10345         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10346         * lib/memrchr.c (__memrchr): Likewise.
10347         * lib/memrchr2.c (memchr2): Likewise.
10348         Reported by Simon Josefsson.
10349
10350 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10351
10352         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10353         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10354
10355 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10356
10357         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10358
10359         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10360
10361         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10362
10363         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10364         declarations.
10365         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10366
10367         * m4/inet_pton.m4: Don't check for header files.
10368
10369         * m4/inet_ntop.m4: Don't check for header files.
10370
10371 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10372
10373         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10374         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10375         trigger for cygwin).
10376         Reported by Bruno Haible  <bruno@clisp.org>.
10377
10378 2008-04-28  Bruno Haible  <bruno@clisp.org>
10379
10380         * doc/posix-functions/strdup.texi: Mention mingw problem.
10381
10382 2008-04-27  Bruno Haible  <bruno@clisp.org>
10383
10384         * modules/stat-time-tests (Depends-on): Add sleep.
10385         * tests/test-stat-time.c (force_unlink): New function.
10386         (cleanup): Use it.
10387         (test_mtime): Remove the ctime related tests.
10388         (test_ctime): New function, containing the ctime related tests.
10389         (main): Call test_ctime, except on native Windows platforms.
10390
10391 2008-04-27  Bruno Haible  <bruno@clisp.org>
10392
10393         * lib/rpmatch.c (rpmatch): Add some comments.
10394         Reported by James Youngman <jay@gnu.org>.
10395
10396 2008-04-27  Bruno Haible  <bruno@clisp.org>
10397
10398         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10399         quiet NaNs.
10400
10401 2008-04-27  Bruno Haible  <bruno@clisp.org>
10402
10403         Make test-yesno.sh work on mingw.
10404         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10405         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10406         (main): Set stdin to binary mode.
10407         * modules/yesno-tests (Depends-on): Add binary-io.
10408
10409 2008-04-27  Bruno Haible  <bruno@clisp.org>
10410
10411         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10412         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10413         argument that lie outside the IEEE 854 domain.
10414         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10415         (gl_ISFINITE): Use it.
10416         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10417
10418 2008-04-27  Bruno Haible  <bruno@clisp.org>
10419
10420         Allow local renaming in config.h.
10421         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10422
10423 2008-04-27  Bruno Haible  <bruno@clisp.org>
10424
10425         * lib/memchr.c (__memchr): Change type of 'i'.
10426         * lib/memchr2.c (memchr2): Likewise.
10427
10428 2008-04-26  Eric Blake  <ebb9@byu.net>
10429         and Bruno Haible  <bruno@clisp.org>
10430
10431         Optimize and test memrchr.
10432         * modules/memrchr (Depends-on): Add intprops.
10433         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10434         * modules/memrchr-tests: New file.
10435         * tests/test-memrchr.c: New file.
10436
10437 2008-04-26  Bruno Haible  <bruno@clisp.org>
10438
10439         Add tentative support for DragonFly BSD.
10440         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10441         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10442         fp.
10443         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10444         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10445         * lib/fpurge.c (fpurge): Likewise.
10446         * lib/freadable.c (freaadable): Likewise.
10447         * lib/freadahead.c (freadahead): Likewise.
10448         * lib/freading.c (freading): Likewise.
10449         * lib/freadptr.c (freadptr): Likewise.
10450         * lib/freadseek.c (freadptrinc): Likewise.
10451         * lib/fseeko.c (fseeko): Likewise.
10452         * lib/fseterr.c (fseterr): Likewise.
10453         * lib/fwritable.c (fwritable): Likewise.
10454         * lib/fwriting.c (fwriting): Likewise.
10455
10456 2008-04-26  Bruno Haible  <bruno@clisp.org>
10457
10458         * lib/stdio-impl.h: New file.
10459         * lib/fbufmode.c: Include stdio-impl.h.
10460         (fbufmode): Use fp_, remove redundant #defines.
10461         * lib/fflush.c: Include stdio-impl.h.
10462         (clear_ungetc_buffer): Remove redundant #defines.
10463         * lib/fpurge.c: Include stdio-impl.h.
10464         (fpurge): Remove redundant #defines.
10465         * lib/freadable.c: Include stdio-impl.h.
10466         (freadable): Remove redundant #defines.
10467         * lib/freadahead.c: Include stdio-impl.h.
10468         (freadahead): Remove redundant #defines.
10469         * lib/freading.c: Include stdio-impl.h.
10470         (freading): Remove redundant #defines.
10471         * lib/freadptr.c: Include stdio-impl.h.
10472         (freadptr): Remove redundant #defines.
10473         * lib/freadseek.c: Include stdio-impl.h.
10474         (freadptrinc): Remove redundant #defines.
10475         * lib/fseeko.c: Include stdio-impl.h.
10476         (rpl_fseeko): Remove redundant #defines.
10477         * lib/fseterr.c: Include stdio-impl.h.
10478         (fseterr): Remove redundant #defines.
10479         * lib/fwritable.c: Include stdio-impl.h.
10480         (fwritable: Remove redundant #defines.
10481         * lib/fwriting.c: Include stdio-impl.h.
10482         (fwriting): Remove redundant #defines.
10483         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10484         * modules/fflush (Files): Likewise.
10485         * modules/fpurge (Files): Likewise.
10486         * modules/freadable (Files): Likewise.
10487         * modules/freadahead (Files): Likewise.
10488         * modules/freading (Files): Likewise.
10489         * modules/freadptr (Files): Likewise.
10490         * modules/freadseek (Files): Likewise.
10491         * modules/fseeko (Files): Likewise.
10492         * modules/fseterr (Files): Likewise.
10493         * modules/fwritable (Files): Likewise.
10494         * modules/fwriting (Files): Likewise.
10495
10496 2008-04-26  Bruno Haible  <bruno@clisp.org>
10497
10498         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10499         restore_seek_optimization, update_fpos_cache): New functions, extracted
10500         from rpl_fflush.
10501         (rpl_fflush): Use them.
10502         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10503         (gl_REPLACE_FFLUSH): Use it.
10504
10505 2008-04-26  Bruno Haible  <bruno@clisp.org>
10506
10507         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10508         on Solaris.
10509         * tests/test-xstrtoimax.sh: Likewise.
10510         * tests/test-xstrtoumax.sh: Likewise.
10511         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10512
10513 2008-04-26  Bruno Haible  <bruno@clisp.org>
10514
10515         * modules/memchr-tests: New file.
10516         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10517
10518 2008-04-26  Eric Blake  <ebb9@byu.net>
10519             Bruno Haible  <bruno@clisp.org>
10520
10521         * lib/memchr.c: Include intprops.h.
10522         (__memchr): Optimize parallel detection of matching bytes. Rename local
10523         variables. Add explanatory comments.
10524
10525 2008-04-26  Bruno Haible  <bruno@clisp.org>
10526
10527         Fix module 'memchr', broken since 2000-10-28.
10528         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10529
10530 2008-04-26  Bruno Haible  <bruno@clisp.org>
10531
10532         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10533         comments.
10534
10535 2008-04-25  Eric Blake  <ebb9@byu.net>
10536
10537         Use native fstatat on cygwin 1.7.0.
10538         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10539         first.
10540
10541 2008-04-23  Eric Blake  <ebb9@byu.net>
10542
10543         Improve memchr2 performance.
10544         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10545         NUL bytes.
10546         * modules/memchr2 (Depends-on): Use intprops.h.
10547
10548 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10549
10550         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10551         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10552         <blp@cs.stanford.edu>.
10553
10554 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10555
10556         * lib/arpa_inet.in.h: New file.
10557
10558         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10559         (Makefile.am): Sed in substitute header file.
10560
10561         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10562         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10563
10564         * modules/inet_ntop (configure.ac): Use
10565         gl_ARPA_INET_MODULE_INDICATOR.
10566
10567         * modules/inet_pton (configure.ac): Use
10568         gl_ARPA_INET_MODULE_INDICATOR.
10569
10570 2008-04-22  Jim Meyering  <meyering@redhat.com>
10571
10572         * modules/verify (License): Re-license as LGPLv2+.
10573
10574 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10575
10576         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10577         parameter to void* as per POSIX standard (MinGW uses char*).
10578
10579 2008-04-21  Bruno Haible  <bruno@clisp.org>
10580
10581         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10582         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10583         Define to replacements if REPLACE_ISWCNTRL is 1.
10584         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10585         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10586         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10587         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10588         what it fixes.
10589         * doc/posix-functions/iswalpha.texi: Likewise.
10590         * doc/posix-functions/iswblank.texi: Likewise.
10591         * doc/posix-functions/iswcntrl.texi: Likewise.
10592         * doc/posix-functions/iswdigit.texi: Likewise.
10593         * doc/posix-functions/iswgraph.texi: Likewise.
10594         * doc/posix-functions/iswlower.texi: Likewise.
10595         * doc/posix-functions/iswprint.texi: Likewise.
10596         * doc/posix-functions/iswpunct.texi: Likewise.
10597         * doc/posix-functions/iswspace.texi: Likewise.
10598         * doc/posix-functions/iswupper.texi: Likewise.
10599         * doc/posix-functions/iswxdigit.texi: Likewise.
10600         Reported by Alain Guibert.
10601
10602 2008-04-21  Bruno Haible  <bruno@clisp.org>
10603
10604         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10605         Patch by Alain Guibert.
10606
10607 2008-04-21  Bruno Haible  <bruno@clisp.org>
10608
10609         Fix test failures on mingw.
10610         * tests/test-xstrtol.c (print_no_progname): New function.
10611         (main): Install it in error_print_progname hook.
10612         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10613         * tests/test-xstrtoimax.sh: Likewise.
10614         * tests/test-xstrtoumax.sh: Likewise.
10615
10616 2008-04-21  Bruno Haible  <bruno@clisp.org>
10617
10618         Fix test failure on mingw.
10619         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10620
10621 2008-04-21  Bruno Haible  <bruno@clisp.org>
10622
10623         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10624         Actually assign a value.
10625
10626 2008-04-20  Bruno Haible  <bruno@clisp.org>
10627
10628         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10629         take 2.
10630         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10631         'canonicalize-lgpl' module is also used.
10632         * lib/canonicalize-lgpl.c: Undo last change.
10633         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10634
10635 2008-04-20  Bruno Haible  <bruno@clisp.org>
10636
10637         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10638         config.h. Provide _mkdir based fallback for mingw.
10639         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10640         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10641         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10642         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10643         rather than defining mkdir in config.h.
10644         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10645         (gl_SYS_STAT_H_DEFAULTS): New macro.
10646         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10647         HAVE_IO_H any more.
10648         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10649         HAVE_DECL_MKDIR and HAVE_IO_H.
10650
10651 2008-04-20  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/isapipe.c: Port to native Windows platforms.
10654
10655 2008-04-20  Bruno Haible  <bruno@clisp.org>
10656
10657         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10658
10659 2008-04-21  Eric Blake  <ebb9@byu.net>
10660
10661         Work around preprocessors that don't handle UINTMAX_MAX.
10662         * lib/memchr2.c (memchr2): Avoid embedded #if.
10663         Reported by Alain Guibert, fix suggested by Bruno Haible.
10664
10665 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10666
10667         * doc/posix-functions/strftime.texi (strftime): Explain better
10668         Windows incompatibility.  Suggested by Micah Cowan
10669         <micah@cowan.name>.
10670
10671 2008-04-20  Bruno Haible  <bruno@clisp.org>
10672
10673         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10674         unistr/u8-mblen.
10675
10676 2008-04-20  Bruno Haible  <bruno@clisp.org>
10677
10678         Fix test failure on platforms with non-GNU iconv.
10679         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10680         (U_TO_U8): Use it, rather than u16_to_u8.
10681         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10682         units at the end of the input string.
10683         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10684
10685 2008-04-20  Bruno Haible  <bruno@clisp.org>
10686
10687         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10688         when the resulting length is 0.
10689         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10690
10691 2008-04-20  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10694         works.
10695         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10696
10697 2008-04-20  Bruno Haible  <bruno@clisp.org>
10698
10699         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10700         * modules/tsearch-tests (configure.ac): Test for initstate function.
10701
10702 2008-04-20  Bruno Haible  <bruno@clisp.org>
10703
10704         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10705         for nlink_t if missing.
10706         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10707
10708 2008-04-19  Bruno Haible  <bruno@clisp.org>
10709
10710         Work around snprintf bug on Linux libc5.
10711         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10712         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10713         gl_SNPRINTF_SIZE1.
10714         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10715         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10716         that test failed.
10717         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10718         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10719         * modules/snprintf (Files): Add m4/printf.m4.
10720         * modules/vsnprintf (Files): Likewise.
10721         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10722         * doc/posix-functions/vsnprintf.texi: Likewise.
10723
10724 2008-04-19  Bruno Haible  <bruno@clisp.org>
10725
10726         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10727         from 0.0058 to less than 10^-7.
10728
10729 2008-04-19  Bruno Haible  <bruno@clisp.org>
10730
10731         Fix rounding when a precision is given.
10732         * lib/vasnprintf.c (is_borderline): New function.
10733         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10734         9...9x.
10735         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10736         %e, %g.
10737         * tests/test-vasprintf-posix.c (test_function): Likewise.
10738         * tests/test-snprintf-posix.h (test_function): Likewise.
10739         * tests/test-sprintf-posix.h (test_function): Likewise.
10740         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10741         * tests/test-printf-posix.h (test_function): Likewise.
10742         * tests/test-printf-posix.output: Update.
10743         Reported by John Darrington <john@darrington.wattle.id.au> via
10744         Ben Pfaff <blp@cs.stanford.edu>.
10745
10746 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10747
10748         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10749         Suggested by Bruno Haible <bruno@clisp.org>.
10750
10751 2008-04-17  Bruno Haible  <bruno@clisp.org>
10752
10753         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10754         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10755         implementation.
10756         Patch by Bruce Merry <bmerry@gmail.com>.
10757
10758 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10759
10760         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10761         doesn't work under Windows.
10762
10763 2008-04-16  Bruno Haible  <bruno@clisp.org>
10764
10765         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10766         New macros.
10767         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10768         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10769         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10770         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10771         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10772         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10773         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10774         macros.
10775         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10776         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10777         Northern Sotho, Uighur.
10778
10779 2008-04-16  Bruno Haible  <bruno@clisp.org>
10780
10781         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10782         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10783         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10784         Reported by Daniel Bergström <daniel@octocode.com>.
10785
10786 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10787             Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10790         function.
10791         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10792         New functions, mostly extracted from gl_locale_name_default.
10793         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10794
10795 2008-04-16  Eric Blake  <ebb9@byu.net>
10796
10797         Adjust strtod detection to catch glibc 2.7 bug.
10798         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10799         Reported by John Gatewood Ham.
10800
10801 2008-04-16  Bruno Haible  <bruno@clisp.org>
10802
10803         Add tentative support for Linux libc5.
10804         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10805         * lib/fpurge.c (fpurge): Likewise.
10806         * lib/freadable.c (freadable): Likewise.
10807         * lib/freadahead.c (freadahead): Likewise.
10808         * lib/freading.c (freading): Likewise.
10809         * lib/freadptr.c (freadptr): Likewise.
10810         * lib/freadseek.c (freadptrinc): Likewise.
10811         * lib/fseeko.c (rpl_fseeko): Likewise.
10812         * lib/fseterr.c (fseterr): Likewise.
10813         * lib/fwritable.c (fwritable): Likewise.
10814         * lib/fwriting.c (fwriting): Likewise.
10815         Reported by Alain Guibert <alguibert+bts@free.fr>.
10816
10817 2008-04-15  Bruno Haible  <bruno@clisp.org>
10818
10819         * modules/mathl (configure.ac): Define module indicator.
10820
10821 2008-04-15  Bruno Haible  <bruno@clisp.org>
10822
10823         * lib/logl.c (logl): Remove unused variables.
10824
10825 2008-04-15  Bruno Haible  <bruno@clisp.org>
10826
10827         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10828         fails.
10829
10830 2008-04-15  Bruno Haible  <bruno@clisp.org>
10831
10832         * lib/trim.c (trim2): Fix argument of isspace() macro.
10833
10834 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10835
10836         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10837         to 0.
10838         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10839
10840 2008-04-14  Bruno Haible  <bruno@clisp.org>
10841
10842         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10843         AC_LANG_PROGRAM argument.
10844         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10845         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10846         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10847         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10848         * m4/math_h.m4 (gl_MATH_H): Likewise.
10849         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10850         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10851         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10852         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10853         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10854         * m4/regex.m4 (gl_REGEX): Likewise.
10855         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10856         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10857         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10858         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10859         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10860         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10861         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10862         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10863
10864 2008-04-14  Jim Meyering  <meyering@redhat.com>
10865
10866         test-strtod: fix typos: s/abs/fabs/
10867         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10868
10869 2008-04-13  Bruno Haible  <bruno@clisp.org>
10870
10871         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10872         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10873         module is also used and while not building the reloc-wrapper.
10874
10875 2008-04-13  Bruno Haible  <bruno@clisp.org>
10876
10877         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10878
10879 2008-04-13  Bruno Haible  <bruno@clisp.org>
10880
10881         Fix AIX compilation failure introduced on 2008-04-02.
10882         * tests/test-frexp.c (exp): Undefine before redefining.
10883         * tests/test-frexpl.c (exp): Likewise.
10884
10885 2008-04-13  Bruno Haible  <bruno@clisp.org>
10886
10887         Work around a HP-UX stdio bug.
10888         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10889         * tests/test-ftello.c (main): Likewise.
10890         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10891         * doc/posix-functions/ftello.texi: Likewise.
10892
10893 2008-04-13  Bruno Haible  <bruno@clisp.org>
10894
10895         Make test-signbit pass on HP-UX/hppa.
10896         * tests/test-signbit.c (minus_zerol): New variable.
10897         (test_signbitl): Use it.
10898
10899 2008-04-13  Bruno Haible  <bruno@clisp.org>
10900
10901         Make truncl work on OSF/1 4.0.
10902         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10903         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10904         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10905         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10906         HAVE_DECL_TRUNCL.
10907         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10908         HAVE_DECL_TRUNCL.
10909         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10910
10911 2008-04-13  Bruno Haible  <bruno@clisp.org>
10912
10913         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10914
10915 2008-04-13  Bruno Haible  <bruno@clisp.org>
10916
10917         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10918         expression, so as to avoid HP-UX 11 cc compiler bug.
10919
10920 2008-04-13  Bruno Haible  <bruno@clisp.org>
10921
10922         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10923
10924 2008-04-13  Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/git-merge-changelog.c: Remove empty declaration outside of
10927         functions.
10928
10929 2008-04-13  Bruno Haible  <bruno@clisp.org>
10930
10931         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10932
10933 2008-04-13  Bruno Haible  <bruno@clisp.org>
10934
10935         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10936         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10937         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10938         also if it exists but lacks definitions of the SHUT_* macros.
10939         * modules/sys_socket (Description): Update.
10940         Reported by Elbert Pol <e.pol@chello.nl>.
10941
10942 2008-04-13  Bruno Haible  <bruno@clisp.org>
10943
10944         * lib/localcharset.c (OS2): Don't redefine if already defined.
10945         Reported by Elbert Pol <e.pol@chello.nl>.
10946
10947 2008-04-13  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/binary-io.h [__EMX__]: Include <io.h>.
10950         Reported by Elbert Pol <e.pol@chello.nl>.
10951
10952 2008-04-12  Bruno Haible  <bruno@clisp.org>
10953
10954         * lib/fpucw.h: Enable the definitions also for x86_64.
10955         Needed for NetBSD/x86_64.
10956         Reported by Thomas Klausner <tk@giga.or.at>.
10957
10958 2008-04-12  Bruno Haible  <bruno@clisp.org>
10959
10960         * tests/test-strtod.c: Include isnand.h.
10961         (main): Use isnand instead of isnan.
10962         Reported by Jim Meyering.
10963
10964 2008-04-12  Bruno Haible  <bruno@clisp.org>
10965
10966         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10967         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10968
10969 2008-04-12  Jim Meyering  <meyering@redhat.com>
10970
10971         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10972
10973 2008-04-12  Bruno Haible  <bruno@clisp.org>
10974
10975         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10976         Reported by Elbert Pol <e.pol@chello.nl>.
10977
10978 2008-04-12  Eric Blake  <ebb9@byu.net>
10979
10980         Work around Solaris 10 math.h bug.
10981         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10982         (gl_MATH_H_DEFAULTS): Set up default.
10983         * modules/math (Makefile.am): Replace new indicators.
10984         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10985         * tests/test-math.c (main): Test this.
10986         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10987         * doc/posix-headers/math.texi (math.h): Mention bug.
10988         Reported by Nelson H. F. Beebe and Jim Meyering.
10989
10990 2008-04-11  Bruno Haible  <bruno@clisp.org>
10991
10992         Adapt to future versions of Apple GCC.
10993         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10994         Reported by Peter O'Gorman <peter@pogma.com>.
10995
10996 2008-04-11  Bruno Haible  <bruno@clisp.org>
10997
10998         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10999
11000 2008-04-11  Bruno Haible  <bruno@clisp.org>
11001
11002         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
11003
11004         * modules/getaddrinfo-tests (Makefile.am): Define
11005         test_getaddrinfo_LDADD.
11006
11007 2008-04-11  Bruno Haible  <bruno@clisp.org>
11008
11009         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
11010         (init): Fix syntax error.
11011         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
11012         is declared.
11013
11014 2008-04-11  Bruno Haible  <bruno@clisp.org>
11015
11016         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
11017         * modules/glob (Depends-on): Add stdbool.
11018
11019 2008-04-11  Bruno Haible  <bruno@clisp.org>
11020
11021         * lib/trim.c: Include <string.h>.
11022
11023 2008-04-11  Eric Blake  <ebb9@byu.net>
11024
11025         Avoid compile failure on OS/2.
11026         * lib/regex_internal.h (internal_function): Disable optimization
11027         on OS/2 (__EMX__), where it caused compiler error.
11028         Reported by Elbert Pol.
11029
11030 2008-04-11  Bruno Haible  <bruno@clisp.org>
11031
11032         Flush the standard error stream before aborting. Needed on mingw.
11033         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
11034         * tests/test-array_list.c (ASSERT): Likewise.
11035         * tests/test-array_oset.c (ASSERT): Likewise.
11036         * tests/test-avltree_list.c (ASSERT): Likewise.
11037         * tests/test-avltree_oset.c (ASSERT): Likewise.
11038         * tests/test-avltreehash_list.c (ASSERT): Likewise.
11039         * tests/test-binary-io.c (ASSERT): Likewise.
11040         * tests/test-byteswap.c (ASSERT): Likewise.
11041         * tests/test-c-ctype.c (ASSERT): Likewise.
11042         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
11043         * tests/test-c-strcasestr.c (ASSERT): Likewise.
11044         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
11045         * tests/test-c-strstr.c (ASSERT): Likewise.
11046         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
11047         * tests/test-canonicalize.c (ASSERT): Likewise.
11048         * tests/test-carray_list.c (ASSERT): Likewise.
11049         * tests/test-ceilf1.c (ASSERT): Likewise.
11050         * tests/test-ceilf2.c (ASSERT): Likewise.
11051         * tests/test-ceill.c (ASSERT): Likewise.
11052         * tests/test-count-one-bits.c (ASSERT): Likewise.
11053         * tests/test-fbufmode.c (ASSERT): Likewise.
11054         * tests/test-fflush2.c (ASSERT): Likewise.
11055         * tests/test-floorf1.c (ASSERT): Likewise.
11056         * tests/test-floorf2.c (ASSERT): Likewise.
11057         * tests/test-floorl.c (ASSERT): Likewise.
11058         * tests/test-fopen.c (ASSERT): Likewise.
11059         * tests/test-fpending.c (ASSERT): Likewise.
11060         * tests/test-fprintf-posix.c (ASSERT): Likewise.
11061         * tests/test-fpurge.c (ASSERT): Likewise.
11062         * tests/test-freadable.c (ASSERT): Likewise.
11063         * tests/test-freadahead.c (ASSERT): Likewise.
11064         * tests/test-freading.c (ASSERT): Likewise.
11065         * tests/test-freadptr.c (ASSERT): Likewise.
11066         * tests/test-freadptr2.c (ASSERT): Likewise.
11067         * tests/test-freadseek.c (ASSERT): Likewise.
11068         * tests/test-freopen.c (ASSERT): Likewise.
11069         * tests/test-frexp.c (ASSERT): Likewise.
11070         * tests/test-frexpl.c (ASSERT): Likewise.
11071         * tests/test-fseek.c (ASSERT): Likewise.
11072         * tests/test-fseeko.c (ASSERT): Likewise.
11073         * tests/test-fstrcmp.c (ASSERT): Likewise.
11074         * tests/test-ftell.c (ASSERT): Likewise.
11075         * tests/test-ftello.c (ASSERT): Likewise.
11076         * tests/test-func.c (ASSERT): Likewise.
11077         * tests/test-fwritable.c (ASSERT): Likewise.
11078         * tests/test-fwriting.c (ASSERT): Likewise.
11079         * tests/test-getdelim.c (ASSERT): Likewise.
11080         * tests/test-getline.c (ASSERT): Likewise.
11081         * tests/test-i-ring.c (ASSERT): Likewise.
11082         * tests/test-iconv-utf.c (ASSERT): Likewise.
11083         * tests/test-iconv.c (ASSERT): Likewise.
11084         * tests/test-isfinite.c (ASSERT): Likewise.
11085         * tests/test-isnand.c (ASSERT): Likewise.
11086         * tests/test-isnanf.c (ASSERT): Likewise.
11087         * tests/test-isnanl.h (ASSERT): Likewise.
11088         * tests/test-ldexpl.c (ASSERT): Likewise.
11089         * tests/test-linked_list.c (ASSERT): Likewise.
11090         * tests/test-linkedhash_list.c (ASSERT): Likewise.
11091         * tests/test-localename.c (ASSERT): Likewise.
11092         * tests/test-lseek.c (ASSERT): Likewise.
11093         * tests/test-mbscasecmp.c (ASSERT): Likewise.
11094         * tests/test-mbscasestr1.c (ASSERT): Likewise.
11095         * tests/test-mbscasestr2.c (ASSERT): Likewise.
11096         * tests/test-mbscasestr3.c (ASSERT): Likewise.
11097         * tests/test-mbscasestr4.c (ASSERT): Likewise.
11098         * tests/test-mbschr.c (ASSERT): Likewise.
11099         * tests/test-mbscspn.c (ASSERT): Likewise.
11100         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
11101         * tests/test-mbspbrk.c (ASSERT): Likewise.
11102         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
11103         * tests/test-mbsrchr.c (ASSERT): Likewise.
11104         * tests/test-mbsspn.c (ASSERT): Likewise.
11105         * tests/test-mbsstr1.c (ASSERT): Likewise.
11106         * tests/test-mbsstr2.c (ASSERT): Likewise.
11107         * tests/test-mbsstr3.c (ASSERT): Likewise.
11108         * tests/test-memchr2.c (ASSERT): Likewise.
11109         * tests/test-memmem.c (ASSERT): Likewise.
11110         * tests/test-open.c (ASSERT): Likewise.
11111         * tests/test-printf-frexp.c (ASSERT): Likewise.
11112         * tests/test-printf-frexpl.c (ASSERT): Likewise.
11113         * tests/test-printf-posix.c (ASSERT): Likewise.
11114         * tests/test-quotearg.c (ASSERT): Likewise.
11115         * tests/test-rbtree_list.c (ASSERT): Likewise.
11116         * tests/test-rbtree_oset.c (ASSERT): Likewise.
11117         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
11118         * tests/test-round1.c (ASSERT): Likewise.
11119         * tests/test-roundf1.c (ASSERT): Likewise.
11120         * tests/test-roundl.c (ASSERT): Likewise.
11121         * tests/test-signbit.c (ASSERT): Likewise.
11122         * tests/test-sleep.c (ASSERT): Likewise.
11123         * tests/test-snprintf-posix.c (ASSERT): Likewise.
11124         * tests/test-snprintf.c (ASSERT): Likewise.
11125         * tests/test-sprintf-posix.c (ASSERT): Likewise.
11126         * tests/test-stat-time.c (ASSERT): Likewise.
11127         * tests/test-strcasestr.c (ASSERT): Likewise.
11128         * tests/test-strerror.c (ASSERT): Likewise.
11129         * tests/test-striconv.c (ASSERT): Likewise.
11130         * tests/test-striconveh.c (ASSERT): Likewise.
11131         * tests/test-striconveha.c (ASSERT): Likewise.
11132         * tests/test-strsignal.c (ASSERT): Likewise.
11133         * tests/test-strstr.c (ASSERT): Likewise.
11134         * tests/test-strtod.c (ASSERT): Likewise.
11135         * tests/test-trunc1.c (ASSERT): Likewise.
11136         * tests/test-trunc2.c (ASSERT): Likewise.
11137         * tests/test-truncf1.c (ASSERT): Likewise.
11138         * tests/test-truncf2.c (ASSERT): Likewise.
11139         * tests/test-truncl.c (ASSERT): Likewise.
11140         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
11141         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
11142         * tests/test-vasnprintf.c (ASSERT): Likewise.
11143         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
11144         * tests/test-vasprintf.c (ASSERT): Likewise.
11145         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
11146         * tests/test-vprintf-posix.c (ASSERT): Likewise.
11147         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
11148         * tests/test-vsnprintf.c (ASSERT): Likewise.
11149         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
11150         * tests/test-wcwidth.c (ASSERT): Likewise.
11151         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
11152         * tests/test-xprintf-posix.c (ASSERT): Likewise.
11153         * tests/test-xvasprintf.c (ASSERT): Likewise.
11154         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
11155         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
11156         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
11157         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
11158         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
11159         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
11160         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
11161         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
11162         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
11163         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
11164         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
11165         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
11166         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
11167         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
11168         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
11169         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
11170         * tests/unictype/test-block_list.c (ASSERT): Likewise.
11171         * tests/unictype/test-block_of.c (ASSERT): Likewise.
11172         * tests/unictype/test-block_test.c (ASSERT): Likewise.
11173         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
11174         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
11175         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
11176         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
11177         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
11178         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
11179         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
11180         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
11181         * tests/unictype/test-combining.c (ASSERT): Likewise.
11182         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
11183         * tests/unictype/test-digit.c (ASSERT): Likewise.
11184         * tests/unictype/test-mirror.c (ASSERT): Likewise.
11185         * tests/unictype/test-numeric.c (ASSERT): Likewise.
11186         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
11187         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
11188         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
11189         * tests/unictype/test-scripts.c (ASSERT): Likewise.
11190         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
11191         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
11192         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
11193         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
11194         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
11195         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
11196         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
11197         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
11198         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
11199         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
11200         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
11201         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
11202         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
11203         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
11204         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
11205         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11206         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11207         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11208         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11209         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11210         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11211         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11212         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11213         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11214         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11215         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11216         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11217         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11218         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11219         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11220         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11221         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11222         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11223         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11224         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11225         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11226         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11227         Reported by Eric Blake.
11228
11229 2008-04-11  Bruno Haible  <bruno@clisp.org>
11230
11231         * lib/wchar.in.h: Tweak comment.
11232
11233 2008-04-11  Bruno Haible  <bruno@clisp.org>
11234
11235         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11236         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11237         gl_COMMON.
11238         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11239
11240 2008-04-11  Bruno Haible  <bruno@clisp.org>
11241
11242         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11243
11244 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11245
11246         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11247         of attempting to use non-existing /dev/*random.  Based on patch
11248         from Adam Strzelecki <ono@java.pl> in
11249         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11250
11251 2008-04-08  Bruno Haible  <bruno@clisp.org>
11252
11253         Add tentative support for emx+gcc.
11254         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11255         * lib/fpurge.c (fpurge): Likewise.
11256         * lib/freadable.c (freadable): Likewise.
11257         * lib/freadahead.c (freadahead): Likewise.
11258         * lib/freading.c (freading): Likewise.
11259         * lib/freadptr.c (freadptr): Likewise.
11260         * lib/freadseek.c (freadptrinc): Likewise.
11261         * lib/fseeko.c (rpl_fseeko): Likewise.
11262         * lib/fseterr.c (fseterr): Likewise.
11263         * lib/fwritable.c (fwritable): Likewise.
11264         * lib/fwriting.c (fwriting): Likewise.
11265         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11266
11267 2008-04-09  Eric Blake  <ebb9@byu.net>
11268
11269         Avoid some autoconf warnings.
11270         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11271         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11272         * m4/afs.m4 (gl_AFS): Likewise.
11273         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11274         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11275         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11276         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11277         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11278         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11279         (AC_CHECK_DECLS_ONCE): Likewise.
11280         Rename file...
11281         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11282         gnulib-tool requires autoconf 2.59 or better.
11283         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11284
11285 2008-04-08  Eric Blake  <ebb9@byu.net>
11286
11287         Use 'git describe --match' if present (added in git 1.5.5).
11288         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11289         if possible.
11290
11291 2008-04-08  Bruno Haible  <bruno@clisp.org>
11292
11293         Add tentative support for OpenServer.
11294         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11295         _ptr, _cnt.
11296         * lib/fpurge.c (fpurge): Likewise.
11297         * lib/freadable.c (freadable): Likewise.
11298         * lib/freadahead.c (freadahead): Likewise.
11299         * lib/freading.c (freading): Likewise.
11300         * lib/freadptr.c (freadptr): Likewise.
11301         * lib/freadseek.c (freadptrinc): Likewise.
11302         * lib/fseeko.c (rpl_fseeko): Likewise.
11303         * lib/fseterr.c (fseterr): Likewise.
11304         * lib/fwritable.c (fwritable): Likewise.
11305         * lib/fwriting.c (fwriting): Likewise.
11306         Reported by Roger Cornelius <rac@tenzing.org> and
11307         Brian K. White <brian@aljex.com>.
11308
11309 2008-04-06  Jim Meyering  <meyering@redhat.com>
11310
11311         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11312
11313 2008-04-06  Bruno Haible  <bruno@clisp.org>
11314
11315         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11316         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11317         * tests/test-printf-posix.sh: Likewise.
11318         * tests/test-vfprintf-posix.sh: Likewise.
11319         * tests/test-vprintf-posix.sh: Likewise.
11320         * tests/test-xprintf-posix.sh: Likewise.
11321
11322 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11323
11324         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11325         hide error from 'ls', needed on OS/2.
11326         Report by Elbert Pol <elbert.pol@gmail.com>.
11327
11328 2008-04-04  Eric Blake  <ebb9@byu.net>
11329
11330         Make test-fseeko.c failures meaningful.
11331         * tests/test-fseeko.c: Print line number on failure.
11332         * tests/test-fseek.c: Likewise.
11333         Reported by Nelson H. F. Beebe.
11334
11335         Improve strtod bug detection check.
11336         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11337         required for Solaris 10.
11338         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11339
11340 2008-04-04  Bruno Haible  <bruno@clisp.org>
11341
11342         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11343         by m4/setenv.m4.
11344
11345 2008-04-03  Eric Blake  <ebb9@byu.net>
11346
11347         Ensure sane .version contents.
11348         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11349         version string.
11350         * build-aux/git-version-gen: Improve documentation.
11351
11352         Make GNU make output nicer.
11353         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11354         MAKECMDGOALS to enforce message for all command line targets.  Set
11355         srcdir for use in maint.mk.
11356
11357         Another maintainer tweak.
11358         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11359         a target that regenerates version.
11360
11361 2008-04-03  Jim Meyering  <meyering@redhat.com>
11362
11363         vc-list-files: don't cause coreutils "make po-check" failure
11364         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11365
11366 2008-04-03  Eric Blake  <ebb9@byu.net>
11367
11368         Allow VPATH usage of vc-list-files.
11369         * build-aux/vc-list-files (scriptversion): Add timestamp.
11370         (options): Add --help, --version, -C.
11371         (CVS): Support installed cvsu.
11372
11373 2008-04-02  Bruno Haible  <bruno@clisp.org>
11374
11375         Avoid some "statement with no effect" warnings from gcc.
11376         * tests/test-wctype.c (main): Explicitly ignore unused values.
11377         Reported by Jim Meyering.
11378
11379 2008-04-02  Jim Meyering  <meyering@redhat.com>
11380
11381         Avoid some warnings from "gcc -Wshadow".
11382         * tests/test-frexp.c (exp): Define to a different identifier.
11383         * tests/test-frexpl.c (exp): Likewise.
11384
11385 2008-04-03  Jim Meyering  <meyering@redhat.com>
11386
11387         bootstrap: remove dangling *.[ch] symlinks from lib
11388         * build-aux/bootstrap [dangling symlink removal]: Move find's
11389         -depth option to precede all others, to avoid a warning.
11390         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11391
11392 2008-04-02  Bruno Haible  <bruno@clisp.org>
11393
11394         Avoid some warnings from "gcc -Wshadow".
11395         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11396         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11397         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11398         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11399         Reported by Jim Meyering.
11400
11401 2008-04-01  Bruno Haible  <bruno@clisp.org>
11402
11403         Fix test to work on IRIX 6.5 with cc.
11404         * tests/test-math.c (numeric_equal): New function.
11405         (main): Use it.
11406
11407 2008-04-01  Bruno Haible  <bruno@clisp.org>
11408
11409         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11410
11411 2008-04-01  Bruno Haible  <bruno@clisp.org>
11412
11413         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11414         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11415         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11416         (Depends-on): Remove math.
11417
11418         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
11419         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11420         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
11421         (Depends-on): Remove math.
11422
11423         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11424         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11425         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11426         (Depends-on): Remove math.
11427         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11428         (Depends-on): Remove math.
11429
11430         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11431         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11432         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11433         (Depends-on): Remove math.
11434         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11435         (Depends-on): Remove math.
11436
11437         * tests/test-round1.c: Include nan.h.
11438         (main): Use NaNd instead of NAN.
11439         * modules/round-tests (Files): Add tests/nan.h.
11440
11441         * tests/test-trunc1.c: Include nan.h.
11442         (main): Use NaNd instead of NAN.
11443         * modules/trunc-tests (Files): Add tests/nan.h.
11444
11445         * tests/test-roundf1.c: Include nan.h.
11446         (main): Use NaNf instead of NAN.
11447         * modules/roundf-tests (Files): Add tests/nan.h.
11448
11449         * tests/test-truncf1.c: Include nan.h.
11450         (main): Use NaNf instead of NAN.
11451         * modules/truncf-tests (Files): Add tests/nan.h.
11452
11453         * tests/test-ceilf1.c: Include nan.h.
11454         (main): Use NaNf instead of NAN.
11455         * modules/ceilf-tests (Files): Add tests/nan.h.
11456
11457         * tests/test-floorf1.c: Include nan.h.
11458         (main): Use NaNf instead of NAN.
11459         * modules/floorf-tests (Files): Add tests/nan.h.
11460
11461         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11462         (main): Use NaNf instead of NAN.
11463         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11464
11465         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11466         (main): Use NaNd instead of NAN.
11467         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11468
11469         * tests/test-frexp.c: Include nan.h.
11470         (main): Use NaNd instead of NAN.
11471         * modules/frexp-tests (Files): Add tests/nan.h.
11472
11473         * lib/isnan.c: Don't include <math.h>.
11474         (FUNC): Don't use NAN macro.
11475         * modules/isnand-nolibm (Depends-on): Remove math.
11476         * modules/isnanf-nolibm (Depends-on): Remove math.
11477         * modules/isnanl (Depends-on): Remove math.
11478         * modules/isnanl-nolibm (Depends-on): Remove math.
11479
11480         * tests/nan.h: New file.
11481
11482 2008-04-01  Eric Blake  <ebb9@byu.net>
11483
11484         Fix typos.
11485         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11486         values to be the right type.
11487
11488         For now, cater to gnulib strtod inaccuracies.
11489         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11490         fractional results.  While not as nice from a QoI perspective, it
11491         is a quicker patch than correctly implementing decimal to binary
11492         rounding.
11493
11494 2008-03-31  Eric Blake  <ebb9@byu.net>
11495
11496         Guarantee a definition of NAN.
11497         * lib/math.in.h (NAN): Define if missing.
11498         * tests/test-math.c (main): Test it.
11499         * doc/posix-headers/math.texi (math.h): Document this.
11500         * lib/isnan.c (rpl_isnand): Use it.
11501         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11502         * tests/test-floorf1.c (NaN): Likewise.
11503         * tests/test-frexp.c (NaN): Likewise.
11504         * tests/test-isnand.c (NaN): Likewise.
11505         * tests/test-isnanf.c (NaN): Likewise.
11506         * tests/test-round1.c (NaN): Likewise.
11507         * tests/test-roundf1.c (NaN): Likewise.
11508         * tests/test-snprintf-posix.h (NaN): Likewise.
11509         * tests/test-sprintf-posix.h (NaN): Likewise.
11510         * tests/test-trunc1.c (NaN): Likewise.
11511         * tests/test-truncf1.c (NaN): Likewise.
11512         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11513         * tests/test-vasprintf-posix.c (NaN): Likewise.
11514         * modules/isnand-nolibm (Depends-on): Add math.
11515         * modules/isnanf-nolibm (Depends-on): Likewise.
11516         * modules/isnanl (Depends-on): Likewise.
11517         * modules/isnanl-nolibm (Depends-on): Likewise.
11518         * modules/snprintf-posix-tests (Depends-on): Likewise.
11519         * modules/sprintf-posix-tests (Depends-on): Likewise.
11520         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11521         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11522         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11523         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11524
11525 2008-03-31  Bruno Haible  <bruno@clisp.org>
11526
11527         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11528         * doc/posix-functions/strtod.texi: Likewise.
11529
11530 2008-03-31  Bruno Haible  <bruno@clisp.org>
11531
11532         * tests/test-strtod.c (main): Don't use C99 syntax.
11533
11534 2008-03-31  Bruno Haible  <bruno@clisp.org>
11535
11536         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11537         Reported by Eric Blake.
11538
11539 2008-03-31  Jim Meyering  <meyering@redhat.com>
11540
11541         Don't compare actual signbit return values.
11542         * tests/test-strtod.c (main): Rather, compare only their
11543         zero/non-zero nature.
11544
11545 2008-03-31  Eric Blake  <ebb9@byu.net>
11546
11547         More strtod documentation.
11548         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11549         failures as distinct bugs.
11550
11551 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11554         Problem reported by Erik Benada in
11555         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11556
11557 2008-03-30  Bruno Haible  <bruno@clisp.org>
11558
11559         * tests/test-strtod.c: Add comments about which assertion fails on which
11560         platform.
11561         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11562
11563 2008-03-30  Eric Blake  <ebb9@byu.net>
11564
11565         Test signbit behavior on zeros.
11566         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11567         (test_signbitd, test_signbitl): Likewise.
11568
11569         More strtod touchups.
11570         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11571         sign of negative underflow, for now.  Use .5, not .1.
11572         * doc/posix-functions/strtod.texi (strtod): Mention these
11573         limitations.
11574         Reported by Jim Meyering.
11575
11576 2008-03-30  Bruno Haible  <bruno@clisp.org>
11577
11578         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11579         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11580
11581 2008-03-30  Bruno Haible  <bruno@clisp.org>
11582
11583         Avoid failure when attempting to return empty iconv results on some
11584         platforms.
11585         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11586         allocation, don't report ENOMEM when the resulting string is empty.
11587
11588 2008-03-30  Bruno Haible  <bruno@clisp.org>
11589
11590         Fix buffer overrun.
11591         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11592         Don't consider the width for tmp_length. Check count against tmp_length
11593         before doing the padding. Ensure enough allocation during padding.
11594
11595 2008-03-30  Eric Blake  <ebb9@byu.net>
11596
11597         strtod touchups.
11598         * lib/strtod.c (strtod): Avoid compiler warnings.
11599         Reported by Jim Meyering.
11600
11601 2008-03-30  Bruno Haible  <bruno@clisp.org>
11602
11603         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11604         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11605         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11606         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11607         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11608         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11609         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11610         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11611
11612         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11613         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11614         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11615         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11616         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11617         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11618         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11619         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11620
11621         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11622         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11623         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11624         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11625         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11626         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11627         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11628         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11629
11630         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11631         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11632
11633         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11634         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11635
11636         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11637         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11638
11639         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11640         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11641         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11642
11643         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11644         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11645         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11646
11647         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11648         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11649         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11650
11651         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11652         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11653         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11654
11655         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11656         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11657         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11658         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11659         (Depends-on): Add EOVERFLOW.
11660         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11661         (Depends-on): Add EOVERFLOW.
11662         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11663         (Depends-on): Add EOVERFLOW.
11664         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11665         (Depends-on): Add EOVERFLOW.
11666         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11667         (Depends-on): Add EOVERFLOW.
11668         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11669         (Depends-on): Add EOVERFLOW.
11670         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11671         (Depends-on): Add EOVERFLOW.
11672         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11673         (Depends-on): Add EOVERFLOW.
11674
11675         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11676         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11677         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11678
11679         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11680         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11681         * modules/snprintf (Depends-on): Add EOVERFLOW.
11682
11683         * lib/poll.c (EOVERFLOW): Remove fallback.
11684         * modules/poll (Depends-on): Add EOVERFLOW.
11685
11686         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11687         * modules/getugroups (Depends-on): Add EOVERFLOW.
11688
11689         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11690         * modules/getdelim (Depends-on): Add EOVERFLOW.
11691
11692         * lib/ftell.c (EOVERFLOW): Remove fallback.
11693         * modules/ftell (Depends-on): Add EOVERFLOW.
11694
11695         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11696         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11697         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11698
11699         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11700
11701         * modules/EOVERFLOW-tests: New file.
11702         * tests/test-EOVERFLOW.c: New file.
11703
11704         * modules/EOVERFLOW: New file.
11705         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11706
11707 2008-03-30  Bruno Haible  <bruno@clisp.org>
11708
11709         Fix bug introduced on 2007-06-10.
11710         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11711         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11712
11713 2008-03-30  Bruno Haible  <bruno@clisp.org>
11714
11715         Improve freadseek's efficiency after ungetc.
11716         * lib/freadseek.c: Include freadahead.h.
11717         (freadptrinc): New function, extracted from freadseek.
11718         (freadseek): Use it in a loop. Use freadahead to determine the number
11719         of loop iterations.
11720         * modules/freadseek (Depends-on): Add freadahead.
11721         (configure.ac): Require AC_C_INLINE.
11722
11723 2008-03-30  Bruno Haible  <bruno@clisp.org>
11724
11725         * lib/freadseek.c (freadseek): Don't ignore the return value of
11726         freadptr.
11727
11728 2008-03-29  Eric Blake  <ebb9@byu.net>
11729
11730         Add hex float support.
11731         * modules/strtod (Depends-on): Add c-ctype.
11732         (Link): Mention POW_LIB.
11733         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11734         whitespace between 'e' and exponent.
11735         * tests/test-strtod.c (main): Enable hex float tests.
11736         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11737         now provides.
11738
11739         Document various strtod bugs, with some fixes.
11740         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11741         "-0x", "inf", "nan", and hex constants.
11742         * doc/posix-functions/atof.texi (atof): Likewise.
11743         * modules/stdlib (Makefile.am): Support strtod.
11744         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11745         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11746         detect additional strtod bugs.
11747         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11748         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11749         bool where appropriate.  Parse 'inf' and 'nan'.
11750         * tests/test-strtod.c: New file.
11751         * modules/strtod (Depends-on): Add stdbool, stdlib.
11752         (configure.ac): Turn on module indicator.
11753         * modules/strtod-tests: New module.
11754
11755 2008-03-29  Eric Blake  <ebb9@byu.net>
11756
11757         Fix ftell on mingw.
11758         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11759         * modules/ftell-tests (Depends-on): Add binary-io.
11760         * modules/ftello-tests (Depends-on): Likewise.
11761         * tests/test-ftell.c (main): Enhance test to cover behavior after
11762         ungetc.  Enforce binary mode.
11763         * tests/test-ftello.c (main): Likewise.
11764
11765         Pass test-freadseek on cygwin.
11766         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11767         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11768         ungetc buffer.
11769
11770         * tests/test-fflush2.c (main): Fix typo.
11771
11772 2008-03-29  Bruno Haible  <bruno@clisp.org>
11773
11774         * tests/test-fflush2.c (main): Temporarily disable the contents of
11775         this test.
11776         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11777         Reported by Eric Blake.
11778
11779 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11780
11781         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11782         (GC_SHA224_DIGEST_SIZE): Add.
11783
11784         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11785         (gc_hash_digest_length): Likewise.
11786         (gc_hash_buffer): Likewise.
11787
11788 2008-03-25  Bruno Haible  <bruno@clisp.org>
11789
11790         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11791         detail which gettext release to use.
11792         Reported by Simon Josefsson.
11793
11794 2008-03-26  Jim Meyering  <meyering@redhat.com>
11795
11796         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11797         * modules/gnumakefile (clean-GNUmakefile): Also, use
11798         test ... && ... || : syntax rather than if-then ... fi.
11799
11800         gnumakefile: Don't double-quote-expand $(VPATH) value.
11801         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11802
11803 2008-03-24  Eric Blake  <ebb9@byu.net>
11804
11805         Alter GNUmakefile to install into top directory.
11806         * modules/maintainer-makefile: Split, and add dependency...
11807         * modules/gnumakefile: to this new module.
11808         * build-aux/GNUmakefile: Move...
11809         * top/GNUmakefile: ...here.
11810         * build-aux/maint.mk: Move...
11811         * top/maint.mk: ...here.
11812         * MODULES.html.sh (Support for maintaining...): Document new
11813         module.
11814
11815 2008-03-23  Bruno Haible  <bruno@clisp.org>
11816
11817         * gnulib-tool: New options --vc-files, --no-vc-files.
11818         (func_usage): Document them.
11819         (vc_files): New variable.
11820         (func_import): Consider vc_files.
11821         (func_create_testdir): Set vc_files to empty.
11822         Suggested by Jim Meyering and Karl Berry.
11823
11824 2008-03-23  Bruno Haible  <bruno@clisp.org>
11825
11826         Fix regex compilation error on HP-UX 11.
11827         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11828         * modules/regex (Files): Add m4/mbstate_t.m4.
11829         Reported by Ton Voon <ton.voon@altinity.com>.
11830
11831 2008-03-23  Bruno Haible  <bruno@clisp.org>
11832
11833         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11834
11835 2008-03-23  Eric Blake  <ebb9@byu.net>
11836             Bruno Haible  <bruno@clisp.org>
11837
11838         Install files from top/ in the destination directory.
11839         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11840         augmentation also for the files from top/.
11841         (func_import, func_create_testdir): Rewrite file names:
11842         top/filename -> filename.
11843
11844 2008-03-23  Bruno Haible  <bruno@clisp.org>
11845
11846         Tweak "gnulib --version" output.
11847         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11848
11849 2008-03-23  Bruno Haible  <bruno@clisp.org>
11850
11851         Tweak "gnulib --version" output.
11852         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11853         rather than contents of ChangeLog, when possible.
11854
11855 2008-03-21  Eric Blake  <ebb9@byu.net>
11856
11857         More --version tweaks.
11858         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11859         date of last ChangeLog entry.
11860
11861 2008-03-21  Jim Meyering  <meyering@redhat.com>
11862
11863         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11864
11865 2008-03-20  Eric Blake  <ebb9@byu.net>
11866
11867         VPATH fix.
11868         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11869
11870 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11871
11872         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11873         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11874
11875 2008-03-20  Eric Blake  <ebb9@byu.net>
11876
11877         Sync GNUmakefile with coreutils.
11878         * build-aux/GNUmakefile (have-Makefile): Rename...
11879         (_have-Makefile): ...to this, for namespace consideration.
11880         (GNUmakefile.cfg): Include, if present.
11881         (_autoreconf): Define a default.
11882         (_is-dist-target): New rule for rebuilds to pick up intra-release
11883         version.
11884         (maint-cfg.mk): Rename...
11885         (cfg.mk): ...to this.
11886
11887 2008-03-18  Jim Meyering  <meyering@redhat.com>
11888
11889         New script and module: mktempd
11890         * MODULES.html.sh (maint+release support): Add mktempd.
11891         * build-aux/mktempd: New file.
11892         * modules/mktempd: New file.
11893
11894 2008-03-15  Jim Meyering  <meyering@redhat.com>
11895
11896         Undo last change.
11897         * lib/sha1.c, lib/md5.c: 63 != ~63.
11898         Reported by Andreas Schwab.
11899
11900         sha1.c, md5.c: Hoist a redundant expression.
11901         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11902         "ctx->buflen" only once, before calling *_process_block.
11903         * lib/md5.c (md5_process_bytes): Likewise.
11904
11905 2008-03-14  Eric Blake  <ebb9@byu.net>
11906
11907         Bump copyright year in files generated by gnulib-tool.
11908         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11909         gnulib-tool, rather than hard-coding it.
11910
11911         Fix 'gnulib-tool --version' output to work with git.
11912         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11913         (startup): ...here.
11914         (func_version): Use it to invoke git-version-gen, rather than
11915         relying on CVS keyword expansion.  Modernize wording.
11916         (cvsdatestamp, last_checkin_date, version): Kill unused
11917         variables.
11918
11919 2008-03-12  Jim Meyering  <meyering@redhat.com>
11920
11921         Recognize optional cast of the argument to free.
11922         * build-aux/useless-if-before-free: Update regexps.
11923
11924         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11925
11926 2008-03-11  Bruno Haible  <bruno@clisp.org>
11927
11928         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11929         by a single package.
11930         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11931         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11932         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11933         Reported by Sam Steingold <sds@gnu.org>.
11934
11935 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11936
11937         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11938         repositories.
11939
11940 2008-03-11  Bruno Haible  <bruno@clisp.org>
11941
11942         Avoid conflicts between local macro definitions.
11943         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11944         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11945
11946 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11947             Bruno Haible  <bruno@clisp.org>
11948
11949         Make va_copy work with some version of xlc on AIX 5.1.
11950         * lib/stdarg.in.h: New file.
11951         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11952         On AIX, use a <stdarg.h> file substitute.
11953         * modules/stdarg (Files): Add lib/stdarg.in.h.
11954         (Depends-on): Add include_next.
11955         (Makefile.am): Build a stdarg.h substitute if requested.
11956         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11957
11958 2008-03-10  Bruno Haible  <bruno@clisp.org>
11959
11960         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11961         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11962         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11963
11964 2008-03-10  Bruno Haible  <bruno@clisp.org>
11965
11966         * modules/stdlib (Depends-on): Add include_next, remove
11967         absolute-header.
11968
11969 2008-03-09  Bruno Haible  <bruno@clisp.org>
11970
11971         * lib/freadahead.h (freadahead): Document more precisely.
11972         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11973         the sum of both buffer sizes.
11974         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11975         * NEWS: Document the change.
11976
11977 2008-03-09  Bruno Haible  <bruno@clisp.org>
11978
11979         Extend freadptr to return also the buffer size.
11980         * lib/freadptr.h (freadptr): Add sizep argument.
11981         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11982         (freadptr): Add sizep argument. Determine buffer size like freadahead
11983         does.
11984         * tests/test-freadptr.c: Don't include freadahead.h.
11985         (main): Adapt for new calling convention of freadptr.
11986         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11987         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11988         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11989         tests/test-freadptr2.sh.
11990         (Depends): Remove freadahead.
11991         (TESTS): Add test-freadptr2.sh.
11992         (check_PROGRAMS): Add test-freadptr2.
11993
11994 2008-03-09  Bruno Haible  <bruno@clisp.org>
11995
11996         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11997         Report and solution by Simon Josefsson.
11998
11999 2008-03-06  Bruno Haible  <bruno@clisp.org>
12000
12001         Make fflush after ungetc work on BSD platforms.
12002         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
12003         * tests/test-fflush2.c: New file.
12004         * tests/test-fflush2.sh: New file.
12005         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
12006         tests/test-fflush2.c.
12007         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
12008         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
12009
12010 2008-03-06  Eric Blake  <ebb9@byu.net>
12011
12012         Likewise for ftello.
12013         * modules/ftello (Dependencies): Add extensions.
12014         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
12015
12016 2008-03-06  Bruno Haible  <bruno@clisp.org>
12017
12018         * modules/fseeko (Dependencies): Add extensions.
12019         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
12020         Needed on glibc systems.
12021
12022 2008-03-06  Bruno Haible  <bruno@clisp.org>
12023
12024         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
12025         email address.
12026         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12027
12028 2008-03-06  Bruno Haible  <bruno@clisp.org>
12029
12030         * users.txt: Add libgnupdf.
12031
12032 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
12033
12034         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
12035         (Header File Substitutes, Function Substitutes,
12036         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
12037         (Build robot for gnulib): Fix typo.
12038
12039 2008-03-06  Bruno Haible  <bruno@clisp.org>
12040
12041         * doc/gnulib-tool.texi (VCS Issues): Small updates.
12042         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12043
12044 2008-03-06  Bruno Haible  <bruno@clisp.org>
12045
12046         * doc/func.texi: New file, extracted from doc/gnulib.texi.
12047         * doc/gnulib.texi: Include it.
12048
12049 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12050
12051         * modules/func (License): Change license to unlimited; there was
12052         no LGPL parts in the module anyway.
12053
12054 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12055
12056         * modules/__func__: Renamed to modules/func.
12057         * modules/__func__-tests: Renamed to modules/func-tests.
12058         * tests/test-__func__.c: Renamed to tests/test-func.c.
12059         * m4/__func__.m4: Renamed to m4/func.m4.
12060         * doc/gnulib.texi (__func__): Section renamed to func.
12061         Suggested by Eric Blake <ebb9@byu.net>.
12062
12063 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12064
12065         * doc/gnulib.texi (__func__): Use C99 terminology when talking
12066         about __func__.  Make example self-contained.  Suggested by Eric
12067         Blake <ebb9@byu.net>.
12068
12069         * tests/test-__func__.c (main): Avoid extraneous () around __func.
12070         Suggested by Eric Blake <ebb9@byu.net>.
12071
12072 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12073
12074         * modules/__func__: New file.
12075         * modules/__func__-tests: New file.
12076         * tests/test-__func__.c: New file.
12077         * m4/__func__.m4: New file.
12078         * doc/gnulib.texi (__func__): Document __func__ module.
12079
12080 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12081
12082         * modules/byteswap (License): Re-license as LGPLv2+.
12083
12084 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12085
12086         * doc/Makefile: Add pdf target.
12087
12088 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12089
12090         * modules/inline (License): Use 'unlimited', since there are only
12091         *.m4 files in this module.
12092
12093 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12094             Bruno Haible  <bruno@clisp.org>
12095
12096         Add support for HP C 7.1 on OpenVMS 8.3.
12097         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
12098
12099 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12100
12101         Update VMS specifics.
12102         * lib/getopt.c [VMS]: Remove include of unixlib.h.
12103
12104 2008-03-02  Jim Meyering  <meyering@redhat.com>
12105
12106         Remove the last dependency on the "free" module.
12107         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
12108         Reported by Bob Proulx.
12109
12110         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
12111
12112         Remove useless "if" tests before free.  Deprecate "free" module.
12113         * doc/posix-functions/free.texi: Mention that this
12114         module is no longer useful.
12115         * modules/free (Notice): Say this module is obsolete.
12116         * modules/readutmp (Depends-on): Remove free.
12117         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
12118         * lib/putenv.c (putenv): Likewise.
12119         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
12120         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
12121         * tests/test-c-strcasestr.c (main): Likewise.
12122         * tests/test-c-strstr.c (main): Likewise.
12123         * tests/test-mbscasestr1.c (main): Likewise.
12124         * tests/test-mbscasestr2.c (main): Likewise.
12125         * tests/test-mbsstr1.c (main): Likewise.
12126         * tests/test-mbsstr2.c (main): Likewise.
12127         * tests/test-memmem.c (main): Likewise.
12128         * tests/test-strcasestr.c (main): Likewise.
12129         * tests/test-striconv.c (main): Likewise.
12130         * tests/test-striconveh.c (main): Likewise.
12131         * tests/test-striconveha.c (main): Likewise.
12132         * tests/test-strstr.c (main): Likewise.
12133
12134         * build-aux/git-version-gen: Adjust a comment and the Usage string.
12135
12136         bootstrap: sync from coreutils again
12137         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
12138
12139 2008-03-01  Jim Meyering  <meyering@redhat.com>
12140
12141         bootstrap: sync from coreutils
12142         * build-aux/bootstrap (update_po_files): Copy a .po file into place
12143         also when the target doesn't exist.
12144
12145 2008-03-01  Eric Blake  <ebb9@byu.net>
12146
12147         Fix bugs in last patch.
12148         * lib/memchr2.c (memchr2): Fix typo.
12149         * tests/test-memchr2.c: Test previous bug, and don't use GNU
12150         extension.
12151         Reported by Bruce Korb.
12152
12153         New module 'memchr2'.
12154         * modules/memchr2: New file.
12155         * modules/memchr2-tests: Likewise.
12156         * lib/memchr2.h: Likewise.
12157         * lib/memchr2.c: Likewise, based on memchr.c.
12158         * tests/test-memchr2.c: New test.
12159         * MODULES.html.sh (String handling): Add memchr2.
12160
12161 2008-02-29  Bruno Haible  <bruno@clisp.org>
12162
12163         * modules/freadseek-tests: New file.
12164         * tests/test-freadseek.sh: New file.
12165         * tests/test-freadseek.c: New file.
12166
12167         New module 'freadseek'.
12168         * modules/freadseek: New file.
12169         * lib/freadseek.h: New file.
12170         * lib/freadseek.c: New file.
12171         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
12172
12173 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12174
12175         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
12176         wydawca.
12177
12178         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
12179         program_invocation_name and program_invocation_short_name are
12180         present.
12181
12182 2008-02-28  Bruno Haible  <bruno@clisp.org>
12183
12184         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
12185         * tests/test-freadptr.sh: Also test non-seekable stdin.
12186
12187 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
12188
12189         * build-aux/bootstrap (source_base, m4_base)
12190         (doc_base, tests_base): New variables.
12191         (gnulib_tool_options): Do not hardcode base directories, use
12192         the above variables instead.
12193
12194 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
12195
12196         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
12197
12198 2008-02-28  Bruno Haible  <bruno@clisp.org>
12199
12200         * modules/freadptr-tests: New file.
12201         * tests/test-freadptr.sh: New file.
12202         * tests/test-freadptr.c: New file.
12203
12204         New module 'freadptr'.
12205         * modules/freadptr: New file.
12206         * lib/freadptr.h: New file.
12207         * lib/freadptr.c: New file.
12208         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12209
12210 2008-02-26  Karl Berry  <karl@freefriends.org>
12211
12212         Sync from Libtool:
12213         * libltdl/argz.c (argz_add, argz_count): New functions.
12214         * libltdl/argz.in.h: Declare them.
12215         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12216
12217 2008-02-22  Bruno Haible  <bruno@clisp.org>
12218
12219         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12220         is a pointer type.  Needed for HP-UX 10.
12221         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12222         * doc/posix-functions/gmtime_r.texi: Likewise.
12223         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12224
12225 2008-02-24  Bruno Haible  <bruno@clisp.org>
12226
12227         * modules/environ-tests: New file.
12228         * tests/test-environ.c: New file.
12229
12230         New module 'environ'.
12231         * modules/environ: New file.
12232         * lib/unistd.in.h (environ): New declaration.
12233         * m4/environ.m4: New file.
12234         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12235         after use.
12236         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12237         HAVE_DECL_ENVIRON.
12238         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12239         HAVE_DECL_ENVIRON.
12240         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12241         wrong claim that 'environ' is missing on some systems.
12242         * modules/execute (Depends-on): Add environ.
12243         * lib/execute.c (environ): Remove fallback declaration.
12244         * modules/pipe (Depends-on): Add environ.
12245         * lib/pipe.c (environ): Remove fallback declaration.
12246         * modules/setenv (Depends-on): Add environ.
12247         * lib/setenv.c (environ): Remove fallback declaration.
12248         * modules/unsetenv (Depends-on): Add environ.
12249         * lib/unsetenv.c (environ): Remove fallback declaration.
12250         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12251         m4/environ.m4.
12252         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12253         (gl_PREREQ_UNSETENV): Likewise.
12254
12255 2008-02-24  Bruno Haible  <bruno@clisp.org>
12256
12257         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12258
12259 2008-02-20  Bob Proulx  <bob@proulx.com>
12260
12261         Enable use of older two part flavor 'git describe'.
12262         * build-aux/git-version-gen: If using the older two part flavor of
12263         git version then recreate the third part now present in the
12264         newer three part flavor of git describe.
12265
12266 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12267
12268         * lib/fts.c (fts_build): Typo correction to comment.
12269
12270 2008-02-17  Bruno Haible  <bruno@clisp.org>
12271
12272         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12273         generating no-op conflicts.
12274
12275 2008-02-17  Bruno Haible  <bruno@clisp.org>
12276
12277         Speed up by 10%.
12278         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12279         result_entries, rather than an index-based loop.
12280
12281 2008-02-17  Bruno Haible  <bruno@clisp.org>
12282
12283         Speed up by 25%.
12284         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12285         'hashcode_cached'.
12286         (entry_create): New function.
12287         (entry_hashcode): Use the cached hashcode if possible.
12288         (read_changelog_file, try_split_merged_entry): Use entry_create.
12289
12290 2008-02-17  Bruno Haible  <bruno@clisp.org>
12291
12292         Speed up from O(n^2) to O(n) for long ChangeLog files.
12293         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12294         (read_changelog_file): Change implementation of entries_reversed list
12295         to rbtreehash.
12296         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12297
12298 2008-02-17  Bruno Haible  <bruno@clisp.org>
12299
12300         New option --split-merged-entry.
12301         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12302         (find_paragraph_end, try_split_merged_entry): New functions.
12303         (long_options): Add option --split-merged-entry.
12304         (usage): Document option --split-merged-entry.
12305         (main): Implement option --split-merged-entry.
12306         Reported by Eric Blake.
12307
12308 2008-02-17  Bruno Haible  <bruno@clisp.org>
12309
12310         * lib/git-merge-changelog.c: Include c-strstr.h.
12311         (main): Support the "git pull --rebase" situation.
12312         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12313         Reported by Eric Blake.
12314
12315 2008-02-16  Eric Blake  <ebb9@byu.net>
12316
12317         Avoid doubling \ in common case of "c-maybe" quoting style.
12318         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12319         eliding outer quotes.
12320         * lib/quotearg.h: Document this.
12321         * tests/test-quotearg.c (result_strings, inputs, results_g)
12322         (flag_results, locale_results): Test it by adding a new string to
12323         each test group.
12324         (compare_strings): Test new string.
12325
12326 2008-02-13  Eric Blake  <ebb9@byu.net>
12327
12328         Avoid trigraph quoting in default output.
12329         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12330         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12331         unless explicitly requested.
12332         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12333
12334 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12335
12336         Don't rely on signed integer overflowing to negative value.
12337         * lib/getugroups.c (getugroups): Include <limits.h>.
12338         Instead, compare against INT_MAX, and increment only if the test passes.
12339
12340 2008-02-13  Jim Meyering  <meyering@redhat.com>
12341         and Eric Blake  <ebb9@byu.net>
12342
12343         Avoid shadowing warning and compile errors on Linux.
12344         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12345         forwarding macros on Linux.
12346         (dcgettext): Define a stub, for Linux.
12347         (results_g, main): Avoid warnings.
12348
12349 2008-02-12  Eric Blake  <ebb9@byu.net>
12350
12351         Silence warning in last patch.
12352         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12353
12354         Quotearg part 4: add tests, fix c-maybe colon quoting.
12355         * lib/quotearg.h: Improve documentation.
12356         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12357         escapes when adding outer quotes.  When quoting trigraphs, use
12358         valid C notation.  When quoting NUL, omit extra characters if next
12359         character is not digit.  Alter prototype.
12360         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12361         callers.
12362         * modules/quotearg-tests: New module.
12363         * tests/test-quotearg.c: New test.
12364
12365 2008-02-07  Eric Blake  <ebb9@byu.net>
12366
12367         Quotearg part 3: add flag to control outer quote elision.
12368         * lib/quotearg.h (c_maybe_quoting_style): New style.
12369         (enum quoting_flags): Better documentation of flags.
12370         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12371         c-maybe style.
12372         (quotearg_buffer_restyled): Handle new flag to elide outer
12373         quotes.
12374
12375         Quotearg part 2: add flag that can control NUL elision.
12376         * lib/quotearg.h (set_quoting_flags): New prototype.
12377         * lib/quotearg.c (struct quoting_options): Add flag field.
12378         (set_quoting_flags): New function.
12379         (quotearg_buffer_restyled): Add flags parameter.
12380         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12381         (quotearg_n_options): Set the flag, since length cannot be
12382         returned.
12383         (quoting_options_from_style): Default flags correctly.
12384
12385         Quotearg part 1: more wrappers, restore quotearg_char state.
12386         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12387         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12388         (quotearg_colon_mem): New wrappers.
12389         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12390         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12391         functions.
12392         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12393         (quotearg_colon_mem): New functions.
12394
12395 2008-02-11  Bruno Haible  <bruno@clisp.org>
12396
12397         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12398         library in the current directory: it does not work with parallel make.
12399         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12400
12401 2008-02-11  Bruno Haible  <bruno@clisp.org>
12402
12403         * .gitattributes: New file.
12404
12405 2008-02-11  Jim Meyering  <meyering@redhat.com>
12406
12407         useless-if-before-free: Fix reversed exit values.
12408         * build-aux/useless-if-before-free: Use correct values
12409         for EXIT_MATCH and EXIT_NO_MATCH.
12410
12411         * build-aux/useless-if-before-free: Close stdout carefully.
12412
12413 2008-02-10  Bruno Haible  <bruno@clisp.org>
12414
12415         New module 'git-merge-changelog'.
12416         * modules/git-merge-changelog: New file.
12417         * lib/git-merge-changelog.c: New file.
12418
12419 2008-02-10  Jim Meyering  <meyering@redhat.com>
12420
12421         useless-if-before-free: New option: --list (-l).
12422
12423         useless-if-before-free: Don't exit immediately upon open failure.
12424         * build-aux/useless-if-before-free: Exit 2 for errors.
12425         Upon failure to open a file, don't exit immediately.
12426         Rather, just warn and continue with any remaining files.
12427
12428 2008-02-10  Bruno Haible  <bruno@clisp.org>
12429
12430         New abstract list operation 'node_set_value'.
12431         * lib/gl_list.h (gl_list_node_set_value): New function.
12432         (struct gl_list_implementation): New field node_set_value.
12433         * lib/gl_list.c (gl_list_node_set_value): New function.
12434         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12435         (gl_array_list_implementation): Update.
12436         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12437         (gl_carray_list_implementation): Update.
12438         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12439         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12440         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12441         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12442         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12443         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12444         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12445         Update.
12446         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12447         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12448         (gl_sublist_list_implementation): Update.
12449
12450 2008-02-10  Bruno Haible  <bruno@clisp.org>
12451
12452         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12453         Needed when ELEMENT is #defined to 'some_type *'.
12454
12455 2008-02-10  Jim Meyering  <meyering@redhat.com>
12456
12457         New script and module: useless-if-before-free
12458         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12459         * build-aux/useless-if-before-free: New file.
12460         * modules/useless-if-before-free: New file.
12461
12462         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12463
12464         xstrtol_error: Fix typo.
12465         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12466         s/exit_failure/exit_status/.
12467
12468 2008-02-09  Jim Meyering  <meyering@redhat.com>
12469
12470         New script and module: gitlog-to-changelog
12471         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12472         * modules/gitlog-to-changelog: New file.
12473         * build-aux/gitlog-to-changelog: New file.
12474
12475 2008-02-08  Jim Meyering  <meyering@redhat.com>
12476
12477         Avoid two "parameter unused" warnings.
12478         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12479         Mark "st" as used.
12480
12481         Use "git COMMAND", not "git-COMMAND".
12482         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12483         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12484         * build-aux/git-version-gen: Use "git status", not "git-status".
12485
12486 2008-02-07  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12489         Avoids a crash on Windows Vista.
12490         Reported by Adam Strzelecki <ono@java.pl> via
12491         Simon Josefsson <simon@josefsson.org>.
12492
12493 2008-02-06  Bruno Haible  <bruno@clisp.org>
12494
12495         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12496         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12497         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12498         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12499         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12500         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12501         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12502         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12503         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12504         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12505         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12506         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12507         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12508         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12509         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12510         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12511         left-adjust flag.
12512         * tests/test-snprintf-posix.h (test_function): Likewise.
12513         * tests/test-sprintf-posix.h (test_function): Likewise.
12514         * tests/test-vasprintf-posix.c (test_function): Likewise.
12515         * doc/posix-functions/fprintf.texi: Update.
12516         * doc/posix-functions/printf.texi: Update.
12517         * doc/posix-functions/snprintf.texi: Update.
12518         * doc/posix-functions/sprintf.texi: Update.
12519         * doc/posix-functions/vfprintf.texi: Update.
12520         * doc/posix-functions/vprintf.texi: Update.
12521         * doc/posix-functions/vsnprintf.texi: Update.
12522         * doc/posix-functions/vsprintf.texi: Update.
12523         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12524
12525 2008-02-06  Bruno Haible  <bruno@clisp.org>
12526
12527         Fix bug introduced on 2008-01-26.
12528         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12529
12530 2008-02-06  Bruno Haible  <bruno@clisp.org>
12531
12532         Fix bug introduced on 2007-06-10.
12533         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12534         !NEED_PRINTF_FLAG_ZERO.
12535
12536 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12537
12538         getloadavg: use libperfstat on AIX5
12539         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12540
12541 2008-02-03  Bruno Haible  <bruno@clisp.org>
12542
12543         * lib/diffseq.h: Add comments about required #includes.
12544         Reported by Michael Biggs <gnulib@doubleplum.net>.
12545
12546 2008-02-01  Bruno Haible  <bruno@clisp.org>
12547
12548         * users.txt: Add gnuit.
12549
12550 2008-01-31  Bruno Haible  <bruno@clisp.org>
12551
12552         * lib/md4.c (set_uint32): Mark as inline.
12553         * lib/md5.c (set_uint32): Likewise.
12554         * lib/sha1.c (set_uint32): Likewise.
12555         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12556         * m4/md5.m4 (gl_MD5): Likewise.
12557         * m4/sha1.m4 (gl_SHA1): Likewise.
12558
12559 2008-01-31  Jim Meyering  <meyering@redhat.com>
12560
12561         Use "sizeof VAR", rather than a literal "4".
12562         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12563         * lib/md4.c (md4_read_ctx): Likewise.
12564         * lib/sha1.c (sha1_read_ctx): Likewise.
12565
12566 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12567
12568         * tests/test-sha1.c: New file, based on test-md5.c.
12569
12570         * modules/crypto/sha1-tests: New file.
12571
12572 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12573
12574         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12575
12576 2008-01-31  Jim Meyering  <meyering@redhat.com>
12577
12578         Prefer "sizeof v" over the equivalent "4".
12579         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12580         * lib/md5.c (set_uint32): Likewise.
12581         * lib/sha1.c (set_uint32): Likewise.
12582
12583 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12584
12585         * lib/sha1.c (set_uint32): Mark function as static.
12586
12587 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12588
12589         md2: clarify comments to say that alignment is not required.
12590         * lib/md2.h: Remove warning about alignment in comment.
12591         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12592         never been required.
12593
12594 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12595
12596         md4: adapt alignment constraint fix from sha1.
12597         * lib/md4.c (set_uint32): New function, from sha1.c
12598         (md4_read_ctx): Use it.
12599         (md4_finish_ctx): Doc fix.
12600         * lib/md4.h: Doc fix.
12601
12602 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12603
12604         md5: adapt alignment constraint fix from sha1.
12605         * lib/md5.c (set_uint32): New function, from sha1.c
12606         (md5_read_ctx): Use it.
12607         (md5_finish_ctx): Doc fix.
12608         * lib/md5.h: Doc fix.
12609
12610 2008-01-30  Peter Palfrader  <weasel@debian.org>
12611
12612         sha1: remove the result buffer alignment constraint
12613         * lib/sha1.c (set_uint32): New function.
12614         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12615         constraint.
12616         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12617         * lib/sha1.h: Likewise.
12618
12619 2008-01-30  Andreas Schwab  <schwab@suse.de>
12620             Bruno Haible  <bruno@clisp.org>
12621
12622         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12623         correct definition of LDBL_MIN_EXP.
12624
12625 2008-01-30  Karl Berry  <karl@gnu.org>
12626
12627         * config/srclist-update: try to preserve x bit on updates.
12628         * config/srclistvars.sh: update for karl.
12629
12630 2008-01-29  Jim Meyering  <meyering@redhat.com>
12631
12632         vasnprintf.c: Avoid warning about unused label
12633         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12634         "overflow" label definition and associated code with the
12635         same cpp condition that guards the sole use of that label.
12636
12637 2008-01-26  Bruno Haible  <bruno@clisp.org>
12638
12639         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12640         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12641         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12642         * lib/isnanl-nolibm.h (isnanl): Likewise.
12643         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12644
12645 2008-01-26  Bruno Haible  <bruno@clisp.org>
12646
12647         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12648         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12649
12650 2008-01-26  Bruno Haible  <bruno@clisp.org>
12651
12652         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12653         GCC >= 4.0 built-in.
12654         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12655
12656 2008-01-26  Bruno Haible  <bruno@clisp.org>
12657
12658         Rename isnan, applicable to 'double' only, to isnand.
12659         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12660         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12661         (configure.ac): Update.
12662         (Include): Replace "isnan.h" with "isnand.h".
12663         * m4/isnand.m4: Renamed from m4/isnan.m4.
12664         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12665         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12666         instead of isnan.c.
12667         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12668         instead of HAVE_ISNAN_IN_LIBC.
12669         (isnand): Renamed from isnan.
12670         * lib/isnand.c: New file.
12671         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12672         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12673         (Makefile.am): Update.
12674         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12675         Include isnand.h instead of isnan.h.
12676         (main): Test isnand instead of isnan.
12677         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12678         isnan-nolibm.
12679         * modules/frexp (Depends-on): Likewise.
12680         * modules/frexp-tests (Depends-on): Likewise.
12681         * modules/frexp-nolibm (Depends-on): Likewise.
12682         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12683         * modules/isfinite (Depends-on): Likewise.
12684         * modules/round-tests (Depends-on): Likewise.
12685         * modules/signbit (Depends-on): Likewise.
12686         * modules/signbit-tests (Depends-on): Likewise.
12687         * modules/snprintf-posix (Depends-on): Likewise.
12688         * modules/sprintf-posix (Depends-on): Likewise.
12689         * modules/trunc-tests (Depends-on): Likewise.
12690         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12691         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12692         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12693         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12694         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12695         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12696         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12697         * modules/vasnprintf-posix (Depends-on): Likewise.
12698         * modules/vasprintf-posix (Depends-on): Likewise.
12699         * modules/vfprintf-posix (Depends-on): Likewise.
12700         * modules/vsnprintf-posix (Depends-on): Likewise.
12701         * modules/vsprintf-posix (Depends-on): Likewise.
12702         * lib/frexp.c: Include isnand.h instead of isnan.h.
12703         (ISNAN): Set to isnand instead of isnan.
12704         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12705         (gl_isfinited): Use isnand instead of isnan.
12706         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12707         (gl_signbitd): Use isnand instead of isnan.
12708         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12709         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12710         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12711         (main): Use isnand instead of isnan.
12712         * tests/test-round1.c: Include isnand.h.
12713         (main): Use isnand instead of isnan.
12714         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12715         (ISNAN): Set to isnand instead of isnan.
12716         * tests/test-trunc1.c: Include isnand.h.
12717         (main): Use isnand instead of isnan.
12718         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12719         (equal): Use isnand instead of isnan.
12720         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12721         isnand-nolibm.
12722         * NEWS: Mention the change.
12723
12724 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12725             Bruno Haible  <bruno@clisp.org>
12726
12727         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12728         the GCC builtins for signbits are present and set
12729         REPLACE_SIGNBIT_USING_GCC if so.
12730         * lib/math.in.h (signbit): Define using GCC builtins if
12731         REPLACE_SIGNBIT_USING_GCC is set.
12732         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12733         REPLACE_SIGNBIT_USING_GCC.
12734         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12735
12736 2008-01-25  Jim Meyering  <meyering@redhat.com>
12737
12738         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12739         * lib/poll.c: Include <config.h>, not "config.h".
12740         * tests/test-getaddrinfo.c: Likewise.
12741
12742 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12743
12744         * modules/sockets-tests: New file.
12745
12746 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12747
12748         * modules/sockets: New module, can be used to call WSA_Startup and
12749         WSA_Cleanup when needed.
12750
12751         * lib/sockets.h, lib/sockets.c: New files.
12752
12753         * m4/sockets.m4: New file.
12754
12755         * tests/test-sockets.c: New file.
12756
12757 2008-01-19  Bruno Haible  <bruno@clisp.org>
12758
12759         * doc/posix-headers: Renamed from doc/headers.
12760         * doc/posix-functions: Renamed from doc/functions.
12761         * doc/gnulib.texi: Update.
12762
12763 2008-01-19  Bruno Haible  <bruno@clisp.org>
12764
12765         * doc/glibc-functions/strcasestr.texi: Include contents of
12766         doc/functions/strcasestr.texi, fixing the list of platforms.
12767         * doc/functions/strcasestr.texi: Remove file.
12768
12769 2008-01-19  Bruno Haible  <bruno@clisp.org>
12770
12771         * doc/glibc-functions/memmem.texi: Include contents of
12772         doc/functions/memmem.texi.
12773         * doc/functions/memmem.texi: Remove file.
12774
12775 2008-01-18  Bruno Haible  <bruno@clisp.org>
12776
12777         * doc/glibc-functions/*.texi: New files.
12778         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12779         to use the new files.
12780
12781 2008-01-17  Bruno Haible  <bruno@clisp.org>
12782
12783         * tests/test-gethostname.c (main): Fix printf statement.
12784
12785 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12786
12787         * modules/gethostname-tests: New file.
12788
12789         * tests/test-gethostname.c: New file.
12790
12791 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12792
12793         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12794         used by the UNAME case.  Reported by Bruno Haible
12795         <bruno@clisp.org>.
12796
12797 2008-01-17  Eric Blake  <ebb9@byu.net>
12798
12799         Convert c-strcasestr to be more efficient.
12800         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12801         (Depends-on): Add c-strcase, remove malloca, strnlen.
12802         * tests/test-c-strcasestr.c (main): Enhance test.
12803         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12804
12805 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12806
12807         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12808         Use it in creating po/Makevars.
12809
12810 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12811
12812         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12813         Applications that requires it should initialize libgcrypt
12814         manually.
12815
12816 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12817
12818         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12819
12820 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         Fix problem with getdate on mingw32 reported by Simon Josefsson
12823         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12824         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12825         tzname", when deciding whether to declare tzname.
12826         * lib/strftime.c (tzname): Likewise.
12827
12828 2008-01-15  Bruno Haible  <bruno@clisp.org>
12829
12830         Work around a MacOS X 10.5 bug in frexpl().
12831         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12832         * doc/functions/frexpl.texi: Document the bug.
12833         Reported by Elias Pipping <pipping@gentoo.org>.
12834
12835 2008-01-14  Eric Blake  <ebb9@byu.net>
12836
12837         Touch up previous patch.
12838         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12839         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12840
12841         Convert strcasestr module to use Two-Way algorithm.
12842         * modules/strcasestr-simple: New module, based on the old
12843         strcasestr, but with Two-Way rather than KMP.
12844         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12845         * lib/string.in.h (rpl_strcasestr): Declare.
12846         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12847         performance.
12848         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12849         * modules/string (Makefile.am): Support strcasestr.
12850         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12851         * modules/strcasestr-tests (Depends-on): Check for alarm.
12852         * tests/test-strcasestr.c: Augment test.
12853         * lib/str-two-way.h: Clean up stray macro.
12854         * NEWS: Document new module.
12855         * MODULES.html.sh (string handling): Likewise.
12856         * doc/functions/strcasestr.texi: New file.
12857         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12858         here, since it is not a POSIX function.
12859
12860 2008-01-14  Colin Watson  <cjwatson@debian.org>
12861             Bruno Haible  <bruno@clisp.org>
12862
12863         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12864         works fine; if not, set REPLACE_STRSIGNAL.
12865         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12866         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12867         REPLACE_STRSIGNAL.
12868         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12869         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12870         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12871
12872 2008-01-14  Bruno Haible  <bruno@clisp.org>
12873
12874         * modules/strsignal (Include): Change to <string.h>.
12875
12876 2008-01-14  Colin Watson  <cjwatson@debian.org>
12877
12878         * modules/argp (Notice): Add a notice recommending to change
12879         XGETTEXT_OPTIONS.
12880         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12881
12882 2008-01-13  Colin Watson  <cjwatson@debian.org>
12883
12884         * modules/strsignal-tests: New file.
12885         * tests/test-strsignal.c: New file.
12886
12887         * lib/strsignal.c: New file, from glibc with modifications.
12888         * lib/siglist.h: New file, from glibc with modifications.
12889         * lib/string.in.h (strsignal): New declaration.
12890         * m4/strsignal.m4: New file.
12891         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12892         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12893         * modules/strsignal: New file.
12894         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12895         HAVE_DECL_STRSIGNAL.
12896
12897 2008-01-13  Bruno Haible  <bruno@clisp.org>
12898
12899         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12900         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12901         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12902         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12903
12904 2008-01-13  Bruno Haible  <bruno@clisp.org>
12905
12906         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12907         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12908         * lib/argp.h (__attribute__): Likewise.
12909         * lib/c-stack.c (__attribute__): Likewise.
12910         * lib/error.h (__attribute__): Likewise.
12911         * lib/fts.c (__attribute__): Likewise.
12912         * lib/openat.h (__attribute__): Likewise.
12913         * lib/stdio.in.h (__attribute__): Likewise.
12914         * lib/string.in.h (__attribute__): Likewise.
12915         * lib/utimens.c (__attribute__): Likewise.
12916         * lib/vasnprintf.h (__attribute__): Likewise.
12917         * lib/xalloc.h (__attribute__): Likewise.
12918         * lib/xprintf.h (__attribute__): Likewise.
12919         * lib/xstrtol.h (__attribute__): Likewise.
12920         * lib/xvasprintf.h (__attribute__): Likewise.
12921
12922 2008-01-12  Bruno Haible  <bruno@clisp.org>
12923
12924         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12925         * doc/glibc-headers/a.out.texi: New file.
12926         * doc/glibc-headers/aliases.texi: New file.
12927         * doc/glibc-headers/alloca.texi: New file.
12928         * doc/glibc-headers/ar.texi: New file.
12929         * doc/glibc-headers/argp.texi: New file.
12930         * doc/glibc-headers/argz.texi: New file.
12931         * doc/glibc-headers/byteswap.texi: New file.
12932         * doc/glibc-headers/crypt.texi: New file.
12933         * doc/glibc-headers/endian.texi: New file.
12934         * doc/glibc-headers/envz.texi: New file.
12935         * doc/glibc-headers/err.texi: New file.
12936         * doc/glibc-headers/error.texi: New file.
12937         * doc/glibc-headers/execinfo.texi: New file.
12938         * doc/glibc-headers/fpu_control.texi: New file.
12939         * doc/glibc-headers/fstab.texi: New file.
12940         * doc/glibc-headers/fts.texi: New file.
12941         * doc/glibc-headers/getopt.texi: New file.
12942         * doc/glibc-headers/ieee754.texi: New file.
12943         * doc/glibc-headers/ifaddrs.texi: New file.
12944         * doc/glibc-headers/libintl.texi: New file.
12945         * doc/glibc-headers/mcheck.texi: New file.
12946         * doc/glibc-headers/mntent.texi: New file.
12947         * doc/glibc-headers/obstack.texi: New file.
12948         * doc/glibc-headers/paths.texi: New file.
12949         * doc/glibc-headers/printf.texi: New file.
12950         * doc/glibc-headers/pty.texi: New file.
12951         * doc/glibc-headers/resolv.texi: New file.
12952         * doc/glibc-headers/shadow.texi: New file.
12953         * doc/glibc-headers/sysexits.texi: New file.
12954         * doc/glibc-headers/ttyent.texi: New file.
12955
12956 2008-01-12  Jim Meyering  <meyering@redhat.com>
12957
12958         announce-gen: emit Gnulib's git-based version string.
12959         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12960         New option --gnulib-version=V, where V is expected to be
12961         the output of running git describe in the gnulib directory.
12962         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12963         not useful, and plan to stop publishing an xdelta file with each
12964         coreutils release.
12965
12966         * build-aux/announce-gen: Also check for lzma-compressed files.
12967
12968 2008-01-11  Bruno Haible  <bruno@clisp.org>
12969
12970         * tests/test-memmem.c (main): Increase maximum allowed time.
12971         * tests/test-strstr.c (main): Likewise.
12972
12973 2008-01-11  Bruno Haible  <bruno@clisp.org>
12974
12975         * doc/functions/memmem.texi: Add more precisions about platforms.
12976         * doc/functions/strstr.texi: Likewise.
12977
12978 2008-01-10  Eric Blake  <ebb9@byu.net>
12979
12980         * m4/strstr.m4: Delete cruft from copy-n-paste.
12981         Reported by Bruno Haible.
12982
12983 2008-01-10  Bruno Haible  <bruno@clisp.org>
12984
12985         Make c-strstr rely on strstr.
12986         * lib/c-strstr.c: Don't include str-kmp.h.
12987         (c_strstr): Define in terms of strstr.
12988         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12989         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12990
12991 2008-01-10  Bruno Haible  <bruno@clisp.org>
12992
12993         * doc/gnulib.texi (String Functions in C Locale): New section.
12994         * doc/c-ctype.texi: New file.
12995         * doc/c-strcase.texi: New file.
12996         * doc/c-strcaseeq.texi: New file.
12997         * doc/c-strcasestr.texi: New file.
12998         * doc/c-strstr.texi: New file.
12999         * doc/c-strtod.texi: New file.
13000         * doc/c-strtold.texi: New file.
13001
13002 2008-01-10  Eric Blake  <ebb9@byu.net>
13003
13004         * lib/relocatable.h: Fix a comment.
13005
13006 2008-01-10  Eric Blake  <ebb9@byu.net>
13007
13008         Share two-way algorithm.
13009         * lib/str-two-way.h: New file, merged from...
13010         * lib/memmem.c: ...here...
13011         * lib/strstr.c: ...and here.
13012         * modules/memmem (Files): Use it.
13013         * modules/strstr (Files): Likewise.
13014
13015         Avoid quadratic strstr implementations.
13016         * lib/strstr.c: New file.
13017         * m4/strstr.m4: Likewise.
13018         * modules/strstr: Likewise.
13019         * modules/strstr-tests: Likewise.
13020         * tests/test-strstr.c: Likewise.
13021         * lib/string.in.h (rpl_strstr): Declare.
13022         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
13023         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
13024         * modules/string (Makefile.am): Likewise.
13025         * MODULES.html.sh (string handling): Mention new module.
13026         * doc/functions/strstr.texi (strstr): Document the bug.
13027
13028 2008-01-10  Bruno Haible  <bruno@clisp.org>
13029
13030         * lib/relocatable.h (relocate): State whether result is freshly
13031         allocated or not.
13032         * lib/relocatable.c (relocate): Return a freshly allocated string
13033         instead of a pointer to a privately held string.
13034         Reported by Sylvain Beucler <beuc@gnu.org>.
13035
13036 2008-01-10  Colin Watson  <cjwatson@debian.org>
13037
13038         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
13039         s/S_ISNLK/S_ISLNK/.
13040
13041 2008-01-09  Bruno Haible  <bruno@clisp.org>
13042
13043         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
13044         and other files.
13045         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
13046         if it's only a guess.
13047         * modules/memmem: Simplify by depending on memmem-simple.
13048
13049 2008-01-09  Bruno Haible  <bruno@clisp.org>
13050
13051         Work around OpenBSD 4.0 tdelete() bug.
13052         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
13053         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
13054         macros and don't redefine the enum values.
13055         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
13056         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
13057         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
13058
13059 2008-01-09  Bruno Haible  <bruno@clisp.org>
13060
13061         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
13062         (main): Don't perform the tests if setlocale did not install a UTF-8
13063         locale. Needed on OpenBSD 4.0.
13064         * modules/wcwidth-tests (Depends-on): Add localcharset.
13065
13066 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13067
13068         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
13069         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
13070         * NEWS: announce this.
13071         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
13072
13073 2008-01-09  Simon Josefsson  <simon@josefsson.org>
13074         and Eric Blake  <ebb9@byu.net>
13075
13076         Add memmem-simple module.
13077         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
13078         (gl_FUNC_MEMMEM): Separate performance from presence checks.
13079         * modules/memmem-simple: New file.
13080         * modules/memmem (Description): Tweak.
13081         * MODULES.html.sh (string handling): Mention new module.
13082         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
13083         addressed by memmem-simple.
13084         * NEWS: Document the difference.
13085
13086 2008-01-09  Eric Blake  <ebb9@byu.net>
13087
13088         Give gcc some memmem optimization hints.
13089         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
13090         (strcasestr): Declare as pure.
13091         * modules/memmem (Maintainer): Claim my implementation.
13092
13093 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13094
13095         Support AIX 6.1 and higher.
13096         * build-aux/config.libpath: Likewise.
13097         * build-aux/config.rpath: Likewise.
13098
13099 2008-01-08  Jim Meyering  <meyering@redhat.com>
13100             Bruno Haible  <bruno@clisp.org>
13101
13102         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
13103         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
13104         Reported by Peter Fales in
13105         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
13106
13107 2008-01-08  Bruno Haible  <bruno@clisp.org>
13108
13109         * modules/unictype/category-of (Depends-on): Add
13110         unictype/category-none.
13111         * modules/unictype/category-and-tests (Depends-on): Add
13112         unictype/category-{L,N,Lu,Nd}.
13113         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
13114         * modules/unictype/category-or-tests (Depends-on): Add
13115         unictype/category-{L,N}.
13116         * modules/unictype/category-name-tests (Depends-on): Add
13117         unictype/category-{Z,Nl}.
13118         Reported by Simon Josefsson.
13119
13120 2008-01-08  Bruno Haible  <bruno@clisp.org>
13121
13122         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
13123         convention better.
13124         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
13125         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
13126         Reported by Peter Miller <millerp@canb.auug.org.au>.
13127
13128 2008-01-08  Eric Blake  <ebb9@byu.net>
13129
13130         Rewrite memmem to guarantee linear complexity without malloc.
13131         * lib/memmem.c (memmem): Use Two-Way rather than
13132         Knuth-Morris-Pratt, to allow O(1) space usage.
13133         (critical_factorization, two_way_short_needle)
13134         (two_way_long_needle): New functions.
13135         (knuth_morris_pratt): Delete.
13136         * modules/memmem (Depends-on): No longer need malloca or stdbool.
13137         Add stdint.
13138         * tests/test-memmem.c (main): Add tests for periodic needle and
13139         sublinear performance.
13140         * doc/functions/memmem.texi (memmem): Document other deficiencies
13141         in cygwin and older glibc.
13142
13143 2008-01-08  Bruno Haible  <bruno@clisp.org>
13144
13145         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
13146         augmentation.
13147
13148 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
13149
13150         Add a configure time option: --disable-acl.
13151         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
13152         AC_ARG_ENABLE(acl).
13153
13154 2008-01-06  Simon Josefsson  <simon@josefsson.org>
13155
13156         * tests/test-localename.c: Don't include obsolete "setenv.h".
13157
13158         * modules/localename-tests (Depends-on): Need unsetenv.
13159
13160 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13161
13162         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
13163
13164 2008-01-06  Colin Watson  <cjwatson@debian.org>
13165
13166         * users.txt: Add man-db.
13167
13168 2008-01-07  Bruno Haible  <bruno@clisp.org>
13169
13170         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
13171         previous section name.
13172
13173 2008-01-07  Bruno Haible  <bruno@clisp.org>
13174
13175         * lib/progname.c (set_program_name): Don't strip off a leading
13176         "lt-" prefix outside a .libs directory.
13177         Suggested by Paul Eggert.
13178
13179 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
13180             Bruno Haible  <bruno@clisp.org>
13181
13182         Improve memory cleanup in 'relocatable' module.
13183         * lib/relocatable.h (compute_curr_prefix): Change return type to
13184         'char *'.
13185         * lib/relocatable.c (compute_curr_prefix): Change return type to
13186         'char *'. Free curr_installdir after use.
13187         (relocate): Free curr_prefix_better after use.
13188         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
13189
13190 2008-01-01  Bruno Haible  <bruno@clisp.org>
13191
13192         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
13193         failure on older glibc systems.
13194         Reported by Peter Fales <psfales@alcatel-lucent.com>.
13195
13196 2008-01-05  Eric Blake  <ebb9@byu.net>
13197
13198         Avoid quadratic system memmem.
13199         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
13200         Reported by Ralf Wildenhues.
13201
13202         Fix memmem test for mingw.
13203         * modules/memmem-tests (configure.ac): Check for alarm.
13204         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
13205         it.
13206         * doc/functions/memmem.texi: New file.
13207         * doc/gnulib.texi (Function Substitutes): Add memmem.
13208         Reported by Bruno Haible.
13209
13210 2008-01-04  Bruno Haible  <bruno@clisp.org>
13211
13212         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13213         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13214         gl_HEADER_STRING_H_DEFAULTS.
13215
13216 2008-01-04  Eric Blake  <ebb9@byu.net>
13217
13218         Shorten duration of memmem test.
13219         * tests/test-memmem.c (main): Use alarm to declare failure if test
13220         is taking too long.
13221         Reported by Ralf Wildenhues.
13222
13223 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13224
13225         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13226         string, needed by strerror.
13227
13228 2008-01-03  Colin Watson  <cjwatson@debian.org>
13229             Bruno Haible  <bruno@clisp.org>
13230
13231         * doc/gnulib-tool.texi (Localization): New section.
13232
13233 2008-01-02  Bruno Haible  <bruno@clisp.org>
13234
13235         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13236         variables to 'unsigned char *' type.
13237         Reported by Paul Eggert.
13238
13239 2008-01-02  Jim Meyering  <jim@meyering.net>
13240
13241         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13242
13243 2007-12-31  Jim Meyering  <jim@meyering.net>
13244
13245         Avoid use of private FTS type name.
13246         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13247
13248 2007-12-30  Karl Berry  <karl@gnu.org>
13249
13250         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13251         work around defect in Texinfo and/or the standalone Info browser.
13252
13253 2007-12-30  Bruno Haible  <bruno@clisp.org>
13254
13255         Unify 5 copies of the KMP code.
13256         * lib/str-kmp.h: New file.
13257         * lib/c-strcasestr.c: Include str-kmp.h.
13258         (knuth_morris_pratt): Remove function.
13259         (c_strcasestr): Update.
13260         * lib/c-strstr.c: Include str-kmp.h.
13261         (knuth_morris_pratt): Remove function.
13262         (c_strcasestr): Update.
13263         * lib/mbscasestr.c: Include str-kmp.h.
13264         (knuth_morris_pratt_unibyte): Remove function.
13265         * lib/mbsstr.c: Include str-kmp.h.
13266         (knuth_morris_pratt_unibyte): Remove function.
13267         * lib/strcasestr.c: Include str-kmp.h.
13268         (knuth_morris_pratt): Remove function.
13269         (strcasestr): Update.
13270         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13271         * modules/c-strstr (Files): Likewise.
13272         * modules/mbscasestr (Files): Likewise.
13273         * modules/mbsstr (Files): Likewise.
13274         * modules/strcasestr (Files): Likewise.
13275         Suggested by Paul Eggert.
13276
13277 2007-12-30  Bruno Haible  <bruno@clisp.org>
13278
13279         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13280         defined.
13281
13282 2007-12-30  Bruno Haible  <bruno@clisp.org>
13283
13284         * lib/xmalloca.h: Include xalloc.h.
13285         (xnmalloca): New macro.
13286
13287 2007-12-30  Bruno Haible  <bruno@clisp.org>
13288
13289         * lib/malloca.h (nmalloca): New macro.
13290         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13291         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13292         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13293         knuth_morris_pratt_multibyte): Likewise.
13294         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13295         knuth_morris_pratt_multibyte): Likewise.
13296         * lib/memmem.c (knuth_morris_pratt): Likewise.
13297         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13298
13299 2007-12-25  Bruno Haible  <bruno@clisp.org>
13300
13301         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13302         * lib/glob.c: Don't include openat.h.
13303         (link_exists2_p): Add back the code that deals with the
13304         !GLOB_ALTDIRFUNC case.
13305         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13306         let it do the filename concatenation.
13307         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13308         * modules/glob (Depends-on): Remove openat.
13309
13310 2007-12-31  Bruno Haible  <bruno@clisp.org>
13311
13312         * modules/dirfd (License): Change to LGPLv2+.
13313         Approved by Jim Meyering.
13314
13315 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13316
13317         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13318         when multiplying M by sizeof (size_t).
13319
13320 2007-12-10  Martin Lambers  <marlam@marlam.de>
13321
13322         Override getpagesize on mingw.
13323         * lib/getpagesize.c: New file.
13324         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13325         * modules/getpagesize (Files): Add lib/getpagesize.c.
13326         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13327         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13328         REPLACE_GETPAGESIZE.
13329         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13330
13331 2007-12-25  Bruno Haible  <bruno@clisp.org>
13332
13333         * modules/localcharset (Notice): New field.
13334         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13335         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13336
13337 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13338             Bruno Haible  <bruno@clisp.org>
13339
13340         Avoid using the syntax symbol() in formatted documentation.
13341         * MODULES.html.sh (func_module): When replacing symbol() with a
13342         hyperlink, remove the parentheses. Show an error if some remain.
13343         Recognize and render the '...' syntax.
13344         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13345         Rework. Add paragraph about GCC's inlining.
13346         * doc/alloca.texi: Likewise.
13347         * doc/error.texi: Remove parentheses from symbol reference.
13348         * doc/gnulib-intro.texi: Likewise.
13349         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13350         * modules/fnmatch (Description): Reword to say "the ... function".
13351         * modules/full-read (Description): Likewise.
13352         * modules/full-write (Description): Likewise.
13353         * modules/safe-read (Description): Likewise.
13354         * modules/safe-write (Description): Likewise.
13355         * modules/strchrnul (Description): Likewise.
13356         * modules/trim (Description): Likewise.
13357         * modules/error (Description): Remove parentheses from symbol
13358         references.
13359         * modules/verror (Description): Likewise.
13360         Reported by Karl Berry.
13361
13362 2007-12-25  Bruno Haible  <bruno@clisp.org>
13363
13364         Fixup after 2007-10-16 commit.
13365         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13366
13367 2007-12-24  Bruno Haible  <bruno@clisp.org>
13368
13369         Make --enable-relocatable work with DESTDIR.
13370         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13371         to compute installdir from destprog.
13372         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13373         also set the RELOC_DESTDIR variable.
13374         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13375
13376 2007-12-24  Bruno Haible  <bruno@clisp.org>
13377
13378         Fix link error due to xalloc_die().
13379         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13380         of xreadlink.
13381         * lib/relocwrapper.c: Update comments.
13382         * build-aux/install-reloc: Remove xreadlink.c from file list.
13383         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13384         xreadlink.c.
13385         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13386
13387 2007-12-24  Bruno Haible  <bruno@clisp.org>
13388
13389         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13390         * lib/setenv.h: Remove file.
13391         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13392         lib/setenv.h.
13393         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13394         (Depends-on): Add stdlib.
13395         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13396         gl_FUNC_UNSETENV.
13397         (Include): Replace setenv.h with <stdlib.h>.
13398         * modules/unsetenv: New file.
13399         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13400         * lib/unsetenv.c: Include <stdlib.h> first.
13401         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13402         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13403         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13404         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13405         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13406         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13407         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13408         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13409         * doc/functions/unsetenv.texi: Update.
13410         * modules/xsetenv (Depends-on): Add unsetenv.
13411         * modules/getdate (Depends-on): Likewise.
13412         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13413         * lib/xsetenv.c: Don't include setenv.h.
13414         * lib/getdate.y: Likewise.
13415         * lib/relocwrapper.c: Likewise.
13416         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13417         (Depends-on): Add stdlib.
13418         * NEWS: Mention the changes.
13419         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13420
13421 2007-12-23  Bruno Haible  <bruno@clisp.org>
13422
13423         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13424         indentation.
13425
13426 2007-12-23  Bruno Haible  <bruno@clisp.org>
13427
13428         * lib/c-strcasestr.c: Add more comments.
13429         * lib/c-strstr.c: Likewise.
13430         * lib/mbscasestr.c: Likewise.
13431         * lib/mbsstr.c: Likewise.
13432         * lib/strcasestr.c: Likewise.
13433         * lib/memmem.c: Likewise.
13434
13435 2007-12-23  Bruno Haible  <bruno@clisp.org>
13436
13437         * tests/test-memmem.c: Include <string.h> first.
13438
13439 2007-12-22  Bruno Haible  <bruno@clisp.org>
13440
13441         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13442         the contents of $testsbase.
13443         Reported by Ralf Wildenhues.
13444
13445 2007-12-22  Bruno Haible  <bruno@clisp.org>
13446
13447         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13448         two variables local_ldadd_before, local_ldadd_last.
13449
13450 2007-12-20  Eric Blake  <ebb9@byu.net>
13451
13452         Work around circular library issue when cross-compiling.
13453         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13454         that progname.o does not need to pull in rpl_memcmp.
13455
13456 2007-12-19  Eric Blake  <ebb9@byu.net>
13457
13458         Fix memmem to avoid O(n^2) worst-case complexity.
13459         * lib/memmem.c (knuth_morris_pratt): New function.
13460         (memmem): Use it if first few naive iterations fail.
13461         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13462         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13463         * modules/memchr (License): Likewise.
13464         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13465         malloca.
13466         * tests/test-memmem.c: Rewrite, borrowing ideas from
13467         test-mbsstr1.c; the old version wouldn't even compile!
13468         * modules/memmem-tests: New file.
13469         * lib/string.in.h (rpl_memmem): Add declaration.
13470         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13471         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13472         REPLACE_MEMMEM.
13473
13474 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13477         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13478         before any system include files, and undef after them all.  This
13479         should fix a problem on VMS reported by John E. Malmberg in
13480         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13481
13482 2007-12-17  Eric Blake  <ebb9@byu.net>
13483
13484         Revert addition of verify, for BSD/OS.
13485         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13486         can't handle large files, for the sake of obsolete platforms.
13487         * modules/fseeko (Depends-on): Remove verify.
13488         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13489         * doc/functions/ftello.texi (ftello): Likewise.
13490         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13491         Reported by Larry Jones.
13492
13493 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13494
13495         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13496         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13497
13498 2007-12-17  Jim Meyering  <meyering@redhat.com>
13499
13500         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13501         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13502         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13503         * modules/getcwd (Depends-on): Add openat.
13504         Reported by Petr Salinger.
13505
13506 2007-12-17  Bruno Haible  <bruno@clisp.org>
13507
13508         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13509         avoid a segmentation fault of the configure test on x86_64 systems.
13510
13511 2007-12-15  Jim Meyering  <meyering@redhat.com>
13512
13513         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13514
13515 2007-12-13  Eric Blake  <ebb9@byu.net>
13516
13517         Another fseek test.
13518         * tests/test-fseek.c (main): Also test ungetc handling.
13519         * tests/test-fseeko.c (main): Likewise.
13520         * modules/fseeko (Depends-on): Add verify.
13521         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13522         large.
13523         Reported by Larry Jones.
13524
13525         Fix fseeko on mingw.
13526         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13527         seek.
13528
13529         Beef up fseek tests.
13530         * tests/test-fseek.c (main): Also test eof handling.
13531         * tests/test-fseeko.c (main): Likewise.
13532         Reported by Larry Jones.
13533
13534 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13535
13536         Fix fseeko on BSD-based platforms.
13537         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13538         successful seek.
13539
13540 2007-12-12  Eric Blake  <ebb9@byu.net>
13541
13542         Allow circular dependency of separate libtests.a
13543         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13544         when use_libtests.
13545
13546 2007-12-11  Eric Blake  <ebb9@byu.net>
13547
13548         Fix bug with -0.0L in previous patch.
13549         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13550         * tests/test-isnan.c (main): Also test on zeroes.
13551         * tests/test-isnanf.c (main): Likewise.
13552         * tests/test-isnanl.h (main): Likewise.
13553
13554         Detect pseudo-denormals on x86 even when cross-compiling.
13555         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13556         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13557         invalid bit patterns that happen to satisfy ==.
13558
13559         Avoid link failures with separate libtests.a.
13560         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13561         last, to satisfy circular dependencies.
13562
13563 2007-12-11  Eric Blake  <ebb9@byu.net>
13564         and Bruno Haible  <bruno@clisp.org>
13565
13566         Fix OpenBSD 4.0 <float.h> handling of long double.
13567         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13568         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13569         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13570
13571 2007-12-11  Jim Meyering  <meyering@redhat.com>
13572
13573         * users.txt: Add libvirt.
13574
13575         Support versions of autoconf prior to 2.59c.
13576         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13577         if it is not already defined.
13578
13579 2007-12-09  Bruno Haible  <bruno@clisp.org>
13580
13581         Let 'gnulib-tool --import' collect sources needed for the tests in
13582         tests/ rather than in lib/.
13583         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13584         argument. If true, add rules to generate libtests.a, and put libtests.a
13585         into $(LDADD). Consider source files in subdirectories and set
13586         uses_subdirs.
13587         (func_emit_initmacro_start, func_emit_initmacro_end,
13588         func_emit_initmacro_done): Pass all arguments explicitly.
13589         (func_import): Determine two module lists main_modules,
13590         testsrelated_modules. Determine use_libtests. Determine two variables
13591         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13592         instead of just sed_transform_lib_file. Determine two variables
13593         main_files and testsrelated_files. Compute 'files' as the union of
13594         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13595         func_add_or_update. In the generated gnulib-comp.m4, collect the
13596         object files for tests/ in different variables than those for lib/.
13597         Substitute LIBTESTS_LIBDEPS.
13598         (func_create_testdir): Combine the uses_subdirs results from
13599         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13600
13601 2007-12-09  Bruno Haible  <bruno@clisp.org>
13602
13603         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13604         the build-aux directory.
13605
13606 2007-12-09  Bruno Haible  <bruno@clisp.org>
13607
13608         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13609         introduced on 2006-09-09.
13610
13611 2007-12-07  Jim Meyering  <meyering@redhat.com>
13612
13613         Let these macros work also with autoconf-2.59.
13614         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13615         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13616         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13617
13618 2007-12-06  Jim Meyering  <meyering@redhat.com>
13619
13620         Avoid a configure-time syntax error in gl_FUNC_ACL.
13621         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13622         function in each branch, before testing the cache variable.
13623
13624 2007-12-04  Eric Blake  <ebb9@byu.net>
13625
13626         Make scripts executable.
13627         * build-aux/config.guess: Add execute permissions.
13628         * build-aux/config.sub: Likewise.
13629         * build-aux/gendocs.sh: Likewise.
13630
13631         Fix frexp on mingw.
13632         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13633         cross-compiling.
13634         * doc/functions/frexp.texi (frexp): Document the bug.
13635
13636         Make cygwin fseeko check more reliable.
13637         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13638         version numbers, rather than unrelated feature check.
13639         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13640         * doc/functions/ftello.texi (ftello): Likewise.
13641         Reported by Bruno Haible.
13642
13643         * m4/strerror.m4: Bump version number.
13644
13645 2007-12-03  Bruno Haible  <bruno@clisp.org>
13646
13647         * doc/functions/mprotect.texi: Mention the mingw problem.
13648
13649 2007-12-03  Eric Blake  <ebb9@byu.net>
13650
13651         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13652         REPLACE_STRERROR is initialized before this macro.
13653
13654 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13657         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13658         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13659         put -lsec in even for programs other than 'ls'.  This fixes a problem
13660         for gettext reported by Bruno Haible in
13661         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13662         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13663         Add support for Solaris 10.  This isn't efficient, but should get the
13664         job done for now.
13665
13666 2007-12-03  James Youngman  <jay@gnu.org>
13667
13668         * doc/regexprops-generic.texi: change "an close-group" to "a
13669         close-group" and "illegal" to "not allowed".
13670
13671 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13672
13673         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13674         pr_byname.h. Needed for the rare case when the maintainer has done
13675         "make maintainer-clean" in the source directory and then attempts a
13676         build outside the source directory.
13677         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13678         scripts_byname.h.
13679
13680 2007-12-02  Martin Lambers <marlam@marlam.de>
13681             Bruno Haible  <bruno@clisp.org>
13682
13683         * lib/getpagesize.h: Remove file.
13684         * lib/unistd.in.h: Include declaration of getpagesize here.
13685         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13686         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13687         HAVE_SYS_PARAM_H.
13688         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13689         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13690         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13691         (Depends-on): Add unistd.
13692         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13693         (Include): Use <unistd.h> instead of getpagesize.h.
13694         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13695         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13696         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13697         gl_GETPAGESIZE invocation, already handled by module dependency.
13698         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13699
13700 2007-12-02  Bruno Haible  <bruno@clisp.org>
13701
13702         * modules/strings-tests: New file.
13703         * tests/test-strings.c: New file.
13704
13705         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13706         * lib/strings.in.h: New file.
13707         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13708         * m4/strings_h.m4: New file.
13709         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13710         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13711         * modules/strings: New file.
13712         * modules/string (Makefile.am): Update.
13713         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13714         Reported by Karl Berry.
13715
13716 2007-12-01  Eric Blake  <ebb9@byu.net>
13717
13718         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13719         accomodate fix in cygwin 1.5.25.
13720
13721 2007-12-01  Jim Meyering  <meyering@redhat.com>
13722
13723         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13724         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13725         that would inhibit utf8-optimization of a regexp containing line-
13726         or buffer-anchors, e.g., `^', `$'.
13727
13728 2007-11-30  Bruno Haible  <bruno@clisp.org>
13729
13730         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13731         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13732         glthread_recursive_lock_init.
13733         * lib/lock.c (glthread_recursive_lock_init)
13734         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13735         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13736
13737 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13738
13739         New function qset_acl, like set_acl but with syscall semantics.
13740         * lib/acl.h (qset_acl): New decl.
13741         * lib/acl.c (qset_acl): New function.
13742         (set_acl): Use new function.  Use more-consistent diagnostics.
13743
13744 2007-11-28  Jim Meyering  <meyering@redhat.com>
13745
13746         * modules/physmem (License): Change from GPL to LGPLv2+.
13747
13748 2007-11-26  Bruno Haible  <bruno@clisp.org>
13749
13750         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13751         'long double' type has excess precision.
13752         Reported by Jim Meyering in
13753         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13754
13755 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13756
13757         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13758         Sync from <http://gnu.org/licenses>.
13759         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13760         with license text from same location.
13761         * doc/maintain.texi, doc/standards.texi:  Sync from
13762         <http://savannah.gnu.org/projects/gnustandards>.
13763
13764 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13765         and Jim Meyering  <meyering@redhat.com>
13766
13767         Adjust getdate' grammar to accept a slightly more regular language.
13768         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13769         Before, the former was rejected.
13770         * lib/getdate.y (digits_to_date_time): New function, factored
13771         out of ...
13772         (number): ...here.  Just call digits_to_date_time.
13773         (hybrid): New non-terminal to handle an <unsigned number,
13774         signed relative offset> sequence consistently.
13775
13776 2007-11-18  Jim Meyering  <meyering@redhat.com>
13777
13778         Pull my changes from coreutils:
13779         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13780         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13781         use of $gnulib_tool_option_extras, so that it's separated from the
13782         preceding argument.
13783
13784         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13785         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13786         parent destination directories before copying a file into place.
13787
13788 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13789
13790         bootstrap: work also with 4-argument variant of AC_INIT
13791         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13792
13793 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13794
13795         Port test-getaddrinfo to Solaris.
13796         Problem reported by Bruno Haible in
13797         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13798         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13799         explanation of setting 'hints'.
13800         Don't reject an implementation merely because it returns EAI_SERVICE.
13801         (EAI_SERVICE): Define to 0 if not defined.
13802
13803 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         The license of gnu-make and posix-shell is now "GPLed build tool".
13806         * modules/gnu-make (License): Likewise.
13807         * modules/posix-shell (License): Likewise.
13808
13809         New module posix-shell, for determining a POSIX shell
13810         or perhaps something that is close enough to a POSIX shell.
13811         * m4/posix-shell.m4: New file.
13812         * modules/posix-shell: New file.
13813
13814         * MODULES.html.sh: Mention new module.
13815
13816         New module gnu-make, for determining whether we're using GNU Make.
13817         * m4/gnu-make.m4: New file.
13818         * modules/gnu-make: New file.
13819         * MODULES.html.sh: Mention new module.
13820
13821 2007-11-14  Jim Meyering  <meyering@redhat.com>
13822
13823         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13824         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13825         use this macro to create a function _definition_.
13826         Remove useless "#undef ARGMATCH_DIE".
13827
13828 2007-11-14  Bruno Haible  <bruno@clisp.org>
13829
13830         * lib/config.charset: Update for OpenBSD 4.1.
13831         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13832
13833 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13834
13835         Document 64-bit #if problems in stdint.texi.
13836         * doc/headers/stdint.texi (stdint.h): Mention problems with
13837         64-bit-#if, and how to work around them.
13838
13839         Don't insist on 'long long int' support in the preprocessor.  It
13840         breaks too many things.  For example, PRIdMAX still uses a 'long
13841         long int' format with the latest Sun compiler, even though
13842         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13843         preprocessor problem.  This causes the latest coreutils to dump
13844         core on Solaris 10 sparc with the Sun C compiler.
13845         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13846         the troublesome expressions at configure-time, not at #if-time.
13847         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13848         preprocessor.
13849         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13850         compile-time C checks, done at 'configure'-time.
13851         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13852         * modules/inttypes (Makefile): Substitute the new symbols that
13853         gl_INTTYPES_H now generates.
13854         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13855
13856 2007-11-12  Bruno Haible  <bruno@clisp.org>
13857
13858         Tests for Unicode character classification functions.
13859
13860         * modules/unictype/bidicategory-byname-tests: New file.
13861         * modules/unictype/bidicategory-name-tests: New file.
13862         * modules/unictype/bidicategory-of-tests: New file.
13863         * modules/unictype/bidicategory-test-tests: New file.
13864         * modules/unictype/block-list-tests: New file.
13865         * modules/unictype/block-of-tests: New file.
13866         * modules/unictype/block-test-tests: New file.
13867         * modules/unictype/category-C-tests: New file.
13868         * modules/unictype/category-Cc-tests: New file.
13869         * modules/unictype/category-Cf-tests: New file.
13870         * modules/unictype/category-Cn-tests: New file.
13871         * modules/unictype/category-Co-tests: New file.
13872         * modules/unictype/category-Cs-tests: New file.
13873         * modules/unictype/category-L-tests: New file.
13874         * modules/unictype/category-Ll-tests: New file.
13875         * modules/unictype/category-Lm-tests: New file.
13876         * modules/unictype/category-Lo-tests: New file.
13877         * modules/unictype/category-Lt-tests: New file.
13878         * modules/unictype/category-Lu-tests: New file.
13879         * modules/unictype/category-M-tests: New file.
13880         * modules/unictype/category-Mc-tests: New file.
13881         * modules/unictype/category-Me-tests: New file.
13882         * modules/unictype/category-Mn-tests: New file.
13883         * modules/unictype/category-N-tests: New file.
13884         * modules/unictype/category-Nd-tests: New file.
13885         * modules/unictype/category-Nl-tests: New file.
13886         * modules/unictype/category-No-tests: New file.
13887         * modules/unictype/category-P-tests: New file.
13888         * modules/unictype/category-Pc-tests: New file.
13889         * modules/unictype/category-Pd-tests: New file.
13890         * modules/unictype/category-Pe-tests: New file.
13891         * modules/unictype/category-Pf-tests: New file.
13892         * modules/unictype/category-Pi-tests: New file.
13893         * modules/unictype/category-Po-tests: New file.
13894         * modules/unictype/category-Ps-tests: New file.
13895         * modules/unictype/category-S-tests: New file.
13896         * modules/unictype/category-Sc-tests: New file.
13897         * modules/unictype/category-Sk-tests: New file.
13898         * modules/unictype/category-Sm-tests: New file.
13899         * modules/unictype/category-So-tests: New file.
13900         * modules/unictype/category-Z-tests: New file.
13901         * modules/unictype/category-Zl-tests: New file.
13902         * modules/unictype/category-Zp-tests: New file.
13903         * modules/unictype/category-Zs-tests: New file.
13904         * modules/unictype/category-and-not-tests: New file.
13905         * modules/unictype/category-and-tests: New file.
13906         * modules/unictype/category-byname-tests: New file.
13907         * modules/unictype/category-name-tests: New file.
13908         * modules/unictype/category-none-tests: New file.
13909         * modules/unictype/category-of-tests: New file.
13910         * modules/unictype/category-or-tests: New file.
13911         * modules/unictype/category-test-withtable-tests: New file.
13912         * modules/unictype/combining-class-tests: New file.
13913         * modules/unictype/ctype-alnum-tests: New file.
13914         * modules/unictype/ctype-alpha-tests: New file.
13915         * modules/unictype/ctype-blank-tests: New file.
13916         * modules/unictype/ctype-cntrl-tests: New file.
13917         * modules/unictype/ctype-digit-tests: New file.
13918         * modules/unictype/ctype-graph-tests: New file.
13919         * modules/unictype/ctype-lower-tests: New file.
13920         * modules/unictype/ctype-print-tests: New file.
13921         * modules/unictype/ctype-punct-tests: New file.
13922         * modules/unictype/ctype-space-tests: New file.
13923         * modules/unictype/ctype-upper-tests: New file.
13924         * modules/unictype/ctype-xdigit-tests: New file.
13925         * modules/unictype/decimal-digit-tests: New file.
13926         * modules/unictype/digit-tests: New file.
13927         * modules/unictype/mirror-tests: New file.
13928         * modules/unictype/numeric-tests: New file.
13929         * modules/unictype/property-alphabetic-tests: New file.
13930         * modules/unictype/property-ascii-hex-digit-tests: New file.
13931         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13932         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13933         * modules/unictype/property-bidi-block-separator-tests: New file.
13934         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13935         * modules/unictype/property-bidi-common-separator-tests: New file.
13936         * modules/unictype/property-bidi-control-tests: New file.
13937         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13938         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13939         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13940         * modules/unictype/property-bidi-european-digit-tests: New file.
13941         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13942         * modules/unictype/property-bidi-left-to-right-tests: New file.
13943         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13944         * modules/unictype/property-bidi-other-neutral-tests: New file.
13945         * modules/unictype/property-bidi-pdf-tests: New file.
13946         * modules/unictype/property-bidi-segment-separator-tests: New file.
13947         * modules/unictype/property-bidi-whitespace-tests: New file.
13948         * modules/unictype/property-byname-tests: New file.
13949         * modules/unictype/property-combining-tests: New file.
13950         * modules/unictype/property-composite-tests: New file.
13951         * modules/unictype/property-currency-symbol-tests: New file.
13952         * modules/unictype/property-dash-tests: New file.
13953         * modules/unictype/property-decimal-digit-tests: New file.
13954         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13955         * modules/unictype/property-deprecated-tests: New file.
13956         * modules/unictype/property-diacritic-tests: New file.
13957         * modules/unictype/property-extender-tests: New file.
13958         * modules/unictype/property-format-control-tests: New file.
13959         * modules/unictype/property-grapheme-base-tests: New file.
13960         * modules/unictype/property-grapheme-extend-tests: New file.
13961         * modules/unictype/property-grapheme-link-tests: New file.
13962         * modules/unictype/property-hex-digit-tests: New file.
13963         * modules/unictype/property-hyphen-tests: New file.
13964         * modules/unictype/property-id-continue-tests: New file.
13965         * modules/unictype/property-id-start-tests: New file.
13966         * modules/unictype/property-ideographic-tests: New file.
13967         * modules/unictype/property-ids-binary-operator-tests: New file.
13968         * modules/unictype/property-ids-trinary-operator-tests: New file.
13969         * modules/unictype/property-ignorable-control-tests: New file.
13970         * modules/unictype/property-iso-control-tests: New file.
13971         * modules/unictype/property-join-control-tests: New file.
13972         * modules/unictype/property-left-of-pair-tests: New file.
13973         * modules/unictype/property-line-separator-tests: New file.
13974         * modules/unictype/property-logical-order-exception-tests: New file.
13975         * modules/unictype/property-lowercase-tests: New file.
13976         * modules/unictype/property-math-tests: New file.
13977         * modules/unictype/property-non-break-tests: New file.
13978         * modules/unictype/property-not-a-character-tests: New file.
13979         * modules/unictype/property-numeric-tests: New file.
13980         * modules/unictype/property-other-alphabetic-tests: New file.
13981         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13982         * modules/unictype/property-other-grapheme-extend-tests: New file.
13983         * modules/unictype/property-other-id-continue-tests: New file.
13984         * modules/unictype/property-other-id-start-tests: New file.
13985         * modules/unictype/property-other-lowercase-tests: New file.
13986         * modules/unictype/property-other-math-tests: New file.
13987         * modules/unictype/property-other-uppercase-tests: New file.
13988         * modules/unictype/property-paired-punctuation-tests: New file.
13989         * modules/unictype/property-paragraph-separator-tests: New file.
13990         * modules/unictype/property-pattern-syntax-tests: New file.
13991         * modules/unictype/property-pattern-white-space-tests: New file.
13992         * modules/unictype/property-private-use-tests: New file.
13993         * modules/unictype/property-punctuation-tests: New file.
13994         * modules/unictype/property-quotation-mark-tests: New file.
13995         * modules/unictype/property-radical-tests: New file.
13996         * modules/unictype/property-sentence-terminal-tests: New file.
13997         * modules/unictype/property-soft-dotted-tests: New file.
13998         * modules/unictype/property-space-tests: New file.
13999         * modules/unictype/property-terminal-punctuation-tests: New file.
14000         * modules/unictype/property-test-tests: New file.
14001         * modules/unictype/property-titlecase-tests: New file.
14002         * modules/unictype/property-unassigned-code-value-tests: New file.
14003         * modules/unictype/property-unified-ideograph-tests: New file.
14004         * modules/unictype/property-uppercase-tests: New file.
14005         * modules/unictype/property-variation-selector-tests: New file.
14006         * modules/unictype/property-white-space-tests: New file.
14007         * modules/unictype/property-xid-continue-tests: New file.
14008         * modules/unictype/property-xid-start-tests: New file.
14009         * modules/unictype/property-zero-width-tests: New file.
14010         * modules/unictype/scripts-tests: New file.
14011         * modules/unictype/syntax-c-ident-tests: New file.
14012         * modules/unictype/syntax-c-whitespace-tests: New file.
14013         * modules/unictype/syntax-java-ident-tests: New file.
14014         * modules/unictype/syntax-java-whitespace-tests: New file.
14015         * tests/unictype/test-bidi_byname.c: New file.
14016         * tests/unictype/test-bidi_name.c: New file.
14017         * tests/unictype/test-bidi_of.c: New file.
14018         * tests/unictype/test-bidi_test.c: New file.
14019         * tests/unictype/test-block_list.c: New file.
14020         * tests/unictype/test-block_of.c: New file.
14021         * tests/unictype/test-block_test.c: New file.
14022         * tests/unictype/test-categ_and.c: New file.
14023         * tests/unictype/test-categ_and_not.c: New file.
14024         * tests/unictype/test-categ_byname.c: New file.
14025         * tests/unictype/test-categ_name.c: New file.
14026         * tests/unictype/test-categ_none.c: New file.
14027         * tests/unictype/test-categ_of.c: New file.
14028         * tests/unictype/test-categ_or.c: New file.
14029         * tests/unictype/test-categ_test_withtable.c: New file.
14030         * tests/unictype/test-combining.c: New file.
14031         * tests/unictype/test-decdigit.c: New file.
14032         * tests/unictype/test-digit.c: New file.
14033         * tests/unictype/test-mirror.c: New file.
14034         * tests/unictype/test-numeric.c: New file.
14035         * tests/unictype/test-pr_byname.c: New file.
14036         * tests/unictype/test-pr_test.c: New file.
14037         * tests/unictype/test-predicate-part1.h: New file.
14038         * tests/unictype/test-predicate-part2.h: New file.
14039         * tests/unictype/test-scripts.c: New file.
14040         * tests/unictype/test-sy_c_ident.c: New file.
14041         * tests/unictype/test-sy_java_ident.c: New file.
14042
14043         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
14044         for Unicode 5.0.0.
14045         * tests/unictype/test-categ_Cc.c: Likewise.
14046         * tests/unictype/test-categ_Cf.c: Likewise.
14047         * tests/unictype/test-categ_Cn.c: Likewise.
14048         * tests/unictype/test-categ_Co.c: Likewise.
14049         * tests/unictype/test-categ_Cs.c: Likewise.
14050         * tests/unictype/test-categ_L.c: Likewise.
14051         * tests/unictype/test-categ_Ll.c: Likewise.
14052         * tests/unictype/test-categ_Lm.c: Likewise.
14053         * tests/unictype/test-categ_Lo.c: Likewise.
14054         * tests/unictype/test-categ_Lt.c: Likewise.
14055         * tests/unictype/test-categ_Lu.c: Likewise.
14056         * tests/unictype/test-categ_M.c: Likewise.
14057         * tests/unictype/test-categ_Mc.c: Likewise.
14058         * tests/unictype/test-categ_Me.c: Likewise.
14059         * tests/unictype/test-categ_Mn.c: Likewise.
14060         * tests/unictype/test-categ_N.c: Likewise.
14061         * tests/unictype/test-categ_Nd.c: Likewise.
14062         * tests/unictype/test-categ_Nl.c: Likewise.
14063         * tests/unictype/test-categ_No.c: Likewise.
14064         * tests/unictype/test-categ_P.c: Likewise.
14065         * tests/unictype/test-categ_Pc.c: Likewise.
14066         * tests/unictype/test-categ_Pd.c: Likewise.
14067         * tests/unictype/test-categ_Pe.c: Likewise.
14068         * tests/unictype/test-categ_Pf.c: Likewise.
14069         * tests/unictype/test-categ_Pi.c: Likewise.
14070         * tests/unictype/test-categ_Po.c: Likewise.
14071         * tests/unictype/test-categ_Ps.c: Likewise.
14072         * tests/unictype/test-categ_S.c: Likewise.
14073         * tests/unictype/test-categ_Sc.c: Likewise.
14074         * tests/unictype/test-categ_Sk.c: Likewise.
14075         * tests/unictype/test-categ_Sm.c: Likewise.
14076         * tests/unictype/test-categ_So.c: Likewise.
14077         * tests/unictype/test-categ_Z.c: Likewise.
14078         * tests/unictype/test-categ_Zl.c: Likewise.
14079         * tests/unictype/test-categ_Zp.c: Likewise.
14080         * tests/unictype/test-categ_Zs.c: Likewise.
14081         * tests/unictype/test-ctype_alnum.c: Likewise.
14082         * tests/unictype/test-ctype_alpha.c: Likewise.
14083         * tests/unictype/test-ctype_blank.c: Likewise.
14084         * tests/unictype/test-ctype_cntrl.c: Likewise.
14085         * tests/unictype/test-ctype_digit.c: Likewise.
14086         * tests/unictype/test-ctype_graph.c: Likewise.
14087         * tests/unictype/test-ctype_lower.c: Likewise.
14088         * tests/unictype/test-ctype_print.c: Likewise.
14089         * tests/unictype/test-ctype_punct.c: Likewise.
14090         * tests/unictype/test-ctype_space.c: Likewise.
14091         * tests/unictype/test-ctype_upper.c: Likewise.
14092         * tests/unictype/test-ctype_xdigit.c: Likewise.
14093         * tests/unictype/test-decdigit.h: Likewise.
14094         * tests/unictype/test-digit.h: Likewise.
14095         * tests/unictype/test-numeric.h: Likewise.
14096         * tests/unictype/test-pr_alphabetic.c: Likewise.
14097         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
14098         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
14099         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
14100         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
14101         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
14102         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
14103         * tests/unictype/test-pr_bidi_control.c: Likewise.
14104         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
14105         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
14106         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
14107         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
14108         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
14109         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
14110         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
14111         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
14112         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
14113         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
14114         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
14115         * tests/unictype/test-pr_combining.c: Likewise.
14116         * tests/unictype/test-pr_composite.c: Likewise.
14117         * tests/unictype/test-pr_currency_symbol.c: Likewise.
14118         * tests/unictype/test-pr_dash.c: Likewise.
14119         * tests/unictype/test-pr_decimal_digit.c: Likewise.
14120         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
14121         * tests/unictype/test-pr_deprecated.c: Likewise.
14122         * tests/unictype/test-pr_diacritic.c: Likewise.
14123         * tests/unictype/test-pr_extender.c: Likewise.
14124         * tests/unictype/test-pr_format_control.c: Likewise.
14125         * tests/unictype/test-pr_grapheme_base.c: Likewise.
14126         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
14127         * tests/unictype/test-pr_grapheme_link.c: Likewise.
14128         * tests/unictype/test-pr_hex_digit.c: Likewise.
14129         * tests/unictype/test-pr_hyphen.c: Likewise.
14130         * tests/unictype/test-pr_id_continue.c: Likewise.
14131         * tests/unictype/test-pr_id_start.c: Likewise.
14132         * tests/unictype/test-pr_ideographic.c: Likewise.
14133         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
14134         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
14135         * tests/unictype/test-pr_ignorable_control.c: Likewise.
14136         * tests/unictype/test-pr_iso_control.c: Likewise.
14137         * tests/unictype/test-pr_join_control.c: Likewise.
14138         * tests/unictype/test-pr_left_of_pair.c: Likewise.
14139         * tests/unictype/test-pr_line_separator.c: Likewise.
14140         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
14141         * tests/unictype/test-pr_lowercase.c: Likewise.
14142         * tests/unictype/test-pr_math.c: Likewise.
14143         * tests/unictype/test-pr_non_break.c: Likewise.
14144         * tests/unictype/test-pr_not_a_character.c: Likewise.
14145         * tests/unictype/test-pr_numeric.c: Likewise.
14146         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
14147         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
14148         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
14149         * tests/unictype/test-pr_other_id_continue.c: Likewise.
14150         * tests/unictype/test-pr_other_id_start.c: Likewise.
14151         * tests/unictype/test-pr_other_lowercase.c: Likewise.
14152         * tests/unictype/test-pr_other_math.c: Likewise.
14153         * tests/unictype/test-pr_other_uppercase.c: Likewise.
14154         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
14155         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
14156         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
14157         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
14158         * tests/unictype/test-pr_private_use.c: Likewise.
14159         * tests/unictype/test-pr_punctuation.c: Likewise.
14160         * tests/unictype/test-pr_quotation_mark.c: Likewise.
14161         * tests/unictype/test-pr_radical.c: Likewise.
14162         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
14163         * tests/unictype/test-pr_soft_dotted.c: Likewise.
14164         * tests/unictype/test-pr_space.c: Likewise.
14165         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
14166         * tests/unictype/test-pr_titlecase.c: Likewise.
14167         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
14168         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
14169         * tests/unictype/test-pr_uppercase.c: Likewise.
14170         * tests/unictype/test-pr_variation_selector.c: Likewise.
14171         * tests/unictype/test-pr_white_space.c: Likewise.
14172         * tests/unictype/test-pr_xid_continue.c: Likewise.
14173         * tests/unictype/test-pr_xid_start.c: Likewise.
14174         * tests/unictype/test-pr_zero_width.c: Likewise.
14175         * tests/unictype/test-sy_c_whitespace.c: Likewise.
14176         * tests/unictype/test-sy_java_whitespace.c: Likewise.
14177
14178 2007-11-12  Bruno Haible  <bruno@clisp.org>
14179
14180         Unicode character classification functions.
14181         * lib/unictype.h: New file.
14182         * modules/unictype/base: New file.
14183         * modules/unictype/category-L: New file.
14184         * modules/unictype/category-Lu: New file.
14185         * modules/unictype/category-Ll: New file.
14186         * modules/unictype/category-Lt: New file.
14187         * modules/unictype/category-Lm: New file.
14188         * modules/unictype/category-Lo: New file.
14189         * modules/unictype/category-M: New file.
14190         * modules/unictype/category-Mn: New file.
14191         * modules/unictype/category-Mc: New file.
14192         * modules/unictype/category-Me: New file.
14193         * modules/unictype/category-N: New file.
14194         * modules/unictype/category-Nd: New file.
14195         * modules/unictype/category-Nl: New file.
14196         * modules/unictype/category-No: New file.
14197         * modules/unictype/category-P: New file.
14198         * modules/unictype/category-Pc: New file.
14199         * modules/unictype/category-Pd: New file.
14200         * modules/unictype/category-Ps: New file.
14201         * modules/unictype/category-Pe: New file.
14202         * modules/unictype/category-Pi: New file.
14203         * modules/unictype/category-Pf: New file.
14204         * modules/unictype/category-Po: New file.
14205         * modules/unictype/category-S: New file.
14206         * modules/unictype/category-Sm: New file.
14207         * modules/unictype/category-Sc: New file.
14208         * modules/unictype/category-Sk: New file.
14209         * modules/unictype/category-So: New file.
14210         * modules/unictype/category-Z: New file.
14211         * modules/unictype/category-Zs: New file.
14212         * modules/unictype/category-Zl: New file.
14213         * modules/unictype/category-Zp: New file.
14214         * modules/unictype/category-C: New file.
14215         * modules/unictype/category-Cc: New file.
14216         * modules/unictype/category-Cf: New file.
14217         * modules/unictype/category-Cs: New file.
14218         * modules/unictype/category-Co: New file.
14219         * modules/unictype/category-Cn: New file.
14220         * modules/unictype/category-or: New file.
14221         * modules/unictype/category-of: New file.
14222         * modules/unictype/category-test: New file.
14223         * modules/unictype/category-test-withtable: New file.
14224         * modules/unictype/category-byname: New file.
14225         * modules/unictype/category-none: New file.
14226         * modules/unictype/category-and: New file.
14227         * modules/unictype/category-and-not: New file.
14228         * modules/unictype/category-name: New file.
14229         * modules/unictype/combining-class: New file.
14230         * modules/unictype/category-all: New file.
14231         * modules/unictype/bidicategory-all: New file.
14232         * modules/unictype/bidicategory-byname: New file.
14233         * modules/unictype/bidicategory-name: New file.
14234         * modules/unictype/bidicategory-of: New file.
14235         * modules/unictype/bidicategory-test: New file.
14236         * modules/unictype/decimal-digit: New file.
14237         * modules/unictype/digit: New file.
14238         * modules/unictype/numeric: New file.
14239         * modules/unictype/mirror: New file.
14240         * modules/unictype/property-white-space: New file.
14241         * modules/unictype/property-alphabetic: New file.
14242         * modules/unictype/property-other-alphabetic: New file.
14243         * modules/unictype/property-not-a-character: New file.
14244         * modules/unictype/property-default-ignorable-code-point: New file.
14245         * modules/unictype/property-other-default-ignorable-code-point: New
14246         file.
14247         * modules/unictype/property-deprecated: New file.
14248         * modules/unictype/property-logical-order-exception: New file.
14249         * modules/unictype/property-variation-selector: New file.
14250         * modules/unictype/property-private-use: New file.
14251         * modules/unictype/property-unassigned-code-value: New file.
14252         * modules/unictype/property-uppercase: New file.
14253         * modules/unictype/property-other-uppercase: New file.
14254         * modules/unictype/property-lowercase: New file.
14255         * modules/unictype/property-other-lowercase: New file.
14256         * modules/unictype/property-titlecase: New file.
14257         * modules/unictype/property-soft-dotted: New file.
14258         * modules/unictype/property-id-start: New file.
14259         * modules/unictype/property-other-id-start: New file.
14260         * modules/unictype/property-id-continue: New file.
14261         * modules/unictype/property-other-id-continue: New file.
14262         * modules/unictype/property-xid-start: New file.
14263         * modules/unictype/property-xid-continue: New file.
14264         * modules/unictype/property-pattern-white-space: New file.
14265         * modules/unictype/property-pattern-syntax: New file.
14266         * modules/unictype/property-join-control: New file.
14267         * modules/unictype/property-grapheme-base: New file.
14268         * modules/unictype/property-grapheme-extend: New file.
14269         * modules/unictype/property-other-grapheme-extend: New file.
14270         * modules/unictype/property-grapheme-link: New file.
14271         * modules/unictype/property-bidi-control: New file.
14272         * modules/unictype/property-bidi-left-to-right: New file.
14273         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14274         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14275         * modules/unictype/property-bidi-european-digit: New file.
14276         * modules/unictype/property-bidi-eur-num-separator: New file.
14277         * modules/unictype/property-bidi-eur-num-terminator: New file.
14278         * modules/unictype/property-bidi-arabic-digit: New file.
14279         * modules/unictype/property-bidi-common-separator: New file.
14280         * modules/unictype/property-bidi-block-separator: New file.
14281         * modules/unictype/property-bidi-segment-separator: New file.
14282         * modules/unictype/property-bidi-whitespace: New file.
14283         * modules/unictype/property-bidi-non-spacing-mark: New file.
14284         * modules/unictype/property-bidi-boundary-neutral: New file.
14285         * modules/unictype/property-bidi-pdf: New file.
14286         * modules/unictype/property-bidi-embedding-or-override: New file.
14287         * modules/unictype/property-bidi-other-neutral: New file.
14288         * modules/unictype/property-hex-digit: New file.
14289         * modules/unictype/property-ascii-hex-digit: New file.
14290         * modules/unictype/property-ideographic: New file.
14291         * modules/unictype/property-unified-ideograph: New file.
14292         * modules/unictype/property-radical: New file.
14293         * modules/unictype/property-ids-binary-operator: New file.
14294         * modules/unictype/property-ids-trinary-operator: New file.
14295         * modules/unictype/property-zero-width: New file.
14296         * modules/unictype/property-space: New file.
14297         * modules/unictype/property-non-break: New file.
14298         * modules/unictype/property-iso-control: New file.
14299         * modules/unictype/property-format-control: New file.
14300         * modules/unictype/property-dash: New file.
14301         * modules/unictype/property-hyphen: New file.
14302         * modules/unictype/property-punctuation: New file.
14303         * modules/unictype/property-line-separator: New file.
14304         * modules/unictype/property-paragraph-separator: New file.
14305         * modules/unictype/property-quotation-mark: New file.
14306         * modules/unictype/property-sentence-terminal: New file.
14307         * modules/unictype/property-terminal-punctuation: New file.
14308         * modules/unictype/property-currency-symbol: New file.
14309         * modules/unictype/property-math: New file.
14310         * modules/unictype/property-other-math: New file.
14311         * modules/unictype/property-paired-punctuation: New file.
14312         * modules/unictype/property-left-of-pair: New file.
14313         * modules/unictype/property-combining: New file.
14314         * modules/unictype/property-composite: New file.
14315         * modules/unictype/property-decimal-digit: New file.
14316         * modules/unictype/property-numeric: New file.
14317         * modules/unictype/property-diacritic: New file.
14318         * modules/unictype/property-extender: New file.
14319         * modules/unictype/property-ignorable-control: New file.
14320         * modules/unictype/property-test: New file.
14321         * modules/unictype/property-byname: New file.
14322         * modules/unictype/property-all: New file.
14323         * modules/unictype/scripts: New file.
14324         * modules/unictype/scripts-all: New file.
14325         * modules/unictype/block-of: New file.
14326         * modules/unictype/block-test: New file.
14327         * modules/unictype/block-list: New file.
14328         * modules/unictype/block-all: New file.
14329         * modules/unictype/syntax-c-whitespace: New file.
14330         * modules/unictype/syntax-java-whitespace: New file.
14331         * modules/unictype/syntax-c-ident: New file.
14332         * modules/unictype/syntax-java-ident: New file.
14333         * modules/unictype/ctype-alnum: New file.
14334         * modules/unictype/ctype-alpha: New file.
14335         * modules/unictype/ctype-cntrl: New file.
14336         * modules/unictype/ctype-digit: New file.
14337         * modules/unictype/ctype-graph: New file.
14338         * modules/unictype/ctype-lower: New file.
14339         * modules/unictype/ctype-print: New file.
14340         * modules/unictype/ctype-punct: New file.
14341         * modules/unictype/ctype-space: New file.
14342         * modules/unictype/ctype-upper: New file.
14343         * modules/unictype/ctype-xdigit: New file.
14344         * modules/unictype/ctype-blank: New file.
14345         * lib/unictype/bidi_byname.c: New file.
14346         * lib/unictype/bidi_name.c: New file.
14347         * lib/unictype/bidi_of.c: New file.
14348         * lib/unictype/bidi_test.c: New file.
14349         * lib/unictype/bitmap.h: New file.
14350         * lib/unictype/block_test.c: New file.
14351         * lib/unictype/blocks.c: New file.
14352         * lib/unictype/categ_C.c: New file.
14353         * lib/unictype/categ_Cc.c: New file.
14354         * lib/unictype/categ_Cf.c: New file.
14355         * lib/unictype/categ_Cn.c: New file.
14356         * lib/unictype/categ_Co.c: New file.
14357         * lib/unictype/categ_Cs.c: New file.
14358         * lib/unictype/categ_L.c: New file.
14359         * lib/unictype/categ_Ll.c: New file.
14360         * lib/unictype/categ_Lm.c: New file.
14361         * lib/unictype/categ_Lo.c: New file.
14362         * lib/unictype/categ_Lt.c: New file.
14363         * lib/unictype/categ_Lu.c: New file.
14364         * lib/unictype/categ_M.c: New file.
14365         * lib/unictype/categ_Mc.c: New file.
14366         * lib/unictype/categ_Me.c: New file.
14367         * lib/unictype/categ_Mn.c: New file.
14368         * lib/unictype/categ_N.c: New file.
14369         * lib/unictype/categ_Nd.c: New file.
14370         * lib/unictype/categ_Nl.c: New file.
14371         * lib/unictype/categ_No.c: New file.
14372         * lib/unictype/categ_P.c: New file.
14373         * lib/unictype/categ_Pc.c: New file.
14374         * lib/unictype/categ_Pd.c: New file.
14375         * lib/unictype/categ_Pe.c: New file.
14376         * lib/unictype/categ_Pf.c: New file.
14377         * lib/unictype/categ_Pi.c: New file.
14378         * lib/unictype/categ_Po.c: New file.
14379         * lib/unictype/categ_Ps.c: New file.
14380         * lib/unictype/categ_S.c: New file.
14381         * lib/unictype/categ_Sc.c: New file.
14382         * lib/unictype/categ_Sk.c: New file.
14383         * lib/unictype/categ_Sm.c: New file.
14384         * lib/unictype/categ_So.c: New file.
14385         * lib/unictype/categ_Z.c: New file.
14386         * lib/unictype/categ_Zl.c: New file.
14387         * lib/unictype/categ_Zp.c: New file.
14388         * lib/unictype/categ_Zs.c: New file.
14389         * lib/unictype/categ_and.c: New file.
14390         * lib/unictype/categ_and_not.c: New file.
14391         * lib/unictype/categ_byname.c: New file.
14392         * lib/unictype/categ_name.c: New file.
14393         * lib/unictype/categ_none.c: New file.
14394         * lib/unictype/categ_of.c: New file.
14395         * lib/unictype/categ_or.c: New file.
14396         * lib/unictype/categ_test.c: New file.
14397         * lib/unictype/combining.c: New file.
14398         * lib/unictype/ctype_alnum.c: New file.
14399         * lib/unictype/ctype_alpha.c: New file.
14400         * lib/unictype/ctype_blank.c: New file.
14401         * lib/unictype/ctype_cntrl.c: New file.
14402         * lib/unictype/ctype_digit.c: New file.
14403         * lib/unictype/ctype_graph.c: New file.
14404         * lib/unictype/ctype_lower.c: New file.
14405         * lib/unictype/ctype_print.c: New file.
14406         * lib/unictype/ctype_punct.c: New file.
14407         * lib/unictype/ctype_space.c: New file.
14408         * lib/unictype/ctype_upper.c: New file.
14409         * lib/unictype/ctype_xdigit.c: New file.
14410         * lib/unictype/decdigit.c: New file.
14411         * lib/unictype/digit.c: New file.
14412         * lib/unictype/identsyntaxmap.h: New file.
14413         * lib/unictype/mirror.c: New file.
14414         * lib/unictype/numeric.c: New file.
14415         * lib/unictype/pr_alphabetic.c: New file.
14416         * lib/unictype/pr_ascii_hex_digit.c: New file.
14417         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14418         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14419         * lib/unictype/pr_bidi_block_separator.c: New file.
14420         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14421         * lib/unictype/pr_bidi_common_separator.c: New file.
14422         * lib/unictype/pr_bidi_control.c: New file.
14423         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14424         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14425         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14426         * lib/unictype/pr_bidi_european_digit.c: New file.
14427         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14428         * lib/unictype/pr_bidi_left_to_right.c: New file.
14429         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14430         * lib/unictype/pr_bidi_other_neutral.c: New file.
14431         * lib/unictype/pr_bidi_pdf.c: New file.
14432         * lib/unictype/pr_bidi_segment_separator.c: New file.
14433         * lib/unictype/pr_bidi_whitespace.c: New file.
14434         * lib/unictype/pr_byname.c: New file.
14435         * lib/unictype/pr_byname.gperf: New file.
14436         * lib/unictype/pr_combining.c: New file.
14437         * lib/unictype/pr_composite.c: New file.
14438         * lib/unictype/pr_currency_symbol.c: New file.
14439         * lib/unictype/pr_dash.c: New file.
14440         * lib/unictype/pr_decimal_digit.c: New file.
14441         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14442         * lib/unictype/pr_deprecated.c: New file.
14443         * lib/unictype/pr_diacritic.c: New file.
14444         * lib/unictype/pr_extender.c: New file.
14445         * lib/unictype/pr_format_control.c: New file.
14446         * lib/unictype/pr_grapheme_base.c: New file.
14447         * lib/unictype/pr_grapheme_extend.c: New file.
14448         * lib/unictype/pr_grapheme_link.c: New file.
14449         * lib/unictype/pr_hex_digit.c: New file.
14450         * lib/unictype/pr_hyphen.c: New file.
14451         * lib/unictype/pr_id_continue.c: New file.
14452         * lib/unictype/pr_id_start.c: New file.
14453         * lib/unictype/pr_ideographic.c: New file.
14454         * lib/unictype/pr_ids_binary_operator.c: New file.
14455         * lib/unictype/pr_ids_trinary_operator.c: New file.
14456         * lib/unictype/pr_ignorable_control.c: New file.
14457         * lib/unictype/pr_iso_control.c: New file.
14458         * lib/unictype/pr_join_control.c: New file.
14459         * lib/unictype/pr_left_of_pair.c: New file.
14460         * lib/unictype/pr_line_separator.c: New file.
14461         * lib/unictype/pr_logical_order_exception.c: New file.
14462         * lib/unictype/pr_lowercase.c: New file.
14463         * lib/unictype/pr_math.c: New file.
14464         * lib/unictype/pr_non_break.c: New file.
14465         * lib/unictype/pr_not_a_character.c: New file.
14466         * lib/unictype/pr_numeric.c: New file.
14467         * lib/unictype/pr_other_alphabetic.c: New file.
14468         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14469         * lib/unictype/pr_other_grapheme_extend.c: New file.
14470         * lib/unictype/pr_other_id_continue.c: New file.
14471         * lib/unictype/pr_other_id_start.c: New file.
14472         * lib/unictype/pr_other_lowercase.c: New file.
14473         * lib/unictype/pr_other_math.c: New file.
14474         * lib/unictype/pr_other_uppercase.c: New file.
14475         * lib/unictype/pr_paired_punctuation.c: New file.
14476         * lib/unictype/pr_paragraph_separator.c: New file.
14477         * lib/unictype/pr_pattern_syntax.c: New file.
14478         * lib/unictype/pr_pattern_white_space.c: New file.
14479         * lib/unictype/pr_private_use.c: New file.
14480         * lib/unictype/pr_punctuation.c: New file.
14481         * lib/unictype/pr_quotation_mark.c: New file.
14482         * lib/unictype/pr_radical.c: New file.
14483         * lib/unictype/pr_sentence_terminal.c: New file.
14484         * lib/unictype/pr_soft_dotted.c: New file.
14485         * lib/unictype/pr_space.c: New file.
14486         * lib/unictype/pr_terminal_punctuation.c: New file.
14487         * lib/unictype/pr_test.c: New file.
14488         * lib/unictype/pr_titlecase.c: New file.
14489         * lib/unictype/pr_unassigned_code_value.c: New file.
14490         * lib/unictype/pr_unified_ideograph.c: New file.
14491         * lib/unictype/pr_uppercase.c: New file.
14492         * lib/unictype/pr_variation_selector.c: New file.
14493         * lib/unictype/pr_white_space.c: New file.
14494         * lib/unictype/pr_xid_continue.c: New file.
14495         * lib/unictype/pr_xid_start.c: New file.
14496         * lib/unictype/pr_zero_width.c: New file.
14497         * lib/unictype/scripts.c: New file.
14498         * lib/unictype/sy_c_ident.c: New file.
14499         * lib/unictype/sy_c_whitespace.c: New file.
14500         * lib/unictype/sy_java_ident.c: New file.
14501         * lib/unictype/sy_java_whitespace.c: New file.
14502
14503         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14504         Unicode 5.0.0.
14505         * lib/unictype/blocks.h: Likewise.
14506         * lib/unictype/categ_C.h: Likewise.
14507         * lib/unictype/categ_Cc.h: Likewise.
14508         * lib/unictype/categ_Cf.h: Likewise.
14509         * lib/unictype/categ_Cn.h: Likewise.
14510         * lib/unictype/categ_Co.h: Likewise.
14511         * lib/unictype/categ_Cs.h: Likewise.
14512         * lib/unictype/categ_L.h: Likewise.
14513         * lib/unictype/categ_Ll.h: Likewise.
14514         * lib/unictype/categ_Lm.h: Likewise.
14515         * lib/unictype/categ_Lo.h: Likewise.
14516         * lib/unictype/categ_Lt.h: Likewise.
14517         * lib/unictype/categ_Lu.h: Likewise.
14518         * lib/unictype/categ_M.h: Likewise.
14519         * lib/unictype/categ_Mc.h: Likewise.
14520         * lib/unictype/categ_Me.h: Likewise.
14521         * lib/unictype/categ_Mn.h: Likewise.
14522         * lib/unictype/categ_N.h: Likewise.
14523         * lib/unictype/categ_Nd.h: Likewise.
14524         * lib/unictype/categ_Nl.h: Likewise.
14525         * lib/unictype/categ_No.h: Likewise.
14526         * lib/unictype/categ_P.h: Likewise.
14527         * lib/unictype/categ_Pc.h: Likewise.
14528         * lib/unictype/categ_Pd.h: Likewise.
14529         * lib/unictype/categ_Pe.h: Likewise.
14530         * lib/unictype/categ_Pf.h: Likewise.
14531         * lib/unictype/categ_Pi.h: Likewise.
14532         * lib/unictype/categ_Po.h: Likewise.
14533         * lib/unictype/categ_Ps.h: Likewise.
14534         * lib/unictype/categ_S.h: Likewise.
14535         * lib/unictype/categ_Sc.h: Likewise.
14536         * lib/unictype/categ_Sk.h: Likewise.
14537         * lib/unictype/categ_Sm.h: Likewise.
14538         * lib/unictype/categ_So.h: Likewise.
14539         * lib/unictype/categ_Z.h: Likewise.
14540         * lib/unictype/categ_Zl.h: Likewise.
14541         * lib/unictype/categ_Zp.h: Likewise.
14542         * lib/unictype/categ_Zs.h: Likewise.
14543         * lib/unictype/categ_of.h: Likewise.
14544         * lib/unictype/combining.h: Likewise.
14545         * lib/unictype/ctype_alnum.h: Likewise.
14546         * lib/unictype/ctype_alpha.h: Likewise.
14547         * lib/unictype/ctype_blank.h: Likewise.
14548         * lib/unictype/ctype_cntrl.h: Likewise.
14549         * lib/unictype/ctype_digit.h: Likewise.
14550         * lib/unictype/ctype_graph.h: Likewise.
14551         * lib/unictype/ctype_lower.h: Likewise.
14552         * lib/unictype/ctype_print.h: Likewise.
14553         * lib/unictype/ctype_punct.h: Likewise.
14554         * lib/unictype/ctype_space.h: Likewise.
14555         * lib/unictype/ctype_upper.h: Likewise.
14556         * lib/unictype/ctype_xdigit.h: Likewise.
14557         * lib/unictype/decdigit.h: Likewise.
14558         * lib/unictype/digit.h: Likewise.
14559         * lib/unictype/mirror.h: Likewise.
14560         * lib/unictype/numeric.h: Likewise.
14561         * lib/unictype/pr_alphabetic.h: Likewise.
14562         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14563         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14564         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14565         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14566         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14567         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14568         * lib/unictype/pr_bidi_control.h: Likewise.
14569         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14570         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14571         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14572         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14573         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14574         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14575         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14576         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14577         * lib/unictype/pr_bidi_pdf.h: Likewise.
14578         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14579         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14580         * lib/unictype/pr_combining.h: Likewise.
14581         * lib/unictype/pr_composite.h: Likewise.
14582         * lib/unictype/pr_currency_symbol.h: Likewise.
14583         * lib/unictype/pr_dash.h: Likewise.
14584         * lib/unictype/pr_decimal_digit.h: Likewise.
14585         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14586         * lib/unictype/pr_deprecated.h: Likewise.
14587         * lib/unictype/pr_diacritic.h: Likewise.
14588         * lib/unictype/pr_extender.h: Likewise.
14589         * lib/unictype/pr_format_control.h: Likewise.
14590         * lib/unictype/pr_grapheme_base.h: Likewise.
14591         * lib/unictype/pr_grapheme_extend.h: Likewise.
14592         * lib/unictype/pr_grapheme_link.h: Likewise.
14593         * lib/unictype/pr_hex_digit.h: Likewise.
14594         * lib/unictype/pr_hyphen.h: Likewise.
14595         * lib/unictype/pr_id_continue.h: Likewise.
14596         * lib/unictype/pr_id_start.h: Likewise.
14597         * lib/unictype/pr_ideographic.h: Likewise.
14598         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14599         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14600         * lib/unictype/pr_ignorable_control.h: Likewise.
14601         * lib/unictype/pr_iso_control.h: Likewise.
14602         * lib/unictype/pr_join_control.h: Likewise.
14603         * lib/unictype/pr_left_of_pair.h: Likewise.
14604         * lib/unictype/pr_line_separator.h: Likewise.
14605         * lib/unictype/pr_logical_order_exception.h: Likewise.
14606         * lib/unictype/pr_lowercase.h: Likewise.
14607         * lib/unictype/pr_math.h: Likewise.
14608         * lib/unictype/pr_non_break.h: Likewise.
14609         * lib/unictype/pr_not_a_character.h: Likewise.
14610         * lib/unictype/pr_numeric.h: Likewise.
14611         * lib/unictype/pr_other_alphabetic.h: Likewise.
14612         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14613         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14614         * lib/unictype/pr_other_id_continue.h: Likewise.
14615         * lib/unictype/pr_other_id_start.h: Likewise.
14616         * lib/unictype/pr_other_lowercase.h: Likewise.
14617         * lib/unictype/pr_other_math.h: Likewise.
14618         * lib/unictype/pr_other_uppercase.h: Likewise.
14619         * lib/unictype/pr_paired_punctuation.h: Likewise.
14620         * lib/unictype/pr_paragraph_separator.h: Likewise.
14621         * lib/unictype/pr_pattern_syntax.h: Likewise.
14622         * lib/unictype/pr_pattern_white_space.h: Likewise.
14623         * lib/unictype/pr_private_use.h: Likewise.
14624         * lib/unictype/pr_punctuation.h: Likewise.
14625         * lib/unictype/pr_quotation_mark.h: Likewise.
14626         * lib/unictype/pr_radical.h: Likewise.
14627         * lib/unictype/pr_sentence_terminal.h: Likewise.
14628         * lib/unictype/pr_soft_dotted.h: Likewise.
14629         * lib/unictype/pr_space.h: Likewise.
14630         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14631         * lib/unictype/pr_titlecase.h: Likewise.
14632         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14633         * lib/unictype/pr_unified_ideograph.h: Likewise.
14634         * lib/unictype/pr_uppercase.h: Likewise.
14635         * lib/unictype/pr_variation_selector.h: Likewise.
14636         * lib/unictype/pr_white_space.h: Likewise.
14637         * lib/unictype/pr_xid_continue.h: Likewise.
14638         * lib/unictype/pr_xid_start.h: Likewise.
14639         * lib/unictype/pr_zero_width.h: Likewise.
14640         * lib/unictype/scripts.h: Likewise.
14641         * lib/unictype/scripts_byname.gperf: Likewise.
14642         * lib/unictype/sy_c_ident.h: Likewise.
14643         * lib/unictype/sy_c_whitespace.h: Likewise.
14644         * lib/unictype/sy_java_ident.h: Likewise.
14645         * lib/unictype/sy_java_whitespace.h: Likewise.
14646
14647         * lib/unictype/Makefile: New file.
14648         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14649         glibc.
14650         * lib/unictype/3level.h: New file, copied from glibc.
14651         * lib/unictype/3levelbit.h: New file.
14652
14653 2007-11-11  Bruno Haible  <bruno@clisp.org>
14654
14655         * modules/gperf: New file.
14656         * modules/iconv_open (Depends-on): Add it.
14657         (Makefile.am): Remove the GPERF definition.
14658
14659 2007-11-11  Bruno Haible  <bruno@clisp.org>
14660
14661         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14662         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14663
14664 2007-11-11  Bruno Haible  <bruno@clisp.org>
14665
14666         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14667         (usage): Remove function.
14668
14669 2007-11-11  Bruno Haible  <bruno@clisp.org>
14670
14671         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14672         gl_FUNC_CEILF_LIBS.
14673         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14674         gl_FUNC_CEIL_LIBS.
14675         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14676         gl_FUNC_CEILL_LIBS.
14677         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14678         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14679         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14680
14681 2007-11-11  Bruno Haible  <bruno@clisp.org>
14682
14683         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14684         roundf were declared but do not exist on functions.
14685         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14686         roundl were declared but do not exist on functions.
14687         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14688         HAVE_FLOORL_AND_CEILL, respectively.
14689         Needed for Sun C on Solaris 10.
14690
14691 2007-11-11  Bruno Haible  <bruno@clisp.org>
14692
14693         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14694         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14695         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14696         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14697         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14698         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14699         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14700         HAVE_DECL_ROUNDF.
14701         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14702         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14703         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14704         of HAVE_DECL_ROUND*.
14705         * modules/math (Makefile.am): Update.
14706
14707 2007-11-10  Bruno Haible  <bruno@clisp.org>
14708
14709         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14710         ptrdiff_t as m4/intl.m4.
14711
14712 2007-11-10  Jim Meyering  <meyering@redhat.com>
14713
14714         Avoid link failure for the argmatch test.
14715         * tests/test-argmatch.c (usage): Define function to avoid a link
14716         failure: argmatch_die requires a usage function.
14717
14718 2007-11-09  Bruno Haible  <bruno@clisp.org>
14719
14720         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14721         * doc/functions/vsnprintf.texi: Likewise.
14722         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14723         with a size argument < 2.
14724
14725 2007-11-09  Bruno Haible  <bruno@clisp.org>
14726
14727         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14728         buffer. Fixes an inefficiency introduced on 2007-11-03.
14729
14730 2007-11-09  Bruno Haible  <bruno@clisp.org>
14731
14732         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14733         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14734
14735 2007-11-08  Jim Meyering  <meyering@redhat.com>
14736
14737         Change cache variable name prefix "jm_" to "gl_" everywhere.
14738         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14739         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14740         * m4/uptime.m4: s/gl_/jm_/
14741
14742 2007-11-07  Bruno Haible  <bruno@clisp.org>
14743
14744         Update to GNU gettext 0.17.
14745         * m4/intl.m4: Update to GNU gettext 0.17.
14746         * m4/po.m4: Likewise.
14747         * modules/gettext (Files): Remove m4/ulonglong.m4.
14748         (configure.ac): Require gettext infrastructure from version 0.17.
14749
14750 2007-11-06  Bruno Haible  <bruno@clisp.org>
14751
14752         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14753         symbolic values are not defined in a public header.
14754         * lib/freadable.c (freadable) [QNX]: Likewise.
14755         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14756         * lib/freading.c (freading) [QNX]: Likewise.
14757         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14758         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14759         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14760         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14761         Reported by Alain Magloire.
14762
14763         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14764
14765 2007-11-05  Bruno Haible  <bruno@clisp.org>
14766
14767         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14768         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14769         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14770         Reported by Eric Blake.
14771
14772 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14773             Bruno Haible  <bruno@clisp.org>
14774
14775         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14776         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14777         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14778         (malloc): Undefine also before including <stdlib.h>.
14779         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14780         Needed on OSF/1 4.0.
14781
14782 2007-11-05  Jim Meyering  <meyering@redhat.com>
14783
14784         git-version-gen: sync from coreutils.
14785         * build-aux/git-version-gen: Add comments.
14786         Change the first '-' to '.' in the snapshot version string,
14787         e.g., 6.9-377-08144 -> 6.9.377-08144
14788         Remove first parameter.
14789         Don't declare a version "-dirty" merely because a time
14790         stamp has changed.
14791
14792 2007-11-04  Bruno Haible  <bruno@clisp.org>
14793
14794         * lib/lock.h: Protect all macro definitions containing an 'if'
14795         statement through a "do { ... } while (0)".
14796         * lib/tls.h: Likewise.
14797
14798 2007-11-04  Bruno Haible  <bruno@clisp.org>
14799
14800         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14801
14802 2007-11-04  Bruno Haible  <bruno@clisp.org>
14803
14804         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14805         * modules/fprintf-posix (Depends-on): Add nocrash.
14806         * modules/snprintf-posix (Depends-on): Likewise.
14807         * modules/sprintf-posix (Depends-on): Likewise.
14808         * modules/vasnprintf-posix (Depends-on): Likewise.
14809         * modules/vasprintf-posix (Depends-on): Likewise.
14810         * modules/vfprintf-posix (Depends-on): Likewise.
14811         * modules/vsnprintf-posix (Depends-on): Likewise.
14812         * modules/vsprintf-posix (Depends-on): Likewise.
14813         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14814         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14815         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14816         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14817         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14818         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14819         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14820
14821 2007-11-04  Bruno Haible  <bruno@clisp.org>
14822
14823         * modules/nocrash: New file.
14824         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14825         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14826
14827 2007-11-04  Bruno Haible  <bruno@clisp.org>
14828
14829         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14830         precision handling.
14831         * tests/test-vasprintf-posix.c (test_function): Likewise.
14832         * tests/test-snprintf-posix.h (test_function): Likewise.
14833         * tests/test-sprintf-posix.h (test_function): Likewise.
14834
14835         Fix *printf behaviour for large precisions on mingw and BeOS.
14836         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14837         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14838         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14839         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14840         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14841         gl_PRINTF_PRECISION and test its result. Invoke
14842         gl_PREREQ_VASNPRINTF_PRECISION.
14843         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14844         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14845         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14846         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14847         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14848         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14849         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14850         * doc/functions/fprintf.texi: Update.
14851         * doc/functions/printf.texi: Update.
14852         * doc/functions/snprintf.texi: Update.
14853         * doc/functions/sprintf.texi: Update.
14854         * doc/functions/vfprintf.texi: Update.
14855         * doc/functions/vprintf.texi: Update.
14856         * doc/functions/vsnprintf.texi: Update.
14857         * doc/functions/vsprintf.texi: Update.
14858
14859 2007-11-04  Bruno Haible  <bruno@clisp.org>
14860
14861         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14862
14863 2007-11-04  Bruno Haible  <bruno@clisp.org>
14864
14865         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14866         Reported by Sylvain Beucler <beuc@gnu.org>.
14867
14868 2007-11-03  Bruno Haible  <bruno@clisp.org>
14869
14870         * tests/test-fprintf-posix2.sh: New file.
14871         * tests/test-fprintf-posix2.c: New file.
14872         * modules/fprintf-posix-tests (Files): Add them.
14873         (TESTS): Add test-fprintf-posix2.sh.
14874         (configure.ac): Check for getrlimit and setrlimit.
14875         (check_PROGRAMS): Add test-fprintf-posix2.
14876
14877         * tests/test-printf-posix2.sh: New file.
14878         * tests/test-printf-posix2.c: New file.
14879         * modules/printf-posix-tests (Files): Add them.
14880         (TESTS): Add test-printf-posix2.sh.
14881         (configure.ac): Check for getrlimit and setrlimit.
14882         (check_PROGRAMS): Add test-printf-posix2.
14883
14884         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14885         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14886         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14887         (decode_double): New function, copied from decode_long_double.
14888         (scale10_round_decimal_decoded): New function, extracted from
14889         scale10_round_decimal_long_double.
14890         (scale10_round_decimal_long_double): Use it.
14891         (scale10_round_decimal_double): New function.
14892         (floorlog10): New function.
14893         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14895         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14896         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14897         gl_PRINTF_ENOMEM and test its result. Invoke
14898         gl_PREREQ_VASNPRINTF_ENOMEM.
14899         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14900         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14901         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14902         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14903         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14904         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14905         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14906         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14907         * modules/snprintf-posix (Depends-on): Likewise.
14908         * modules/sprintf-posix (Depends-on): Likewise.
14909         * modules/vasnprintf-posix (Depends-on): Likewise.
14910         * modules/vasprintf-posix (Depends-on): Likewise.
14911         * modules/vfprintf-posix (Depends-on): Likewise.
14912         * modules/vsnprintf-posix (Depends-on): Likewise.
14913         * modules/vsprintf-posix (Depends-on): Likewise.
14914         * doc/functions/fprintf.texi: Update.
14915         * doc/functions/printf.texi: Update.
14916         * doc/functions/snprintf.texi: Update.
14917         * doc/functions/sprintf.texi: Update.
14918         * doc/functions/vfprintf.texi: Update.
14919         * doc/functions/vprintf.texi: Update.
14920         * doc/functions/vsnprintf.texi: Update.
14921         * doc/functions/vsprintf.texi: Update.
14922
14923 2007-11-03  Bruno Haible  <bruno@clisp.org>
14924
14925         * modules/frexp-nolibm-tests: New file.
14926
14927         * modules/frexp-nolibm: New file.
14928         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14929
14930 2007-11-03  Bruno Haible  <bruno@clisp.org>
14931
14932         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14933         value is C99 compliant.
14934         Needed for OSF/1 5.1.
14935
14936 2007-11-03  Bruno Haible  <bruno@clisp.org>
14937
14938         Fix out-of-memory handling of vasnprintf.
14939         * lib/printf-parse.c: Include <errno.h>.
14940         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14941         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14942         is already set.
14943
14944 2007-11-02  Eric Blake  <ebb9@byu.net>
14945
14946         Fix tests on cygwin.
14947         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14948
14949 2007-11-01  Bruno Haible  <bruno@clisp.org>
14950
14951         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14952         warning.
14953         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14954         needed for POSIX compatibility.
14955
14956 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14959         for compatibility with GNU.
14960
14961 2007-11-01  Bruno Haible  <bruno@clisp.org>
14962
14963         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14964         (putenv): Renamed from rpl_putenv. Change argument type from
14965         'const char *' to 'char *'.
14966         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14967         of defining putenv in config.h, just set REPLACE_PUTENV.
14968         * modules/putenv (Depends-on): Add stdlib.
14969         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14970         (Include): Use <stdlib.h>.
14971         * lib/stdlib.in.h (putenv): New declaration.
14972         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14973         REPLACE_PUTENV.
14974         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14975         REPLACE_PUTENV.
14976         Needed for MacOS X 10.5.0.
14977         Reported by Peter O'Gorman <peter@pogma.com>.
14978
14979 2007-11-01  Jim Meyering  <meyering@redhat.com>
14980
14981         Treat an empty date string exactly like "0".
14982         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14983         if the remaining date string (to be parsed) is empty, use "0".
14984         Reported by Mischa Molhoek and discussed in this thread:
14985         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14986
14987 2007-10-31  Bruno Haible  <bruno@clisp.org>
14988
14989         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14990         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14991         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14992         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14993         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14994         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14995
14996 2007-10-31  Bruno Haible  <bruno@clisp.org>
14997
14998         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14999         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
15000         (AC_TYPE_LONG_LONG_INT): Use it.
15001         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
15002         it as well.
15003         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
15004         to m4/longlong.m4.
15005         * modules/stdint (Files): Remove m4/ulonglong.m4.
15006         * modules/strtoull (Files): Use m4/longlong.m4 instead of
15007         m4/ulonglong.m4.
15008         * modules/strtoumax (Files): Likewise.
15009
15010 2007-10-30  Bruno Haible  <bruno@clisp.org>
15011
15012         * modules/xvasprintf-posix: New file.
15013         Suggested by Eric Blake.
15014
15015 2007-10-30  Bruno Haible  <bruno@clisp.org>
15016
15017         * modules/xprintf-posix-tests: New file.
15018         * tests/test-xprintf-posix.sh: New file.
15019         * tests/test-xprintf-posix.c: New file.
15020         * tests/test-xfprintf-posix.c: New file.
15021
15022         * modules/xprintf-posix: New file.
15023
15024 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15025
15026         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
15027         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
15028         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
15029
15030 2007-10-29  Bruno Haible  <bruno@clisp.org>
15031
15032         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
15033         contain the special marker '_cv_'.
15034         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15035         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15036         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15037         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
15038         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15039         Reported by Ralf Wildenhues.
15040
15041 2007-10-29  Bruno Haible  <bruno@clisp.org>
15042
15043         * gnulib-tool (func_import): When --lgpl is not specified, set
15044         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
15045         GPLv3.
15046         Reported by Simon Josefsson.
15047
15048 2007-10-28  Bruno Haible  <bruno@clisp.org>
15049
15050         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
15051         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
15052         HAVE_DECL_ISFINITE.
15053         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
15054         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
15055         HAVE_DECL_ISFINITE.
15056
15057 2007-10-28  Bruno Haible  <bruno@clisp.org>
15058
15059         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
15060         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
15061
15062 2007-10-28  Bruno Haible  <bruno@clisp.org>
15063
15064         Fix link errors with Sun C 5.0 on Solaris 10.
15065         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
15066         function is declared but not present in the compiler's libm.
15067         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
15068         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
15069         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
15070         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
15071         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
15072         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
15073         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
15074         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
15075         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
15076         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
15077         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
15078         HAVE_DECL_FLOORL.
15079
15080 2007-10-28  Bruno Haible  <bruno@clisp.org>
15081
15082         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
15083         gl_FUNC_FLOORL. Cache the result.
15084         (gl_FUNC_FLOORL): Use it.
15085         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
15086         gl_FUNC_CEILL. Cache the result.
15087         (gl_FUNC_CEILL): Use it.
15088
15089         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
15090         gl_FUNC_FLOOR. Cache the result.
15091         (gl_FUNC_FLOOR): Use it.
15092         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
15093         gl_FUNC_CEIL. Cache the result.
15094         (gl_FUNC_CEIL): Use it.
15095
15096         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
15097         gl_FUNC_FLOORF. Cache the result.
15098         (gl_FUNC_FLOORF): Use it.
15099         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
15100         gl_FUNC_CEILF. Cache the result.
15101         (gl_FUNC_CEILF): Use it.
15102
15103 2007-10-28  Bruno Haible  <bruno@clisp.org>
15104
15105         * gnulib-tool: Allow specifying the LGPL version number through
15106         --lgpl=2 or --lgpl=3.
15107         (func_usage): Document --lgpl with argument.
15108         Handle --lgpl=... arguments.
15109         (func_import): Recognize also gl_LGPL calls with an argument. When
15110         --lgpl=2 is used and the module's license is just LGPL, report an
15111         error. Set sed_transform_lib_file according to the lgpl variable. In
15112         the generated files, use --lgpl or gl_LGPL invocations with argument,
15113         if necessary.
15114         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
15115         an LGPv2+ license.
15116         * doc/gnulib-tool.texi (Modified imports): Update explanation of
15117         gl_LGPL macro.
15118
15119 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15120             Bruno Haible  <bruno@clisp.org>
15121
15122         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
15123         (u16_uctomb_aux): Likewise.
15124         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
15125         !HAVE_INLINE.
15126         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
15127
15128 2007-10-28  Bruno Haible  <bruno@clisp.org>
15129
15130         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
15131         Invoke AM_GETTEXT_OPTION if it exists.
15132         * modules/vasprintf: Likewise.
15133         * modules/verror: Likewise.
15134         * modules/xprintf: Likewise.
15135         * modules/xvasprintf: Likewise.
15136
15137 2007-10-27  Ben Pfaff  <blp@gnu.org>
15138
15139         * lib/math.in.h: Define isfinite macro and prototypes for
15140         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
15141         implementations.
15142         * m4/math_h.m4: New substitutions for isfinite module.
15143         * lib/isfinite.c: New file.
15144         * m4/isfinite.m4: New file.
15145         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
15146         * modules/isfinite: New file.
15147         * modules/isfinite-tests: New file.
15148         * tests/tests-isfinite.c: New file.
15149         * doc/functions/isfinite.texi: Mention isfinite module.
15150         * MODULES.html.sh: Mention new module.
15151
15152 2007-10-27  Ben Pfaff  <blp@gnu.org>
15153
15154         Ralf Wildenhues reported that Tru64 4.0D declares the round
15155         functions but does not have definitions.
15156         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
15157         cannot be found in any library, set the output variable to
15158         "missing" instead of "".
15159         * m4/round.m4: Also use our substitute if we cannot find round in
15160         any library, even if it is declared.
15161         * m4/roundf.m4: Likewise for roundf.
15162         * m4/roundl.m4: Likewise for roundl.
15163         * lib/math.in.h: Undefine roundf, round, roundl before defining
15164         their replacements, to allow for hypothetical systems where these
15165         may be defined as macros but not available in libraries.
15166
15167 2007-10-27  Bruno Haible  <bruno@clisp.org>
15168
15169         * doc/gnulib.texi: Invoke @firstparagraphindent.
15170         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
15171         changes in gnulib.
15172         (Source changes): New section.
15173
15174 2007-10-26  Bruno Haible  <bruno@clisp.org>
15175
15176         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
15177         borrowed from autoconf.
15178
15179 2007-10-26  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
15182         strerror returned the empty string. Needed on HP-UX 11.00.
15183
15184 2007-10-24  Micah Cowan  <micah@cowan.name>
15185
15186         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
15187         * build-aux/bootstrap: Remove support for now-unnecessary option,
15188         --cvs-user, and envvars CVS_USER, CVS_RSH.
15189
15190 2007-10-24  Jim Meyering  <meyering@redhat.com>
15191
15192         Avoid diagnostics from sha1sum when there is no cached checksum.
15193         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
15194         if the po.s1 file hasn't been created yet.
15195
15196         * build-aux/bootstrap: Sync from coreutils:
15197         2007-10-24  Jim Meyering  <meyering@redhat.com>
15198         Get gnulib from the git repository, not from an obsolete cvs one.
15199         * build-aux/bootstrap: Suggestion from Micah Cowan.
15200         2007-10-04  Jim Meyering  <jim@meyering.net>
15201         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
15202         (update_po_files): Work also when there are no .po files in po/.
15203
15204 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15205
15206         * README: Append ".git" to git and cg examples.
15207         Problem reported by Benoit Sigoure.
15208
15209 2007-10-23  Micah Cowan  <micah@cowan.name>
15210
15211         * users.txt: Add wget.
15212
15213 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15214
15215         Fix linking of some unistdio tests on FreeBSD.
15216         * modules/unistdio/u16-vsnprintf-tests
15217         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15218         * modules/unistdio/u16-vsprintf-tests
15219         (test_u16_vsnprintf1_LDADD): Likewise.
15220         * modules/unistdio/u32-vsnprintf-tests
15221         (test_u32_vsnprintf1_LDADD): Likewise.
15222         * modules/unistdio/u32-vsprintf-tests
15223         (test_u32_vsprintf1_LDADD): Likewise.
15224         * modules/unistdio/u8-vsnprintf-tests
15225         (test_u8_vsnprintf1_LDADD): Likewise.
15226         * modules/unistdio/u8-vsprintf-tests
15227         (test_u8_vsprintf1_LDADD): Likewise.
15228         * modules/unistdio/ulc-vsnprintf-tests
15229         (test_ulc_vsnprintf1_LDADD): Likewise.
15230         * modules/unistdio/ulc-vsprintf-tests
15231         (test_ulc_vsprintf1_LDADD): Likewise.
15232
15233         Fix linking of some uniconv tests on FreeBSD.
15234         * modules/uniconv/u16-conv-from-enc-tests
15235         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15236         * modules/uniconv/u16-conv-to-enc-tests
15237         (test_u16_conv_to_enc_LDADD): Likewise.
15238         * modules/uniconv/u16-strconv-from-enc-tests
15239         (test_u16_strconv_from_enc_LDADD): Likewise.
15240         * modules/uniconv/u16-strconv-to-enc-tests
15241         (test_u16_strconv_to_enc_LDADD): Likewise.
15242         * modules/uniconv/u32-conv-from-enc-tests
15243         (test_u32_conv_from_enc_LDADD): Likewise.
15244         * modules/uniconv/u32-conv-to-enc-tests
15245         (test_u32_conv_to_enc_LDADD): Likewise.
15246         * modules/uniconv/u32-strconv-from-enc-tests
15247         (test_u32_strconv_from_enc_LDADD): Likewise.
15248         * modules/uniconv/u32-strconv-to-enc-tests
15249         (test_u32_strconv_to_enc_LDADD): Likewise.
15250         * modules/uniconv/u8-conv-from-enc-tests
15251         (test_u8_conv_from_enc_LDADD): Likewise.
15252         * modules/uniconv/u8-conv-to-enc-tests
15253         (test_u8_conv_to_enc_LDADD): Likewise.
15254         * modules/uniconv/u8-strconv-from-enc-tests
15255         (test_u8_strconv_from_enc_LDADD): Likewise.
15256         * modules/uniconv/u8-strconv-to-enc-tests
15257         (test_u8_strconv_to_enc_LDADD): Likewise.
15258
15259 2007-10-22  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15262         size.
15263
15264 2007-10-22  Eric Blake  <ebb9@byu.net>
15265
15266         Tweak x*printf documentation.
15267         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15268         variable name and comments.
15269         Suggested by Bruno Haible.
15270
15271 2007-10-22  Bruno Haible  <bruno@clisp.org>
15272
15273         * lib/acl.c (copy_acl): Fix file name in comment.
15274
15275 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15276
15277         Fix Tru64 problem with stdbool.h.
15278         * lib/stdbool.in.h (false, true):
15279         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15280         Don't declare as an enum in this situation; it runs afoul of Tru64.
15281         Problem reported by Steven M. Schweda in
15282         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15283
15284 2007-10-22  Eric Blake  <ebb9@byu.net>
15285
15286         Also wrap vf?printf.
15287         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15288         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15289         (xvprintf, xvfprintf): New functions.
15290
15291 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15292
15293         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15294         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15295
15296         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15297         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15298
15299 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15302         by Bruno Haible.
15303
15304 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15305
15306         * lib/getloadavg.c
15307         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15308         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15309
15310         * tests/test-i-ring.c: Work for C89.
15311
15312 2007-10-22  Bruno Haible  <bruno@clisp.org>
15313
15314         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15315         -1u, in preprocessor expression, so that we don't test for the bug
15316         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15317         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15318
15319 2007-10-22  Eric Blake  <ebb9@byu.net>
15320
15321         * tests/test-yesno.sh: Silence stderr during test.
15322
15323 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15324
15325         * modules/crypto/gc-camellia: New file.
15326
15327         * m4/gc-camellia.m4: New file.
15328
15329         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15330
15331         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15332
15333 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15334
15335         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15336         --help to stdout.  Reported by sms@antinode.org (Steven
15337         M. Schweda).
15338
15339 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15340
15341         * users.txt: Fix link to libksba.
15342
15343 2007-10-21  Ben Pfaff  <blp@gnu.org>
15344
15345         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15346         round.c roundf implementation that depends on floorf and ceilf to
15347         be tested unconditionally.
15348
15349 2007-10-21  Ben Pfaff  <blp@gnu.org>
15350
15351         * m4/check-libm-func.m4: Removed.
15352         * m4/check-math-lib.m4: New file.
15353         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15354         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15355         definition and lack of AC_LIBOBJ([roundf]).
15356         * m4/roundl.m4: Ditto, and similarly for roundl.
15357         * modules/round: Reference new m4 file.
15358         * modules/roundf: Ditto.
15359         * modules/roundl: Ditto.
15360         * tests/test-round2.c (main): Use ROUND instead of round.
15361         Bug report from Bruno Haible.
15362
15363 2007-10-21  Bruno Haible  <bruno@clisp.org>
15364
15365         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15366         context.
15367
15368 2007-10-21  Bruno Haible  <bruno@clisp.org>
15369
15370         * tests/test-wcwidth.c (main): Allow negative result for some control
15371         characters.
15372
15373         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15374         Needed on OSF/1 5.1.
15375
15376 2007-10-21  Bruno Haible  <bruno@clisp.org>
15377
15378         * tests/test-floorf1.c: Include isnanf.h.
15379         (main): Use isnanf() instead of isnan().
15380         * tests/test-ceilf1.c: Include isnanf.h.
15381         (main): Use isnanf() instead of isnan().
15382         * tests/test-truncf1.c: Include isnanf.h.
15383         (main): Use isnanf() instead of isnan().
15384         * tests/test-roundf1.c: Include isnanf.h.
15385         (main): Use isnanf() instead of isnan().
15386
15387 2007-10-21  Eric Blake  <ebb9@byu.net>
15388
15389         * users.txt: Update URL for m4.
15390
15391 2007-10-21  Bruno Haible  <bruno@clisp.org>
15392
15393         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15394
15395 2007-10-21  Bruno Haible  <bruno@clisp.org>
15396
15397         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15398         Git's management files if the CVS files are not present.
15399
15400 2007-10-20  Bruno Haible  <bruno@clisp.org>
15401
15402         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15403         gcc-3.4.x.
15404
15405 2007-10-20  Ben Pfaff  <blp@gnu.org>
15406
15407         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15408         implementations.
15409         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15410         * lib/round.c: New file.
15411         * lib/roundf.c: New file.
15412         * lib/roundl.c: New file.
15413         * m4/round.m4: New file.
15414         * m4/roundf.m4: New file.
15415         * m4/roundl.m4: New file.
15416         * m4/check-libm-func-m4: New file.
15417         * modules/math: Replace round, roundf, roundl related @VARS@ in
15418         math.in.h.
15419         * modules/round: New file.
15420         * modules/round-tests: New file.
15421         * modules/roundf: New file.
15422         * modules/roundf-tests: New file.
15423         * modules/roundl: New file.
15424         * modules/roundl-tests: New file.
15425         * tests/test-round1.c: New file.
15426         * tests/test-round2.c: New file.
15427         * tests/test-roundf1.c: New file.
15428         * tests/test-roundf2.c: New file.
15429         * tests/test-roundl.c: New file.
15430         * doc/functions/round.texi: Mention round module.
15431         * doc/functions/roundf.texi: Mention roundf module.
15432         * doc/functions/roundl.texi: Mention roundl module.
15433         * MODULES.html.sh: Mention new modules.
15434         Thanks to Bruno Haible for suggestions.
15435
15436 2007-10-20  Jim Meyering  <meyering@redhat.com>
15437
15438         * lib/xprintf.c: Include <config.h> unconditionally.
15439
15440         Change xprintf's license to GPL.
15441         * modules/xprintf (License): s/LGPL/GPL/, since this module
15442         depends on modules (exit and exitfail) which are GPL.
15443         Suggestion from Bruno Haible.
15444
15445         xprintf fixes.
15446         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15447         Use a clearer diagnostic.
15448         Patch from Bruno Haible.
15449
15450 2007-10-20  Bruno Haible  <bruno@clisp.org>
15451
15452         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15453         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15454         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15455
15456 2007-10-20  Bruno Haible  <bruno@clisp.org>
15457
15458         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15459         precision in the comparison result > x - 1 or similar.
15460         * tests/test-ceilf2.c (correct_result_p): Likewise.
15461         * tests/test-truncf2.c (correct_result_p): Likewise.
15462         * tests/test-trunc2.c (correct_result_p): Likewise.
15463         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15464
15465 2007-10-20  Bruno Haible  <bruno@clisp.org>
15466
15467         * modules/ceil: New file.
15468         * m4/ceil.m4: New file.
15469         * doc/functions/ceil.texi: Mention the 'ceil' module.
15470
15471 2007-10-20  Bruno Haible  <bruno@clisp.org>
15472
15473         * modules/floor: New file.
15474         * m4/floor.m4: New file.
15475         * doc/functions/floor.texi: Mention the 'floor' module.
15476
15477 2007-10-20  Bruno Haible  <bruno@clisp.org>
15478
15479         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15480         of %a.
15481         * modules/floorf-tests (Depends-on): Likewise.
15482         * modules/truncf-tests (Depends-on): Likewise.
15483         * modules/trunc-tests (Depends-on): Likewise.
15484         Reported by Ben Pfaff.
15485
15486 2007-10-19  Jim Meyering  <meyering@redhat.com>
15487
15488         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15489         Don't bother testing specific errno values.  Just test ferror.
15490
15491         New module: xprintf
15492         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15493
15494 2007-10-19  Bruno Haible  <bruno@clisp.org>
15495
15496         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15497         syntax.
15498         * modules/javaexec (Makefile.am): Likewise.
15499         * modules/relocatable-prog (Makefile.am): Likewise.
15500         Suggested by Jim Meyering.
15501
15502 2007-10-18  Bruno Haible  <bruno@clisp.org>
15503
15504         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15505         Reported by Jim Meyering.
15506
15507 2007-10-18  Eric Blake  <ebb9@byu.net>
15508
15509         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15510
15511 2007-10-18  Bruno Haible  <bruno@clisp.org>
15512
15513         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15514         the format string into writable memory. Needed in Fortify conditions.
15515
15516 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15517             Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15520         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15521         * modules/trim (Depends-on): Add mbchar.
15522         (configure.ac): Add gl_FUNC_MBRTOWC.
15523         (Makefile.am): Augment lib_SOURCES.
15524
15525 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15526
15527         Modify glob.c to use fstatat and dirfd, to simplify it.
15528         Suggested by Eric Blake.
15529         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15530         Don't include <stdbool.h>; not used.
15531         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15532         (link_exists_p): Simplify implementation, since we can now assume
15533         dirfd and fstatat.
15534         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15535
15536 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15537
15538         * gnulib-tool (func_get_dependencies): Fix sed script to
15539         match only tests.
15540
15541 2007-10-17  Bruno Haible  <bruno@clisp.org>
15542
15543         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15544         allow locale names without encoding suffix.
15545         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15546         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15547
15548 2007-10-16  Bruno Haible  <bruno@clisp.org>
15549
15550         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15551         * lib/getgroups.c (getgroups): Likewise.
15552         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15553
15554 2007-10-16  Bruno Haible  <bruno@clisp.org>
15555
15556         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15557         * modules/malloc-posix (License): Likewise.
15558         * modules/realloc-posix (License): Likewise.
15559         * modules/calloc-posix (License): Likewise.
15560         * modules/intprops (License): Change from GPL to LGPL, with
15561         Paul Eggert's approval.
15562
15563 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15564
15565         Merge glibc changes into lib/glob.c.
15566
15567         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15568         2007-10-15 04:59:03 UTC.  Here are the changes:
15569
15570         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15571
15572         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15573
15574         * lib/glob.c: Add some branch prediction throughout.
15575
15576         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15577
15578         [BZ #5103]
15579         * lib/glob.c (glob): Recognize patterns starting \/.
15580
15581         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15582
15583         [BZ #3996]
15584         * lib/glob.c (attribute_hidden): Define if not defined.
15585         (glob): Unescape dirname, filename or username when needed and not
15586         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15587         is NULL.  Handle unescaped [ in pattern without closing ].
15588         Don't pass GLOB_CHECK down to recursive glob for directories.
15589         (__glob_pattern_type): New function.
15590         (__glob_pattern_p): Implement using __glob_pattern_type.
15591         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15592         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15593         Remove unreachable code.
15594
15595         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15596
15597         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15598         explain why there are no leaks.
15599
15600         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15601
15602         [BZ #3253]
15603         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15604         time, rather allocate increasingly bigger arrays of pointers, if
15605         possible with alloca, if too large with malloc.
15606
15607 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15608
15609         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15610         Problem reported by H.Merijn Brand in
15611         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15612         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15613         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15614
15615 2007-10-15  Bruno Haible  <bruno@clisp.org>
15616
15617         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15618         with explicit rpl_ prefix.
15619         * lib/fopen.c (fopen): Likewise.
15620         * lib/freopen.c (freopen): Likewise.
15621         * lib/iconv.c (iconv): Likewise.
15622         * lib/iconv_close.c (iconv_close): Likewise.
15623
15624 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15625
15626         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15627
15628 2007-10-15  Bruno Haible  <bruno@clisp.org>
15629
15630         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15631         <stddef.h> instead of <stdlib.h> since we only need NULL.
15632         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15633
15634 2007-10-15  Bruno Haible  <bruno@clisp.org>
15635
15636         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15637         Replace paragraph talking about LIBOBJS.
15638         Reported by Colin Watson <cjwatson@debian.org>.
15639
15640 2007-10-15  Bruno Haible  <bruno@clisp.org>
15641
15642         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15643         <stdlib.h> before using NULL.
15644
15645 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15646
15647         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15648         Reported by Albert Chin <china@thewrittenword.com>.
15649
15650 2007-10-14  Bruno Haible  <bruno@clisp.org>
15651
15652         * modules/iconv_open-utf-tests: New file.
15653         * tests/test-iconv-utf.c: New file.
15654
15655         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15656         * modules/iconv_open-utf: New file.
15657         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15658         (iconv, iconv_close): New declarations.
15659         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15660         be defined.
15661         (iconv_open): Add special handling of conversion between UTF-8 and
15662         UTF-{16,32}{BE,LE}.
15663         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15664         * lib/iconv_close.c: New file.
15665         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15666         gl_FUNC_ICONV_OPEN.
15667         (gl_FUNC_ICONV_OPEN): Use it.
15668         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15669         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15670         and REPLACE_ICONV_UTF.
15671         * modules/iconv_open (Depends-on): Add c-strcase.
15672         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15673         ICONV_CONST.
15674         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15675
15676 2007-10-13  Albert Chin  <china@thewrittenword.com>
15677             Bruno Haible  <bruno@clisp.org>
15678
15679         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15680         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15681
15682 2007-10-13  Bruno Haible  <bruno@clisp.org>
15683
15684         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15685         defined, use the ISO C99 inline semantics.
15686         * lib/argp.h (ARGP_EI): Likewise.
15687
15688 2007-10-13  Bruno Haible  <bruno@clisp.org>
15689
15690         Handle 'inline' change in gcc 4.3.0.
15691         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15692         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15693         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15694         argp_fmtstream_point): Disable 'extern' declaration if the function
15695         definition is going to be provided inline.
15696         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15697         semantics, not the ISO C99 inline semantics.
15698         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15699         'extern' declaration if the function definition is going to be provided
15700         inline.
15701         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15702         the GNU C inline semantics, not the ISO C99 inline semantics. With
15703         GCC 4.2, avoid a warning.
15704
15705 2007-10-13  Bruno Haible  <bruno@clisp.org>
15706
15707         * lib/freading.h (freading): Enable the use of __freading for
15708         glibc >= 2.7.
15709         * lib/freading.c (freading): Likewise.
15710
15711 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15712
15713         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15714         "warning: C99 inline functions are not supported; using GNU89".
15715
15716 2007-10-12  Bruno Haible  <bruno@clisp.org>
15717
15718         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15719         of 2.
15720         * tests/test-ceilf2.c: New file.
15721         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15722
15723         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15724         * modules/ceilf-tests: Update.
15725
15726 2007-10-12  Bruno Haible  <bruno@clisp.org>
15727
15728         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15729         of 2.
15730         * tests/test-floorf2.c: New file.
15731         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15732
15733         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15734         * modules/floorf-tests: Update.
15735
15736 2007-10-12  Bruno Haible  <bruno@clisp.org>
15737
15738         * tests/test-trunc2.c: New file.
15739         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15740
15741         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15742         * modules/trunc-tests: Update.
15743
15744 2007-10-12  Bruno Haible  <bruno@clisp.org>
15745
15746         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15747         of 2.
15748         * tests/test-truncf2.c: New file.
15749         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15750
15751         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15752         * modules/truncf-tests: Update.
15753
15754 2007-10-11  Eric Blake  <ebb9@byu.net>
15755
15756         Don't claim strerror is broken on Interix.
15757         * doc/functions/strerror.texi (strerror): Known broken systems are
15758         now Solaris 8, and not Interix.
15759         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15760         Interix on cross-compile.
15761         Reported by Martin Koeppe in
15762         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15763
15764 2007-10-11  Bruno Haible  <bruno@clisp.org>
15765
15766         * modules/i-ring-tests: New file.
15767         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15768         instead of assert.
15769
15770 2007-10-11  Bruno Haible  <bruno@clisp.org>
15771
15772         * modules/filenamecat-tests: New file.
15773         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15774         * lib/filenamecat.c: Remove test code.
15775
15776 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15777
15778         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15779
15780         * lib/strerror.c: Include <string.h> always, to test interface,
15781         and to remove the need for the dummy.
15782         Include intprops.h to compute width instead of doing it ourselves
15783         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15784         (strerror): Define it to return NULL if there's no system strerror.
15785         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15786         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15787         ancient pre-strerror Unix systems well any more.  Saying "unknown
15788         system error" is enough.
15789         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15790         simpler strerror.c implementation.
15791         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15792         Simplify the tests to reflect the simpler strerror implementation.
15793         * modules/strerror (Depends-on): Add intprops.
15794
15795 2007-10-09  Eric Blake  <ebb9@byu.net>
15796
15797         Silence test-fpending.
15798         * modules/fpending-tests (Files): Add wrapper script.
15799         * tests/test-fpending.sh: New file.
15800
15801 2007-10-09  Bruno Haible  <bruno@clisp.org>
15802
15803         * MODULES.html.sh (func_module): Don't create a hyperlink for
15804         function names like 'printf_frexp'.
15805         (Misc): Add crc, memxor.
15806         (Characteristics of floating types): New section.
15807         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15808         isnanf-nolibm, signbit, trunc, truncf, truncl.
15809         (Enhancements for ISO C 99 functions): New subsection Input/output.
15810         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15811         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15812         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15813         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15814         (Enhancements for POSIX:2001 functions): Add chdir-long.
15815         (File system functions): Add areadlink, chdir-safer, read-file.
15816         Remove cycle-check.
15817         (File system as inode set): New section.
15818         (Date and time): Add gethrxtime.
15819         (Multithreading): Add openmp.
15820         (Internationalization functions): Add localename.
15821         (Unicode string functions): Add unistr/u*-mbsnlen.
15822         (Support for maintaining and releasing projects): Add git-version-gen.
15823         (Lone files): Remove directories.
15824
15825 2007-10-08  Ben Pfaff  <blp@gnu.org>
15826
15827         * lib/xmalloca.h: Fix typo in comment.
15828
15829 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15830
15831         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15832         when avoiding problems with integer overflow.  Use a portable test
15833         instead.
15834
15835 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15836
15837         * modules/dummy (License): Change to LGPLv2+.
15838         * modules/float (License): Likewise
15839         * modules/realloc (License): Likewise
15840         * modules/stdlib (License): Likewise
15841
15842 2007-10-07  Bruno Haible  <bruno@clisp.org>
15843
15844         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15845         * floor.c (TWO_MANT_DIG): Likewise.
15846         * ceil.c (TWO_MANT_DIG): Likewise.
15847         Reported by Ben Pfaff.
15848
15849 2007-10-07  Bruno Haible  <bruno@clisp.org>
15850
15851         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15852         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15853         * lib/frexp.c (FUNC): Likewise.
15854         * lib/printf-frexp.h (printf_frexp): Likewise.
15855         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15856         * lib/printf-frexp.c (FUNC): Likewise.
15857         Suggested by Jim Meyering.
15858
15859 2007-10-07  Jim Meyering  <meyering@redhat.com>
15860
15861         Make xnanosleep's integer overflow test more robust.
15862         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15863         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15864
15865 2007-10-07  Bruno Haible  <bruno@clisp.org>
15866
15867         * NEWS: Mention the license change.
15868
15869         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15870         abbreviations in the modules files.
15871
15872         Change copyright notice from GPLv2+ to GPLv3+.
15873         * README: Change copyright notice.
15874         * MODULES.html.sh: Likewise.
15875         * build-aux/bootstrap.conf: Likewise.
15876         * build-aux/config.libpath: Likewise.
15877         * build-aux/csharpcomp.sh.in: Likewise.
15878         * build-aux/csharpexec.sh.in: Likewise.
15879         * build-aux/install-reloc: Likewise.
15880         * build-aux/javacomp.sh.in: Likewise.
15881         * build-aux/javaexec.sh.in: Likewise.
15882         * build-aux/ldd.sh.in: Likewise.
15883         * build-aux/reloc-ldflags: Likewise.
15884         * build-aux/relocatable.sh.in: Likewise.
15885         * build-aux/x-to-1.in: Likewise.
15886         * check-module: Likewise.
15887         * config/srclistvars.sh: Likewise.
15888         * gnulib-tool: Likewise.
15889         * lib/acl-internal.h: Likewise.
15890         * lib/acl.c: Likewise.
15891         * lib/acl.h: Likewise.
15892         * lib/acl_entries.c: Likewise.
15893         * lib/areadlink-with-size.c: Likewise.
15894         * lib/areadlink.c: Likewise.
15895         * lib/areadlink.h: Likewise.
15896         * lib/argmatch.c: Likewise.
15897         * lib/argmatch.h: Likewise.
15898         * lib/argp-ba.c: Likewise.
15899         * lib/argp-eexst.c: Likewise.
15900         * lib/argp-fmtstream.c: Likewise.
15901         * lib/argp-fmtstream.h: Likewise.
15902         * lib/argp-fs-xinl.c: Likewise.
15903         * lib/argp-help.c: Likewise.
15904         * lib/argp-namefrob.h: Likewise.
15905         * lib/argp-parse.c: Likewise.
15906         * lib/argp-pin.c: Likewise.
15907         * lib/argp-pv.c: Likewise.
15908         * lib/argp-pvh.c: Likewise.
15909         * lib/argp-xinl.c: Likewise.
15910         * lib/argp.h: Likewise.
15911         * lib/at-func.c: Likewise.
15912         * lib/atanl.c: Likewise.
15913         * lib/backupfile.c: Likewise.
15914         * lib/backupfile.h: Likewise.
15915         * lib/basename.c: Likewise.
15916         * lib/binary-io.h: Likewise.
15917         * lib/byteswap.in.h: Likewise.
15918         * lib/c-stack.c: Likewise.
15919         * lib/c-stack.h: Likewise.
15920         * lib/c-strcasestr.c: Likewise.
15921         * lib/c-strcasestr.h: Likewise.
15922         * lib/c-strstr.c: Likewise.
15923         * lib/c-strstr.h: Likewise.
15924         * lib/c-strtod.c: Likewise.
15925         * lib/calloc.c: Likewise.
15926         * lib/canon-host.c: Likewise.
15927         * lib/canon-host.h: Likewise.
15928         * lib/canonicalize-lgpl.c: Likewise.
15929         * lib/canonicalize.c: Likewise.
15930         * lib/canonicalize.h: Likewise.
15931         * lib/ceil.c: Likewise.
15932         * lib/ceilf.c: Likewise.
15933         * lib/ceill.c: Likewise.
15934         * lib/chdir-long.c: Likewise.
15935         * lib/chdir-long.h: Likewise.
15936         * lib/chdir-safer.c: Likewise.
15937         * lib/chdir-safer.h: Likewise.
15938         * lib/chown.c: Likewise.
15939         * lib/classpath.c: Likewise.
15940         * lib/classpath.h: Likewise.
15941         * lib/clean-temp.c: Likewise.
15942         * lib/clean-temp.h: Likewise.
15943         * lib/cloexec.c: Likewise.
15944         * lib/close-stream.c: Likewise.
15945         * lib/closein.c: Likewise.
15946         * lib/closein.h: Likewise.
15947         * lib/closeout.c: Likewise.
15948         * lib/closeout.h: Likewise.
15949         * lib/concat-filename.c: Likewise.
15950         * lib/copy-file.c: Likewise.
15951         * lib/copy-file.h: Likewise.
15952         * lib/count-one-bits.h: Likewise.
15953         * lib/crc.c: Likewise.
15954         * lib/crc.h: Likewise.
15955         * lib/creat-safer.c: Likewise.
15956         * lib/csharpcomp.c: Likewise.
15957         * lib/csharpcomp.h: Likewise.
15958         * lib/csharpexec.c: Likewise.
15959         * lib/csharpexec.h: Likewise.
15960         * lib/cycle-check.c: Likewise.
15961         * lib/cycle-check.h: Likewise.
15962         * lib/diacrit.c: Likewise.
15963         * lib/diacrit.h: Likewise.
15964         * lib/diffseq.h: Likewise.
15965         * lib/dirchownmod.c: Likewise.
15966         * lib/dirent.in.h: Likewise.
15967         * lib/dirfd.c: Likewise.
15968         * lib/dirfd.h: Likewise.
15969         * lib/dirname.c: Likewise.
15970         * lib/dirname.h: Likewise.
15971         * lib/dummy.c: Likewise.
15972         * lib/dup-safer.c: Likewise.
15973         * lib/dup2.c: Likewise.
15974         * lib/eealloc.h: Likewise.
15975         * lib/error.c: Likewise.
15976         * lib/error.h: Likewise.
15977         * lib/euidaccess.c: Likewise.
15978         * lib/exclude.c: Likewise.
15979         * lib/exclude.h: Likewise.
15980         * lib/execute.c: Likewise.
15981         * lib/execute.h: Likewise.
15982         * lib/exitfail.c: Likewise.
15983         * lib/exitfail.h: Likewise.
15984         * lib/expl.c: Likewise.
15985         * lib/fatal-signal.c: Likewise.
15986         * lib/fatal-signal.h: Likewise.
15987         * lib/fbufmode.c: Likewise.
15988         * lib/fbufmode.h: Likewise.
15989         * lib/fchdir.c: Likewise.
15990         * lib/fchmodat.c: Likewise.
15991         * lib/fchownat.c: Likewise.
15992         * lib/fcntl--.h: Likewise.
15993         * lib/fcntl-safer.h: Likewise.
15994         * lib/fcntl.in.h: Likewise.
15995         * lib/fd-safer.c: Likewise.
15996         * lib/fflush.c: Likewise.
15997         * lib/file-has-acl.c: Likewise.
15998         * lib/file-set.c: Likewise.
15999         * lib/file-type.c: Likewise.
16000         * lib/file-type.h: Likewise.
16001         * lib/fileblocks.c: Likewise.
16002         * lib/filemode.c: Likewise.
16003         * lib/filemode.h: Likewise.
16004         * lib/filename.h: Likewise.
16005         * lib/filenamecat.c: Likewise.
16006         * lib/filenamecat.h: Likewise.
16007         * lib/findprog.c: Likewise.
16008         * lib/findprog.h: Likewise.
16009         * lib/float.in.h: Likewise.
16010         * lib/floor.c: Likewise.
16011         * lib/floorf.c: Likewise.
16012         * lib/floorl.c: Likewise.
16013         * lib/fopen-safer.c: Likewise.
16014         * lib/fopen.c: Likewise.
16015         * lib/fpending.c: Likewise.
16016         * lib/fpending.h: Likewise.
16017         * lib/fprintf.c: Likewise.
16018         * lib/fprintftime.h: Likewise.
16019         * lib/fpucw.h: Likewise.
16020         * lib/fpurge.c: Likewise.
16021         * lib/fpurge.h: Likewise.
16022         * lib/freadable.c: Likewise.
16023         * lib/freadable.h: Likewise.
16024         * lib/freadahead.c: Likewise.
16025         * lib/freadahead.h: Likewise.
16026         * lib/freading.c: Likewise.
16027         * lib/freading.h: Likewise.
16028         * lib/free.c: Likewise.
16029         * lib/freopen.c: Likewise.
16030         * lib/frexp.c: Likewise.
16031         * lib/frexpl.c: Likewise.
16032         * lib/fseek.c: Likewise.
16033         * lib/fseterr.c: Likewise.
16034         * lib/fseterr.h: Likewise.
16035         * lib/fstatat.c: Likewise.
16036         * lib/fstrcmp.c: Likewise.
16037         * lib/fstrcmp.h: Likewise.
16038         * lib/fsusage.c: Likewise.
16039         * lib/fsusage.h: Likewise.
16040         * lib/ftell.c: Likewise.
16041         * lib/ftello.c: Likewise.
16042         * lib/fts-cycle.c: Likewise.
16043         * lib/fts.c: Likewise.
16044         * lib/fts_.h: Likewise.
16045         * lib/full-read.c: Likewise.
16046         * lib/full-read.h: Likewise.
16047         * lib/full-write.c: Likewise.
16048         * lib/full-write.h: Likewise.
16049         * lib/fwritable.c: Likewise.
16050         * lib/fwritable.h: Likewise.
16051         * lib/fwriteerror.c: Likewise.
16052         * lib/fwriteerror.h: Likewise.
16053         * lib/fwriting.c: Likewise.
16054         * lib/fwriting.h: Likewise.
16055         * lib/gcd.c: Likewise.
16056         * lib/gcd.h: Likewise.
16057         * lib/getcwd.c: Likewise.
16058         * lib/getdate.h: Likewise.
16059         * lib/getdate.y: Likewise.
16060         * lib/getdomainname.c: Likewise.
16061         * lib/getdomainname.h: Likewise.
16062         * lib/getgroups.c: Likewise.
16063         * lib/gethostname.c: Likewise.
16064         * lib/gethrxtime.c: Likewise.
16065         * lib/gethrxtime.h: Likewise.
16066         * lib/getloadavg.c: Likewise.
16067         * lib/getndelim2.c: Likewise.
16068         * lib/getndelim2.h: Likewise.
16069         * lib/getnline.c: Likewise.
16070         * lib/getnline.h: Likewise.
16071         * lib/getopt.c: Likewise.
16072         * lib/getopt.in.h: Likewise.
16073         * lib/getopt1.c: Likewise.
16074         * lib/getopt_int.h: Likewise.
16075         * lib/getpagesize.h: Likewise.
16076         * lib/getsubopt.c: Likewise.
16077         * lib/gettime.c: Likewise.
16078         * lib/getugroups.c: Likewise.
16079         * lib/getugroups.h: Likewise.
16080         * lib/getusershell.c: Likewise.
16081         * lib/gl_anyavltree_list1.h: Likewise.
16082         * lib/gl_anyavltree_list2.h: Likewise.
16083         * lib/gl_anyhash_list1.h: Likewise.
16084         * lib/gl_anyhash_list2.h: Likewise.
16085         * lib/gl_anylinked_list1.h: Likewise.
16086         * lib/gl_anylinked_list2.h: Likewise.
16087         * lib/gl_anyrbtree_list1.h: Likewise.
16088         * lib/gl_anyrbtree_list2.h: Likewise.
16089         * lib/gl_anytree_list1.h: Likewise.
16090         * lib/gl_anytree_list2.h: Likewise.
16091         * lib/gl_anytree_oset.h: Likewise.
16092         * lib/gl_anytreehash_list1.h: Likewise.
16093         * lib/gl_anytreehash_list2.h: Likewise.
16094         * lib/gl_array_list.c: Likewise.
16095         * lib/gl_array_list.h: Likewise.
16096         * lib/gl_array_oset.c: Likewise.
16097         * lib/gl_array_oset.h: Likewise.
16098         * lib/gl_avltree_list.c: Likewise.
16099         * lib/gl_avltree_list.h: Likewise.
16100         * lib/gl_avltree_oset.c: Likewise.
16101         * lib/gl_avltree_oset.h: Likewise.
16102         * lib/gl_avltreehash_list.c: Likewise.
16103         * lib/gl_avltreehash_list.h: Likewise.
16104         * lib/gl_carray_list.c: Likewise.
16105         * lib/gl_carray_list.h: Likewise.
16106         * lib/gl_linked_list.c: Likewise.
16107         * lib/gl_linked_list.h: Likewise.
16108         * lib/gl_linkedhash_list.c: Likewise.
16109         * lib/gl_linkedhash_list.h: Likewise.
16110         * lib/gl_list.c: Likewise.
16111         * lib/gl_list.h: Likewise.
16112         * lib/gl_oset.c: Likewise.
16113         * lib/gl_oset.h: Likewise.
16114         * lib/gl_rbtree_list.c: Likewise.
16115         * lib/gl_rbtree_list.h: Likewise.
16116         * lib/gl_rbtree_oset.c: Likewise.
16117         * lib/gl_rbtree_oset.h: Likewise.
16118         * lib/gl_rbtreehash_list.c: Likewise.
16119         * lib/gl_rbtreehash_list.h: Likewise.
16120         * lib/gl_sublist.c: Likewise.
16121         * lib/gl_sublist.h: Likewise.
16122         * lib/group-member.c: Likewise.
16123         * lib/group-member.h: Likewise.
16124         * lib/hard-locale.c: Likewise.
16125         * lib/hard-locale.h: Likewise.
16126         * lib/hash-pjw.c: Likewise.
16127         * lib/hash-pjw.h: Likewise.
16128         * lib/hash-triple.c: Likewise.
16129         * lib/hash.c: Likewise.
16130         * lib/hash.h: Likewise.
16131         * lib/human.c: Likewise.
16132         * lib/human.h: Likewise.
16133         * lib/i-ring.c: Likewise.
16134         * lib/i-ring.h: Likewise.
16135         * lib/idcache.c: Likewise.
16136         * lib/imaxabs.c: Likewise.
16137         * lib/imaxdiv.c: Likewise.
16138         * lib/inet_pton.c: Likewise.
16139         * lib/inet_pton.h: Likewise.
16140         * lib/intprops.h: Likewise.
16141         * lib/inttostr.c: Likewise.
16142         * lib/inttostr.h: Likewise.
16143         * lib/inttypes.in.h: Likewise.
16144         * lib/isapipe.c: Likewise.
16145         * lib/isdir.c: Likewise.
16146         * lib/isnan.c: Likewise.
16147         * lib/isnan.h: Likewise.
16148         * lib/isnanf.c: Likewise.
16149         * lib/isnanf.h: Likewise.
16150         * lib/isnanl-nolibm.h: Likewise.
16151         * lib/isnanl.c: Likewise.
16152         * lib/isnanl.h: Likewise.
16153         * lib/javacomp.c: Likewise.
16154         * lib/javacomp.h: Likewise.
16155         * lib/javaexec.c: Likewise.
16156         * lib/javaexec.h: Likewise.
16157         * lib/javaversion.c: Likewise.
16158         * lib/javaversion.h: Likewise.
16159         * lib/javaversion.java: Likewise.
16160         * lib/lbrkprop.h: Likewise.
16161         * lib/lchmod.h: Likewise.
16162         * lib/lchown.c: Likewise.
16163         * lib/ldexpl.c: Likewise.
16164         * lib/linebreak.c: Likewise.
16165         * lib/linebreak.h: Likewise.
16166         * lib/linebuffer.c: Likewise.
16167         * lib/linebuffer.h: Likewise.
16168         * lib/locale.in.h: Likewise.
16169         * lib/logl.c: Likewise.
16170         * lib/long-options.c: Likewise.
16171         * lib/long-options.h: Likewise.
16172         * lib/lstat.c: Likewise.
16173         * lib/lstat.h: Likewise.
16174         * lib/math.in.h: Likewise.
16175         * lib/mbchar.c: Likewise.
16176         * lib/mbchar.h: Likewise.
16177         * lib/mbfile.h: Likewise.
16178         * lib/mbiter.h: Likewise.
16179         * lib/mbscasecmp.c: Likewise.
16180         * lib/mbscasestr.c: Likewise.
16181         * lib/mbschr.c: Likewise.
16182         * lib/mbscspn.c: Likewise.
16183         * lib/mbslen.c: Likewise.
16184         * lib/mbsncasecmp.c: Likewise.
16185         * lib/mbsnlen.c: Likewise.
16186         * lib/mbspbrk.c: Likewise.
16187         * lib/mbspcasecmp.c: Likewise.
16188         * lib/mbsrchr.c: Likewise.
16189         * lib/mbssep.c: Likewise.
16190         * lib/mbsspn.c: Likewise.
16191         * lib/mbsstr.c: Likewise.
16192         * lib/mbstok_r.c: Likewise.
16193         * lib/mbswidth.c: Likewise.
16194         * lib/mbswidth.h: Likewise.
16195         * lib/mbuiter.h: Likewise.
16196         * lib/memcasecmp.c: Likewise.
16197         * lib/memcasecmp.h: Likewise.
16198         * lib/memchr.c: Likewise.
16199         * lib/memcmp.c: Likewise.
16200         * lib/memcoll.c: Likewise.
16201         * lib/memcoll.h: Likewise.
16202         * lib/memcpy.c: Likewise.
16203         * lib/memrchr.c: Likewise.
16204         * lib/mkancesdirs.c: Likewise.
16205         * lib/mkdir-p.c: Likewise.
16206         * lib/mkdir-p.h: Likewise.
16207         * lib/mkdir.c: Likewise.
16208         * lib/mkdirat.c: Likewise.
16209         * lib/mkdtemp.c: Likewise.
16210         * lib/mkstemp-safer.c: Likewise.
16211         * lib/mkstemp.c: Likewise.
16212         * lib/modechange.c: Likewise.
16213         * lib/modechange.h: Likewise.
16214         * lib/mountlist.c: Likewise.
16215         * lib/mountlist.h: Likewise.
16216         * lib/mpsort.c: Likewise.
16217         * lib/nanosleep.c: Likewise.
16218         * lib/obstack.c: Likewise.
16219         * lib/obstack.h: Likewise.
16220         * lib/open-safer.c: Likewise.
16221         * lib/open.c: Likewise.
16222         * lib/openat-die.c: Likewise.
16223         * lib/openat-priv.h: Likewise.
16224         * lib/openat-proc.c: Likewise.
16225         * lib/openat.c: Likewise.
16226         * lib/openat.h: Likewise.
16227         * lib/pagealign_alloc.c: Likewise.
16228         * lib/pagealign_alloc.h: Likewise.
16229         * lib/physmem.c: Likewise.
16230         * lib/physmem.h: Likewise.
16231         * lib/pipe-safer.c: Likewise.
16232         * lib/pipe.c: Likewise.
16233         * lib/pipe.h: Likewise.
16234         * lib/posixtm.c: Likewise.
16235         * lib/posixtm.h: Likewise.
16236         * lib/posixver.c: Likewise.
16237         * lib/printf-frexp.c: Likewise.
16238         * lib/printf-frexp.h: Likewise.
16239         * lib/printf-frexpl.c: Likewise.
16240         * lib/printf-frexpl.h: Likewise.
16241         * lib/printf.c: Likewise.
16242         * lib/progname.c: Likewise.
16243         * lib/progname.h: Likewise.
16244         * lib/progreloc.c: Likewise.
16245         * lib/putenv.c: Likewise.
16246         * lib/quote.c: Likewise.
16247         * lib/quote.h: Likewise.
16248         * lib/quotearg.c: Likewise.
16249         * lib/quotearg.h: Likewise.
16250         * lib/raise.c: Likewise.
16251         * lib/readline.c: Likewise.
16252         * lib/readline.h: Likewise.
16253         * lib/readlink.c: Likewise.
16254         * lib/readtokens.c: Likewise.
16255         * lib/readtokens.h: Likewise.
16256         * lib/readtokens0.c: Likewise.
16257         * lib/readtokens0.h: Likewise.
16258         * lib/readutmp.c: Likewise.
16259         * lib/readutmp.h: Likewise.
16260         * lib/realloc.c: Likewise.
16261         * lib/relocwrapper.c: Likewise.
16262         * lib/rename-dest-slash.c: Likewise.
16263         * lib/rename.c: Likewise.
16264         * lib/rmdir.c: Likewise.
16265         * lib/rpmatch.c: Likewise.
16266         * lib/safe-read.c: Likewise.
16267         * lib/safe-read.h: Likewise.
16268         * lib/safe-write.c: Likewise.
16269         * lib/safe-write.h: Likewise.
16270         * lib/same-inode.h: Likewise.
16271         * lib/same.c: Likewise.
16272         * lib/same.h: Likewise.
16273         * lib/save-cwd.c: Likewise.
16274         * lib/save-cwd.h: Likewise.
16275         * lib/savedir.c: Likewise.
16276         * lib/savedir.h: Likewise.
16277         * lib/savewd.c: Likewise.
16278         * lib/savewd.h: Likewise.
16279         * lib/search.in.h: Likewise.
16280         * lib/setenv.c: Likewise.
16281         * lib/setenv.h: Likewise.
16282         * lib/settime.c: Likewise.
16283         * lib/sh-quote.c: Likewise.
16284         * lib/sh-quote.h: Likewise.
16285         * lib/sig2str.c: Likewise.
16286         * lib/sig2str.h: Likewise.
16287         * lib/signal.in.h: Likewise.
16288         * lib/signbitd.c: Likewise.
16289         * lib/signbitf.c: Likewise.
16290         * lib/signbitl.c: Likewise.
16291         * lib/sigprocmask.c: Likewise.
16292         * lib/sincosl.c: Likewise.
16293         * lib/sleep.c: Likewise.
16294         * lib/sprintf.c: Likewise.
16295         * lib/sqrtl.c: Likewise.
16296         * lib/stat-time.h: Likewise.
16297         * lib/stdio--.h: Likewise.
16298         * lib/stdio-safer.h: Likewise.
16299         * lib/stdlib--.h: Likewise.
16300         * lib/stdlib-safer.h: Likewise.
16301         * lib/stdlib.in.h: Likewise.
16302         * lib/stpcpy.c: Likewise.
16303         * lib/stpncpy.c: Likewise.
16304         * lib/strchrnul.c: Likewise.
16305         * lib/strcspn.c: Likewise.
16306         * lib/strerror.c: Likewise.
16307         * lib/strftime.c: Likewise.
16308         * lib/strftime.h: Likewise.
16309         * lib/striconveh.c: Likewise.
16310         * lib/striconveh.h: Likewise.
16311         * lib/striconveha.c: Likewise.
16312         * lib/striconveha.h: Likewise.
16313         * lib/stripslash.c: Likewise.
16314         * lib/strnlen1.c: Likewise.
16315         * lib/strnlen1.h: Likewise.
16316         * lib/strtod.c: Likewise.
16317         * lib/strtoimax.c: Likewise.
16318         * lib/strtok_r.c: Likewise.
16319         * lib/strtol.c: Likewise.
16320         * lib/strtoll.c: Likewise.
16321         * lib/strtoul.c: Likewise.
16322         * lib/strtoull.c: Likewise.
16323         * lib/sysexits.in.h: Likewise.
16324         * lib/tempname.c: Likewise.
16325         * lib/tempname.h: Likewise.
16326         * lib/timespec.h: Likewise.
16327         * lib/tls.c: Likewise.
16328         * lib/tls.h: Likewise.
16329         * lib/tmpdir.c: Likewise.
16330         * lib/tmpdir.h: Likewise.
16331         * lib/tmpfile-safer.c: Likewise.
16332         * lib/tmpfile.c: Likewise.
16333         * lib/trigl.c: Likewise.
16334         * lib/trigl.h: Likewise.
16335         * lib/trim.c: Likewise.
16336         * lib/trim.h: Likewise.
16337         * lib/trunc.c: Likewise.
16338         * lib/truncf.c: Likewise.
16339         * lib/truncl.c: Likewise.
16340         * lib/tsearch.c: Likewise.
16341         * lib/unicodeio.c: Likewise.
16342         * lib/unicodeio.h: Likewise.
16343         * lib/unistd--.h: Likewise.
16344         * lib/unistd-safer.h: Likewise.
16345         * lib/unistdio/ulc-fprintf.c: Likewise.
16346         * lib/unistdio/ulc-vfprintf.c: Likewise.
16347         * lib/unlinkdir.c: Likewise.
16348         * lib/unlinkdir.h: Likewise.
16349         * lib/unlocked-io.h: Likewise.
16350         * lib/unsetenv.c: Likewise.
16351         * lib/userspec.c: Likewise.
16352         * lib/utime.c: Likewise.
16353         * lib/utimecmp.c: Likewise.
16354         * lib/utimecmp.h: Likewise.
16355         * lib/utimens.c: Likewise.
16356         * lib/verify.h: Likewise.
16357         * lib/verror.c: Likewise.
16358         * lib/verror.h: Likewise.
16359         * lib/version-etc-fsf.c: Likewise.
16360         * lib/version-etc.c: Likewise.
16361         * lib/version-etc.h: Likewise.
16362         * lib/vfprintf.c: Likewise.
16363         * lib/vprintf.c: Likewise.
16364         * lib/vsprintf.c: Likewise.
16365         * lib/w32spawn.h: Likewise.
16366         * lib/wait-process.c: Likewise.
16367         * lib/wait-process.h: Likewise.
16368         * lib/wcwidth.c: Likewise.
16369         * lib/write-any-file.c: Likewise.
16370         * lib/xalloc-die.c: Likewise.
16371         * lib/xalloc.h: Likewise.
16372         * lib/xasprintf.c: Likewise.
16373         * lib/xgetcwd.c: Likewise.
16374         * lib/xgetcwd.h: Likewise.
16375         * lib/xgetdomainname.c: Likewise.
16376         * lib/xgetdomainname.h: Likewise.
16377         * lib/xgethostname.c: Likewise.
16378         * lib/xmalloc.c: Likewise.
16379         * lib/xmalloca.c: Likewise.
16380         * lib/xmalloca.h: Likewise.
16381         * lib/xmemcoll.c: Likewise.
16382         * lib/xnanosleep.c: Likewise.
16383         * lib/xreadlink.c: Likewise.
16384         * lib/xreadlink.h: Likewise.
16385         * lib/xsetenv.c: Likewise.
16386         * lib/xsetenv.h: Likewise.
16387         * lib/xstriconv.c: Likewise.
16388         * lib/xstriconv.h: Likewise.
16389         * lib/xstrndup.c: Likewise.
16390         * lib/xstrndup.h: Likewise.
16391         * lib/xstrtod.c: Likewise.
16392         * lib/xstrtod.h: Likewise.
16393         * lib/xstrtol-error.c: Likewise.
16394         * lib/xstrtol.c: Likewise.
16395         * lib/xstrtol.h: Likewise.
16396         * lib/xtime.h: Likewise.
16397         * lib/xvasprintf.c: Likewise.
16398         * lib/xvasprintf.h: Likewise.
16399         * lib/yesno.c: Likewise.
16400         * lib/yesno.h: Likewise.
16401         * posix-modules: Likewise.
16402         * tests/test-alloca-opt.c: Likewise.
16403         * tests/test-arcfour.c: Likewise.
16404         * tests/test-arctwo.c: Likewise.
16405         * tests/test-argmatch.c: Likewise.
16406         * tests/test-argp-2.sh: Likewise.
16407         * tests/test-argp.c: Likewise.
16408         * tests/test-arpa_inet.c: Likewise.
16409         * tests/test-array_list.c: Likewise.
16410         * tests/test-array_oset.c: Likewise.
16411         * tests/test-atexit.c: Likewise.
16412         * tests/test-avltree_list.c: Likewise.
16413         * tests/test-avltree_oset.c: Likewise.
16414         * tests/test-avltreehash_list.c: Likewise.
16415         * tests/test-base64.c: Likewise.
16416         * tests/test-binary-io.c: Likewise.
16417         * tests/test-byteswap.c: Likewise.
16418         * tests/test-c-ctype.c: Likewise.
16419         * tests/test-c-strcasecmp.c: Likewise.
16420         * tests/test-c-strcasestr.c: Likewise.
16421         * tests/test-c-strncasecmp.c: Likewise.
16422         * tests/test-c-strstr.c: Likewise.
16423         * tests/test-canonicalize-lgpl.c: Likewise.
16424         * tests/test-canonicalize.c: Likewise.
16425         * tests/test-carray_list.c: Likewise.
16426         * tests/test-ceilf.c: Likewise.
16427         * tests/test-ceill.c: Likewise.
16428         * tests/test-count-one-bits.c: Likewise.
16429         * tests/test-crc.c: Likewise.
16430         * tests/test-dirname.c: Likewise.
16431         * tests/test-fbufmode.c: Likewise.
16432         * tests/test-fcntl.c: Likewise.
16433         * tests/test-fflush.c: Likewise.
16434         * tests/test-floorf.c: Likewise.
16435         * tests/test-floorl.c: Likewise.
16436         * tests/test-fopen.c: Likewise.
16437         * tests/test-fprintf-posix.c: Likewise.
16438         * tests/test-fprintf-posix.h: Likewise.
16439         * tests/test-fpurge.c: Likewise.
16440         * tests/test-freadable.c: Likewise.
16441         * tests/test-freadahead.c: Likewise.
16442         * tests/test-freading.c: Likewise.
16443         * tests/test-freopen.c: Likewise.
16444         * tests/test-frexp.c: Likewise.
16445         * tests/test-frexpl.c: Likewise.
16446         * tests/test-fseek.c: Likewise.
16447         * tests/test-fseeko.c: Likewise.
16448         * tests/test-fseterr.c: Likewise.
16449         * tests/test-fstrcmp.c: Likewise.
16450         * tests/test-ftell.c: Likewise.
16451         * tests/test-ftello.c: Likewise.
16452         * tests/test-fwritable.c: Likewise.
16453         * tests/test-fwriting.c: Likewise.
16454         * tests/test-getaddrinfo.c: Likewise.
16455         * tests/test-getpass.c: Likewise.
16456         * tests/test-gettimeofday.c: Likewise.
16457         * tests/test-hmac-md5.c: Likewise.
16458         * tests/test-hmac-sha1.c: Likewise.
16459         * tests/test-iconv.c: Likewise.
16460         * tests/test-iconvme.c: Likewise.
16461         * tests/test-inttypes.c: Likewise.
16462         * tests/test-isnan.c: Likewise.
16463         * tests/test-isnanf.c: Likewise.
16464         * tests/test-isnanl-nolibm.c: Likewise.
16465         * tests/test-isnanl.c: Likewise.
16466         * tests/test-isnanl.h: Likewise.
16467         * tests/test-ldexpl.c: Likewise.
16468         * tests/test-linked_list.c: Likewise.
16469         * tests/test-linkedhash_list.c: Likewise.
16470         * tests/test-locale.c: Likewise.
16471         * tests/test-localename.c: Likewise.
16472         * tests/test-lock.c: Likewise.
16473         * tests/test-lseek.c: Likewise.
16474         * tests/test-malloca.c: Likewise.
16475         * tests/test-math.c: Likewise.
16476         * tests/test-mbscasecmp.c: Likewise.
16477         * tests/test-mbscasestr1.c: Likewise.
16478         * tests/test-mbscasestr2.c: Likewise.
16479         * tests/test-mbscasestr3.c: Likewise.
16480         * tests/test-mbscasestr4.c: Likewise.
16481         * tests/test-mbschr.c: Likewise.
16482         * tests/test-mbscspn.c: Likewise.
16483         * tests/test-mbsncasecmp.c: Likewise.
16484         * tests/test-mbspbrk.c: Likewise.
16485         * tests/test-mbspcasecmp.c: Likewise.
16486         * tests/test-mbsrchr.c: Likewise.
16487         * tests/test-mbsspn.c: Likewise.
16488         * tests/test-mbsstr1.c: Likewise.
16489         * tests/test-mbsstr2.c: Likewise.
16490         * tests/test-mbsstr3.c: Likewise.
16491         * tests/test-md5.c: Likewise.
16492         * tests/test-memmem.c: Likewise.
16493         * tests/test-netinet_in.c: Likewise.
16494         * tests/test-open.c: Likewise.
16495         * tests/test-printf-frexp.c: Likewise.
16496         * tests/test-printf-frexpl.c: Likewise.
16497         * tests/test-printf-posix.c: Likewise.
16498         * tests/test-printf-posix.h: Likewise.
16499         * tests/test-rbtree_list.c: Likewise.
16500         * tests/test-rbtree_oset.c: Likewise.
16501         * tests/test-rbtreehash_list.c: Likewise.
16502         * tests/test-read-file.c: Likewise.
16503         * tests/test-rijndael.c: Likewise.
16504         * tests/test-search.c: Likewise.
16505         * tests/test-signbit.c: Likewise.
16506         * tests/test-sleep.c: Likewise.
16507         * tests/test-snprintf-posix.c: Likewise.
16508         * tests/test-snprintf-posix.h: Likewise.
16509         * tests/test-snprintf.c: Likewise.
16510         * tests/test-sprintf-posix.c: Likewise.
16511         * tests/test-sprintf-posix.h: Likewise.
16512         * tests/test-stat-time.c: Likewise.
16513         * tests/test-stdbool.c: Likewise.
16514         * tests/test-stdint.c: Likewise.
16515         * tests/test-stdio.c: Likewise.
16516         * tests/test-stdlib.c: Likewise.
16517         * tests/test-stpncpy.c: Likewise.
16518         * tests/test-strcasestr.c: Likewise.
16519         * tests/test-striconv.c: Likewise.
16520         * tests/test-striconveh.c: Likewise.
16521         * tests/test-striconveha.c: Likewise.
16522         * tests/test-string.c: Likewise.
16523         * tests/test-sys_select.c: Likewise.
16524         * tests/test-sys_socket.c: Likewise.
16525         * tests/test-sys_stat.c: Likewise.
16526         * tests/test-sys_time.c: Likewise.
16527         * tests/test-sysexits.c: Likewise.
16528         * tests/test-time.c: Likewise.
16529         * tests/test-tls.c: Likewise.
16530         * tests/test-trunc.c: Likewise.
16531         * tests/test-truncf.c: Likewise.
16532         * tests/test-truncl.c: Likewise.
16533         * tests/test-unistd.c: Likewise.
16534         * tests/test-vasnprintf-posix.c: Likewise.
16535         * tests/test-vasnprintf-posix2.c: Likewise.
16536         * tests/test-vasnprintf.c: Likewise.
16537         * tests/test-vasprintf-posix.c: Likewise.
16538         * tests/test-vasprintf.c: Likewise.
16539         * tests/test-verify.c: Likewise.
16540         * tests/test-vfprintf-posix.c: Likewise.
16541         * tests/test-vprintf-posix.c: Likewise.
16542         * tests/test-vsnprintf-posix.c: Likewise.
16543         * tests/test-vsnprintf.c: Likewise.
16544         * tests/test-vsprintf-posix.c: Likewise.
16545         * tests/test-wchar.c: Likewise.
16546         * tests/test-wctype.c: Likewise.
16547         * tests/test-wcwidth.c: Likewise.
16548         * tests/test-xstrtol.c: Likewise.
16549         * tests/test-xvasprintf.c: Likewise.
16550         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16551         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16552         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16553         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16554         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16555         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16556         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16557         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16558         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16559         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16560         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16561         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16562         * tests/uniname/test-uninames.c: Likewise.
16563         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16564         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16565         * tests/unistdio/test-u16-printf1.h: Likewise.
16566         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16567         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16568         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16569         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16570         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16571         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16572         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16573         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16574         * tests/unistdio/test-u32-printf1.h: Likewise.
16575         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16576         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16577         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16578         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16579         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16580         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16581         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16582         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16583         * tests/unistdio/test-u8-printf1.h: Likewise.
16584         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16585         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16586         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16587         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16588         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16589         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16590         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16591         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16592         * tests/unistdio/test-ulc-printf1.h: Likewise.
16593         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16594         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16595         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16596         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16597         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16598         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16599         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16600         * tests/uniwidth/test-u16-width.c: Likewise.
16601         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16602         * tests/uniwidth/test-u32-width.c: Likewise.
16603         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16604         * tests/uniwidth/test-u8-width.c: Likewise.
16605         * tests/uniwidth/test-uc_width.c: Likewise.
16606         * config/srclist-update: Likewise.
16607         (fixlicense): Update to GPLv3+.
16608
16609         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16610         * tests/test-tsearch.c: Change copyright notice.
16611
16612         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16613         * lib/c-strcaseeq.h: Change copyright notice.
16614         * lib/streq.h: Likewise.
16615         * lib/uniconv.h: Likewise.
16616         * lib/uniconv/u-conv-from-enc.h: Likewise.
16617         * lib/uniconv/u-conv-to-enc.h: Likewise.
16618         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16619         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16620         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16621         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16622         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16623         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16624         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16625         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16626         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16627         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16628         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16629         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16630         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16631         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16632         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16633         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16634         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16635         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16636         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16637         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16638         * lib/uniname.h: Likewise.
16639         * lib/uniname/uniname.c: Likewise.
16640         * lib/unistdio.h: Likewise.
16641         * lib/unistdio/u-asnprintf.h: Likewise.
16642         * lib/unistdio/u-asprintf.h: Likewise.
16643         * lib/unistdio/u-printf-args.c: Likewise.
16644         * lib/unistdio/u-printf-args.h: Likewise.
16645         * lib/unistdio/u-printf-parse.h: Likewise.
16646         * lib/unistdio/u-snprintf.h: Likewise.
16647         * lib/unistdio/u-sprintf.h: Likewise.
16648         * lib/unistdio/u-vasprintf.h: Likewise.
16649         * lib/unistdio/u-vsnprintf.h: Likewise.
16650         * lib/unistdio/u-vsprintf.h: Likewise.
16651         * lib/unistdio/u16-asnprintf.c: Likewise.
16652         * lib/unistdio/u16-asprintf.c: Likewise.
16653         * lib/unistdio/u16-printf-parse.c: Likewise.
16654         * lib/unistdio/u16-snprintf.c: Likewise.
16655         * lib/unistdio/u16-sprintf.c: Likewise.
16656         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16657         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16658         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16659         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16660         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16661         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16662         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16663         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16664         * lib/unistdio/u16-vasnprintf.c: Likewise.
16665         * lib/unistdio/u16-vasprintf.c: Likewise.
16666         * lib/unistdio/u16-vsnprintf.c: Likewise.
16667         * lib/unistdio/u16-vsprintf.c: Likewise.
16668         * lib/unistdio/u32-asnprintf.c: Likewise.
16669         * lib/unistdio/u32-asprintf.c: Likewise.
16670         * lib/unistdio/u32-printf-parse.c: Likewise.
16671         * lib/unistdio/u32-snprintf.c: Likewise.
16672         * lib/unistdio/u32-sprintf.c: Likewise.
16673         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16674         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16675         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16676         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16677         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16678         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16679         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16680         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16681         * lib/unistdio/u32-vasnprintf.c: Likewise.
16682         * lib/unistdio/u32-vasprintf.c: Likewise.
16683         * lib/unistdio/u32-vsnprintf.c: Likewise.
16684         * lib/unistdio/u32-vsprintf.c: Likewise.
16685         * lib/unistdio/u8-asnprintf.c: Likewise.
16686         * lib/unistdio/u8-asprintf.c: Likewise.
16687         * lib/unistdio/u8-printf-parse.c: Likewise.
16688         * lib/unistdio/u8-snprintf.c: Likewise.
16689         * lib/unistdio/u8-sprintf.c: Likewise.
16690         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16691         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16692         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16693         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16694         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16695         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16696         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16697         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16698         * lib/unistdio/u8-vasnprintf.c: Likewise.
16699         * lib/unistdio/u8-vasprintf.c: Likewise.
16700         * lib/unistdio/u8-vsnprintf.c: Likewise.
16701         * lib/unistdio/u8-vsprintf.c: Likewise.
16702         * lib/unistdio/ulc-asnprintf.c: Likewise.
16703         * lib/unistdio/ulc-asprintf.c: Likewise.
16704         * lib/unistdio/ulc-printf-parse.c: Likewise.
16705         * lib/unistdio/ulc-snprintf.c: Likewise.
16706         * lib/unistdio/ulc-sprintf.c: Likewise.
16707         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16708         * lib/unistdio/ulc-vasprintf.c: Likewise.
16709         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16710         * lib/unistdio/ulc-vsprintf.c: Likewise.
16711         * lib/unistr.h: Likewise.
16712         * lib/unistr/u-cpy-alloc.h: Likewise.
16713         * lib/unistr/u-cpy.h: Likewise.
16714         * lib/unistr/u-endswith.h: Likewise.
16715         * lib/unistr/u-move.h: Likewise.
16716         * lib/unistr/u-set.h: Likewise.
16717         * lib/unistr/u-startswith.h: Likewise.
16718         * lib/unistr/u-stpcpy.h: Likewise.
16719         * lib/unistr/u-stpncpy.h: Likewise.
16720         * lib/unistr/u-strcat.h: Likewise.
16721         * lib/unistr/u-strcpy.h: Likewise.
16722         * lib/unistr/u-strcspn.h: Likewise.
16723         * lib/unistr/u-strdup.h: Likewise.
16724         * lib/unistr/u-strlen.h: Likewise.
16725         * lib/unistr/u-strncat.h: Likewise.
16726         * lib/unistr/u-strncpy.h: Likewise.
16727         * lib/unistr/u-strnlen.h: Likewise.
16728         * lib/unistr/u-strpbrk.h: Likewise.
16729         * lib/unistr/u-strspn.h: Likewise.
16730         * lib/unistr/u-strstr.h: Likewise.
16731         * lib/unistr/u-strtok.h: Likewise.
16732         * lib/unistr/u16-check.c: Likewise.
16733         * lib/unistr/u16-chr.c: Likewise.
16734         * lib/unistr/u16-cmp.c: Likewise.
16735         * lib/unistr/u16-cpy-alloc.c: Likewise.
16736         * lib/unistr/u16-cpy.c: Likewise.
16737         * lib/unistr/u16-endswith.c: Likewise.
16738         * lib/unistr/u16-mblen.c: Likewise.
16739         * lib/unistr/u16-mbsnlen.c: Likewise.
16740         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16741         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16742         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16743         * lib/unistr/u16-mbtouc.c: Likewise.
16744         * lib/unistr/u16-mbtoucr.c: Likewise.
16745         * lib/unistr/u16-move.c: Likewise.
16746         * lib/unistr/u16-next.c: Likewise.
16747         * lib/unistr/u16-prev.c: Likewise.
16748         * lib/unistr/u16-set.c: Likewise.
16749         * lib/unistr/u16-startswith.c: Likewise.
16750         * lib/unistr/u16-stpcpy.c: Likewise.
16751         * lib/unistr/u16-stpncpy.c: Likewise.
16752         * lib/unistr/u16-strcat.c: Likewise.
16753         * lib/unistr/u16-strchr.c: Likewise.
16754         * lib/unistr/u16-strcmp.c: Likewise.
16755         * lib/unistr/u16-strcpy.c: Likewise.
16756         * lib/unistr/u16-strcspn.c: Likewise.
16757         * lib/unistr/u16-strdup.c: Likewise.
16758         * lib/unistr/u16-strlen.c: Likewise.
16759         * lib/unistr/u16-strmblen.c: Likewise.
16760         * lib/unistr/u16-strmbtouc.c: Likewise.
16761         * lib/unistr/u16-strncat.c: Likewise.
16762         * lib/unistr/u16-strncmp.c: Likewise.
16763         * lib/unistr/u16-strncpy.c: Likewise.
16764         * lib/unistr/u16-strnlen.c: Likewise.
16765         * lib/unistr/u16-strpbrk.c: Likewise.
16766         * lib/unistr/u16-strrchr.c: Likewise.
16767         * lib/unistr/u16-strspn.c: Likewise.
16768         * lib/unistr/u16-strstr.c: Likewise.
16769         * lib/unistr/u16-strtok.c: Likewise.
16770         * lib/unistr/u16-to-u32.c: Likewise.
16771         * lib/unistr/u16-to-u8.c: Likewise.
16772         * lib/unistr/u16-uctomb-aux.c: Likewise.
16773         * lib/unistr/u16-uctomb.c: Likewise.
16774         * lib/unistr/u32-check.c: Likewise.
16775         * lib/unistr/u32-chr.c: Likewise.
16776         * lib/unistr/u32-cmp.c: Likewise.
16777         * lib/unistr/u32-cpy-alloc.c: Likewise.
16778         * lib/unistr/u32-cpy.c: Likewise.
16779         * lib/unistr/u32-endswith.c: Likewise.
16780         * lib/unistr/u32-mblen.c: Likewise.
16781         * lib/unistr/u32-mbsnlen.c: Likewise.
16782         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16783         * lib/unistr/u32-mbtouc.c: Likewise.
16784         * lib/unistr/u32-mbtoucr.c: Likewise.
16785         * lib/unistr/u32-move.c: Likewise.
16786         * lib/unistr/u32-next.c: Likewise.
16787         * lib/unistr/u32-prev.c: Likewise.
16788         * lib/unistr/u32-set.c: Likewise.
16789         * lib/unistr/u32-startswith.c: Likewise.
16790         * lib/unistr/u32-stpcpy.c: Likewise.
16791         * lib/unistr/u32-stpncpy.c: Likewise.
16792         * lib/unistr/u32-strcat.c: Likewise.
16793         * lib/unistr/u32-strchr.c: Likewise.
16794         * lib/unistr/u32-strcmp.c: Likewise.
16795         * lib/unistr/u32-strcpy.c: Likewise.
16796         * lib/unistr/u32-strcspn.c: Likewise.
16797         * lib/unistr/u32-strdup.c: Likewise.
16798         * lib/unistr/u32-strlen.c: Likewise.
16799         * lib/unistr/u32-strmblen.c: Likewise.
16800         * lib/unistr/u32-strmbtouc.c: Likewise.
16801         * lib/unistr/u32-strncat.c: Likewise.
16802         * lib/unistr/u32-strncmp.c: Likewise.
16803         * lib/unistr/u32-strncpy.c: Likewise.
16804         * lib/unistr/u32-strnlen.c: Likewise.
16805         * lib/unistr/u32-strpbrk.c: Likewise.
16806         * lib/unistr/u32-strrchr.c: Likewise.
16807         * lib/unistr/u32-strspn.c: Likewise.
16808         * lib/unistr/u32-strstr.c: Likewise.
16809         * lib/unistr/u32-strtok.c: Likewise.
16810         * lib/unistr/u32-to-u16.c: Likewise.
16811         * lib/unistr/u32-to-u8.c: Likewise.
16812         * lib/unistr/u32-uctomb.c: Likewise.
16813         * lib/unistr/u8-check.c: Likewise.
16814         * lib/unistr/u8-chr.c: Likewise.
16815         * lib/unistr/u8-cmp.c: Likewise.
16816         * lib/unistr/u8-cpy-alloc.c: Likewise.
16817         * lib/unistr/u8-cpy.c: Likewise.
16818         * lib/unistr/u8-endswith.c: Likewise.
16819         * lib/unistr/u8-mblen.c: Likewise.
16820         * lib/unistr/u8-mbsnlen.c: Likewise.
16821         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16822         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16823         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16824         * lib/unistr/u8-mbtouc.c: Likewise.
16825         * lib/unistr/u8-mbtoucr.c: Likewise.
16826         * lib/unistr/u8-move.c: Likewise.
16827         * lib/unistr/u8-next.c: Likewise.
16828         * lib/unistr/u8-prev.c: Likewise.
16829         * lib/unistr/u8-set.c: Likewise.
16830         * lib/unistr/u8-startswith.c: Likewise.
16831         * lib/unistr/u8-stpcpy.c: Likewise.
16832         * lib/unistr/u8-stpncpy.c: Likewise.
16833         * lib/unistr/u8-strcat.c: Likewise.
16834         * lib/unistr/u8-strchr.c: Likewise.
16835         * lib/unistr/u8-strcmp.c: Likewise.
16836         * lib/unistr/u8-strcpy.c: Likewise.
16837         * lib/unistr/u8-strcspn.c: Likewise.
16838         * lib/unistr/u8-strdup.c: Likewise.
16839         * lib/unistr/u8-strlen.c: Likewise.
16840         * lib/unistr/u8-strmblen.c: Likewise.
16841         * lib/unistr/u8-strmbtouc.c: Likewise.
16842         * lib/unistr/u8-strncat.c: Likewise.
16843         * lib/unistr/u8-strncmp.c: Likewise.
16844         * lib/unistr/u8-strncpy.c: Likewise.
16845         * lib/unistr/u8-strnlen.c: Likewise.
16846         * lib/unistr/u8-strpbrk.c: Likewise.
16847         * lib/unistr/u8-strrchr.c: Likewise.
16848         * lib/unistr/u8-strspn.c: Likewise.
16849         * lib/unistr/u8-strstr.c: Likewise.
16850         * lib/unistr/u8-strtok.c: Likewise.
16851         * lib/unistr/u8-to-u16.c: Likewise.
16852         * lib/unistr/u8-to-u32.c: Likewise.
16853         * lib/unistr/u8-uctomb-aux.c: Likewise.
16854         * lib/unistr/u8-uctomb.c: Likewise.
16855         * lib/unitypes.h: Likewise.
16856         * lib/uniwidth.h: Likewise.
16857         * lib/uniwidth/cjk.h: Likewise.
16858         * lib/uniwidth/u16-strwidth.c: Likewise.
16859         * lib/uniwidth/u16-width.c: Likewise.
16860         * lib/uniwidth/u32-strwidth.c: Likewise.
16861         * lib/uniwidth/u32-width.c: Likewise.
16862         * lib/uniwidth/u8-strwidth.c: Likewise.
16863         * lib/uniwidth/u8-width.c: Likewise.
16864         * lib/uniwidth/width.c: Likewise.
16865
16866 2007-10-07  Bruno Haible  <bruno@clisp.org>
16867
16868         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16869         The file is still under LGPL (see modules/inttypes).
16870
16871 2007-10-06  Bruno Haible  <bruno@clisp.org>
16872
16873         * modules/trunc (Dependencies): Add 'extensions'.
16874         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16875         Reported by Ben Pfaff <blp@gnu.org>.
16876
16877 2007-10-06  Bruno Haible  <bruno@clisp.org>
16878
16879         * modules/freopen-tests: New file.
16880         * tests/test-freopen.c: New file.
16881
16882         * modules/fopen-tests: New file.
16883         * tests/test-fopen.c: New file.
16884
16885         * modules/fopen: New file.
16886         * lib/fopen.c: New file.
16887         * m4/fopen.m4: New file.
16888         * modules/freopen: New file.
16889         * lib/freopen.c: New file.
16890         * m4/freopen.m4: New file.
16891         * lib/stdio.in.h (fopen, freopen): New declarations.
16892         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16893         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16894         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16895         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16896         * doc/functions/fopen.texi: Mention the 'fopen' module.
16897         * doc/functions/freopen.texi: Mention the 'freopen' module.
16898
16899 2007-10-06  Bruno Haible  <bruno@clisp.org>
16900
16901         * modules/open-tests: New file.
16902         * tests/test-open.c: New file.
16903
16904         * modules/open: New file.
16905         * lib/open.c: New file.
16906         * m4/open.m4: New file.
16907         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16908         lib/open.c does.
16909         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16910         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16911         macros.
16912         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16913         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16914         REPLACE_OPEN.
16915         * doc/functions/open.texi: Mention the 'open' module.
16916
16917 2007-10-04  Bruno Haible  <bruno@clisp.org>
16918
16919         * modules/ceill-tests: New file.
16920         * tests/test-ceill.c: New file.
16921
16922         * modules/ceill: New file.
16923         * lib/ceill.c: Replace entire file.
16924         * m4/ceill.m4: New file.
16925         * lib/math.in.h (ceill): Replace declaration.
16926         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16927         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16928         * doc/functions/ceill.texi: Mention the 'ceill' module.
16929         * modules/mathl (Files): Remove lib/ceill.c.
16930         (Depends-on): Add ceill.
16931
16932 2007-10-04  Bruno Haible  <bruno@clisp.org>
16933
16934         * modules/ceilf-tests: New file.
16935         * tests/test-ceilf.c: New file.
16936
16937         * modules/ceilf: New file.
16938         * lib/ceil.c: New file.
16939         * lib/ceilf.c: New file.
16940         * m4/ceilf.m4: New file.
16941         * lib/math.in.h (ceilf): New declaration.
16942         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16943         HAVE_DECL_CEILF.
16944         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16945         HAVE_DECL_CEILF.
16946         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16947
16948 2007-10-04  Bruno Haible  <bruno@clisp.org>
16949
16950         * modules/floorl-tests: New file.
16951         * tests/test-floorl.c: New file.
16952
16953         * modules/floorl: New file.
16954         * lib/floorl.c: Replace entire file.
16955         * m4/floorl.m4: New file.
16956         * lib/math.in.h (floorl): Replace declaration.
16957         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16958         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16959         * doc/functions/floorl.texi: Mention the 'floorl' module.
16960         * modules/mathl (Files): Remove lib/floorl.c.
16961         (Depends-on): Add floorl.
16962
16963 2007-10-04  Bruno Haible  <bruno@clisp.org>
16964
16965         * modules/floorf-tests: New file.
16966         * tests/test-floorf.c: New file.
16967
16968         * modules/floorf: New file.
16969         * lib/floor.c: New file.
16970         * lib/floorf.c: New file.
16971         * m4/floorf.m4: New file.
16972         * lib/math.in.h (floorf): New declaration.
16973         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16974         HAVE_DECL_FLOORF.
16975         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16976         HAVE_DECL_FLOORF.
16977         * doc/functions/floorf.texi: Mention the 'floorf' module.
16978
16979 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16980             Bruno Haible  <bruno@clisp.org>
16981
16982         Advertise for the Git server instead of the CVS server.
16983         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16984         repository instead of the CVS one.
16985         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16986         about all VCS systems generically.
16987         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16988
16989 2007-10-04  Bruno Haible  <bruno@clisp.org>
16990
16991         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16992         means.
16993         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16994
16995 2007-10-04  Bruno Haible  <bruno@clisp.org>
16996
16997         * modules/truncl-tests: New file.
16998         * tests/test-truncl.c: New file.
16999
17000         * modules/truncl: New file.
17001         * lib/truncl.c: New file.
17002         * m4/truncl.m4: New file.
17003         * lib/math.in.h (truncl): New declaration.
17004         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
17005         HAVE_DECL_TRUNCL.
17006         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
17007         HAVE_DECL_TRUNCL.
17008         * doc/functions/truncl.texi: Mention the 'truncl' module.
17009
17010 2007-10-04  Bruno Haible  <bruno@clisp.org>
17011
17012         * modules/truncf-tests: New file.
17013         * tests/test-truncf.c: New file.
17014
17015         * modules/truncf: New file.
17016         * lib/trunc.c: Make paramerizable through USE_* macros.
17017         * lib/truncf.c: New file.
17018         * m4/truncf.m4: New file.
17019         * lib/math.in.h (truncf): New declaration.
17020         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
17021         HAVE_DECL_TRUNCF.
17022         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
17023         HAVE_DECL_TRUNCF.
17024         * doc/functions/truncf.texi: Mention the 'truncf' module.
17025
17026 2007-10-03  Bruno Haible  <bruno@clisp.org>
17027
17028         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
17029         augmentation also for tests modules.
17030         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
17031         * modules/atexit-tests (Makefile.am): Likewise.
17032         * modules/binary-io-tests (Makefile.am): Likewise.
17033         * modules/c-strcase-tests (Makefile.am): Likewise.
17034         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
17035         * modules/canonicalize-tests (Makefile.am): Likewise.
17036         * modules/closein-tests (Makefile.am): Likewise.
17037         * modules/fprintf-posix-tests (Makefile.am): Likewise.
17038         * modules/freadahead-tests (Makefile.am): Likewise.
17039         * modules/fseek-tests (Makefile.am): Likewise.
17040         * modules/fseeko-tests (Makefile.am): Likewise.
17041         * modules/ftell-tests (Makefile.am): Likewise.
17042         * modules/ftello-tests (Makefile.am): Likewise.
17043         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
17044         * modules/isnanl-tests (Makefile.am): Likewise.
17045         * modules/lseek-tests (Makefile.am): Likewise.
17046         * modules/mbscasecmp-tests (Makefile.am): Likewise.
17047         * modules/mbscasestr-tests (Makefile.am): Likewise.
17048         * modules/mbschr-tests (Makefile.am): Likewise.
17049         * modules/mbscspn-tests (Makefile.am): Likewise.
17050         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
17051         * modules/mbspbrk-tests (Makefile.am): Likewise.
17052         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
17053         * modules/mbsrchr-tests (Makefile.am): Likewise.
17054         * modules/mbsspn-tests (Makefile.am): Likewise.
17055         * modules/mbsstr-tests (Makefile.am): Likewise.
17056         * modules/printf-posix-tests (Makefile.am): Likewise.
17057         * modules/snprintf-posix-tests (Makefile.am): Likewise.
17058         * modules/sprintf-posix-tests (Makefile.am): Likewise.
17059         * modules/tsearch-tests (Makefile.am): Likewise.
17060         * modules/uniname/uniname-tests (Makefile.am): Likewise.
17061         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
17062         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
17063         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
17064         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
17065         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
17066         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
17067         * modules/vprintf-posix-tests (Makefile.am): Likewise.
17068         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
17069         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
17070         * modules/xstrtoimax-tests (Makefile.am): Likewise.
17071         * modules/xstrtol-tests (Makefile.am): Likewise.
17072         * modules/xstrtoumax-tests (Makefile.am): Likewise.
17073         * modules/yesno-tests (Makefile.am): Likewise.
17074
17075 2007-10-03  Bruno Haible  <bruno@clisp.org>
17076
17077         * modules/trunc-tests: New file.
17078         * tests/test-trunc.c: New file.
17079
17080         * modules/trunc: New file.
17081         * lib/trunc.c: New file.
17082         * m4/trunc.m4: New file.
17083         * lib/math.in.h (trunc): New declaration.
17084         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
17085         HAVE_DECL_TRUNC.
17086         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
17087         HAVE_DECL_TRUNC.
17088         * doc/functions/trunc.texi: Mention the 'trunc' module.
17089
17090 2007-10-03  Bruno Haible  <bruno@clisp.org>
17091
17092         * tests/test-fpending.c: New file, mostly copied
17093         from coreutils/lib/t-fpending.c.
17094         * modules/fpending-tests: New file.
17095
17096 2007-10-03  Bruno Haible  <bruno@clisp.org>
17097
17098         Port the stdio extensions to QNX (untested).
17099         * lib/fseterr.c (fseterr): Add support for QNX.
17100         * lib/fbufmode.c (fbufmode): Likewise.
17101         * lib/freadable.c (freadable): Likewise.
17102         * lib/fwritable.c (fwritable): Likewise.
17103         * lib/freading.c (freading): Likewise.
17104         * lib/fwriting.c (fwriting): Likewise.
17105         * lib/freadahead.c (freadahed): Likewise.
17106         * lib/fpurge.c (fpurge): Likewise.
17107         * lib/fseeko.c (rpl_fseeko): Likewise.
17108
17109 2007-10-03  Bruno Haible  <bruno@clisp.org>
17110             Jim Meyering  <jim@meyering.net>
17111             Eric Blake  <ebb9@byu.net>
17112
17113         * doc/relocatable.texi: Use @command instead of @program.
17114
17115 2007-10-02  Jim Meyering  <jim@meyering.net>
17116
17117         Perform one more "_.h" -> ".in.h" substitution.
17118         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
17119         instead of unistd_.h here, too.
17120
17121 2007-10-01  Bruno Haible  <bruno@clisp.org>
17122
17123         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
17124         Needed for the alloca-opt module.
17125
17126 2007-09-30  Bruno Haible  <bruno@clisp.org>
17127
17128         * lib/alloca.in.h: Renamed from lib/alloca_.h.
17129         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
17130         alloca_.h.
17131         * lib/argz.in.h: Renamed from lib/argz_.h.
17132         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
17133         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
17134         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
17135         byteswap_.h.
17136         * lib/dirent.in.h: Renamed from lib/dirent_.h.
17137         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
17138         dirent_.h.
17139         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
17140         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
17141         fcntl_.h.
17142         * lib/float.in.h: Renamed from lib/float_.h.
17143         * modules/float (Files, Makefile.am): Use float.in.h instead of
17144         float_.h.
17145         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
17146         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
17147         fnmatch_.h.
17148         * lib/getopt.in.h: Renamed from lib/getopt_.h.
17149         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
17150         getopt_.h.
17151         * lib/glob.in.h: Renamed from lib/glob_.h.
17152         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
17153         * lib/iconv.in.h: Renamed from lib/iconv_.h.
17154         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
17155         iconv_.h.
17156         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
17157         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
17158         inttypes_.h.
17159         * lib/locale.in.h: Renamed from lib/locale_.h.
17160         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
17161         locale_.h.
17162         * lib/math.in.h: Renamed from lib/math_.h.
17163         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
17164         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
17165         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
17166         of netinet_in_.h. Add dependency.
17167         * lib/poll.in.h: Renamed from lib/poll_.h.
17168         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
17169         * lib/search.in.h: Renamed from lib/search_.h.
17170         * modules/search (Files, Makefile.am): Use search.in.h instead of
17171         search_.h.
17172         * lib/signal.in.h: Renamed from lib/signal_.h.
17173         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
17174         _signal.h.
17175         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
17176         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
17177         stdbool_.h.
17178         * lib/stdint.in.h: Renamed from lib/stdint_.h.
17179         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
17180         stdint_.h.
17181         * lib/stdio.in.h: Renamed from lib/stdio_.h.
17182         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
17183         stdio_.h.
17184         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
17185         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
17186         stdlib_.h.
17187         * lib/string.in.h: Renamed from lib/string_.h.
17188         * modules/string (Files, Makefile.am): Use string.in.h instead of
17189         string_.h.
17190         * doc/gnulib-tool.texi (Initial import): Update.
17191         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
17192         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
17193         of sys_select_.h. Add dependency.
17194         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
17195         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
17196         of sys_socket_.h.
17197         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
17198         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
17199         sys_stat_.h.
17200         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
17201         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
17202         sys_time_.h.
17203         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
17204         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
17205         sysexits_.h.
17206         * lib/time.in.h: Renamed from lib/time_.h.
17207         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17208         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17209         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17210         unistd_.h.
17211         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17212         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17213         wchar_.h.
17214         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17215         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17216         wctype_.h.
17217         * build-aux/bootstrap (slurp): Update.
17218         * lib/.cppi-disable: Update.
17219
17220 2007-09-30  Bruno Haible  <bruno@clisp.org>
17221
17222         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17223         Needed on BeOS.
17224
17225 2007-09-30  Bruno Haible  <bruno@clisp.org>
17226
17227         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17228
17229 2007-09-29  Bruno Haible  <bruno@clisp.org>
17230
17231         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17232
17233 2007-09-29  Bruno Haible  <bruno@clisp.org>
17234
17235         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17236         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17237         * build-aux/install-reloc: Compile also areadlink.c.
17238         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17239
17240 2007-09-29  Bruno Haible  <bruno@clisp.org>
17241
17242         * gnulib-tool (func_emit_initmacro_done): Indentation.
17243
17244 2007-09-29  Bruno Haible  <bruno@clisp.org>
17245
17246         * README: Add CVS checkout update instructions.
17247         Info from Bob Proulx <bob@proulx.com>.
17248
17249 2007-09-28  Eric Blake  <ebb9@byu.net>
17250
17251         Provide move-if-change.
17252         * build-aux/move-if-change: New file, based on best practice
17253         rather than any canonical upstream location.
17254
17255 2007-09-28  Jim Meyering  <jim@meyering.net>
17256
17257         Fix canonicalize loop-detection corner case.
17258         Do not attempt to stat the symlink values stored via seen_triple.
17259         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17260         on linux-2.6.18, (but not 2.6.22).
17261         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17262         triple_compare.  The former compares dev,ino,filename, while the latter
17263         would actually stat dirname(filename) when dev and ino were equal.
17264         * lib/hash-triple.c: Install <string.h>.
17265         (STREQ): Define.
17266         (triple_compare_ino_str): New function.
17267         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17268
17269 2007-09-28  Eric Blake  <ebb9@byu.net>
17270
17271         Enforce that AC_REPLACE_FUNCS files exist.
17272         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17273         override check for typos.
17274
17275         Fix test-closein on Solaris 10.
17276         * tests/test-closein.c (main): Don't assume stdin can be inherited
17277         closed on all systems.
17278         * tests/test-closein.sh: Likewise.
17279         Reported by Piotr Tarnowski.
17280
17281 2007-09-28  Jim Meyering  <jim@meyering.net>
17282
17283         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17284
17285 2007-09-27  Jim Meyering  <jim@meyering.net>
17286
17287         canonicalize: Avoid a false-positive cycle failure.
17288         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17289         Sort.  Remove cycle-check.
17290         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17291         not cycle-check.h.
17292         (seen_triple): New function.
17293         (canonicalize_filename_mode): Use it instead of cycle-check.
17294         * tests/test-canonicalize.c: Add a test for this bug.
17295         * tests/test-canonicalize.sh: Set up and run the test.
17296
17297         New module, file-set, from coreutils.
17298         * modules/file-set: Define it.
17299         * lib/file-set.c, lib/file-set.h: Implement.
17300
17301         New module, hash-triple, from coreutils.
17302         * modules/hash-triple: Define it.
17303         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17304
17305 2007-09-25  Eric Blake  <ebb9@byu.net>
17306
17307         Fix strerror on Interix.
17308         * lib/string_.h (strerror): Declare replacement.
17309         * doc/functions/strerror.texi (strerror): Document the Interix
17310         shortcoming.
17311         * modules/string (Makefile.am): Support new hooks.
17312         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17313         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17314         gl_FUNC_STRERROR_SEPARATE.
17315         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17316         * lib/strerror.c (rpl_strerror): Provide replacement.
17317         * modules/strerror (Depends-on): Add string.
17318         (configure.ac): Detect use of module.
17319         * tests/test-strerror.c: New file.
17320         * modules/strerror-tests: New test module.
17321         * modules/argp (Depends-on): Add strerror.
17322         * modules/error (Depends-on): Likewise.
17323         Reported by Martin Koeppe.
17324
17325 2007-09-24  Bruno Haible  <bruno@clisp.org>
17326
17327         * README: Update git instructions.
17328
17329 2007-09-24  Eric Blake  <ebb9@byu.net>
17330
17331         Revert fpending breakage from 2007-09-08.
17332         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17333         __fpending.c.
17334
17335 2007-09-24  Jim Meyering  <jim@meyering.net>
17336
17337         filenamecat.c: Add a test.
17338         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17339         showing how the function works when DIR is the empty string.
17340
17341 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17342
17343         * tests/test-canonicalize.sh: Turn on executable bit.
17344
17345 2007-09-19  Eric Blake  <ebb9@byu.net>
17346
17347         * README: Update CVS instructions.
17348
17349 2007-09-18  Bruno Haible  <bruno@clisp.org>
17350
17351         * modules/areadlink: New file.
17352         * lib/areadlink.h (areadlink): New declaration.
17353         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17354
17355 2007-09-17  Jim Meyering  <jim@meyering.net>
17356
17357         * lib/savewd.c (ESTALE) [!defined]: Define.
17358         Reported to be required on Interix by Martin Koeppe.
17359
17360 2007-09-17  Bruno Haible  <bruno@clisp.org>
17361
17362         * gnulib-tool (func_version): Use $version.
17363
17364 2007-09-16  Bruno Haible  <bruno@clisp.org>
17365
17366         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17367         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17368         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17369         Reported by Greg Schafer <gschafer@zip.com.au>.
17370
17371 2007-09-15  Bruno Haible  <bruno@clisp.org>
17372
17373         * gnulib-tool (sed): Try a little harder to make bash understand the
17374         alias.
17375         Reported by Bruce Korb <bruce.korb@gmail.com>.
17376
17377 2007-09-13  Eric Blake  <ebb9@byu.net>
17378
17379         * ChangeLog: Remove conflict markers.
17380
17381 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17382
17383         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17384         Reported by Bruno Haible <bruno@clisp.org>.
17385
17386 2007-09-12  Bruno Haible  <bruno@clisp.org>
17387
17388         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17389         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17390         is not defined.
17391
17392 2007-09-12  Eric Blake  <ebb9@byu.net>
17393
17394         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17395         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17396         Autoconf definition.
17397         * modules/euidaccess (Depends-on): Add extensions, for
17398         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17399         * modules/fnmatch (Depends-on): Likewise.
17400         * modules/getaddrinfo (Depends-on): Likewise.
17401         * modules/getdelim (Depends-on): Likewise.
17402         * modules/getline (Depends-on): Likewise.
17403         * modules/getsubopt (Depends-on): Likewise.
17404         * modules/gettext (Depends-on): Likewise.
17405         * modules/group-member (Depends-on): Likewise.
17406         * modules/mbchar (Depends-on): Likewise.
17407         * modules/memmem (Depends-on): Likewise.
17408         * modules/mempcpy (Depends-on): Likewise.
17409         * modules/memrchr (Depends-on): Likewise.
17410         * modules/pagealign_alloc (Depends-on): Likewise.
17411         * modules/readutmp (Depends-on): Likewise.
17412         * modules/stpcpy (Depends-on): Likewise.
17413         * modules/stpncpy (Depends-on): Likewise.
17414         * modules/strchrnul (Depends-on): Likewise.
17415         * modules/strndup (Depends-on): Likewise.
17416         * modules/strsep (Depends-on): Likewise.
17417         * modules/strverscmp (Depends-on): Likewise.
17418         * modules/vasprintf (Depends-on): Likewise.
17419         * modules/wcwidth (Depends-on): Likewise.
17420         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17421         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17422         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17423         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17424         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17425         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17426         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17427         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17428         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17429         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17430         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17431         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17432         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17433         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17434         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17435         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17436         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17437         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17438         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17439         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17440         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17441         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17442         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17443         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17444         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17445         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17446         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17447         so that lock.m4 can be used in gettext without extensions module.
17448
17449 2007-09-11  Bruno Haible  <bruno@clisp.org>
17450
17451         * m4/isc-posix.m4: Remove file.
17452         Suggested by Eric Blake.
17453
17454 2007-09-11  Eric Blake  <ebb9@byu.net>
17455
17456         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17457
17458 2007-09-10  Bruno Haible  <bruno@clisp.org>
17459
17460         * posix-modules: Fix typo in error message.
17461         Reported by Matt <mkraai@beckman.com>.
17462
17463 2007-09-09  Bruno Haible  <bruno@clisp.org>
17464
17465         * doc/functions/getdelim.texi: Update list of platforms lacking the
17466         function.
17467         * doc/functions/getline.texi: Likewise.
17468
17469 2007-09-09  Jim Meyering  <jim@meyering.net>
17470
17471         * lib/hash.c (hash_initialize): Detect calloc failure.
17472         Reported by Bruno Haible.
17473
17474 2007-09-09  Bruno Haible  <bruno@clisp.org>
17475
17476         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17477         malloc or realloc fails.
17478
17479 2007-09-09  Bruno Haible  <bruno@clisp.org>
17480
17481         * modules/getcwd (Depends-on): Add malloc-posix.
17482         * modules/glob (Depends-on): Likewise.
17483         * modules/putenv (Depends-on): Likewise.
17484         * modules/strdup (Depends-on): Likewise.
17485         * modules/getdelim (Depends-on): Add realloc-posix.
17486         * modules/read-file (Depends-on): Likewise.
17487
17488 2007-09-09  Bruno Haible  <bruno@clisp.org>
17489
17490         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17491         (gl_FUNC_MALLOC_POSIX): Require it.
17492         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17493         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17494         * modules/realloc (Files): Add m4/malloc.m4.
17495         * modules/calloc (Files): Likewise.
17496
17497 2007-09-09  Bruno Haible  <bruno@clisp.org>
17498
17499         * modules/malloc-posix: New file.
17500         * modules/malloc (Depends-on): Add malloc-posix.
17501         * lib/malloc.c: Include errno.h.
17502         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17503         and a POSIX-compatible malloc into a single function. Set ENOMEM
17504         when returning NULL.
17505         * m4/malloc.m4: New file.
17506         * doc/functions/malloc.texi: Mention the malloc-posix module.
17507         * lib/stdlib_.h (malloc): New declaration.
17508         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17509         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17510         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17511         and HAVE_MALLOC_POSIX.
17512
17513 2007-09-09  Bruno Haible  <bruno@clisp.org>
17514
17515         * modules/realloc-posix: New file.
17516         * modules/realloc (Depends-on): Add realloc-posix.
17517         * lib/realloc.c: Include errno.h.
17518         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17519         and a POSIX-compatible realloc into a single function. Set ENOMEM
17520         when returning NULL.
17521         * m4/realloc.m4: New file.
17522         * doc/functions/realloc.texi: Mention the realloc-posix module.
17523         * lib/stdlib_.h (realloc): New declaration.
17524         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17525         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17526         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17527         and HAVE_REALLOC_POSIX.
17528
17529 2007-09-09  Bruno Haible  <bruno@clisp.org>
17530
17531         * modules/calloc-posix: New file.
17532         * modules/calloc (Depends-on): Add calloc-posix.
17533         * lib/calloc.c: Include errno.h.
17534         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17535         and a POSIX-compatible calloc into a single function. Set ENOMEM
17536         when returning NULL.
17537         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17538         * doc/functions/calloc.texi: Mention the calloc-posix module.
17539         * lib/stdlib_.h (calloc): New declaration.
17540         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17541         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17542         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17543         and HAVE_CALLOC_POSIX.
17544
17545 2007-09-09  Bruno Haible  <bruno@clisp.org>
17546
17547         Allow for modules to show an arbitrary notice.
17548         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17549         * gnulib-tool: New option --extract-notice.
17550         (func_usage): Document it.
17551         (sed_extract_prog): Update.
17552         (func_get_notice): New function.
17553         (func_modules_notice): New function.
17554         (func_import, func_create_testdir): Invoke it.
17555         Suggested by Jim Meyering.
17556
17557 2007-09-09  Bruno Haible  <bruno@clisp.org>
17558
17559         * gnulib-tool: New options --verbose, --quiet.
17560         (func_usage): Document them.
17561         (verbose): New variable.
17562         (func_execute_command): New function.
17563         (func_import): Don't show the module list and the file list if
17564         $verbose < 0.
17565         (func_create_testdir): Likewise. Use func_execute_command.
17566         (func_create_megatestdir): Use func_execute_command.
17567
17568 2007-09-08  Bruno Haible  <bruno@clisp.org>
17569
17570         * gnulib-tool (func_import): Prefer rsync over wget when available,
17571         for fetching the PO files.
17572
17573 2007-09-08  Bruno Haible  <bruno@clisp.org>
17574
17575         * posix-modules: New file. Portions copied from gnulib-tool.
17576         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17577
17578 2007-09-08  Jim Meyering  <jim@meyering.net>
17579
17580         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17581         * lib/fpending.h: Rename from __fpending.h.
17582         * lib/fpending.c: Rename from __fpending.c.
17583         Include "fpending.h", not "__fpending.h".
17584         * lib/__fpending.h, lib/__fpending.c: Remove files.
17585         * modules/fpending (Files): Reflect new file names.
17586         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17587
17588 2007-09-08  Bruno Haible  <bruno@clisp.org>
17589
17590         * m4/inttypes-h.m4: Remove stub file.
17591
17592 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17593
17594         * doc/headers/stdint.texi: Discuss #include_next issue.
17595
17596 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17597
17598         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17599
17600 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17601
17602         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17603         in variable name.
17604
17605 2007-09-03  Jim Meyering  <jim@meyering.net>
17606
17607         New module: git-version-gen.
17608         * modules/git-version-gen: New file.
17609
17610         Import changes from coreutils for bootstrap script.
17611
17612         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17613
17614         bootstrap: uses rsync to download the .po files
17615         * build-aux/bootstrap (po_download_command_format): New global.
17616         (download_po_files): Use rsync.
17617         (update_po_files): Don't remove .po files after download,
17618         so future rsync runs can take advantage of the copies.
17619
17620         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17621
17622         Solve the unnecessary-.po-file-regeneration problem once and for all.
17623         * build-aux/bootstrap (download_po_files): New function, renamed from
17624         get_translations.  Now, downloads, but doesn't update LINGUAS.
17625         (update_po_files): New function.
17626
17627         bootstrap: Ignore more.
17628         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17629         uniwidth to e.g., lib/.gitignore.
17630         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17631
17632         * build-aux/bootstrap: New setting: vc_ignore.
17633         (insert_sorted_if_absent): Create $file if absent.
17634         Adapt to new, possibly empty, list: $vc_ignore.
17635
17636         bootstrap: generate more ignorable names
17637         * build-aux/bootstrap (slurp): When generating ignorable names,
17638         also map .sin to .sed, .gperf to .c, and .y to .c.
17639
17640 2007-09-03  Jim Meyering  <jim@meyering.net>
17641
17642         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17643         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17644
17645 2007-09-02  Bruno Haible  <bruno@clisp.org>
17646
17647         Fix mis-recognition of 'mcs' on QNX 6.
17648         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17649         output contains the string "Mono".
17650         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17651         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17652
17653 2007-09-01  Bruno Haible  <bruno@clisp.org>
17654
17655         Fix collision between uniwidth/* and linebreak modules.
17656         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17657         u32_width): Remove declarations.
17658         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17659         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17660         streq3, streq2, streq1, streq0): Remove functions.
17661         (STREQ): Remove macro.
17662         (is_cjk_encoding): Remove function.
17663         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17664         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17665         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17666         * NEWS: Document the change.
17667
17668 2007-09-01  Bruno Haible  <bruno@clisp.org>
17669
17670         * lib/streq.h: Add double-inclusion guard.
17671
17672 2007-09-01  Karl Berry  <karl@gnu.org>
17673
17674         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17675
17676 2007-08-28  Jim Meyering  <jim@meyering.net>
17677
17678         Rename mreadlink_with_size to areadlink_with_size.
17679         * NEWS: Document the change.
17680         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17681         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17682         * lib/mreadlink.h: Rename this to...
17683         * lib/areadlink.h: ...this.
17684         * modules/mreadlink-with-size: Rename this to...
17685         * modules/areadlink-with-size: ...this.
17686         * lib/canonicalize.c: Reflect the renaming.
17687         * modules/canonicalize: Likewise.
17688
17689 2007-08-26  Bruno Haible  <bruno@clisp.org>
17690
17691         * gnulib-tool (func_import): When deciding which files to remove,
17692         consider also dangling symbolic links.
17693         Reported by Eric Blake.
17694
17695 2007-08-26  Bruno Haible  <bruno@clisp.org>
17696
17697         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17698
17699 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17700
17701         * lib/readline.c: Don't include getline.h, the prototype is now
17702         found in stdio.h.
17703
17704 2007-08-23  Jim Meyering  <jim@meyering.net>
17705
17706         Getdelim touchup.
17707         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17708         around the funlockfile call, since funlockfile never sets errno.
17709         Don't set errno upon failed realloc.
17710
17711 2007-08-22  Eric Blake  <ebb9@byu.net>
17712
17713         Getline touchups.
17714         * lib/getdelim.c (getdelim): Revert regression that required *n to
17715         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17716         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17717         getdelim, rather than whether implementation is missing.
17718         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17719         * lib/stdio_.h (getline): Also declare if replacement is
17720         required.
17721         * doc/functions/getdelim.texi: New file.
17722         * doc/functions/getline.texi: Likewise.
17723         * doc/gnulib.texi (Function Substitutes): Add new files.
17724         Reported by Bruno Haible.
17725
17726 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17727
17728         * users.txt: Add Guile.
17729
17730 2007-08-22  Eric Blake  <ebb9@byu.net>
17731
17732         * tests/test-getdelim.c (main): Use remove, not unlink.
17733         * tests/test-getline.c (main): Likewise.
17734
17735         Move getline and getdelim into stdio.h, per POSIX 200x.
17736         * modules/getline (Files): Remove getline.h.
17737         (Depends-on): Add stdio.
17738         (configure.ac): Add module indicator.
17739         * modules/getdelim (Files): Remove getdelim.h.
17740         (Depends-on): Add stdio.
17741         (configure.ac): Add module indicator.
17742         * modules/stdio (Makefile.am): Work with new indicators.
17743         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17744         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17745         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17746         * lib/getdelim.h: Delete.
17747         * lib/getline.h: Delete.
17748         * lib/stdio_.h (getdelim, getline): Declare.
17749         * modules/getdelim-tests: New module.
17750         * modules/getline-tests: Likewise.
17751         * tests/test-getdelim.c: New file.
17752         * tests/test-getline.c: Likewise.
17753         * NEWS: Document the change.
17754         * lib/getline.c: Update choice of header.
17755         * lib/csharpcomp.c: Likewise.
17756         * lib/getpass.c: Likewise.
17757         * lib/javacomp.c: Likewise.
17758         * lib/javaversion.c: Likewise.
17759         * lib/yesno.c: Likewise.
17760         * lib/getdelim.c: Likewise.
17761         (getdelim): Set errno on failure, and avoid memory leak.
17762
17763 2007-08-19  Bruno Haible  <bruno@clisp.org>
17764
17765         * modules/closein (Depends-on): Add freadahead.
17766         * lib/closein.c: Include freadahead.h.
17767         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17768         is zero.
17769
17770 2007-08-19  Bruno Haible  <bruno@clisp.org>
17771
17772         * modules/freadahead-tests: New file.
17773         * tests/test-freadahead.sh: New file.
17774         * tests/test-freadahead.c: New file.
17775
17776         * modules/freadahead: New file.
17777         * lib/freadahead.h: New file.
17778         * lib/freadahead.c: New file.
17779         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17780         fbufmode, fpurge, freadable, fwritable.
17781
17782 2007-08-19  Eric Blake  <ebb9@byu.net>
17783
17784         Test yesno in combination with closein.
17785         * lib/yesno.c (yesno): Document use of stdin.
17786         * modules/yesno-tests (Files): New module.
17787         * tests/test-yesno.c (main): New file.
17788         * tests/test-yesno.sh: Likewise.
17789
17790 2007-08-19  Bruno Haible  <bruno@clisp.org>
17791
17792         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17793         * lib/fseeko.c (rpl_fseeko): Likewise.
17794         * lib/fseterr.c (fseterr): Likewise.
17795
17796 2007-08-19  Bruno Haible  <bruno@clisp.org>
17797
17798         * tests/test-lseek.c (main): Disable a test for BeOS.
17799         * doc/functions/lseek.texi: Document the BeOS bug.
17800
17801 2007-08-19  Bruno Haible  <bruno@clisp.org>
17802             Eric Blake  <ebb9@byu.net>
17803
17804         * lib/lseek.c: Include <sys/stat.h>.
17805         (rpl_lseek): Add workaround code also for Unix platforms.
17806         Needed for BeOS.
17807         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17808         * doc/functions/lseek.texi: Document BeOS definiency.
17809
17810 2007-08-18  Bruno Haible  <bruno@clisp.org>
17811
17812         * modules/fstrcmp-tests: New file.
17813         * tests/test-fstrcmp.c: New file.
17814
17815 2007-08-18  Bruno Haible  <bruno@clisp.org>
17816
17817         * modules/fstrcmp: New file, from GNU gettext with modifications.
17818         * lib/fstrcmp.h: New file, from GNU gettext.
17819         * lib/fstrcmp.c: New file, from GNU gettext.
17820         * MODULES.html.sh (String handling): Add fstrcmp.
17821
17822 2007-08-18  Bruno Haible  <bruno@clisp.org>
17823
17824         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17825         'bool'.
17826         (diag, compareseq): Remove const from the ctxt argument.
17827         (USE_HEURISTIC): Undefine at the end.
17828
17829 2007-08-18  Jim Meyering  <jim@meyering.net>
17830
17831         New file: lib/idcache.h
17832         * NEWS: Mention the addition.
17833         * modules/idcache (Files): Add lib/idcache.h
17834         * lib/idcache.c: Include "idcache.h".
17835         Don't include <sys/types.h>.
17836         Add a FIXME comment.
17837         Move file-scoped "static" declarations to the top.
17838         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17839
17840 2007-08-17  Bruno Haible  <bruno@clisp.org>
17841         and Paul Eggert  <eggert@cs.ucla.edu>
17842
17843         * MODULES.html.sh: Add diffseq.
17844         * modules/diffseq: New file.
17845         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17846         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17847
17848 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17849
17850         Import changes from coreutils for bootstrap script.
17851
17852         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17853
17854         * build-aux/bootstrap (slurp): Work even in environments where
17855         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17856         current code does not slurp files whose names start with ".", and
17857         this looks like it might be a troublesome area.
17858
17859         2007-07-11  Jim Meyering  <jim@meyering.net>
17860
17861         If there's a GPL vN copyright comment, require that N == 3.
17862
17863         2007-07-08  Jim Meyering  <jim@meyering.net>
17864
17865         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17866         * build-aux/bootstrap (mam_template): Move definition out of loop.
17867
17868         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17869
17870         * build-aux/bootstrap (symlink_to_dir): Rename function from
17871         symlink_to_gnulib.  Add a directory parameter.  Update all
17872         callers.
17873         (cp_mark_as_generated): Also check for -- and link to -- files in
17874         gl/.
17875
17876         2007-07-08  Jim Meyering  <jim@meyering.net>
17877
17878         Adapt to deeper hierarchy in gnulib.
17879         * build-aux/bootstrap (symlink_to_dir): If the destination
17880         directory doesn't exist, create it. This is required at least for
17881         "lib/uniwidth/cjk.h".
17882
17883         2007-05-15  Jim Meyering  <jim@meyering.net>
17884
17885         * build-aux/bootstrap: Now that generated Makefile.am files
17886         are no longer under version control, they must be created at
17887         bootstrap time.
17888
17889 2007-08-14  Ben Pfaff  <blp@gnu.org>
17890
17891         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17892
17893 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17894
17895         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17896         given the changes below.
17897         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17898         even on hosts that have padding bits beyond the supported 64.
17899
17900 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17903         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17904         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17905         depends on it.
17906         (xstrtol_error): Remove.
17907         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17908         but with a different signature.
17909         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17910         * lib/xstrtol-error.c: Include exitfail.h.
17911         (xstrtol_fatal): New function, with a different signature from the
17912         old xstrtol_error, so that the caller need not worry about passing
17913         in an exit status, or about storage management of the option argument.
17914         (xstrtol_error): Now a static function.  Redo signature to
17915         implement xstrtol_fatal.  Output the correct number of hyphens in
17916         front of the option so that the caller need not worry about
17917         storage management.
17918         (N_): New macro.
17919         (_): Remove; not used now.
17920         * modules/xstrtol: Depend on getopt.
17921         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17922         of old STRTOL_FATAL_ERROR macro.
17923         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17924         of test program.
17925         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17926         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17927
17928 2007-08-08  Eric Blake  <ebb9@byu.net>
17929
17930         * lib/xstrtol-error.c: Add missing include.
17931
17932         Move xstrtol messages into gnulib domain, when --pobase is used.
17933         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17934         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17935         * modules/xstrtol (Files): Distribute new file.
17936         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17937         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17938         * tests/test-xstrtol.c: ...into new file.
17939         * tests/test-xstrtoul.c: Also test xstrtoul.
17940         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17941         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17942         * tests/test-xstrtol.sh: Drive the tests.
17943         * tests/test-xstrtoimax.sh: Likewise.
17944         * tests/test-xstrtoumax.sh: Likewise.
17945         * modules/xstrtol-tests: New module.
17946         * modules/xstrtoimax-tests: Likewise.
17947         * modules/xstrtoumax-tests: Likewise.
17948
17949 2007-08-08  Jim Meyering  <jim@meyering.net>
17950
17951         New function: mfile_name_concat.
17952         * lib/filenamecat.c (mfile_name_concat): New function, just like
17953         file_name_concat, but return NULL upon failure rather than exiting
17954         with a diagnostic.
17955         * lib/filenamecat.h: Declare it.
17956
17957 2007-08-07  Bruno Haible  <bruno@clisp.org>
17958
17959         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17960         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17961         warning from gcc.
17962         Reported by Eric Blake.
17963
17964 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17965
17966         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17967         * modules/crypto/arcfour (License): Likewise.
17968         * modules/crypto/des-tests (License): Likewise.
17969         * modules/crypto/gc-arctwo-tests (License): Likewise.
17970         * modules/crypto/gc-des-tests (License): Likewise.
17971         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17972         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17973         * modules/crypto/gc-md2-tests (License): Likewise.
17974         * modules/crypto/gc-md4-tests (License): Likewise.
17975         * modules/crypto/gc-md5-tests (License): Likewise.
17976         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17977         * modules/crypto/gc-rijndael-tests (License): Likewise.
17978         * modules/crypto/gc-sha1-tests (License): Likewise.
17979         * modules/crypto/gc-tests (License): Likewise.
17980         * modules/crypto/hmac-md5 (License): Likewise.
17981         * modules/crypto/hmac-sha1 (License): Likewise.
17982         * modules/crypto/md2-tests (License): Likewise.
17983         * modules/crypto/md4-tests (License): Likewise.
17984         * modules/crypto/md5 (License): Likewise.
17985         * modules/crypto/rijndael (License): Likewise.
17986         * modules/crypto/sha1 (License): Likewise.
17987         * modules/memxor (License): Likewise.
17988
17989 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17990         and Bruno Haible  <bruno@clisp.org>
17991
17992         * NEWS: Describe interface changes to human, xstrtol.
17993         * lib/human.h: Include <xstrtol.h>.
17994         (human_options): Return enum strtol_error, not int.  Remove
17995         bool arg; take int * instead.
17996         * lib/human.c: Don't include "gettext.h".
17997         (_): Remove; no longer used.
17998         Don't include <xstrtol.h>, since human.h does it.
17999         (human_options): Adjust to abovementioned interface changes.
18000         Do not report error to stderr; that's now the caller's
18001         responsibility.
18002         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
18003         interface change.
18004         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
18005         Str, Argument_type_string.  All uses changed.  Put " argument"
18006         in diagnostics to make them clearer.  Change wording of suffix
18007         message for clarity.
18008         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
18009         Argument_type_string.
18010         (STRTOL_FATAL_WARN): Remove; no longer used.
18011         * modules/human (Depends-on): Remove gettext-h.
18012
18013 2007-08-06  Simon Josefsson  <simon@josefsson.org>
18014
18015         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
18016
18017 2007-07-31  Bruno Haible  <bruno@clisp.org>
18018
18019         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
18020         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
18021         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
18022
18023 2007-07-31  Bruno Haible  <bruno@clisp.org>
18024
18025         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
18026         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
18027
18028 2007-07-30  Bruno Haible  <bruno@clisp.org>
18029
18030         * modules/base64 (License): Use the synonymous term "LGPLv2+".
18031         * modules/c-ctype (License): Likewise.
18032         * modules/c-strcase (License): Likewise.
18033         * modules/check-version (License): Likewise.
18034         * modules/iconv (License): Likewise.
18035         * modules/iconv_open (License): Likewise.
18036         * modules/read-file (License): Likewise.
18037         * modules/striconv (License): Likewise.
18038         * modules/strverscmp (License): Likewise.
18039         * modules/vasprintf (License): Likewise.
18040         * modules/crypto/des (License): Likewise.
18041         * modules/crypto/gc (License): Likewise.
18042         * modules/crypto/gc-arcfour (License): Likewise.
18043         * modules/crypto/gc-arctwo (License): Likewise.
18044         * modules/crypto/gc-des (License): Likewise.
18045         * modules/crypto/gc-hmac-md5 (License): Likewise.
18046         * modules/crypto/gc-hmac-sha1 (License): Likewise.
18047         * modules/crypto/gc-md2 (License): Likewise.
18048         * modules/crypto/gc-md4 (License): Likewise.
18049         * modules/crypto/gc-md5 (License): Likewise.
18050         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
18051         * modules/crypto/gc-random (License): Likewise.
18052         * modules/crypto/gc-rijndael (License): Likewise.
18053         * modules/crypto/gc-sha1 (License): Likewise.
18054         * modules/crypto/md2 (License): Likewise.
18055         * modules/crypto/md4 (License): Likewise.
18056
18057 2007-07-30  Jim Meyering  <jim@meyering.net>
18058
18059         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
18060         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
18061         it has valid stat data.  This bug would cause du not to count the
18062         sizes of inaccessible directories.
18063         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
18064         in <http://bugzilla.redhat.com/250077>.
18065
18066 2007-07-25  Peter O'Gorman  <peter@pogma.com>
18067             Bruno Haible  <bruno@clisp.org>
18068
18069         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
18070         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
18071         #include_next, gives a diagnostic about it, but reports no error in
18072         the exit code.
18073         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
18074
18075 2007-07-24  Ben Pfaff  <blp@gnu.org>
18076
18077         Improve name: "count-one-bits" is better than "popcount".
18078         * MODULES.html.sh: Update name.
18079         * lib/popcount.h: Renamed lib/count-one-bits.h.
18080         (popcount): Renamed count_one_bits.
18081         (popcountl): Renamed count_one_bits_l.
18082         (popcountll): Renamed count_one_bits_ll.
18083         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
18084         * modules/popcount: Renamed module/count-one-bits.
18085         * modules/popcount-tests: Renamed module/count-one-bits-tests.
18086         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
18087
18088 2007-07-23  Ben Pfaff  <blp@gnu.org>
18089
18090         * lib/popcount.h (popcount32): Reduce size of constants, to allow
18091         better code generation, and add U to large constants to avoid
18092         warnings, in non-GCC case.
18093         Suggested by Bruno Haible.
18094
18095 2007-07-23  Ben Pfaff  <blp@gnu.org>
18096
18097         * lib/popcount.h: Use verify_true instead of if...abort.
18098         * modules/popcount: Depend on verify module.
18099         Suggested by Jim Meyering.
18100
18101 2007-07-23  Bruno Haible  <bruno@clisp.org>
18102
18103         * gnulib-tool (func_import): Create a .cvsignore file also when the
18104         directory is not yet in CVS but the toplevel directory is. When
18105         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
18106         Reported by Karl Berry.
18107
18108 2007-07-22  Ben Pfaff  <blp@gnu.org>
18109
18110         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
18111         case.
18112         Suggested by Eric Blake.
18113
18114 2007-07-22  Ben Pfaff  <blp@gnu.org>
18115
18116         New module: popcount.
18117         * MODULES.html.sh: Add popcount.
18118         * modules/popcount: New file.
18119         * modules/popcount-tests: New file.
18120         * tests/test-popcount.c: New file.
18121         * lib/popcount.h: New file.
18122         * m4/popcount.m4: New file.
18123
18124 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18125
18126         * build-aux/announce-gen: Update to GPLv3.
18127
18128         * build-aux/config.guess: Update from config.
18129
18130 2007-07-21  Bruno Haible  <bruno@clisp.org>
18131
18132         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
18133         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
18134
18135 2007-07-20  Jim Meyering  <jim@meyering.net>
18136
18137         * check-module: Diagnose a self-dependency.
18138
18139 2007-07-19  Bruno Haible  <bruno@clisp.org>
18140
18141         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
18142         empty.
18143         Reported by Eric Blake.
18144
18145 2007-07-18  Bruno Haible  <bruno@clisp.org>
18146
18147         * gnulib-tool: New options --po-base, --po-domain.
18148         (func_usage): Document them.
18149         (pobase, po_domain): New variables.
18150         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
18151         DEFAULT_TEXT_DOMAIN.
18152         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
18153         (func_import): Consider pobase and po_domain. Create a po/ directory.
18154         (func_create_testdir): Set pobase and po_domain to empty.
18155         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
18156         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
18157
18158 2007-07-18  Bruno Haible  <bruno@clisp.org>
18159
18160         * gnulib-tool (func_get_automake_snippet): Synthesize also an
18161         EXTRA_DIST augmentation for files in build-aux/.
18162
18163 2007-07-16  Bruno Haible  <bruno@clisp.org>
18164
18165         * modules/lseek (License): Use the synonymous term "LGPLv2+".
18166         * modules/getdelim (License): Likewise.
18167
18168 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18169
18170         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
18171         * modules/d-type (License): Likewise.
18172         * modules/extensions (License): Likewise.
18173         * modules/fnmatch (License): Likewise.
18174         * modules/fseeko (License): Likewise.
18175         * modules/getaddrinfo (License): Likewise.
18176         * modules/getline (License): Likewise.
18177         * modules/getlogin_r (License): Likewise.
18178         * modules/getpass (License): Likewise.
18179         * modules/gettimeofday (License): Likewise.
18180         * modules/glob (License): Likewise.
18181         * modules/inet_ntop (License): Likewise.
18182         * modules/malloc (License): Likewise.
18183         * modules/malloca (License): Likewise.
18184         * modules/memmem (License): Likewise.
18185         * modules/mempcpy (License): Likewise.
18186         * modules/memset (License): Likewise.
18187         * modules/minmax (License): Likewise.
18188         * modules/mktime (License): Likewise.
18189         * modules/netinet_in (License): Likewise.
18190         * modules/pathmax (License): Likewise.
18191         * modules/poll (License): Likewise.
18192         * modules/regex (License): Likewise.
18193         * modules/snprintf (License): Likewise.
18194         * modules/stdbool (License): Likewise.
18195         * modules/stdint (License): Likewise.
18196         * modules/stdio (License): Likewise.
18197         * modules/strcase (License): Likewise.
18198         * modules/strcasestr (License): Likewise.
18199         * modules/strdup (License): Likewise.
18200         * modules/string (License): Likewise.
18201         * modules/strndup (License): Likewise.
18202         * modules/strnlen (License): Likewise.
18203         * modules/strpbrk (License): Likewise.
18204         * modules/strptime (License): Likewise.
18205         * modules/strsep (License): Likewise.
18206         * modules/sys_select (License): Likewise.
18207         * modules/sys_socket (License): Likewise.
18208         * modules/sys_stat (License): Likewise.
18209         * modules/sys_time (License): Likewise.
18210         * modules/time (License): Likewise.
18211         * modules/time_r (License): Likewise.
18212         * modules/timegm (License): Likewise.
18213         * modules/unistd (License): Likewise.
18214         * modules/vsnprintf (License): Likewise.
18215         * modules/wctype (License): Likewise.
18216
18217 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18218
18219         * modules/argz (License): LGPLv2+.
18220
18221 2007-07-15  Karl Berry  <karl@gnu.org>
18222
18223         * doc/gnulib.texi: revise node structure per new fdl.texi.
18224
18225 2007-07-14  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18228         the output file.
18229         * lib/uniname/uninames.h: Regenerated.
18230
18231 2007-07-14  Karl Berry  <karl@gnu.org>
18232
18233         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18234         omitting sectioning and index commands.
18235
18236 2007-07-13  Bruno Haible  <bruno@clisp.org>
18237
18238         New gnulib-tool option --more-symlinks.
18239         * gnulib-tool (func_usage): Document --more-symlinks.
18240         (do_copyrights): New variable.
18241         Recognize option --more-symlinks.
18242         (func_import): Don't add a copyright notice transform to
18243         sed_transform_lib_file if do_copyrights is empty.
18244
18245 2007-07-13  Bruno Haible  <bruno@clisp.org>
18246
18247         * lib/vasnprintf.c (decimal_point_char): Define also if
18248         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18249         && !NEED_PRINTF_DIRECTIVE_A.
18250         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18251         Gary V. Vaughan <gary@gnu.org>.
18252
18253 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * lib/inttypes_.h: Undo previous change, since it was fixed
18256         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18257
18258 2007-07-13  Bruno Haible  <bruno@clisp.org>
18259
18260         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18261         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18262
18263 2007-07-13  Jim Meyering  <jim@meyering.net>
18264
18265         df: Don't fail for Tru64's "file-on-file mount".
18266         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18267         so we fall through and use statfs instead.  Details here:
18268         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18269         Reported by Albert Chin.
18270
18271 2007-07-13  Bruno Haible  <bruno@clisp.org>
18272
18273         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18274         * modules/configmake (License): Likewise.
18275         * modules/gettext (License): Likewise.
18276         * modules/gettext-h (License): Likewise.
18277         * modules/include_next (License): Likewise.
18278         * modules/link-warning (License): Likewise.
18279         * modules/localcharset (License): Likewise.
18280         * modules/localename (License): Likewise.
18281         * modules/lock (License): Likewise.
18282         * modules/relocatable-lib-lgpl (License): Likewise.
18283         * modules/size_max (License): Likewise.
18284         * modules/vasnprintf (License): Likewise.
18285         * modules/wchar (License): Likewise.
18286         * modules/xsize (License): Likewise.
18287
18288 2007-07-13  Bruno Haible  <bruno@clisp.org>
18289
18290         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18291         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18292
18293 2007-07-12  Bruno Haible  <bruno@clisp.org>
18294
18295         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18296         in the modules files.
18297
18298 2007-07-11  Karl Berry  <karl@gnu.org>
18299
18300         * MODULES.html.sh (func_module): use
18301          sed -e '\|^'"${includefile}"'$|d'
18302          instead of /.../d, to avoid errors on $includefile's containing /.
18303
18304 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18305
18306         * gnulib-tool (func_import): Avoid duplication of --avoid
18307         statements
18308         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18309         names to `_' in variable names.
18310
18311 2007-07-10  Eric Blake  <ebb9@byu.net>
18312
18313         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18314         * NEWS: Document this change.
18315
18316 2007-07-08  Bruno Haible  <bruno@clisp.org>
18317
18318         Update to Unicode 5.0.
18319         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18320         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18321         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18322         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18323         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18324         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18325         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18326         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18327         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18328         U+10A3F, U+1D242..U+1D244.
18329         (nonspacing_table_ind): Update.
18330         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18331         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18332
18333 2007-07-08  Bruno Haible  <bruno@clisp.org>
18334
18335         Update to Unicode 5.0.
18336         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18337         code transform. Extend the name index field of unicode_name_to_code and
18338         unicode_code_to_name from 16 to 24 bits.
18339         * lib/uniname/uniname.c (unicode_character_name,
18340         unicode_name_character): Add the range 0x12xxx to the code transform.
18341         * lib/uniname/uninames.h: Regenerated.
18342         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18343
18344 2007-07-07  Bruno Haible  <bruno@clisp.org>
18345
18346         * modules/wcwidth-tests: New file.
18347         * tests/test-wcwidth.c: New file.
18348
18349         Work around MacOS X wcwidth() bug.
18350         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18351         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18352         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18353         original wcwidth in non-UTF-8 locales.
18354         * modules/wcwidth (Depends-on): Add localcharset, streq,
18355         uniwidth/width.
18356         * doc/functions/wcwidth.texi: Update.
18357
18358 2007-07-07  Bruno Haible  <bruno@clisp.org>
18359
18360         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18361         (wcwidth): New declaration.
18362         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18363         macros.
18364         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18365         here. Prepare for creating <wchar.h> unconditionally.
18366         * modules/wchar (Depends-on): Add link-warning.
18367         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18368         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18369         * lib/wcwidth.h: Remove file.
18370         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18371         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18372         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18373         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18374         (Include): Replace wcwidth.h with <wchar.h>.
18375         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18376         * lib/mbchar.h: Don't include wcwidth.h.
18377         * lib/mbswidth.c: Likewise.
18378         * NEWS: Mention the change.
18379
18380 2007-07-07  Bruno Haible  <bruno@clisp.org>
18381
18382         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18383         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18384         definition with an external declaration.
18385         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18386         defined as a function. Remove AC_C_INLINE requirement.
18387         * modules/wcwidth (Files): Add lib/wcwidth.c.
18388         (Makefile.am): Remove redundant statement.
18389
18390 2007-07-07  Bruno Haible  <bruno@clisp.org>
18391
18392         * MODULES.html.sh (Unicode string functions): Add the new modules.
18393
18394         * tests/uniwidth/test-u32-strwidth.c: New file.
18395         * modules/uniwidth/u32-strwidth-tests: New file.
18396
18397         * lib/uniwidth/u32-strwidth.c: New file.
18398         * modules/uniwidth/u32-strwidth: New file.
18399
18400         * tests/uniwidth/test-u16-strwidth.c: New file.
18401         * modules/uniwidth/u16-strwidth-tests: New file.
18402
18403         * lib/uniwidth/u16-strwidth.c: New file.
18404         * modules/uniwidth/u16-strwidth: New file.
18405
18406         * tests/uniwidth/test-u8-strwidth.c: New file.
18407         * modules/uniwidth/u8-strwidth-tests: New file.
18408
18409         * lib/uniwidth/u8-strwidth.c: New file.
18410         * modules/uniwidth/u8-strwidth: New file.
18411
18412         * tests/uniwidth/test-u32-width.c: New file.
18413         * modules/uniwidth/u32-width-tests: New file.
18414
18415         * lib/uniwidth/u32-width.c: New file.
18416         * modules/uniwidth/u32-width: New file.
18417
18418         * tests/uniwidth/test-u16-width.c: New file.
18419         * modules/uniwidth/u16-width-tests: New file.
18420
18421         * lib/uniwidth/u16-width.c: New file.
18422         * modules/uniwidth/u16-width: New file.
18423
18424         * tests/uniwidth/test-u8-width.c: New file.
18425         * modules/uniwidth/u8-width-tests: New file.
18426
18427         * lib/uniwidth/u8-width.c: New file.
18428         * modules/uniwidth/u8-width: New file.
18429
18430         * tests/uniwidth/test-uc_width.c: New file.
18431         * modules/uniwidth/width-tests: New file.
18432
18433         * lib/uniwidth/width.c: New file, from GNU libiconv.
18434         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18435         * modules/uniwidth/width: New file.
18436
18437         * lib/uniwidth.h: New file, from GNU libiconv.
18438         * modules/uniwidth/base: New file.
18439
18440 2007-07-07  Bruno Haible  <bruno@clisp.org>
18441
18442         * lib/uniname.h: New file, from GNU gettext.
18443         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18444         * lib/uniname/uninames.h: New file, from GNU gettext.
18445         * lib/uniname/uniname.c: New file, from GNU gettext.
18446         * tests/uniname/test-uninames.sh: New file.
18447         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18448         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18449         * modules/uniname/base: New file.
18450         * modules/uniname/uniname: New file.
18451         * modules/uniname/uniname-tests: New file.
18452         * MODULES.html.sh (Unicode string functions): Add the new modules.
18453
18454 2007-07-06  Bruno Haible  <bruno@clisp.org>
18455
18456         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18457
18458 2007-07-06  Bruno Haible  <bruno@clisp.org>
18459
18460         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18461         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18462         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18463         include <sys/time.h>.
18464         Reported by Eric Blake.
18465
18466 2007-07-06  Eric Blake  <ebb9@byu.net>
18467
18468         Fix testing canonicalize on cygwin.
18469         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18470         Revert patch from 2007-06-19.
18471         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18472         canonicalize module is also in use.
18473         * tests/test-canonicalize.c: New file.
18474         * tests/test-canonicalize.sh: Likewise.
18475         * modules/canonicalize-tests: Likewise.
18476
18477 2007-07-06  Jim Meyering  <jim@meyering.net>
18478
18479         * lib/getugroups.c (getugroups): Detect getgrent failure.
18480         Adjust comment to reflect reality: this function may return -1.
18481
18482 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18483
18484         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18485         the new TP address.
18486         (usage): Fix typo
18487         (gnulib_mk): New variable.
18488
18489 2007-07-05  Jim Meyering  <jim@meyering.net>
18490
18491         Don't let endgrent clobber errno, no matter how improbable.
18492         * lib/getugroups.c (getugroups): Save and restore errno around
18493         endgrent call.
18494
18495         Close the group DB even when failing with 2^31 or more members.
18496         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18497
18498 2007-07-04  Jim Meyering  <jim@meyering.net>
18499
18500         * lib/getugroups.h: New file.
18501         * lib/getugroups.c: Include "getugroups.h".
18502         Remove uses of "register" keyword.
18503         Move local variable, "cp", down into scope where used.
18504         Give "username" parameter the "const" attribute.
18505         * modules/getugroups (Files): Add lib/getugroups.h
18506
18507 2007-07-04  Karl Berry  <karl@gnu.org>
18508
18509         * MODULES.html.sh (func_all_modules): Complete rename of
18510         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18511
18512 2007-07-02  Bruno Haible  <bruno@clisp.org>
18513
18514         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18515         mode, when inttypes.h comes from gnulib.
18516         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18517
18518 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18519
18520         * NEWS: Mention lgpl module name change.
18521
18522         * modules/lgpl-2.1: Renamed from lgpl.
18523
18524         * NEWS: Mention gpl module name change.
18525
18526         * modules/gpl-3.0: New file, based on gpl-2.0.
18527
18528         * modules/gpl-2.0: Renamed from gpl.
18529
18530         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18531         doc/gpl-2.0.texi.
18532
18533 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18534
18535         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18536         #define __STDC_LIMIT_MACROS temporarily while including
18537         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18538         Problem reported by Joel E. Denny in
18539         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18540
18541 2007-07-01  Bruno Haible  <bruno@clisp.org>
18542
18543         * lib/unistdio.h: New file.
18544         * lib/unistdio/u-asnprintf.h: New file.
18545         * lib/unistdio/u-asprintf.h: New file.
18546         * lib/unistdio/u-printf-args.c: New file.
18547         * lib/unistdio/u-printf-args.h: New file.
18548         * lib/unistdio/u-printf-parse.h: New file.
18549         * lib/unistdio/u-snprintf.h: New file.
18550         * lib/unistdio/u-sprintf.h: New file.
18551         * lib/unistdio/u-vasprintf.h: New file.
18552         * lib/unistdio/u-vsnprintf.h: New file.
18553         * lib/unistdio/u-vsprintf.h: New file.
18554         * lib/unistdio/ulc-asnprintf.c: New file.
18555         * lib/unistdio/ulc-asprintf.c: New file.
18556         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18557         * lib/unistdio/ulc-printf-parse.c: New file.
18558         * lib/unistdio/ulc-snprintf.c: New file.
18559         * lib/unistdio/ulc-sprintf.c: New file.
18560         * lib/unistdio/ulc-vasnprintf.c: New file.
18561         * lib/unistdio/ulc-vasprintf.c: New file.
18562         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18563         * lib/unistdio/ulc-vsnprintf.c: New file.
18564         * lib/unistdio/ulc-vsprintf.c: New file.
18565         * lib/unistdio/u8-asnprintf.c: New file.
18566         * lib/unistdio/u8-asprintf.c: New file.
18567         * lib/unistdio/u8-printf-parse.c: New file.
18568         * lib/unistdio/u8-snprintf.c: New file.
18569         * lib/unistdio/u8-sprintf.c: New file.
18570         * lib/unistdio/u8-vasnprintf.c: New file.
18571         * lib/unistdio/u8-vasprintf.c: New file.
18572         * lib/unistdio/u8-vsnprintf.c: New file.
18573         * lib/unistdio/u8-vsprintf.c: New file.
18574         * lib/unistdio/u8-u8-asnprintf.c: New file.
18575         * lib/unistdio/u8-u8-asprintf.c: New file.
18576         * lib/unistdio/u8-u8-snprintf.c: New file.
18577         * lib/unistdio/u8-u8-sprintf.c: New file.
18578         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18579         * lib/unistdio/u8-u8-vasprintf.c: New file.
18580         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18581         * lib/unistdio/u8-u8-vsprintf.c: New file.
18582         * lib/unistdio/u16-asnprintf.c: New file.
18583         * lib/unistdio/u16-asprintf.c: New file.
18584         * lib/unistdio/u16-printf-parse.c: New file.
18585         * lib/unistdio/u16-snprintf.c: New file.
18586         * lib/unistdio/u16-sprintf.c: New file.
18587         * lib/unistdio/u16-vasnprintf.c: New file.
18588         * lib/unistdio/u16-vasprintf.c: New file.
18589         * lib/unistdio/u16-vsnprintf.c: New file.
18590         * lib/unistdio/u16-vsprintf.c: New file.
18591         * lib/unistdio/u16-u16-asnprintf.c: New file.
18592         * lib/unistdio/u16-u16-asprintf.c: New file.
18593         * lib/unistdio/u16-u16-snprintf.c: New file.
18594         * lib/unistdio/u16-u16-sprintf.c: New file.
18595         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18596         * lib/unistdio/u16-u16-vasprintf.c: New file.
18597         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18598         * lib/unistdio/u16-u16-vsprintf.c: New file.
18599         * lib/unistdio/u32-asnprintf.c: New file.
18600         * lib/unistdio/u32-asprintf.c: New file.
18601         * lib/unistdio/u32-printf-parse.c: New file.
18602         * lib/unistdio/u32-snprintf.c: New file.
18603         * lib/unistdio/u32-sprintf.c: New file.
18604         * lib/unistdio/u32-vasnprintf.c: New file.
18605         * lib/unistdio/u32-vasprintf.c: New file.
18606         * lib/unistdio/u32-vsnprintf.c: New file.
18607         * lib/unistdio/u32-vsprintf.c: New file.
18608         * lib/unistdio/u32-u32-asnprintf.c: New file.
18609         * lib/unistdio/u32-u32-asprintf.c: New file.
18610         * lib/unistdio/u32-u32-snprintf.c: New file.
18611         * lib/unistdio/u32-u32-sprintf.c: New file.
18612         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18613         * lib/unistdio/u32-u32-vasprintf.c: New file.
18614         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18615         * lib/unistdio/u32-u32-vsprintf.c: New file.
18616         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18617         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18618         * tests/unistdio/test-ulc-printf1.h: New file.
18619         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18620         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18621         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18622         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18623         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18624         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18625         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18626         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18627         * tests/unistdio/test-u8-asnprintf1.c: New file.
18628         * tests/unistdio/test-u8-asnprintf1.h: New file.
18629         * tests/unistdio/test-u8-printf1.h: New file.
18630         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18631         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18632         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18633         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18634         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18635         * tests/unistdio/test-u8-vasprintf1.c: New file.
18636         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18637         * tests/unistdio/test-u8-vsprintf1.c: New file.
18638         * tests/unistdio/test-u16-asnprintf1.c: New file.
18639         * tests/unistdio/test-u16-asnprintf1.h: New file.
18640         * tests/unistdio/test-u16-printf1.h: New file.
18641         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18642         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18643         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18644         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18645         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18646         * tests/unistdio/test-u16-vasprintf1.c: New file.
18647         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18648         * tests/unistdio/test-u16-vsprintf1.c: New file.
18649         * tests/unistdio/test-u32-asnprintf1.c: New file.
18650         * tests/unistdio/test-u32-asnprintf1.h: New file.
18651         * tests/unistdio/test-u32-printf1.h: New file.
18652         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18653         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18654         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18655         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18656         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18657         * tests/unistdio/test-u32-vasprintf1.c: New file.
18658         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18659         * tests/unistdio/test-u32-vsprintf1.c: New file.
18660         * modules/unistdio/base: New file.
18661         * modules/unistdio/u-printf-args: New file.
18662         * modules/unistdio/ulc-asnprintf: New file.
18663         * modules/unistdio/ulc-asprintf: New file.
18664         * modules/unistdio/ulc-fprintf: New file.
18665         * modules/unistdio/ulc-printf-parse: New file.
18666         * modules/unistdio/ulc-snprintf: New file.
18667         * modules/unistdio/ulc-sprintf: New file.
18668         * modules/unistdio/ulc-vasnprintf: New file.
18669         * modules/unistdio/ulc-vasprintf: New file.
18670         * modules/unistdio/ulc-vfprintf: New file.
18671         * modules/unistdio/ulc-vsnprintf: New file.
18672         * modules/unistdio/ulc-vsprintf: New file.
18673         * modules/unistdio/u8-asnprintf: New file.
18674         * modules/unistdio/u8-asprintf: New file.
18675         * modules/unistdio/u8-printf-parse: New file.
18676         * modules/unistdio/u8-snprintf: New file.
18677         * modules/unistdio/u8-sprintf: New file.
18678         * modules/unistdio/u8-vasnprintf: New file.
18679         * modules/unistdio/u8-vasprintf: New file.
18680         * modules/unistdio/u8-vsnprintf: New file.
18681         * modules/unistdio/u8-vsprintf: New file.
18682         * modules/unistdio/u8-u8-asnprintf: New file.
18683         * modules/unistdio/u8-u8-asprintf: New file.
18684         * modules/unistdio/u8-u8-snprintf: New file.
18685         * modules/unistdio/u8-u8-sprintf: New file.
18686         * modules/unistdio/u8-u8-vasnprintf: New file.
18687         * modules/unistdio/u8-u8-vasprintf: New file.
18688         * modules/unistdio/u8-u8-vsnprintf: New file.
18689         * modules/unistdio/u8-u8-vsprintf: New file.
18690         * modules/unistdio/u16-asnprintf: New file.
18691         * modules/unistdio/u16-asprintf: New file.
18692         * modules/unistdio/u16-printf-parse: New file.
18693         * modules/unistdio/u16-snprintf: New file.
18694         * modules/unistdio/u16-sprintf: New file.
18695         * modules/unistdio/u16-vasnprintf: New file.
18696         * modules/unistdio/u16-vasprintf: New file.
18697         * modules/unistdio/u16-vsnprintf: New file.
18698         * modules/unistdio/u16-vsprintf: New file.
18699         * modules/unistdio/u16-u16-asnprintf: New file.
18700         * modules/unistdio/u16-u16-asprintf: New file.
18701         * modules/unistdio/u16-u16-snprintf: New file.
18702         * modules/unistdio/u16-u16-sprintf: New file.
18703         * modules/unistdio/u16-u16-vasnprintf: New file.
18704         * modules/unistdio/u16-u16-vasprintf: New file.
18705         * modules/unistdio/u16-u16-vsnprintf: New file.
18706         * modules/unistdio/u16-u16-vsprintf: New file.
18707         * modules/unistdio/u32-asnprintf: New file.
18708         * modules/unistdio/u32-asprintf: New file.
18709         * modules/unistdio/u32-printf-parse: New file.
18710         * modules/unistdio/u32-snprintf: New file.
18711         * modules/unistdio/u32-sprintf: New file.
18712         * modules/unistdio/u32-vasnprintf: New file.
18713         * modules/unistdio/u32-vasprintf: New file.
18714         * modules/unistdio/u32-vsnprintf: New file.
18715         * modules/unistdio/u32-vsprintf: New file.
18716         * modules/unistdio/u32-u32-asnprintf: New file.
18717         * modules/unistdio/u32-u32-asprintf: New file.
18718         * modules/unistdio/u32-u32-snprintf: New file.
18719         * modules/unistdio/u32-u32-sprintf: New file.
18720         * modules/unistdio/u32-u32-vasnprintf: New file.
18721         * modules/unistdio/u32-u32-vasprintf: New file.
18722         * modules/unistdio/u32-u32-vsnprintf: New file.
18723         * modules/unistdio/u32-u32-vsprintf: New file.
18724         * modules/unistdio/ulc-asnprintf-tests: New file.
18725         * modules/unistdio/ulc-vasnprintf-tests: New file.
18726         * modules/unistdio/ulc-vasprintf-tests: New file.
18727         * modules/unistdio/ulc-vsnprintf-tests: New file.
18728         * modules/unistdio/ulc-vsprintf-tests: New file.
18729         * modules/unistdio/u8-asnprintf-tests: New file.
18730         * modules/unistdio/u8-vasnprintf-tests: New file.
18731         * modules/unistdio/u8-vasprintf-tests: New file.
18732         * modules/unistdio/u8-vsnprintf-tests: New file.
18733         * modules/unistdio/u8-vsprintf-tests: New file.
18734         * modules/unistdio/u16-asnprintf-tests: New file.
18735         * modules/unistdio/u16-vasnprintf-tests: New file.
18736         * modules/unistdio/u16-vasprintf-tests: New file.
18737         * modules/unistdio/u16-vsnprintf-tests: New file.
18738         * modules/unistdio/u16-vsprintf-tests: New file.
18739         * modules/unistdio/u32-asnprintf-tests: New file.
18740         * modules/unistdio/u32-vasnprintf-tests: New file.
18741         * modules/unistdio/u32-vasprintf-tests: New file.
18742         * modules/unistdio/u32-vsnprintf-tests: New file.
18743         * modules/unistdio/u32-vsprintf-tests: New file.
18744         * MODULES.html.sh (Unicode string functions): Add the new modules.
18745
18746 2007-07-01  Bruno Haible  <bruno@clisp.org>
18747
18748         * lib/sprintf.c (sprintf): Limit the available length estimation,
18749         to avoid address wraparound.
18750         * lib/vsprintf.c (vsprintf): Likewise.
18751         * modules/sprintf-posix (Dependencies): Add stdint.
18752         * modules/vsprintf-posix (Dependencies): Likewise.
18753
18754 2007-07-01  Bruno Haible  <bruno@clisp.org>
18755
18756         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18757         Windows PATH as well. Conservative double-quoting. Comments.
18758
18759 2007-07-01  Bruno Haible  <bruno@clisp.org>
18760             Eric Blake  <ebb9@byu.net>
18761             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18762
18763         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18764         empty components in $PATH, denoting '.'.
18765
18766 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18767
18768         * gnulib-tool: Fix indentation.
18769         (func_create_megatestdir): Likewise.
18770         Report by Bruno Haible.
18771
18772 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18773
18774         Sync from Automake.
18775         * build-aux/gnupload: Fix shell portability issues with for loops.
18776         Report by Karl Berry.
18777
18778 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18779
18780         * build-aux/maint.mk (POURL): Use translationproject.org.
18781
18782 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18783             Bruno Haible  <bruno@clisp.org>
18784
18785         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18786         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18787         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18788         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18789         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18790
18791 2007-06-27  Bruno Haible  <bruno@clisp.org>
18792
18793         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18794         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18795
18796 2007-06-26  Karl Berry  <karl@gnu.org>
18797
18798         * MODULES.html.sh: remove xreadlink-with-size.
18799
18800 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18801
18802         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18803         method that I hope also handles the double-include problem noted
18804         by Bruno Haible in
18805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18806
18807 2007-06-23  Bruno Haible  <bruno@clisp.org>
18808
18809         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18810         Don't let the 'mostlyclean' target fail if the last subdirectory could
18811         not be removed.
18812         Reported by Karl Berry.
18813
18814 2007-06-23  Bruno Haible  <bruno@clisp.org>
18815
18816         * gnulib-tool (echo): Add a speedier workaround for ksh.
18817         * tests/test-echo.sh: Likewise.
18818
18819 2007-06-23  Bruno Haible  <bruno@clisp.org>
18820
18821         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18822         * tests/test-echo.sh: Likewise.
18823
18824 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18825
18826         * gnulib-tool (IFS): Initialize early, so we don't set it to
18827         empty later.
18828         (self_abspathname): Rewrite algorithm to set it, reindent.
18829         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18830         (func_create_megatestdir): Merge some sed scripts.
18831
18832 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18833
18834         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18835         exposed by Sun Studio 11 cc on Solaris 8.
18836
18837 2007-06-22  Bruno Haible  <bruno@clisp.org>
18838
18839         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18840         backslashes.
18841         * tests/test-echo.sh: New file.
18842
18843 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18844
18845         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18846         simplify `sed_replace_build_aux' scripts, they are portable but
18847         echoing them with `echo' is not.
18848         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18849
18850 2007-06-21  Karl Berry  <karl@gnu.org>
18851
18852         * config/srclist.txt: guess we can't handle the licenses via
18853         srclist at the moment.
18854
18855 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18856
18857         * MODULES.html.sh: Add include_next.
18858         * modules/include_next: New file.
18859
18860 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18861
18862         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18863         INCLUDE_NEXT.
18864         (gl_CHECK_NEXT_HEADERS): New macro.
18865         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18866         the obsolescent gl_ABSOLUTE_HEADER.
18867         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18868         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18869         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18870         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18871         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18872         * m4/math_h.m4 (gl_MATH_H): Likewise.
18873         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18874         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18875         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18876         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18877         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18878         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18879         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18880         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18881         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18882         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18883         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18884         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18885         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18886         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18887         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18888         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18889         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18890         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18891         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18892         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18893         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18894         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18895         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18896         * lib/float_.h: Likewise.
18897         * lib/inttypes_.h: Likewise.
18898         * lib/math_.h: Likewise.
18899         * lib/search_.h: Likewise.
18900         * lib/signal_.h: Likewise.
18901         * lib/stdint_.h: Likewise.
18902         * lib/stdio_.h: Likewise.
18903         * lib/stdlib_.h: Likewise.
18904         * lib/string_.h: Likewise.
18905         * lib/sys_stat_.h: Likewise.
18906         * lib/sys_time_.h: Likewise.
18907         * lib/time_.h: Likewise.
18908         * lib/unistd_.h: Likewise.
18909         * lib/wchar_.h: Likewise.
18910         * lib/wctype_.h: Likewise.
18911         * lib/dirent_.h: Likewise.
18912         * lib/iconv_.h: Likewise.
18913         * lib/locale_.h: Likewise.
18914         * lib/netinet_in_.h: Likewise.
18915         * lib/sys_select_.h: Likewise.
18916         * lib/sys_socket_.h: Likewise.
18917         * lib/sysexits_.h: Likewise.
18918         * modules/fcntl (Depends-on): Depend on include_next, not
18919         absolute_header.
18920         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18921         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18922         * modules/fchdir: Likewise.
18923         * modules/float: Likewise.
18924         * modules/iconv_open: Likewise.
18925         * modules/inttypes: Likewise.
18926         * modules/locale: Likewise.
18927         * modules/math: Likewise.
18928         * modules/netinet_in: Likewise.
18929         * modules/search: Likewise.
18930         * modules/signal: Likewise.
18931         * modules/stdint: Likewise.
18932         * modules/stdio: Likewise.
18933         * modules/stdlib: Likewise.
18934         * modules/string: Likewise.
18935         * modules/sys_select: Likewise.
18936         * modules/sys_socket: Likewise.
18937         * modules/sys_stat: Likewise.
18938         * modules/sys_time: Likewise.
18939         * modules/sysexits: Likewise.
18940         * modules/time: Likewise.
18941         * modules/unistd: Likewise.
18942         * modules/wchar: Likewise.
18943         * modules/wctype: Likewise.
18944         * modules/sys_stat: Change maintainer to "all".
18945         * modules/unistd: Likewise.
18946
18947 2007-06-20  Karl Berry  <karl@gnu.org>
18948
18949         * config/srclist.txt: track www changes in license files.
18950
18951 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18952
18953         * build-aux/bootstrap: Remove stray dot.
18954         Make sure build_aux settings are honored when linking
18955         gnulib_extra_files.
18956
18957 2007-06-19  Eric Blake  <ebb9@byu.net>
18958
18959         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18960         Allow compilation on cygwin.
18961
18962 2007-06-19  Jim Meyering  <jim@meyering.net>
18963
18964         xreadlink-with-size: Remove module.  No longer used.
18965         Ex-callers now use xreadlink or mreadlink-with-size.
18966         * modules/xreadlink-with-size: Remove module.
18967         * lib/xreadlink-with-size.c: Remove file.
18968         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18969         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18970         just before the function definition *is* accurate.
18971
18972         Eliminate one way canonicalize_filename_mode could exit.
18973         * lib/canonicalize.c (canonicalize_filename_mode):
18974         Use mreadlink_with_size, not xreadlink_with_size.
18975
18976 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18977
18978         Detect porting problems to FreeBSD/arm, which has time_t wider than
18979         long int.  Original problem reported for GNU diff by Xin Li in
18980         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18981         * modules/getdate (Depends-on): Add intprops, verify.
18982         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18983         is an integer type no wider than long int.
18984
18985 2007-06-18  Jim Meyering  <jim@meyering.net>
18986
18987         New module: mreadlink-with-size.
18988         * MODULES.html.sh: Add mreadlink-with-size.
18989         * modules/mreadlink-with-size: New module
18990         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18991         not xreadlink-with-size.
18992         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18993
18994 2007-06-16  Bruno Haible  <bruno@clisp.org>
18995
18996         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18997         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18998         Reported by Gary V. Vaughan <gary@gnu.org>.
18999
19000 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
19001
19002         Revamp lchown so that it lives in unistd.h where it belongs.
19003         * lib/lchown.h: Remove.
19004         * lib/dirchownmod.c: Don't include lib/lchown.h.
19005         * lib/fchownat.c: Likewise.
19006         * lib/openat.c: Likewise.
19007         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
19008         does not follow symlinks.
19009         (EOPNOTSUPP): Define if not defined.
19010         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
19011         is defined to 0.
19012         (lchown): New decl.
19013         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
19014         Do not check for lchown decl.
19015         Set REPLACE_LCHOWN.
19016         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
19017         REPLACE_LCHOWN.
19018         * modules/chown: Make it clear it follows symlinks.
19019         * modules/lchown: Make it clear it doesn't follow symlinks.
19020         (Files): Remove lib/lchown.h
19021         (Depends-on): Add unistd.
19022         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
19023         (Include): Include <unistd.h>, not "lchown.h".
19024         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
19025         REPLACE_LCHOWN.
19026
19027 2007-06-15  Jim Meyering  <jim@meyering.net>
19028
19029         Change license (GPL to LGPL) of fsusage and dependents.
19030         * modules/fsusage (License): Change to LGPL.
19031         * modules/full-read (License): Likewise.
19032         * modules/full-write (License): Likewise.
19033         * modules/safe-read (License): Likewise.
19034         * modules/safe-write (License): Likewise.
19035
19036 2007-06-14  Ben Pfaff  <blp@gnu.org>
19037
19038         Missing part of allocsa -> malloca transition.
19039         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
19040         gl_MALLOCA.
19041
19042 2007-06-12  Bruno Haible  <bruno@clisp.org>
19043
19044         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
19045         to ia64, x86_64, i386.
19046         Reported by Eric Blake.
19047
19048 2007-06-12  Bruno Haible  <bruno@clisp.org>
19049
19050         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
19051         cross-compiling to x86_64.
19052
19053 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
19054
19055         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
19056         glitch reported by Ralf Wildenhues in
19057         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
19058
19059         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
19060         Vin Shelton.
19061
19062 2007-06-11  Bruno Haible  <bruno@clisp.org>
19063
19064         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
19065         replacement string.
19066         Reported by Eric Blake.
19067
19068 2007-06-10  Bruno Haible  <bruno@clisp.org>
19069
19070         Prepare vasnprintf code for use with Unicode strings.
19071         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
19072         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
19073         TYPE_U32_STRING.
19074         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
19075         a_u32_string variants.
19076         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
19077         * lib/printf-args.c: Don't include config.h and the specification
19078         header if PRINTF_FETCHARGS is already defined.
19079         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
19080         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
19081         TYPE_U16_STRING, TYPE_U32_STRING.
19082         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
19083         u16_directive, u16_directives, u32_directive, u32_directives): New
19084         types.
19085         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
19086         New declarations.
19087         * lib/printf-parse.c: Don't include config.h and the specification
19088         header if PRINTF_PARSE is already defined. Eliminate the set of
19089         parameters for WIDE_CHAR_VERSION; the user of this file must provide
19090         them now. Include c-ctype.h.
19091         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
19092         directive and CHAR_T_ONLY_ASCII.
19093         * lib/vasnprintf.c: Don't include config.h and the specification header
19094         if VASNPRINTF is already defined.
19095         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
19096         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
19097         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
19098         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
19099         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
19100         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
19101         code accordingly.
19102         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
19103         pad_ourselves also in this case, with the 'c' and 's' directives, and
19104         with a different notion of "width".
19105         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
19106
19107 2007-06-10  Bruno Haible  <bruno@clisp.org>
19108
19109         * modules/unistr/u32-mbsnlen: New file.
19110         * lib/unistr/u32-mbsnlen.c: New file.
19111
19112         * modules/unistr/u16-mbsnlen: New file.
19113         * lib/unistr/u16-mbsnlen.c: New file.
19114
19115         * modules/unistr/u8-mbsnlen: New file.
19116         * lib/unistr/u8-mbsnlen.c: New file.
19117
19118         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
19119         declarations.
19120
19121 2007-06-10  Bruno Haible  <bruno@clisp.org>
19122
19123         * lib/string_.h (mbsnlen): New declaration.
19124         * lib/mbsnlen.c: New file.
19125         * m4/mbsnlen.m4: New file.
19126         * modules/mbsnlen: New file.
19127         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
19128         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
19129         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
19130
19131 2007-06-10  Bruno Haible  <bruno@clisp.org>
19132
19133         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
19134
19135 2007-06-10  Bruno Haible  <bruno@clisp.org>
19136
19137         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
19138         * lib/mbuiter.h: Likewise.
19139
19140 2007-06-10  Bruno Haible  <bruno@clisp.org>
19141
19142         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
19143         declaration.
19144
19145 2007-06-10  Karl Berry  <karl@gnu.org>
19146
19147         * config/srclist.txt: remove gettext entries, Bruno prefers
19148         to update individually.
19149
19150 2007-06-10  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
19153         'maxlen'. Ensure only length + width bytes are allocated, not
19154         length + 1 + width.
19155
19156 2007-06-09  Bruno Haible  <bruno@clisp.org>
19157
19158         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
19159         (CHAR_T): Remove macro.
19160         (VASNPRINTF): Update.
19161
19162 2007-06-09  Bruno Haible  <bruno@clisp.org>
19163
19164         * MODULES.html.sh (Unicode string functions): Add the new modules.
19165
19166         * modules/uniconv/u32-conv-to-enc: New file.
19167         * lib/uniconv/u32-conv-to-enc.c: New file.
19168         * modules/uniconv/u32-conv-to-enc-tests: New file.
19169         * tests/uniconv/test-u32-conv-to-enc.c: New file.
19170
19171         * modules/uniconv/u16-conv-to-enc: New file.
19172         * lib/uniconv/u16-conv-to-enc.c: New file.
19173         * lib/uniconv/u-conv-to-enc.h: New file.
19174         * modules/uniconv/u16-conv-to-enc-tests: New file.
19175         * tests/uniconv/test-u16-conv-to-enc.c: New file.
19176
19177         * modules/uniconv/u8-conv-to-enc: New file.
19178         * lib/uniconv/u8-conv-to-enc.c: New file.
19179         * modules/uniconv/u8-conv-to-enc-tests: New file.
19180         * tests/uniconv/test-u8-conv-to-enc.c: New file.
19181
19182         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
19183         u32_conv_to_encoding): New declarations.
19184
19185 2007-06-09  Bruno Haible  <bruno@clisp.org>
19186
19187         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
19188
19189 2007-06-09  Bruno Haible  <bruno@clisp.org>
19190
19191         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
19192         * modules/malloca: Renamed from modules/allocsa, updated.
19193         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
19194         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
19195         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
19196         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
19197         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
19198         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
19199         * modules/xmalloca: Renamed from modules/xallocsa, updated.
19200         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
19201         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
19202         * modules/c-strcasestr (Depends-on): Update.
19203         * lib/c-strcasestr.c: Update.
19204         * modules/c-strstr (Depends-on): Update.
19205         * lib/c-strstr.c: Update.
19206         * modules/canonicalize-lgpl (Depends-on): Update.
19207         * lib/canonicalize-lgpl.c: Update.
19208         * modules/clean-temp (Depends-on): Update.
19209         * lib/clean-temp.c: Update.
19210         * modules/csharpcomp (Depends-on): Update.
19211         * lib/csharpcomp.c: Update.
19212         * modules/csharpexec (Depends-on): Update.
19213         * lib/csharpexec.c: Update.
19214         * modules/javacomp (Depends-on): Update.
19215         * lib/javacomp.c: Update.
19216         * modules/javaexec (Depends-on): Update.
19217         * lib/javaexec.c: Update.
19218         * modules/mbscasestr (Depends-on): Update.
19219         * lib/mbscasestr.c: Update.
19220         * modules/mbsstr (Depends-on): Update.
19221         * lib/mbsstr.c: Update.
19222         * modules/setenv (Depends-on): Update.
19223         * lib/setenv.c: Update.
19224         * modules/strcasestr (Depends-on): Update.
19225         * lib/strcasestr.c: Update.
19226         * modules/striconveha (Depends-on): Update.
19227         * lib/striconveha.c: Update.
19228         * modules/relocatable-prog-wrapper (Files): Update.
19229         * lib/relocwrapper.c: Update.
19230         * build-aux/install-reloc: Update.
19231         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19232
19233 2007-06-08  Bruno Haible  <bruno@clisp.org>
19234
19235         Port to uClibc.
19236         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19237         * lib/fpurge.c (fpurge): Likewise.
19238         * lib/freading.c (freading): Likewise.
19239         * lib/fseeko.c (rpl_fseeko): Likewise.
19240         * lib/fseterr.c (fseterr): Likewise.
19241         * lib/fwriting.c (fwriting): Likewise.
19242         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19243
19244 2007-06-08  Bruno Haible  <bruno@clisp.org>
19245
19246         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19247         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19248         * modules/gettext (Files): Add m4/intlmacosx.m4.
19249
19250 2007-06-07  Bruno Haible  <bruno@clisp.org>
19251
19252         * modules/localename-tests: New file.
19253         * tests/test-localename.c: New file.
19254
19255         New module 'localename'.
19256         * lib/localename.h: New file.
19257         * lib/localename.c: New file, from GNU gettext.
19258         * m4/localename.m4: New file.
19259         * modules/localename: New file.
19260
19261 2007-06-07  Bruno Haible  <bruno@clisp.org>
19262
19263         Work around the lack of <wchar.h> on some builds of uClibc.
19264         * doc/headers/wchar.texi: Update.
19265         * lib/wchar_.h: Include <wchar.h> only if it exists.
19266         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19267         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19268         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19269         doesn't exist.
19270         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19271         * modules/mbfile (Depends-on): Add wchar.
19272         * modules/mbiter (Depends-on): Likewise.
19273         * modules/mbuiter (Depends-on): Likewise.
19274         Reported by Simon Josefsson.
19275
19276 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19277
19278         Work around problem reported by Steven M. Schweda in
19279         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19280         Tru64 5.1B with the Compaq compiler environment installed declares
19281         an 'isblank' function but does not define it in the C library.
19282         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19283         * lib/regex_internal.h (isblank): Likewise.
19284         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19285         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19286
19287 2007-06-05  Bruno Haible  <bruno@clisp.org>
19288
19289         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19290         ia64.
19291         * modules/printf-safe: New file.
19292         * modules/fprintf-posix (Depends-on): Add printf-safe.
19293         * modules/printf-posix (Depends-on): Likewise.
19294         * modules/snprintf-posix (Depends-on): Likewise.
19295         * modules/sprintf-posix (Depends-on): Likewise.
19296         * modules/vasnprintf-posix (Depends-on): Likewise.
19297         * modules/vasprintf-posix (Depends-on): Likewise.
19298         * modules/vfprintf-posix (Depends-on): Likewise.
19299         * modules/vprintf-posix (Depends-on): Likewise.
19300         * modules/vsnprintf-posix (Depends-on): Likewise.
19301         * modules/vsprintf-posix (Depends-on): Likewise.
19302         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19303         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19304         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19305         "no" on i386, x86_64, ia64.
19306         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
19307         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19308         on i386, x86_64, ia64.
19309         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
19310         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19311         on i386, x86_64, ia64.
19312         * tests/test-vasnprintf-posix.c: Include float.h.
19313         (LDBL80_WORDS): New macro.
19314         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19315         on i386, x86_64, ia64.
19316         * tests/test-vasprintf-posix.c: Include float.h.
19317         (LDBL80_WORDS): New macro.
19318         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19319         on i386, x86_64, ia64.
19320         * tests/test-snprintf-posix.c: Include float.h.
19321         * tests/test-sprintf-posix.c: Likewise.
19322         * tests/test-vsnprintf-posix.c: Likewise.
19323         * tests/test-vsprintf-posix.c: Likewise.
19324
19325 2007-06-05  Bruno Haible  <bruno@clisp.org>
19326
19327         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19328         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19329         non-IEEE numbers on i386, x86_64, ia64.
19330         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19331         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19332         * tests/test-isnanl.h: Include float.h.
19333         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19334
19335 2007-06-05  Bruno Haible  <bruno@clisp.org>
19336
19337         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19338         also the %a / %A. Handle the %a / %A code before this extra handling.
19339
19340 2007-06-05  Bruno Haible  <bruno@clisp.org>
19341
19342         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19343         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19344
19345 2007-06-05  Bruno Haible  <bruno@clisp.org>
19346
19347         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19348         typo in variable name.
19349
19350 2007-06-05  Eric Blake  <ebb9@byu.net>
19351
19352         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19353         Reported by Simon Josefsson.
19354
19355 2007-06-04  Bruno Haible  <bruno@clisp.org>
19356
19357         Avoid test failures on some PowerPC platforms.
19358         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19359         Define differently for PowerPC.
19360         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19361         Reported by Gary V. Vaughan <gary@gnu.org>.
19362
19363 2007-06-02  Bruno Haible  <bruno@clisp.org>
19364
19365         Fix test-stdint failure on FreeBSD/ia64.
19366         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19367         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19368         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19369         * doc/headers/stdint.texi: Update.
19370
19371 2007-06-01  Bruno Haible  <bruno@clisp.org>
19372
19373         * tests/test-binary-io.c (main): Pass a third argument to open().
19374         Reported by Gary V. Vaughan <gary@gnu.org>.
19375
19376 2007-06-01  Bruno Haible  <bruno@clisp.org>
19377
19378         * doc/functions/frexpl.texi: Update for mingw.
19379
19380 2007-06-01  Bruno Haible  <bruno@clisp.org>
19381
19382         * tests/test-lseek.c (main): Disable test of errno for invalid third
19383         argument.
19384         * doc/functions/lseek.texi: Update.
19385         Reported by Gary V. Vaughan <gary@gnu.org>.
19386
19387 2007-05-28  Bruno Haible  <bruno@clisp.org>
19388
19389         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19390
19391 2007-05-31  Eric Blake  <ebb9@byu.net>
19392
19393         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19394         cross compiling.
19395
19396 2007-05-30  Eric Blake  <ebb9@byu.net>
19397         and Bruno Haible  <bruno@clisp.org>
19398
19399         Work around mingw test failures exposed by m4-1.4.9b.
19400         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19401         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19402         moment.
19403
19404 2007-05-30  Bruno Haible  <bruno@clisp.org>
19405
19406         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19407         assuming that they are closed. Needed on HP-UX 11.
19408
19409 2007-05-29  Bruno Haible  <bruno@clisp.org>
19410
19411         Fix a problem with #include_next.
19412         * lib/dirent_.h: Split the double-inclusion guard.
19413         * lib/fcntl_.h: Likewise.
19414         * lib/float_.h: Likewise.
19415         * lib/iconv_.h: Likewise.
19416         * lib/inttypes_.h: Likewise.
19417         * lib/locale_.h: Likewise.
19418         * lib/math_.h: Likewise.
19419         * lib/netinet_in_.h: Likewise.
19420         * lib/search_.h: Likewise.
19421         * lib/signal_.h: Likewise.
19422         * lib/stdint_.h: Likewise.
19423         * lib/stdio_.h: Likewise.
19424         * lib/stdlib_.h: Likewise.
19425         * lib/string_.h: Likewise.
19426         * lib/sys_select_.h: Likewise.
19427         * lib/sys_socket_.h: Likewise.
19428         * lib/sys_stat_.h: Likewise.
19429         * lib/sys_time_.h: Likewise.
19430         * lib/sysexits_.h: Likewise.
19431         * lib/time_.h: Likewise.
19432         * lib/unistd_.h: Likewise.
19433         * lib/wchar_.h: Likewise.
19434         * lib/wctype_.h: Likewise.
19435
19436 2007-05-29  Bruno Haible  <bruno@clisp.org>
19437
19438         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19439         for the moment.
19440
19441 2007-05-29  Bruno Haible  <bruno@clisp.org>
19442
19443         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19444         invocation.
19445         Reported by Eric Blake.
19446
19447 2007-05-29  Bruno Haible  <bruno@clisp.org>
19448
19449         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19450         compiling case.
19451
19452 2007-05-29  Eric Blake  <ebb9@byu.net>
19453             Bruno Haible  <bruno@clisp.org>
19454
19455         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19456         cross compiles.
19457
19458 2007-05-28  Eric Blake  <ebb9@byu.net>
19459
19460         * modules/closein-tests (test_closein_LDADD): Support test on
19461         cygwin with libtool.
19462
19463 2007-05-28  Bruno Haible  <bruno@clisp.org>
19464
19465         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19466         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19467         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19468         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19469         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19470         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19471         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19472         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19473         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19474
19475 2007-05-28  Eric Blake  <ebb9@byu.net>
19476
19477         Unconditionally include <config.h> in unit tests.
19478         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19479         * tests/test-allocsa.c, tests/test-arcfour.c,
19480         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19481         tests/test-array_list.c, tests/test-array_oset.c,
19482         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19483         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19484         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19485         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19486         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19487         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19488         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19489         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19490         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19491         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19492         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19493         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19494         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19495         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19496         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19497         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19498         test-md5.c, test-memmem.c, test-printf-posix.c,
19499         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19500         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19501         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19502         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19503         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19504         test-vasnprintf-posix2.c, test-vasnprintf.c,
19505         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19506         test-vfprintf-posix.c, test-vprintf-posix.c,
19507         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19508         test-xvasprintf.c: Likewise.
19509
19510 2007-05-28  Bruno Haible  <bruno@clisp.org>
19511
19512         * gnulib-tool (func_import): Remember the --with-tests command-line
19513         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19514         Reported by Eric Blake.
19515
19516 2007-05-28  Bruno Haible  <bruno@clisp.org>
19517
19518         * modules/ftell-tests: New file.
19519         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19520         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19521
19522         * lib/ftell.c: New file.
19523         * modules/ftell: New file.
19524         * m4/ftell.m4: New file.
19525         * doc/functions/ftell.texi: Update.
19526         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19527         REPLACE_FTELL.
19528         * lib/stdio_.h (rpl_ftell): New declaration.
19529         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19530         REPLACE_FTELL.
19531
19532 2007-05-28  Eric Blake  <ebb9@byu.net>
19533
19534         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19535
19536 2007-05-28  Bruno Haible  <bruno@clisp.org>
19537
19538         * modules/fseek-tests: New file.
19539         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19540         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19541
19542         * lib/fseek.c: New file.
19543         * modules/fseek: New file.
19544         * m4/fseek.m4: New file.
19545         * doc/functions/fseek.texi: Update.
19546         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19547         REPLACE_FSEEK.
19548         * lib/stdio_.h (rpl_fseek): New declaration.
19549         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19550         REPLACE_FSEEK.
19551
19552 2007-05-28  Bruno Haible  <bruno@clisp.org>
19553
19554         * lib/stdio_.h (fflush): More comments.
19555
19556 2007-05-28  Bruno Haible  <bruno@clisp.org>
19557
19558         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19559         runtime test.
19560
19561 2007-05-28  Eric Blake  <ebb9@byu.net>
19562
19563         Improve lseek module.
19564         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19565         * lib/unistd_.h (lseek): Scale back link warning message.
19566         * tests/test-lseek.c: Beef up test.
19567         * tests/test-lseek.sh: Exercise more facets of lseek.
19568         Reported by Bruno Haible.
19569
19570 2007-05-28  Bruno Haible  <bruno@clisp.org>
19571
19572         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19573         to define.
19574
19575 2007-05-27  Bruno Haible  <bruno@clisp.org>
19576
19577         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19578
19579 2007-05-27  Bruno Haible  <bruno@clisp.org>
19580
19581         * modules/openmp: New file.
19582         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19583         Noah Misch.
19584
19585 2007-05-26  Bruno Haible  <bruno@clisp.org>
19586
19587         * modules/chdir-long (Depends-on): Add fchdir.
19588         * modules/chdir-safer (Depends-on): Likewise.
19589         * modules/fts (Depends-on): Likewise.
19590         * modules/fts-lgpl (Depends-on): Likewise.
19591         * modules/openat (Depends-on): Likewise.
19592         * modules/savewd (Depends-on): Likewise.
19593
19594 2007-05-24  Eric Blake  <ebb9@byu.net>
19595
19596         Fix lseek on mingw.
19597         * modules/lseek: New module.
19598         * m4/lseek.m4: New file.
19599         * lib/lseek.c: New file.
19600         * modules/lseek-tests: New file.
19601         * tests/test-lseek.c: New file.
19602         * tests/test-lseek.sh: New file.
19603         * MODULES.html.sh: Document lseek module.
19604         * modules/fflush (Depends-on): Add lseek, fseeko.
19605         * modules/fseeko (Depends-on): Likewise.
19606         * modules/ftello (Depends-on): Likewise.
19607         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19608         broken.
19609         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19610         broken.
19611         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19612         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19613         * lib/ftello.c (rpl_ftello): Likewise.
19614         * tests/test-fseeko.c (main): Test this.
19615         * tests/test-fseeko.sh: Likewise.
19616         * tests/test-ftello.c (main): Likewise.
19617         * tests/test-ftello.sh: Likewise.
19618         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19619         implies replacing fseek.
19620         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19621         HAVE_FTELLO.
19622         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19623         * modules/unistd (Makefile.am): Likewise.
19624         * lib/unistd_.h (lseek): Declare a replacement.
19625         * doc/functions/lseek.texi (lseek): Document this fix.
19626         * doc/functions/fseek.texi (fseek): Likewise.
19627         * doc/functions/ftell.texi (ftell): Likewise.
19628
19629 2007-05-24  Bruno Haible  <bruno@clisp.org>
19630
19631         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19632         in the printed representation of a NaN.
19633         * tests/test-vasprintf-posix.c (test_function): Likewise.
19634         * tests/test-snprintf-posix.h (test_function): Likewise.
19635         * tests/test-sprintf-posix.h (test_function): Likewise.
19636         Reported by Eric Blake.
19637
19638 2007-05-23  Eric Blake  <ebb9@byu.net>
19639
19640         Fix fseeko/ftello on cygwin 1.5.24.
19641         * doc/functions/fseeko.texi (fseeko): Document the fix.
19642         * doc/functions/ftello.texi (ftello): Document the fix.
19643         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19644         * doc/functions/stdout.text (stdout): New file.
19645         * doc/functions/stderr.text (stderr): New file.
19646         * doc/gnulib.texi (Function Substitutes): Use new files.
19647         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19648         prior to 1.7.0.
19649         * tests/test-ftello.c (main): Likewise for ftello.
19650         * tests/test-fseeko.sh: New file.
19651         * tests/test-ftello.sh: New file.
19652         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19653         with seekable stdin.
19654         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19655         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19656         (gl_REPLACE_FSEEKO): New macro.
19657         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19658         * modules/fseeko (Files): Distribute fseeko.c.
19659         * modules/ftello (Files): Distribute ftello.c.
19660         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19661         mode.
19662         * lib/ftello.c (rpl_ftello): New file.
19663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19664         fseeko, ftello.
19665         (gl_STDIN_LARGE_OFFSET): New macro.
19666         * modules/stdio (Makefile.am): Perform the replacement.
19667         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19668
19669 2007-05-23  Bruno Haible  <bruno@clisp.org>
19670
19671         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19672         GNULIB_POSIXCHECK is defined.
19673
19674 2007-05-21  Bruno Haible  <bruno@clisp.org>
19675
19676         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19677         Check also the output for NaN arguments. When cross-compiling, guess
19678         no on IRIX.
19679         * lib/vasnprintf.c: Update comments.
19680         * tests/test-vasnprintf-posix.c (strisnan): New function.
19681         (test_function): Use it.
19682         * tests/test-vasprintf-posix.c (strisnan): New function.
19683         (test_function): Use it.
19684         * tests/test-snprintf-posix.h (strisnan): New function.
19685         (test_function): Use it.
19686         * tests/test-sprintf-posix.h (strisnan): New function.
19687         (test_function): Use it.
19688         Reported by Eric Blake.
19689
19690 2007-05-20  Bruno Haible  <bruno@clisp.org>
19691
19692         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19693         numbers that fails on BeOS.
19694         * doc/functions/frexpl.texi: Update.
19695
19696 2007-05-20  Jim Meyering  <jim@meyering.net>
19697
19698         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19699         forced upon us by glibc-2.6.
19700
19701 2007-05-20  Bruno Haible  <bruno@clisp.org>
19702
19703         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19704         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19705         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19706         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19707         NEED_PRINTF_INFINITE.
19708         (is_infinitel): New function.
19709         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19710         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19711         gl_PREREQ_VASNPRINTF_INFINITE.
19712         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19713         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19714         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19715         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19716         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19717         gl_PREREQ_VASNPRINTF_INFINITE.
19718         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19719         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19720         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19721         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19722         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19723         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19724         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19725         * doc/functions/fprintf.texi: Update.
19726         * doc/functions/printf.texi: Update.
19727         * doc/functions/snprintf.texi: Update.
19728         * doc/functions/sprintf.texi: Update.
19729         * doc/functions/vfprintf.texi: Update.
19730         * doc/functions/vprintf.texi: Update.
19731         * doc/functions/vsnprintf.texi: Update.
19732         * doc/functions/vsprintf.texi: Update.
19733
19734 2007-05-20  Bruno Haible  <bruno@clisp.org>
19735
19736         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19737         was not found in libc.
19738         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19739
19740 2007-05-20  Bruno Haible  <bruno@clisp.org>
19741
19742         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19743         printed as "-nan" instead of "nan".
19744         * tests/test-vasprintf-posix.c (test_function): Likewise.
19745         * tests/test-snprintf-posix.h (test_function): Likewise.
19746         * tests/test-sprintf-posix.h (test_function): Likewise.
19747         Needed for HP-UX 11.
19748
19749 2007-05-20  Jim Meyering  <jim@meyering.net>
19750
19751         Fix buggy test for the fchownat-deref bug.
19752         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19753         symlink required for the run-test.  Without it, this test would
19754         always declare that fchownat doesn't work, and client code would
19755         unnecessarily use the replacement function with fixed libc.
19756         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19757         Reported by Greg Schafer.
19758
19759 2007-05-19  Bruno Haible  <bruno@clisp.org>
19760
19761         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19762         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19763         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19764         Needed for IRIX 6.5 and Solaris 2.5.1.
19765
19766 2007-05-19  Bruno Haible  <bruno@clisp.org>
19767
19768         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19769         (test_function): Skip tests involving -0.0 on platforms where
19770         -0.0 = 0.0.
19771         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19772         (test_function): Skip tests involving -0.0 on platforms where
19773         -0.0 = 0.0.
19774         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19775         (test_function): Skip tests involving -0.0 on platforms where
19776         -0.0 = 0.0.
19777         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19778         (test_function): Skip tests involving -0.0 on platforms where
19779         -0.0 = 0.0.
19780         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19781         tests.
19782         * tests/test-printf-posix.h (test_function): Likewise.
19783         * tests/test-printf-posix.output: Remove all -0.0 related results.
19784         Needed for IRIX 6.5.
19785
19786 2007-05-19  Bruno Haible  <bruno@clisp.org>
19787
19788         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19789         printed as "nan0x7fffffff" instead of "nan".
19790         * tests/test-vasprintf-posix.c (test_function): Likewise.
19791         * tests/test-snprintf-posix.h (test_function): Likewise.
19792         * tests/test-sprintf-posix.h (test_function): Likewise.
19793         * tests/test-fprintf-posix.h (NaN): Remove macro.
19794         (test_function): Remove all NaN related tests.
19795         * tests/test-printf-posix.h (NaN): Remove macro.
19796         (test_function): Remove all NaN related tests.
19797         * tests/test-printf-posix.output: Remove all NaN related results.
19798         Needed for IRIX 6.5.
19799
19800 2007-05-19  Bruno Haible  <bruno@clisp.org>
19801
19802         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19803         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19804
19805 2007-05-19  Bruno Haible  <bruno@clisp.org>
19806
19807         * lib/float_.h: New file.
19808         * m4/float_h.m4: New file.
19809         * modules/float: New file.
19810         * modules/isnanl (Dependencies): Add float.
19811         * modules/isnanl-nolibm (Dependencies): Likewise.
19812         * modules/mathl (Dependencies): Likewise.
19813         * modules/printf-frexpl (Dependencies): Likewise.
19814         * modules/signbit (Dependencies): Likewise.
19815         * modules/vasnprintf (Dependencies): Likewise.
19816         * doc/headers/float.texi: Update.
19817
19818 2007-05-19  Jim Meyering  <jim@meyering.net>
19819
19820         * lib/utimens.c (gl_futimens): Rename from futimens,
19821         now that glibc-2.6 declares futimens.
19822         * lib/utimens.h: Likewise.
19823
19824 2007-05-19  Bruno Haible  <bruno@clisp.org>
19825
19826         Avoid test failures on mingw.
19827         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19828         * tests/test-printf-posix.sh: Likewise.
19829         * tests/test-vfprintf-posix.sh: Likewise.
19830         * tests/test-vprintf-posix.sh: Likewise.
19831
19832 2007-05-19  Bruno Haible  <bruno@clisp.org>
19833
19834         Fix *printf result for NaN, Inf, -0.0 on mingw.
19835         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19836         * lib/vasnprintf.c: Include math.h and isnan.h.
19837         (is_infinite_or_zero): New function.
19838         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19839         values in the %f, %F, %e, %E, %g, %G directives.
19840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19841         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19842         gl_PRINTF_INFINITE and test its result. Invoke
19843         gl_PREREQ_VASNPRINTF_INFINITE.
19844         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19845         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19846         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19847         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19848         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19849         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19850         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19851         * doc/functions/fprintf.texi: Update.
19852         * doc/functions/printf.texi: Update.
19853         * doc/functions/snprintf.texi: Update.
19854         * doc/functions/sprintf.texi: Update.
19855         * doc/functions/vfprintf.texi: Update.
19856         * doc/functions/vprintf.texi: Update.
19857         * doc/functions/vsnprintf.texi: Update.
19858         * doc/functions/vsprintf.texi: Update.
19859
19860 2007-05-19  Bruno Haible  <bruno@clisp.org>
19861
19862         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19863         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19864         Instead of multiplying with 10^k, set extra_zeroes to k.
19865         (scale10_round_long_double): Remove function.
19866
19867 2007-05-18  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19870         introduced on 2007-05-06.
19871
19872 2007-05-18  Bruno Haible  <bruno@clisp.org>
19873
19874         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19875         %g directives.
19876         * tests/test-vasprintf-posix.c (test_function): Likewise.
19877         * tests/test-snprintf-posix.h (test_function): Likewise.
19878         * tests/test-sprintf-posix.h (test_function): Likewise.
19879
19880 2007-05-18  Bruno Haible  <bruno@clisp.org>
19881
19882         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19883         (strmatch): New function.
19884         (test_function): Test the %f directive on numbers of various exponents.
19885         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19886         (strmatch): New function.
19887         (test_function): Test the %f directive on numbers of various exponents.
19888         * tests/test-snprintf-posix.h (strmatch): New function.
19889         (test_function): Test the %f directive on numbers of various exponents.
19890         * tests/test-sprintf-posix.h (strmatch): New function.
19891         (test_function): Test the %f directive on numbers of various exponents.
19892         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19893         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19894         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19895         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19896
19897 2007-05-18  Bruno Haible  <bruno@clisp.org>
19898
19899         Add support for 'long double' number output.
19900         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19901         * lib/vasnprintf.c: Include math.h and float+.h.
19902         (mp_limb_t): New type.
19903         (GMP_LIMB_BITS): New macro.
19904         (mp_twolimb_t): New type.
19905         (GMP_TWOLIMB_BITS): New macro.
19906         (mpn_t): New type.
19907         (multiply, divide, convert_to_decimal, decode_long_double,
19908         scale10_round_long_double, scale10_round_decimal_long_double,
19909         floorlog10l): New functions.
19910         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19911         for the %f, %F, %e, %E, %g, %G directives.
19912         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19913         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19914         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19915         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19916         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19917         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19918         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19919         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19920         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19921         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19922         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19923         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19924         * modules/snprintf-posix (Depends-on): Likewise.
19925         * modules/sprintf-posix (Depends-on): Likewise.
19926         * modules/vasnprintf-posix (Depends-on): Likewise.
19927         * modules/vasprintf-posix (Depends-on): Likewise.
19928         * modules/vfprintf-posix (Depends-on): Likewise.
19929         * modules/vsnprintf-posix (Depends-on): Likewise.
19930         * modules/vsprintf-posix (Depends-on): Likewise.
19931         * modules/vasnprintf (Files): Add lib/float+.h.
19932         * doc/functions/fprintf.texi: Update.
19933         * doc/functions/printf.texi: Update.
19934         * doc/functions/snprintf.texi: Update.
19935         * doc/functions/sprintf.texi: Update.
19936         * doc/functions/vfprintf.texi: Update.
19937         * doc/functions/vprintf.texi: Update.
19938         * doc/functions/vsnprintf.texi: Update.
19939         * doc/functions/vsprintf.texi: Update.
19940
19941 2007-05-18  Bruno Haible  <bruno@clisp.org>
19942
19943         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19944
19945 2007-05-18  Bruno Haible  <bruno@clisp.org>
19946
19947         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19948         for printing 64-bit integers. Needed for mingw.
19949
19950 2007-05-18  Bruno Haible  <bruno@clisp.org>
19951
19952         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19953         gl_FUNC_FREXPL_WORKS.
19954         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19955
19956 2007-05-18  Bruno Haible  <bruno@clisp.org>
19957
19958         * modules/frexpl-nolibm-tests: New file.
19959
19960         * modules/frexpl-nolibm: New file.
19961         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19962
19963 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19964
19965         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19966         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19967         GCC 4.2, which otherwise issues a lot of warnings.
19968         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19969         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19970         Likewise.
19971         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19972         * modules/iconv_open (iconv.h): Likewise.
19973         * modules/locale (locale.h): Likewise.
19974         * modules/netinet_in (netinet/in.h): Likewise.
19975         * modules/sys_select (sys_select.h): Likewise.
19976         * modules/sys_socket (sys/socket.h): Likewise.
19977         * modules/sys_stat (sys/stat.h): Likewise.
19978         * modules/sysexits (sysexits.h): Likewise.
19979         * modules/unistd (unistd.h): Likewise.
19980
19981 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19982
19983         * modules/closein-tests (Makefile.am): Distribute
19984         `test-closein.sh'.
19985
19986 2007-05-17  Bruno Haible  <bruno@clisp.org>
19987
19988         * tests/test-printf-posix.output: Renamed from
19989         tests/test-fprintf-posix.out.
19990         * modules/fprintf-posix-tests: Update.
19991         * modules/printf-posix-tests: Update.
19992         * modules/vfprintf-posix-tests: Update.
19993         * modules/vprintf-posix-tests: Update.
19994         * tests/test-fprintf-posix.sh: Update.
19995         * tests/test-printf-posix.sh: Update.
19996         * tests/test-vfprintf-posix.sh: Update.
19997         * tests/test-vprintf-posix.sh: Update.
19998         Reported by Ralf Wildenhues.
19999
20000 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20001
20002         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
20003         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
20004         GCC 4.2, which otherwise issues a lot of warnings.
20005         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
20006         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
20007         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
20008         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
20009         it should no longer be needed.
20010         * lib/string_.h: Likewise.
20011         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
20012         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
20013         * modules/inttypes (inttypes.h): Likewise.
20014         * modules/math (math.h): Likewise.
20015         * modules/search (search.h): Likewise.
20016         * modules/signal (signal.h): Likewise.
20017         * modules/stdint (stdint.h): Likewise.
20018         * modules/stdio (stdio.h): Likewise.
20019         * modules/stdlib (stdlib.h): Likewise.
20020         * modules/string (string.h): Likewise.
20021         * modules/sys_time (sys/time.h): Likewise.
20022         * modules/time (time.h): Likewise.
20023         * modules/wchar (wchar.h): Likewise.
20024         * modules/wctype (wtype.h): Likewise.
20025
20026 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20027
20028         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
20029
20030 2007-05-13  Bruno Haible  <bruno@clisp.org>
20031
20032         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
20033         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20034         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
20035         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20036         (gl_PREREQ_STRTOK_R): Don't require it here.
20037
20038 2007-05-13  Bruno Haible  <bruno@clisp.org>
20039
20040         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
20041         when used in C++ mode.
20042
20043 2007-05-12  Bruno Haible  <bruno@clisp.org>
20044
20045         * lib/linebuffer.h: Tweak doc.
20046         * lib/linebuffer.c: Likewise.
20047
20048 2007-05-12  James Youngman  <jay@gnu.org>
20049
20050         * lib/linebuffer.c (readlinebuffer_delim): New function,
20051         like readlinebuffer, but use a caller-specified delimiter.
20052         (readlinebuffer): Just call readlinebuffer_delim with '\n'
20053         as the delimiter.
20054         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
20055
20056 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20057
20058         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
20059         * modules/openat (Files): Remove openat-die.c.
20060         (Depends-on): Add openat-die.
20061         * modules/openat-die: New module.
20062
20063 2007-05-06  Bruno Haible  <bruno@clisp.org>
20064
20065         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
20066         Update with info about Cygwin.
20067         * doc/functions/fprintf.texi: Update.
20068         * doc/functions/printf.texi: Update.
20069         * doc/functions/snprintf.texi: Update.
20070         * doc/functions/sprintf.texi: Update.
20071         * doc/functions/vfprintf.texi: Update.
20072         * doc/functions/vprintf.texi: Update.
20073         * doc/functions/vsnprintf.texi: Update.
20074         * doc/functions/vsprintf.texi: Update.
20075         Reported by Eric Blake.
20076
20077 2007-05-06  Bruno Haible  <bruno@clisp.org>
20078
20079         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
20080         padding ourselves for the floating-point directives.
20081         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
20082         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
20083         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20084         gl_PRINTF_FLAG_ZERO and test its result. Invoke
20085         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
20086         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20087         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20088         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20089         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20090         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20091         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20092         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20093         * tests/test-snprintf-posix.h (test_function): Also check the width
20094         and some flags in the %f directive.
20095         * tests/test-sprintf-posix.h (test_function): Likewise.
20096         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20097         * tests/test-vasprintf-posix.c (test_function): Likewise.
20098         * doc/functions/fprintf.texi: Update.
20099         * doc/functions/printf.texi: Update.
20100         * doc/functions/snprintf.texi: Update.
20101         * doc/functions/sprintf.texi: Update.
20102         * doc/functions/vfprintf.texi: Update.
20103         * doc/functions/vprintf.texi: Update.
20104         * doc/functions/vsnprintf.texi: Update.
20105         * doc/functions/vsprintf.texi: Update.
20106
20107 2007-05-06  Bruno Haible  <bruno@clisp.org>
20108
20109         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
20110         pass the ' flag character to sprintf or snprintf.
20111         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
20112         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
20113         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20114         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
20115         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
20116         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20117         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20118         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20119         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20120         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20122         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20123         * tests/test-snprintf-posix.h (test_function): Also check the grouping
20124         flag.
20125         * tests/test-sprintf-posix.h (test_function): Likewise.
20126         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20127         * tests/test-vasprintf-posix.c (test_function): Likewise.
20128         * doc/functions/fprintf.texi: Update.
20129         * doc/functions/printf.texi: Update.
20130         * doc/functions/snprintf.texi: Update.
20131         * doc/functions/sprintf.texi: Update.
20132         * doc/functions/vfprintf.texi: Update.
20133         * doc/functions/vprintf.texi: Update.
20134         * doc/functions/vsnprintf.texi: Update.
20135         * doc/functions/vsprintf.texi: Update.
20136
20137 2007-05-01  Bruno Haible  <bruno@clisp.org>
20138
20139         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
20140
20141 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
20142
20143         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
20144         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
20145
20146 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20147
20148         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
20149         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
20150         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
20151
20152 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
20153
20154         * lib/argp-help.c (struct hol_entry): New member `ord'.
20155         (HOL_ENTRY_PTRCMP): Use ord for comparison
20156         (hol_sort): Initialize ord.
20157
20158 2007-05-01  Bruno Haible  <bruno@clisp.org>
20159
20160         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
20161         Reported by Eric Blake.
20162         * doc/gnulib.texi (Function Substitutes): Update.
20163
20164 2007-05-01  Bruno Haible  <bruno@clisp.org>
20165
20166         * doc/functions.texi: Remove file, now redundant through
20167         doc/functions/*.texi.
20168
20169 2007-05-01  Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/argp (Depends-on): Add sleep.
20172
20173 2007-05-01  Bruno Haible  <bruno@clisp.org>
20174
20175         * modules/sleep-tests: New file.
20176         * tests/test-sleep.c: New file.
20177
20178         * modules/sleep: New file.
20179         * lib/sleep.c: New file.
20180         * m4/sleep.m4: New file.
20181         * lib/unistd_.h (sleep): New declaration.
20182         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
20183         HAVE_SLEEP.
20184         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
20185         * doc/functions/sleep.texi: Document the sleep module.
20186
20187 2007-05-01  Bruno Haible  <bruno@clisp.org>
20188
20189         * lib/sigprocmask.h: Remove file.
20190         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
20191         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
20192         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
20193         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
20194         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
20195         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
20196         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
20197         HAVE_SIGSET_T as a shell variable.
20198         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
20199         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
20200         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
20201         (Depends-on): Add signal. Remove verify.
20202         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
20203         (Include): Mention <signal.h> instead of sigprocmask.h.
20204         * NEWS: Mention the change.
20205         * lib/fatal-signal.c: Don't include sigprocmask.h.
20206
20207 2007-05-01  Bruno Haible  <bruno@clisp.org>
20208
20209         * modules/signal: New file.
20210         * lib/signal_.h: New file.
20211         * m4/signal_h.m4: New file.
20212
20213 2007-05-01  Bruno Haible  <bruno@clisp.org>
20214
20215         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20216         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20217         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20218         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20219
20220 2007-05-01  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20223         configure time.
20224         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20225         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20226         * modules/sys_stat (Makefile.am): Substitute their values into
20227         sys/stat.h.
20228
20229 2007-05-01  Bruno Haible  <bruno@clisp.org>
20230
20231         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20232         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20233         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20234
20235 2007-05-01  Bruno Haible  <bruno@clisp.org>
20236
20237         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20238         'assert' module here.
20239
20240 2007-05-01  Bruno Haible  <bruno@clisp.org>
20241
20242         * doc/functions/*.texi: New files.
20243         * doc/functions/google-ranking.txt: New file.
20244         * doc/gnulib.texi (Function Substitutes): New chapter.
20245         (ctime, inet_ntoa): Remove sections.
20246         * doc/ctime.texi: Remove file.
20247         * doc/inet_ntoa.texi: Remove file.
20248         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20249         dependencies.
20250         (%.info): New rule, specifying a --reference-limit.
20251
20252 2007-05-01  Bruno Haible  <bruno@clisp.org>
20253
20254         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20255
20256 2007-05-01  Bruno Haible  <bruno@clisp.org>
20257
20258         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20259         the portability of 'mkdir' to mingw systems.
20260
20261 2007-05-01  Bruno Haible  <bruno@clisp.org>
20262
20263         * doc/headers/google-ranking.txt: New file.
20264
20265 2007-04-30  Eric Blake  <ebb9@byu.net>
20266
20267         Prefer fseeko to fseek.
20268         * modules/getpass (Depends-on): Add fseeko.
20269         * lib/getpass.c (getpass): Use fseeko, not fseek.
20270
20271 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20272
20273         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20274         assumes the sorting is stable, while most qsort implementations
20275         are not.  Use argument addresses to ensure they never compare as
20276         equal.
20277
20278         * tests/test-argp-2.sh (usage-indent test): Fix output
20279         (func_compare): Restore diff options
20280         * tests/test-argp.c: Restore #include "progname.h"
20281
20282 2007-04-29  Bruno Haible  <bruno@clisp.org>
20283
20284         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20285         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20286         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20287         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20288         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20289         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20290         (TESTS, check_PROGRAMS): Add test-snprintf.
20291         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20292         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20293         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20294         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20295         assertions that fail on HP-UX, OSF/1, or IRIX.
20296         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20297
20298 2007-04-29  Bruno Haible  <bruno@clisp.org>
20299
20300         * MODULES.html.sh (posix_functions): Remove 'contents'.
20301
20302 2007-04-29  Karl Berry  <karl@gnu.org>
20303
20304         * config/srclist.txt (gendocs_template_min): new entry.
20305
20306 2007-04-29  Bruno Haible  <bruno@clisp.org>
20307
20308         Work around fpurge bug on BSD systems.
20309         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20310         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20311         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20312         fpurge to rpl_fpurge if the system already has this function.
20313         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20314         the case where the system already has this function. Correct invariants
20315         on BSD systems.
20316         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20317         BSD systems.
20318
20319 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20320
20321         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20322         proposed by Sven Verdoolaege.
20323
20324         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20325         options.
20326         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20327         (usage and help tests): Update
20328
20329 2007-04-29  Bruno Haible  <bruno@clisp.org>
20330
20331         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20332         Print more information in case of failure. Disable a test on BeOS.
20333
20334 2007-04-29  Bruno Haible  <bruno@clisp.org>
20335
20336         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20337         This helps debugging on systems on which no gdb is available.
20338
20339 2007-04-29  Bruno Haible  <bruno@clisp.org>
20340
20341         * lib/freading.h: Improve comments.
20342         * lib/fwriting.h: Likewise.
20343         * tests/test-freading.c (main): Don't check freading immediately after
20344         repositioning. Needed for glibc.
20345
20346 2007-04-29  Bruno Haible  <bruno@clisp.org>
20347
20348         * lib/freading.c (freading): Trivial simplification.
20349
20350 2007-04-28  Bruno Haible  <bruno@clisp.org>
20351
20352         * tests/test-fwriting.c (main): Also test the interaction between
20353         fflush and fwriting.
20354         * modules/fwriting-tests (Depends-on): Add fflush.
20355
20356         * tests/test-freading.c (main): Also test the interaction between
20357         fflush and freading.
20358         * modules/freading-tests (Depends-on): Add fflush.
20359
20360 2007-04-28  Bruno Haible  <bruno@clisp.org>
20361
20362         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20363         fseeko and ftello.
20364         Suggested by Eric Blake.
20365
20366 2007-04-28  Jim Meyering  <jim@meyering.net>
20367
20368         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20369         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20370         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20371
20372 2007-04-27  Eric Blake  <ebb9@byu.net>
20373
20374         * doc/headers/assert.texi (assert.h): Document assert module use.
20375
20376 2007-04-27  Bruno Haible  <bruno@clisp.org>
20377
20378         * doc/headers/*.texi: New files.
20379         * doc/gnulib.texi (Header File Substitutes): New chapter.
20380         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20381         dependencies.
20382         (standards.info ,standards.html, standards.dvi): Update dependencies.
20383         (mostlyclean, clean): New targets.
20384
20385 2007-04-27  Bruno Haible  <bruno@clisp.org>
20386
20387         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20388         * modules/sysexits (Files, Makefile.am): Update.
20389
20390         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20391         * modules/sys_socket (Files, Makefile.am): Update.
20392
20393         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20394         * modules/sys_stat (Files, Makefile.am): Update.
20395
20396 2007-04-27  Eric Blake  <ebb9@byu.net>
20397
20398         * lib/freading.h: Improve comments.
20399         * lib/fwriting.h: Likewise.
20400         * lib/fflush.c: Likewise.
20401
20402         Fix closein for mingw.
20403         * modules/closein-tests: Add tests for closein.
20404         * tests/test-closein.c: New file.
20405         * tests/test-closein.sh: Likewise.
20406         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20407         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20408
20409 2007-04-27  Bruno Haible  <bruno@clisp.org>
20410
20411         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20412         version is < 6.
20413         * lib/math_.h [__DECC]: Likewise.
20414         * lib/stdio_.h [__DECC]: Likewise.
20415         * lib/stdlib_.h [__DECC]: Likewise.
20416         * lib/string_.h [__DECC]: Likewise.
20417         * lib/time_.h [__DECC]: Likewise.
20418         * lib/wchar_.h [__DECC]: Likewise.
20419         * lib/wctype_.h [__DECC]: Likewise.
20420
20421 2007-04-27  Bruno Haible  <bruno@clisp.org>
20422
20423         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20424
20425 2007-04-27  Bruno Haible  <bruno@clisp.org>
20426
20427         * lib/fflush.c: Add comments.
20428         * modules/fpurge-tests (Depends-on): Add fflush.
20429         * modules/freadable-tests (Depends-on): Likewise.
20430         * modules/fwritable-tests (Depends-on): Likewise.
20431
20432 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20433
20434         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20435         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20436         Report by Bruno Haible <bruno@clisp.org>.
20437
20438 2007-04-26  Eric Blake  <ebb9@byu.net>
20439
20440         Fix fflush on mingw.
20441         * modules/fflush (Depends-on): Add freading.
20442         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20443         but unread data.
20444
20445 2007-04-26  Eric Blake  <ebb9@byu.net>
20446         and Bruno Haible  <bruno@clisp.org>
20447
20448         Implement freading and fwriting.
20449         * lib/freading.c: New file.
20450         * lib/freading.h: Likewise.
20451         * m4/freading.m4: Likewise.
20452         * modules/freading: Likewise.
20453         * modules/freading-tests: Likewise.
20454         * tests/test-freading.c: Likewise.
20455         * lib/fwriting.c: New file.
20456         * lib/fwriting.h: Likewise.
20457         * m4/fwriting.m4: Likewise.
20458         * modules/fwriting: Likewise.
20459         * modules/fwriting-tests: Likewise.
20460         * tests/test-fwriting.c: Likewise.
20461         * MODULES.html.sh (File stream based Input/Output): Mention them.
20462
20463 2007-04-26  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20466         'long' when we assume it.
20467         Suggested by Eric Blake.
20468
20469 2007-04-26  Bruno Haible  <bruno@clisp.org>
20470
20471         Ensure fseeko, ftello are declared on glibc systems.
20472         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20473         * modules/fseeko (configure.ac-early): Likewise.
20474         * modules/ftello (configure.ac-early): Likewise.
20475         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20476         AC_FUNC_FSEEKO for this.
20477         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20478         (gl_CHECK_FSEEKO): Remove macro.
20479
20480 2007-04-26  Bruno Haible  <bruno@clisp.org>
20481
20482         * tests/test-fflush.c (main): Also check the ftell result after
20483         fflush and fseek/fseeko.
20484         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20485         file descriptor position cache in the stream.
20486         * lib/fseeko.c (rpl_fseeko): Likewise.
20487
20488 2007-04-26  Bruno Haible  <bruno@clisp.org>
20489
20490         * modules/fflush-tests (Depends-on): Add fseeko.
20491
20492 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20493             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20494
20495         * lib/argz_.h: ensure error_t definition is obtained in same
20496         mechanism system argz.h would have.
20497         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20498         argz facilities are known bad.  Err on the side of caution if
20499         cross-compiling.
20500
20501 2007-04-25  Eric Blake  <ebb9@byu.net>
20502
20503         * lib/fpurge.c (includes): Use stdlib.h for free.
20504         * tests/test-fflush.c (main): Also test fflush-fseeko.
20505
20506 2007-04-25  Bruno Haible  <bruno@clisp.org>
20507
20508         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20509         * lib/fseeko.c: New file.
20510         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20511         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20512         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20513         gl_FUNC_FSEEKO.
20514         (gl_FUNC_FSEEKO): Invoke it.
20515         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20516         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20517         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20518
20519 2007-04-25  Bruno Haible  <bruno@clisp.org>
20520
20521         * modules/fflush (Depends-on): Add ftello.
20522
20523 2007-04-25  Bruno Haible  <bruno@clisp.org>
20524
20525         * modules/ftello-tests: New file.
20526         * tests/test-ftello.c: New file.
20527
20528         * modules/ftello: New file.
20529         * m4/ftello.m4: New file.
20530         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20531         HAVE_FTELLO.
20532         * lib/stdio_.h (ftello): New declaration.
20533         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20534         HAVE_FTELLO.
20535
20536 2007-04-25  Bruno Haible  <bruno@clisp.org>
20537
20538         * modules/fseeko-tests: New file.
20539         * tests/test-fseeko.c: New file.
20540
20541         * modules/fseeko: New file.
20542         * m4/fseeko.m4: New file.
20543         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20544         HAVE_FSEEKO.
20545         * lib/stdio_.h (fseeko): New declaration.
20546         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20547         HAVE_FSEEKO.
20548
20549 2007-04-25  Bruno Haible  <bruno@clisp.org>
20550
20551         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20552
20553 2007-04-25  Bruno Haible  <bruno@clisp.org>
20554
20555         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20556         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20557         * tests/test-unistd.c: Likewise.
20558         * tests/test-fcntl.c: Likewise.
20559
20560 2007-04-23  Eric Blake  <ebb9@byu.net>
20561
20562         * lib/fflush.c: Fix missing include.
20563         Reported by Bruno Haible.
20564
20565 2007-04-23  Bruno Haible  <bruno@clisp.org>
20566
20567         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20568         Reported by Eric Blake.
20569
20570 2007-04-23  Bruno Haible  <bruno@clisp.org>
20571
20572         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20573
20574 2007-04-23  Bruno Haible  <bruno@clisp.org>
20575
20576         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20577
20578 2007-04-23  Bruno Haible  <bruno@clisp.org>
20579
20580         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20581         Needed on HP-UX 11.
20582
20583 2007-04-16  Eric Blake  <ebb9@byu.net>
20584
20585         Make fflush rely on fpurge.
20586         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20587         open coding all variants.
20588         * modules/fflush (Depends-on): Add fpurge and unistd.
20589         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20590         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20591
20592         Fix --with-tests compilation on cygwin.
20593         * modules/argmatch-tests (Makefile.am): List gnulib library first
20594         in LDADD.
20595         * modules/argp-tests (Makefile.am): Likewise.
20596         * modules/array-list-tests (Makefile.am): Likewise.
20597         * modules/array-oset-tests (Makefile.am): Likewise.
20598         * modules/avltree-list-tests (Makefile.am): Likewise.
20599         * modules/avltree-oset-tests (Makefile.am): Likewise.
20600         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20601         * modules/carray-list-tests (Makefile.am): Likewise.
20602         * modules/dirname-tests (Makefile.am): Likewise.
20603         * modules/frexp-tests (Makefile.am): Likewise.
20604         * modules/isnanl-tests (Makefile.am): Likewise.
20605         * modules/linked-list-tests (Makefile.am): Likewise.
20606         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20607         * modules/lock-tests (Makefile.am): Likewise.
20608         * modules/rbtree-list-tests (Makefile.am): Likewise.
20609         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20610         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20611         * modules/tls-tests (Makefile.am): Likewise.
20612         * modules/tsearch-tests (Makefile.am): Likewise.
20613         * modules/xvasprintf-tests (Makefile.am): Likewise.
20614
20615         Fix fpurge for cygwin.
20616         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20617         value.
20618         * modules/fpurge-tests (Depends-on): Clean up trash.
20619
20620 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20621
20622         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20623
20624         * m4/autobuild.m4: Re-indent.
20625
20626 2007-04-13  Bruno Haible  <bruno@clisp.org>
20627
20628         * modules/fpurge-tests: New file.
20629         * tests/test-fpurge.c: New file.
20630
20631         * modules/fpurge: New file.
20632         * lib/fpurge.h: New file.
20633         * lib/fpurge.c: New file.
20634         * m4/fpurge.m4: New file.
20635
20636 2007-04-13  Bruno Haible  <bruno@clisp.org>
20637
20638         * modules/fbufmode-tests: New file.
20639         * tests/test-fbufmode.c: New file.
20640
20641         * modules/fbufmode: New file.
20642         * lib/fbufmode.h: New file.
20643         * lib/fbufmode.c: New file.
20644         * m4/fbufmode.m4: New file.
20645
20646 2007-04-13  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/fwritable-tests: New file.
20649         * tests/test-fwritable.c: New file.
20650
20651         * modules/fwritable: New file.
20652         * lib/fwritable.h: New file.
20653         * lib/fwritable.c: New file.
20654         * m4/fwritable.m4: New file.
20655
20656 2007-04-13  Bruno Haible  <bruno@clisp.org>
20657
20658         * modules/freadable-tests: New file.
20659         * tests/test-freadable.c: New file.
20660
20661         * modules/freadable: New file.
20662         * lib/freadable.h: New file.
20663         * lib/freadable.c: New file.
20664         * m4/freadable.m4: New file.
20665
20666 2007-04-13  Bruno Haible  <bruno@clisp.org>
20667
20668         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20669         MOSTLYCLEANFILES.
20670
20671 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20672
20673         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20674         gzip bootstrap.conf to avoid dragging in i18n machinery.
20675         (gnulib_tool_option): Use it.
20676
20677 2007-04-13  Bruno Haible  <bruno@clisp.org>
20678
20679         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20680         %F directives.
20681         * tests/test-vasprintf-posix.c (test_function): Likewise.
20682         * tests/test-snprintf-posix.h (test_function): Likewise.
20683         * tests/test-sprintf-posix.h (test_function): Likewise.
20684         * tests/test-fprintf-posix.h (test_function): Likewise.
20685         * tests/test-printf-posix.h (test_function): Likewise.
20686         * tests/test-fprintf-posix.out: Likewise.
20687
20688 2007-04-13  Bruno Haible  <bruno@clisp.org>
20689
20690         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20691         * modules/tls-tests (configure.ac): Likewise.
20692         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20693
20694 2007-04-13  Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/tls.c (glthread_tls_get): Fix return type.
20697         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20698
20699 2007-04-12  Eric Blake  <ebb9@byu.net>
20700
20701         * modules/gettime (Depends-on): Remove gettime.
20702         Reported by Dmitry V. Levin.
20703
20704 2007-04-12  Bruno Haible  <bruno@clisp.org>
20705
20706         * modules/fflush (Include): Mention <stdio.h>.
20707         * modules/strtoimax (Include): Mention <inttypes.h>.
20708         * modules/strtoumax (Include): Likewise.
20709
20710 2007-04-12  Eric Blake  <ebb9@byu.net>
20711
20712         * .cvsignore: New file.
20713         * .gitignore: Likewise.
20714
20715 2007-04-12  Bruno Haible  <bruno@clisp.org>
20716
20717         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20718         not before, since $(LDADD) often contains libgnu.a.
20719         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20720         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20721         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20722         Needed on Cygwin.
20723
20724 2007-04-12  Eric Blake  <ebb9@byu.net>
20725
20726         Work around glibc's failure to flush stdin on fclose.
20727         * lib/closein.c (close_stdin): Flush stdin before closing.
20728
20729         Work around glibc's failure to reset seekable stdin on exit.
20730         * modules/closein: New module.
20731         * lib/closein.c: New file.
20732         * lib/closein.h: Likewise.
20733         * m4/closein.m4: Likewise.
20734         * MODULES.html.sh (File stream based Input/Output): Document it.
20735
20736 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20737
20738         * gnulib-tool: Rename generated 'autobuild' script to
20739         'do-autobuild' in --create-megatestdir output.
20740
20741         * doc/gnulib.texi (Build robot for gnulib): Fix.
20742
20743 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20744
20745         * modules/sysexits (Depends-on): Add absolute-header.
20746
20747 2007-04-12  Eric Blake  <ebb9@byu.net>
20748
20749         No need to preserve errno on success.
20750         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20751         Reported by Bruno Haible.
20752
20753 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20754
20755         * MODULES.html.sh (Support for maintaining and releasing
20756         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20757
20758 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20759
20760         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20761
20762 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20763
20764         * modules/autobuild: New module.
20765
20766         * m4/autobuild.m4: New file.
20767
20768 2007-04-11  Bruno Haible  <bruno@clisp.org>
20769
20770         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20771         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20772         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20773         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20774         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20775         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20776         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20777         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20778         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20779         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20780         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20781         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20782         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20783         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20784         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20785         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20786         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20787         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20788         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20789         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20790         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20791         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20792         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20793         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20794         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20795         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20796         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20797         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20798         Reported by Eric Blake.
20799
20800 2007-04-11  Bruno Haible  <bruno@clisp.org>
20801
20802         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20803
20804 2007-04-10  Bruno Haible  <bruno@clisp.org>
20805
20806         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20807         for NaN and Infinity. Needed on FreeBSD 6.1.
20808         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20809         regarding results for "%010a" of Infinity and NaN.
20810         * tests/test-vasprintf-posix.c (test_function): Likewise.
20811         * tests/test-snprintf-posix.h (test_function): Likewise.
20812         * tests/test-sprintf-posix.h (test_function): Likewise.
20813         * tests/test-fprintf-posix.h (test_function): Likewise.
20814         * tests/test-printf-posix.h (test_function): Likewise.
20815         * tests/test-fprintf-posix.out: Likewise.
20816
20817 2007-04-10  Bruno Haible  <bruno@clisp.org>
20818
20819         * modules/locale-tests: New file.
20820         * tests/test-locale.c: New file.
20821
20822         * modules/locale: New file.
20823         * lib/locale_.h: New file.
20824         * m4/locale_h.m4: New file.
20825
20826 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20827             Bruno Haible  <bruno@clisp.org>
20828
20829         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20830         be determined, test for availability of the copysignf, copysign,
20831         copysignl functions.
20832         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20833         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20834         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20835
20836 2007-04-09  Eric Blake  <ebb9@byu.net>
20837
20838         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20839         * modules/stdio (Makefile.am): Support fflush.
20840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20841         * modules/fflush: New file.
20842         * lib/fflush.c: Likewise.
20843         * m4/fflush.m4: Likewise.
20844         * modules/fflush-tests: New test.
20845         * tests/test-fflush.c: Likewise.
20846         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20847
20848 2007-04-06  Bruno Haible  <bruno@clisp.org>
20849
20850         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20851         (VASNPRINTF): Use signbit for faster determination whether to print a
20852         minus sign.
20853         * modules/vasnprintf (Files): Remove lib/float+.h.
20854         * modules/fprintf-posix (Depends-on): Add signbit.
20855         * modules/snprintf-posix (Depends-on): Likewise.
20856         * modules/sprintf-posix (Depends-on): Likewise.
20857         * modules/vasnprintf-posix (Depends-on): Likewise.
20858         * modules/vasprintf-posix (Depends-on): Likewise.
20859         * modules/vfprintf-posix (Depends-on): Likewise.
20860         * modules/vsnprintf-posix (Depends-on): Likewise.
20861         * modules/vsprintf-posix (Depends-on): Likewise.
20862
20863 2007-04-06  Bruno Haible  <bruno@clisp.org>
20864
20865         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20866         * tests/test-frexpl.c (main): Likewise.
20867         * tests/test-ldexpl.c (main): Likewise.
20868         * modules/frexp-tests (Depends-on): Add signbit.
20869         * modules/frexpl-tests (Depdends-on): Likewise.
20870         * modules/ldexpl-tests (Depdends-on): Likewise.
20871
20872 2007-04-06  Bruno Haible  <bruno@clisp.org>
20873
20874         * modules/signbit-tests: New file.
20875         * tests/test-signbit.c: New file.
20876
20877         * modules/signbit: New file.
20878         * lib/signbitf.c: New file.
20879         * lib/signbitd.c: New file.
20880         * lib/signbitl.c: New file.
20881         * m4/signbit.m4: New file.
20882         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20883         (signbit): New macro.
20884         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20885         REPLACE_SIGNBIT.
20886         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20887         REPLACE_FREXPL into math.h.
20888
20889 2007-04-06  Bruno Haible  <bruno@clisp.org>
20890
20891         * modules/isnanf-nolibm-tests: New file.
20892         * tests/test-isnanf.c: New file.
20893
20894         * modules/isnanf-nolibm: New file.
20895         * lib/isnanf.h: New file.
20896         * lib/isnanf.c: New file.
20897         * lib/isnan.c: Consider the USE_FLOAT macro.
20898         * m4/isnanf.m4: New file.
20899
20900 2007-04-06  Bruno Haible  <bruno@clisp.org>
20901
20902         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20903         (Link): New section.
20904
20905         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20906
20907 2007-04-06  Bruno Haible  <bruno@clisp.org>
20908
20909         Assume the 'long double' type.
20910         * m4/longdouble.m4: Remove file.
20911         * config/srclist.txt: Don't mention longdouble.m4.
20912         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20913         * lib/float+.h: Likewise.
20914         * lib/frexp.c: Likewise.
20915         * lib/printf-args.h: Likewise.
20916         * lib/printf-args.c: Likewise.
20917         * lib/printf-frexp.c: Likewise.
20918         * lib/printf-parse.c: Likewise.
20919         * lib/vasnprintf.c: Likewise.
20920         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20921         * m4/intl.m4: Likewise.
20922         * m4/isnanl.m4: Likewise.
20923         * m4/printf.m4: Likewise.
20924         * m4/printf-frexpl.m4: Likewise.
20925         * m4/vasnprintf.m4: Likewise.
20926         * modules/allocsa (Files): Remove m4/longdouble.m4.
20927         * modules/gettext (Files): Likewise.
20928         * modules/relocatable-prog-wrapper (Files): Likewise.
20929         * modules/vasnprintf (Files): Likewise.
20930         * modules/isnanl (Files): Likewise.
20931         (Include): Simplify.
20932         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20933         (Include): Simplify.
20934         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20935         (Include): Simplify.
20936         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20937         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20938         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20939         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20940         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20941         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20942         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20943         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20944         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20945         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20946         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20947         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20948         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20949         * tests/test-isnanl.c: Likewise.
20950         * tests/test-snprintf-posix.h: Likewise.
20951         * tests/test-sprintf-posix.h: Likewise.
20952         * tests/test-vasnprintf-posix.c: Likewise.
20953         * tests/test-vasnprintf-posix2.c: Likewise.
20954         * tests/test-vasprintf-posix.c: Likewise.
20955
20956 2007-04-06  Bruno Haible  <bruno@clisp.org>
20957
20958         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20959         * lib/math_.h [__DECC]: Include the overridden include file through
20960         #include_next, outside the double-inclusion guard.
20961         * lib/stdio_.h [__DECC]: Likewise.
20962         * lib/stdlib_.h [__DECC]: Likewise.
20963         * lib/string_.h [__DECC]: Likewise.
20964         * lib/time_.h [__DECC]: Likewise.
20965         * lib/wchar_.h [__DECC]: Likewise.
20966         * lib/wctype_.h [__DECC]: Likewise.
20967         * lib/inttypes_.h [__DECC]: Likewise.
20968         Reported by Albert Chin <china@thewrittenword.com> in
20969         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20970
20971 2007-04-04  Eric Blake  <ebb9@byu.net>
20972
20973         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20974         1.5.x.
20975
20976 2007-04-04  Bruno Haible  <bruno@clisp.org>
20977
20978         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20979         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20980
20981 2007-04-04  Bruno Haible  <bruno@clisp.org>
20982
20983         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20984         results for "%010a" of Infinity and NaN.
20985         * tests/test-vasprintf-posix.c (test_function): Likewise.
20986         * tests/test-snprintf-posix.h (test_function): Likewise.
20987         * tests/test-sprintf-posix.h (test_function): Likewise.
20988         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20989         * tests/test-printf-posix.h (test_function): Likewise.
20990         * tests/test-fprintf-posix.out: Update.
20991         Needed for FreeBSD 6.1.
20992
20993 2007-04-04  Bruno Haible  <bruno@clisp.org>
20994
20995         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20996         directly used by the gnulib modules nor by gnulib-tool.
20997
20998 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20999
21000         * DEPENDENCIES: Give overall description of version dependency
21001         desirability.  Use more-typical names for apps.
21002         Add shell, coreutils, diffutils, grep, tar, gzip.
21003
21004 2007-04-04  Simon Josefsson  <simon@josefsson.org>
21005
21006         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
21007
21008 2007-04-04  Karl Berry  <karl@gnu.org>
21009
21010         * MODULES.html.sh (func_module): missing '.
21011
21012 2007-04-03  Bruno Haible  <bruno@clisp.org>
21013
21014         * modules/argmatch-tests (Makefile.am): New variable
21015         test_argmatch_LDADD.
21016         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
21017         * modules/array-list-tests (Makefile.am): New variable
21018         test_array_list_LDADD.
21019         * modules/array-oset-tests (Makefile.am): New variable
21020         test_array_oset_LDADD.
21021         * modules/avltree-list-tests (Makefile.am): New variable
21022         test_avltree_list_LDADD.
21023         * modules/avltree-oset-tests (Makefile.am): New variable
21024         test_avltree_oset_LDADD.
21025         * modules/avltreehash-list-tests (Makefile.am): New variable
21026         test_avltreehash_list_LDADD.
21027         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
21028         test_canonicalize_lgpl_LDADD.
21029         * modules/carray-list-tests (Makefile.am): New variable
21030         test_carray_list_LDADD.
21031         * modules/dirname-tests (Makefile.am): New variable
21032         test_dirname_LDADD.
21033         * modules/linked-list-tests (Makefile.am): New variable
21034         test_linked_list_LDADD.
21035         * modules/linkedhash-list-tests (Makefile.am): New variable
21036         test_linkedhash_list_LDADD.
21037         * modules/rbtree-list-tests (Makefile.am): New variable
21038         test_rbtree_list_LDADD.
21039         * modules/rbtree-oset-tests (Makefile.am): New variable
21040         test_rbtree_oset_LDADD.
21041         * modules/rbtreehash-list-tests (Makefile.am): New variable
21042         test_rbtreehash_list_LDADD.
21043         * modules/xvasprintf-tests (Makefile.am): New variable
21044         test_xvasprintf_LDADD.
21045         Reported by Eric Blake.
21046
21047 2007-04-03  Eric Blake  <ebb9@byu.net>
21048
21049         * DEPENDENCIES: Weaken m4 requirements.
21050
21051 2007-04-03  Bruno Haible  <bruno@clisp.org>
21052
21053         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
21054         * modules/isnanl-tests (configure.ac): Likewise.
21055
21056 2007-04-03  Ben Pfaff  <blp@gnu.org>
21057
21058         * modules/iconv_open: Add $(srcdir)/ to source directory
21059         references in Makefile fragments that call gperf, to fix VPATH
21060         builds.
21061
21062 2007-04-03  Bruno Haible  <bruno@clisp.org>
21063
21064         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
21065         * lib/ldexpl.c: Undo last change.
21066
21067 2007-04-03  Bruno Haible  <bruno@clisp.org>
21068
21069         * modules/printf-frexpl (Depends-on): Undo last change.
21070         (Files): Add m4/ldexpl.m4.
21071
21072 2007-04-03  Bruno Haible  <bruno@clisp.org>
21073
21074         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
21075         * modules/isnanl (Link): New section.
21076
21077         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
21078         * modules/frexp (Link): New section.
21079
21080         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
21081         * modules/frexpl (Link): New section.
21082
21083         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
21084         * modules/ldexpl (Link): New section.
21085
21086 2007-04-03  Bruno Haible  <bruno@clisp.org>
21087
21088         * modules/TEMPLATE-EXTENDED: New file.
21089         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
21090
21091 2007-04-03  Bruno Haible  <bruno@clisp.org>
21092
21093         * DEPENDENCIES: New file.
21094         Suggested by Simon Josefsson.
21095
21096 2007-04-03  Bruno Haible  <bruno@clisp.org>
21097
21098         * doc/gnulib.texi: Escape @.
21099
21100 2007-04-03  James Youngman  <jay@gnu.org>
21101         and Paul Eggert  <eggert@cs.ucla.edu>
21102
21103         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
21104         birthtime on all systems that have birthtime, not just those which
21105         use st_birthtimensec rather than st_birthtim.  Putting zero in
21106         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
21107         that the birth time is not available for files on an NFS mount.
21108
21109 2007-04-03  Simon Josefsson  <simon@josefsson.org>
21110
21111         * modules/memxor: Move back from crypto/, suggested by Bruno.
21112         * modules/crypto/hmac-sha1: Fix memxor dependency.
21113
21114         * modules/crypto/gc: Moved from ../.
21115
21116 2007-04-02  Eric Blake  <ebb9@byu.net>
21117
21118         * lib/ldexpl.c (includes): Avoid libm.
21119
21120         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
21121
21122 2007-04-02  Bruno Haible  <bruno@clisp.org>
21123
21124         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
21125         on IRIX.
21126
21127 2007-04-02  Bruno Haible  <bruno@clisp.org>
21128
21129         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
21130         x86 or x86_64 platforms running MacOS X.
21131         Reported by Ryan Schmidt <@ryandesign.com>.
21132
21133 2007-04-02  Bruno Haible  <bruno@clisp.org>
21134
21135         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
21136         i386.
21137
21138 2007-04-01  Simon Josefsson  <simon@josefsson.org>
21139
21140         * modules/crypto/arcfour: Moved from ../.
21141         * modules/crypto/arcfour-tests: Moved from ../.
21142         * modules/crypto/arctwo: Moved from ../.
21143         * modules/crypto/arctwo-tests: Moved from ../.
21144         * modules/crypto/des: Moved from ../.
21145         * modules/crypto/des-tests: Moved from ../.
21146         * modules/crypto/gc-arcfour: Moved from ../.
21147         * modules/crypto/gc-arcfour-tests: Moved from ../.
21148         * modules/crypto/gc-arctwo: Moved from ../.
21149         * modules/crypto/gc-arctwo-tests: Moved from ../.
21150         * modules/crypto/gc-des: Moved from ../.
21151         * modules/crypto/gc-des-tests: Moved from ../.
21152         * modules/crypto/gc-hmac-md5: Moved from ../.
21153         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
21154         * modules/crypto/gc-hmac-sha1: Moved from ../.
21155         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
21156         * modules/crypto/gc-md2: Moved from ../.
21157         * modules/crypto/gc-md2-tests: Moved from ../.
21158         * modules/crypto/gc-md4: Moved from ../.
21159         * modules/crypto/gc-md4-tests: Moved from ../.
21160         * modules/crypto/gc-md5: Moved from ../.
21161         * modules/crypto/gc-md5-tests: Moved from ../.
21162         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
21163         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
21164         * modules/crypto/gc-random: Moved from ../.
21165         * modules/crypto/gc-rijndael: Moved from ../.
21166         * modules/crypto/gc-rijndael-tests: Moved from ../.
21167         * modules/crypto/gc-sha1: Moved from ../.
21168         * modules/crypto/gc-sha1-tests: Moved from ../.
21169         * modules/crypto/gc-tests: Moved from ../.
21170         * modules/crypto/hmac-md5: Moved from ../.
21171         * modules/crypto/hmac-md5-tests: Moved from ../.
21172         * modules/crypto/hmac-sha1: Moved from ../.
21173         * modules/crypto/hmac-sha1-tests: Moved from ../.
21174         * modules/crypto/md2: Moved from ../.
21175         * modules/crypto/md2-tests: Moved from ../.
21176         * modules/crypto/md4: Moved from ../.
21177         * modules/crypto/md4-tests: Moved from ../.
21178         * modules/crypto/md5: Moved from ../.
21179         * modules/crypto/md5-tests: Moved from ../.
21180         * modules/crypto/memxor: Moved from ../.
21181         * modules/crypto/rijndael: Moved from ../.
21182         * modules/crypto/rijndael-tests: Moved from ../.
21183         * modules/crypto/sha1: Moved from ../.
21184
21185 2007-03-30  James Youngman  <jay@gnu.org>
21186
21187         * tests/test-stat-time.c (prepare_test): use chmod() rather than
21188         rename() to change the ctime of a file (because ctime is unaffected
21189         by rename on jfs2 on AIX 5.1).
21190         (main): Start by doing cleanup, in case a previous run failed leaving
21191         test files behind.
21192
21193 2007-03-31  Bruno Haible  <bruno@clisp.org>
21194
21195         Support old proprietary implementations of iconv.
21196         * modules/iconv_open: New file.
21197         * lib/iconv_.h: New file.
21198         * m4/iconv_h.m4: New file.
21199         * lib/iconv_open.c: New file.
21200         * lib/iconv_open-aix.gperf: New file.
21201         * lib/iconv_open-hpux.gperf: New file.
21202         * lib/iconv_open-irix.gperf: New file.
21203         * lib/iconv_open-osf.gperf: New file.
21204         * m4/iconv_open.m4: New file.
21205         * modules/linebreak (Depends-on): Add iconv_open.
21206         * modules/striconv (Depends-on): Likewise.
21207         * modules/striconveh (Depends-on): Likewise.
21208         * modules/unicodeio (Depends-on): Likewise.
21209         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21210         (iconv_t)(-1).
21211         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21212         conversion if cd is (iconv_t)(-1).
21213         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21214         is not possible.
21215
21216 2007-03-31  Bruno Haible  <bruno@clisp.org>
21217
21218         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21219         work on Solaris either. Protect also second use of "autodetect_jp".
21220
21221 2007-03-31  Bruno Haible  <bruno@clisp.org>
21222
21223         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21224         the function is not present.
21225
21226 2007-03-31  Bruno Haible  <bruno@clisp.org>
21227
21228         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21229         the function is not present.
21230
21231 2007-03-31  Bruno Haible  <bruno@clisp.org>
21232
21233         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21234         a bug in HP-UX iconv_open().
21235
21236 2007-03-31  Bruno Haible  <bruno@clisp.org>
21237
21238         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21239         (Mathematics <math.h>): New section, add fpieee.
21240         (Input/output <stdio.h>): Add fseterr.
21241         (Mathematics <math.h>): New section, add printf-frexp.
21242         (Container data structures): Add sublist.
21243         (Core language properties): Add fpucw, inline.
21244         (Functions for greatest-width integer types <inttypes.h>): Add
21245         imaxabs, imaxdiv, inttypes.
21246         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21247         isnanl-nolibm, ldexp.
21248         (Mathematics <math.h>): New section, add printf-frexpl.
21249         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21250         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21251         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21252         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21253         (Unicode string functions): Add unistr/u*-mbtoucr.
21254         (Java): Add javacomp-script, javaexec-script.
21255         (C#): Add csharpcomp-script, csharpexec-script.
21256         (Support for building libraries and executables): Add havelib,
21257         relocatable-*.
21258         (Support for maintaining and releasing projects): Renamed from
21259         'Support for maintaining and release projects'. Add announce-gen.
21260
21261 2007-03-31  Bruno Haible  <bruno@clisp.org>
21262
21263         * README: Talk primarily about git.
21264         (git and CVS): Renamed from CVS.
21265         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21266         gnulib is available through git.
21267         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21268
21269 2007-03-30  Bruno Haible  <bruno@clisp.org>
21270
21271         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21272         * lib/poll_.h: Likewise.
21273         * lib/stat_.h: Likewise.
21274         * lib/sys_time_.h: Likewise.
21275         * lib/sysexit_.h: Likewise.
21276         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21277         * lib/stdbool_.h: Likewise.
21278         * lib/byteswap_.h: Add double-inclusion guard.
21279
21280 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21281
21282         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21283
21284 2007-03-30  Karl Berry  <karl@gnu.org>
21285
21286         * config/srclist-update: double space after USA in the license
21287         substitution, since that's how it's usually (?) written.
21288
21289 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21290
21291         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21292         reported by Bruno Haible.
21293
21294 2007-03-29  Bruno Haible  <bruno@clisp.org>
21295
21296         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21297         a bug in AIX iconv().
21298
21299 2007-03-29  Bruno Haible  <bruno@clisp.org>
21300
21301         * modules/ldexpl-tests: New file.
21302         * tests/test-ldexpl.c: New file.
21303
21304 2007-03-29  Bruno Haible  <bruno@clisp.org>
21305
21306         * lib/ldexpl.c: Include fpucw.h.
21307         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21308         multiplication.
21309         * modules/ldexpl (Depends-on): Add fpucw.
21310
21311 2007-03-29  Bruno Haible  <bruno@clisp.org>
21312
21313         * modules/ldexpl: New file.
21314         * m4/ldexpl.m4: New file.
21315         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21316         set.
21317         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21318         REPLACE_LDEXPL.
21319         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21320         REPLACE_LDEXPL.
21321         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21322         gl_FUNC_LDEXPL_WORKS.
21323         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21324         * modules/mathl (Files): Remove lib/ldexpl.c.
21325         (Depends-on): Add ldexpl.
21326
21327 2007-03-29  Bruno Haible  <bruno@clisp.org>
21328
21329         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21330
21331 2007-03-29  Bruno Haible  <bruno@clisp.org>
21332
21333         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21334         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21335         and possibly also HP-UX.
21336         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21337         work on AIX, IRIX, HP-UX, OSF/1.
21338         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21339         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21340         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21341         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21342         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21343         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21344
21345 2007-03-29  Bruno Haible  <bruno@clisp.org>
21346
21347         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21348
21349 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21350
21351         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21352         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21353
21354 2007-03-29  Eric Blake  <ebb9@byu.net>
21355
21356         * lib/acl-internal.h: Remove redundant include.
21357         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21358         Cygwin when a file is locked.
21359
21360 2007-03-29  Bruno Haible  <bruno@clisp.org>
21361
21362         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21363         file.
21364         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21365
21366 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21367
21368         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21369         try to remove a parent directory if the child couldn't be removed
21370         (except for the first rmdir, which could fail because the child
21371         doesn't exist).  Problem reported by Jeff Blaine in
21372         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21373
21374 2007-03-28  Bruno Haible  <bruno@clisp.org>
21375
21376         * lib/striconveh.c (utf8conv_carefully): New function.
21377         (mem_cd_iconveh_internal): Invoke it.
21378
21379 2007-03-28  Bruno Haible  <bruno@clisp.org>
21380
21381         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21382         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21383         input.
21384         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21385         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21386         unistr/u8-uctomb.
21387
21388 2007-03-28  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/unistr/u8-mbtoucr: New file.
21391         * lib/unistr/u8-mbtoucr.c: New file.
21392         * modules/unistr/u16-mbtoucr: New file.
21393         * lib/unistr/u16-mbtoucr.c: New file.
21394         * modules/unistr/u16-mbtoucr: New file.
21395         * lib/unistr/u16-mbtoucr.c: New file.
21396         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21397
21398 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21399             Bruno Haible  <bruno@clisp.org>
21400
21401         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21402         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21403         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21404
21405         * m4/stdio_h.m4: Add stubs for vasprintf too.
21406
21407         * modules/stdio: Support vasprintf in sed command.
21408
21409         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21410         vasprintf.h.  Add stdio module indicator.
21411
21412         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21413         vasprintf.h.
21414
21415         * lib/vasprintf.h: File removed.
21416
21417         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21418         * lib/vasprintf.c: Ditto.
21419         * lib/xvasprintf.c: Ditto.
21420         * tests/test-vasprintf-posix.c: Ditto.
21421         * tests/test-vasprintf.c: Ditto.
21422
21423 2007-03-27  Bruno Haible  <bruno@clisp.org>
21424
21425         Make vasnprintf multithread-safe.
21426         * lib/vasnprintf.c (decimal_point_char): New function.
21427         (VASNPRINTF): Use it.
21428         Suggested by Simon Josefsson.
21429
21430 2007-03-27  Eric Blake  <ebb9@byu.net>
21431
21432         Support sub-second birthtime on cygwin.
21433         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21434         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21435         (get_stat_birthtime): Also work with st_birthtim.
21436
21437 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21438
21439         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21440         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21441         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21442         (get_stat_birthtime_ns): Simplify compile-time tests.
21443         (get_stat_birthtime): Change the API to look like
21444         get_stat_mtime etc., except return a negative tv_nsec on error.
21445         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21446         Don't check for "spare" fields.
21447         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21448         or for struct stat.st_birthtime, as these tests aren't used.
21449         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21450
21451 2007-03-27  Bruno Haible  <bruno@clisp.org>
21452
21453         * lib/stat-time.h: Include <sys/stat.h>.
21454
21455 2007-03-27  James Youngman  <jay@gnu.org>
21456
21457         * lib/stat-time.h (get_stat_birthtime): New function for
21458           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21459         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21460           and its variants.
21461         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21462         * modules/stat-time-test: New file.
21463         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21464
21465 2007-03-26  Bruno Haible  <bruno@clisp.org>
21466
21467         Better support of signalling NaNs.
21468         * lib/atanl.c: Include isnanl.h.
21469         (atanl): Perform test for NaN at the beginning of the function and
21470         through a call to isnanl.
21471         * lib/cosl.c: Include isnanl.h.
21472         (cosl): Perform test for NaN at the beginning of the function and
21473         through a call to isnanl.
21474         * lib/ldexpl.c: Include isnanl.h.
21475         (ldexpl): Perform test for NaN through a call to isnanl.
21476         * lib/logl.c: Include isnanl.h.
21477         (logl): Perform test for NaN at the beginning of the function and
21478         through a call to isnanl.
21479         * lib/sinl.c: Include isnanl.h.
21480         (sinl): Perform test for NaN at the beginning of the function and
21481         through a call to isnanl.
21482         * lib/sqrtl.c: Include isnanl.h.
21483         (sqrtl): Perform test for NaN at the beginning of the function and
21484         through a call to isnanl.
21485         * lib/tanl.c: Include isnanl.h.
21486         (tanl): Perform test for NaN at the beginning of the function and
21487         through a call to isnanl.
21488         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21489         * modules/mathl (Depends-on): Add isnanl.
21490
21491 2007-03-26  Eric Blake  <ebb9@byu.net>
21492
21493         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21494         regression in logic sense of previous patch.
21495
21496 2007-03-26  Bruno Haible  <bruno@clisp.org>
21497
21498         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21499         unportable shell command "if ! ...".
21500         Reported by Ralf Wildenhues.
21501
21502 2007-03-25  Bruno Haible  <bruno@clisp.org>
21503
21504         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21505         <sysexits.h> file, and only add EX_CONFIG.
21506         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21507         absolute file name and whether it is sufficient. Substitute also
21508         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21509         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21510         ABSOLUTE_SYSEXITS_H into sysexits.h.
21511
21512 2007-03-25  Bruno Haible  <bruno@clisp.org>
21513
21514         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21515         hints is NULL.
21516
21517 2007-03-25  Bruno Haible  <bruno@clisp.org>
21518
21519         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21520         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21521
21522 2007-03-25  Bruno Haible  <bruno@clisp.org>
21523
21524         * lib/vasnprintf.c: Include langinfo.h.
21525         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21526         multithread-safe.
21527         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21528         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21529         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21530         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21531         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21532         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21533         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21534         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21535         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21536         Reported by Simon Josefsson.
21537
21538 2007-03-25  Bruno Haible  <bruno@clisp.org>
21539
21540         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21541         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21542         * modules/vasnprintf (Depends-on): Add stdint.
21543
21544 2007-03-25  Bruno Haible  <bruno@clisp.org>
21545
21546         * modules/fpieee: New file.
21547         * m4/fpieee.m4: New file.
21548         * modules/isnan-nolibm (Depends-on): Add fpieee.
21549         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21550         * modules/isnanl (Depends-on): Add fpieee.
21551
21552 2007-03-25  Bruno Haible  <bruno@clisp.org>
21553
21554         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21555
21556 2007-03-25  Bruno Haible  <bruno@clisp.org>
21557
21558         Avoid test failures on IRIX 6.5.
21559         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21560         (main): Use it.
21561         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21562         macros.
21563         (main): Use them.
21564
21565 2007-03-25  Bruno Haible  <bruno@clisp.org>
21566
21567         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21568         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21569         exists but doesn't work.
21570         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21571         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21572         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21573         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21574
21575 2007-03-25  Bruno Haible  <bruno@clisp.org>
21576
21577         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21578         returns inf. Needed on IRIX 6.5.
21579
21580 2007-03-25  Bruno Haible  <bruno@clisp.org>
21581
21582         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21583         (main): Use isnanl instead of x != x idiom.
21584         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21585
21586         * tests/test-frexp.c: Include isnan.h.
21587         (main): Use isnan instead of x != x idiom.
21588         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21589
21590 2007-03-25  Bruno Haible  <bruno@clisp.org>
21591
21592         * tests/test-frexp.c (NaN): New function/macro.
21593         (main): Use it instead of 0.0 / 0.0.
21594         * tests/test-isnan.c (NaN): New function/macro.
21595         (main): Use it instead of 0.0 / 0.0.
21596         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21597         (test_function): Use it instead of 0.0 / 0.0.
21598         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21599         (test_function): Use it instead of 0.0 / 0.0.
21600         * tests/test-snprintf-posix.h (NaN): New function/macro.
21601         (test_function): Use it instead of 0.0 / 0.0.
21602         * tests/test-sprintf-posix.h (NaN): New function/macro.
21603         (test_function): Use it instead of 0.0 / 0.0.
21604         * tests/test-fprintf-posix.h (NaN): New function/macro.
21605         (test_function): Use it instead of 0.0 / 0.0.
21606         * tests/test-printf-posix.h (NaN): New function/macro.
21607         (test_function): Use it instead of 0.0 / 0.0.
21608
21609         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21610
21611 2007-03-25  Bruno Haible  <bruno@clisp.org>
21612
21613         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21614
21615 2007-03-25  Bruno Haible  <bruno@clisp.org>
21616
21617         * lib/regexec.c (merge_state_with_log): Make static.
21618
21619 2007-03-25  Bruno Haible  <bruno@clisp.org>
21620
21621         * lib/trigl.c (kernel_rem_pio2): Make static.
21622
21623 2007-03-25  Bruno Haible  <bruno@clisp.org>
21624
21625         * lib/sincosl.c (sincosl_table): Make static.
21626
21627 2007-03-25  Bruno Haible  <bruno@clisp.org>
21628
21629         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21630         if the compiler does not support C99.
21631
21632 2007-03-25  Bruno Haible  <bruno@clisp.org>
21633
21634         * modules/time (Makefile.am): Ensure all rule action lines start with a
21635         tab.
21636
21637 2007-03-24  Bruno Haible  <bruno@clisp.org>
21638
21639         * modules/tsearch-tests: New file.
21640         * tests/test-tsearch.sh: New file.
21641         * tests/test-tsearch.c: New file, mostly copied from glibc.
21642
21643         * modules/search-tests: New file.
21644         * tests/test-search.c: New file.
21645
21646         * modules/search: New file.
21647         * lib/search_.h: New file, incorporating lib/tsearch.h.
21648         * m4/search_h.m4: New file.
21649         * lib/tsearch.h: Remove file.
21650         * lib/tsearch.c: Include search.h instead of tsearch.h.
21651         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21652         HAVE_TSEARCH.
21653         * modules/tsearch (Files): Remove lib/tsearch.h.
21654         (Depends-on): Add search.
21655         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21656         (Include): Change tsearch.h into search.h.
21657
21658 2007-03-24  Bruno Haible  <bruno@clisp.org>
21659
21660         * modules/fpucw: New file.
21661         * lib/fpucw.h: New file.
21662         * lib/frexp.c: Include fpucw.h.
21663         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21664         (FUNC): Use them.
21665         * lib/printf-frexp.c: Include fpucw.h.
21666         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21667         (FUNC): Use them.
21668         * lib/vasnprintf.c: Include fpucw.h.
21669         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21670         'long double' calculations.
21671         * tests/test-frexpl.c: Include fpucw.h.
21672         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21673         * tests/test-printf-frexpl.c: Include fpucw.h.
21674         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21675         * modules/frexpl (Depends-on): Add fpucw.
21676         * modules/printf-frexpl (Depends-on): Likewise.
21677         * modules/fprintf-posix (Depends-on): Likewise.
21678         * modules/snprintf-posix (Depends-on): Likewise.
21679         * modules/sprintf-posix (Depends-on): Likewise.
21680         * modules/vasnprintf-posix (Depends-on): Likewise.
21681         * modules/vasprintf-posix (Depends-on): Likewise.
21682         * modules/vfprintf-posix (Depends-on): Likewise.
21683         * modules/vsnprintf-posix (Depends-on): Likewise.
21684         * modules/vsprintf-posix (Depends-on): Likewise.
21685         * modules/frexpl-tests (Depends-on): Likewise.
21686         * modules/printf-frexpl-tests (Depends-on): Likewise.
21687
21688 2007-03-24  Bruno Haible  <bruno@clisp.org>
21689
21690         * lib/float+.h: New file.
21691         * lib/isnan.c: Include float+.h.
21692         (SIZE): New macro.
21693         (FUNC): Compare only SIZE bytes of the value.
21694         * lib/vasnprintf.c: Include float+.h.
21695         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21696         SIZEOF_LDBL or SIZEOF_DBL bytes.
21697         * modules/isnan-nolibm (Files): Add lib/float+.h.
21698         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21699         * modules/isnanl (Files): Add lib/float+.h.
21700         * modules/vasnprintf (Files): Add lib/float+.h.
21701
21702 2007-03-24  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21705         include isnanl-nolibm.h.
21706
21707 2007-03-24  Bruno Haible  <bruno@clisp.org>
21708
21709         * tests/test-read-file.c (main): Don't produce spurious output for
21710         expected situations. Make the test fail if it encountered unexpected
21711         results.
21712
21713 2007-03-24  Bruno Haible  <bruno@clisp.org>
21714
21715         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21716         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21717
21718 2007-03-24  Bruno Haible  <bruno@clisp.org>
21719
21720         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21721
21722 2007-03-24  Bruno Haible  <bruno@clisp.org>
21723
21724         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21725         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21726
21727         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21728         * modules/utf8-ucs4: Turn into a symbolic link to module
21729         unistr/u8-mbtouc.
21730
21731         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21732         utf8-ucs4-unsafe.
21733         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21734         unistr/u8-mbtouc-unsafe.
21735
21736         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21737         * modules/utf16-ucs4: Turn into a symbolic link to module
21738         unistr/u16-mbtouc.
21739
21740         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21741         utf16-ucs4-unsafe.
21742         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21743         unistr/u16-mbtouc-unsafe.
21744
21745         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21746         * modules/ucs4-utf8: Turn into a symbolic link to module
21747         unistr/u8-ubtomb.
21748
21749         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21750         * modules/ucs4-utf16: Turn into a symbolic link to module
21751         unistr/u16-ubtomb.
21752
21753 2007-03-24  Bruno Haible  <bruno@clisp.org>
21754
21755         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21756         Enable the function only if HAVE_INLINE.
21757         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21758         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21759         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21760         Enable the function only if HAVE_INLINE.
21761         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21762         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21763         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21764         Enable the function only if HAVE_INLINE.
21765         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21766         Enable the function only if HAVE_INLINE.
21767         * modules/utf8-ucs4: Update.
21768         * modules/utf8-ucs4-unsafe: Update.
21769         * modules/utf16-ucs4: Update.
21770         * modules/utf16-ucs4-unsafe: Update.
21771         * modules/ucs4-utf8: Update.
21772         * modules/ucs4-utf16: Update.
21773
21774 2007-03-24  Bruno Haible  <bruno@clisp.org>
21775
21776         * lib/utf8-ucs4.h: Remove file.
21777         * lib/utf8-ucs4-unsafe.h: Remove file.
21778         * lib/utf16-ucs4.h: Remove file.
21779         * lib/utf16-ucs4-unsafe.h: Remove file.
21780         * lib/ucs4-utf8.h: Remove file.
21781         * lib/ucs4-utf16.h: Remove file.
21782         * lib/unistr.h: Include their previous contents.
21783         * m4/utf-ucs4.m4: Remove file.
21784         * m4/ucs4-utf.m4: Remove file.
21785         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21786         (Depends-on): Add unistr/base.
21787         (configure.ac): Remove gl_UTF_UCS4.
21788         (Makefile.am): Update.
21789         (Include): Change to unistr.h.
21790         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
21791         (Depends-on): Add unistr/base.
21792         (configure.ac): Remove gl_UTF_UCS4.
21793         (Makefile.am): Update.
21794         (Include): Change to unistr.h.
21795         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
21796         (Depends-on): Add unistr/base.
21797         (configure.ac): Remove gl_UTF_UCS4.
21798         (Makefile.am): Update.
21799         (Include): Change to unistr.h.
21800         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
21801         (Depends-on): Add unistr/base.
21802         (configure.ac): Remove gl_UTF_UCS4.
21803         (Makefile.am): Update.
21804         (Include): Change to unistr.h.
21805         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21806         (Depends-on): Add unistr/base.
21807         (configure.ac): Remove gl_UCS4_UTF.
21808         (Makefile.am): Update.
21809         (Include): Change to unistr.h.
21810         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
21811         (Depends-on): Add unistr/base.
21812         (configure.ac): Remove gl_UCS4_UTF.
21813         (Makefile.am): Update.
21814         (Include): Change to unistr.h.
21815         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21816         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21817         utf8-ucs4-unsafe.h.
21818         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21819         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21820         utf16-ucs4-unsafe.h.
21821         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21822         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21823         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21824         * lib/unistr/u8-strchr.c: Likewise.
21825         * lib/unistr/u8-strrchr.c: Likewise.
21826         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21827         * lib/unistr/u16-strchr.c: Likewise.
21828         * lib/unistr/u16-strrchr.c: Likewise.
21829         * lib/striconveh.c: Update.
21830         * lib/linebreak.c: Update.
21831
21832 2007-03-24  Bruno Haible  <bruno@clisp.org>
21833
21834         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21835         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21836
21837 2007-03-22  Bruno Haible  <bruno@clisp.org>
21838
21839         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21840
21841 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21842
21843         * MODULES.html.sh (File system functions): New module write-any-file.
21844         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21845         * m4/write-any-file.m4: New files.
21846
21847 2007-03-23  Eric Blake  <ebb9@byu.net>
21848
21849         * gnulib-tool: Rearrange space-tab sequences, since some editors
21850         like to eat them.
21851
21852 2007-03-23  Eric Blake  <ebb9@byu.net>
21853
21854         * lib/version-etc.c (version_etc_va): Update license wording to
21855         be more concise.  Recommended by Richard Stallman.
21856
21857 2007-03-22  Bruno Haible  <bruno@clisp.org>
21858
21859         * lib/poll.c (MSG_PEEK): New fallback definition.
21860
21861 2007-03-22  Bruno Haible  <bruno@clisp.org>
21862
21863         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21864         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21865         (main): Update.
21866         Fixes a compilation error on BeOS.
21867
21868 2007-03-22  Bruno Haible  <bruno@clisp.org>
21869
21870         * modules/frexpl-tests: New file.
21871         * tests/test-frexpl.c: New file.
21872
21873         * modules/frexpl: New file.
21874         * m4/frexpl.m4: New file.
21875         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21876         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21877         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21878         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21879         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21880         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21881
21882 2007-03-22  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/frexpl.c: Share code with lib/frexp.c.
21885         * modules/mathl (Files): Add lib/frexp.c.
21886         (Depends-on): Add isnanl-nolibm.
21887
21888 2007-03-22  Bruno Haible  <bruno@clisp.org>
21889
21890         * modules/printf-frexp (Files): Add m4/frexp.m4.
21891         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21892         only if the found frexp function actually works.
21893
21894 2007-03-22  Bruno Haible  <bruno@clisp.org>
21895
21896         * lib/frexp.c: Remove older implementation that uses divisions.
21897
21898 2007-03-21  Bruno Haible  <bruno@clisp.org>
21899
21900         * modules/frexp-tests: New file.
21901         * tests/test-frexp.c: New file.
21902
21903         * modules/frexp: New file.
21904         * lib/frexp.c: New file.
21905         * m4/frexp.m4: New file.
21906         * lib/math_.h (frexp): New declaration.
21907         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21908         REPLACE_FREXP.
21909         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21910
21911 2007-03-21  Bruno Haible  <bruno@clisp.org>
21912
21913         * modules/isnanl-tests: New file.
21914         * tests/test-isnanl.c: New file.
21915
21916         * modules/isnanl: New file.
21917         * lib/isnanl.h: New file.
21918         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21919         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21920         gl_FUNC_ISNANL_WORKS.
21921         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21922         New macros.
21923
21924 2007-03-21  Bruno Haible  <bruno@clisp.org>
21925
21926         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21927         lib/isnanl.h.
21928         (Include): Update.
21929         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21930         * lib/vasnprintf.c: Update.
21931         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21932         tests/test-isnanl.h, remove tests/test-isnanl.c.
21933         (Makefile.am): Update.
21934         * tests/test-isnanl-nolibm.c: New file.
21935         * tests/test-isnanl.h: New file.
21936         * tests/test-isnanl.c: Remove file.
21937
21938 2007-03-21  Jim Meyering  <jim@meyering.net>
21939
21940         When trying to open ".", treat ESTALE like EACCES.
21941         * lib/savewd.c (savewd_save): Resort to forking not just upon
21942         failure with EACCES, but also when errno is ESTALE.
21943
21944 2007-03-20  Bruno Haible  <bruno@clisp.org>
21945
21946         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21947         Needed on AIX 5.1. Reported by Matthew Woehlke.
21948
21949 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21950
21951         Suggestions by Bruno Haible:
21952         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21953         our own.
21954         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21955         * modules/acl (Depends-on): Add gettext.
21956
21957 2007-03-19  Bruno Haible  <bruno@clisp.org>
21958
21959         * modules/iconvme: Remove file.
21960         * lib/iconvme.h: Remove file.
21961         * lib/iconvme.c: Remove file.
21962         * m4/iconvme.m4: Remove file.
21963
21964 2007-03-19  Bruno Haible  <bruno@clisp.org>
21965
21966         * doc/relocatable-maint.texi: Break long shell script line.
21967         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21968
21969 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21970
21971         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21972         handle file_has_acl.
21973         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21974         * lib/acl.c: Move header inclusions and related macro defns into
21975         lib/acl-internal.h.
21976         (S_ISLNK): Remove defn, since that's now done for us.
21977         (file_has_acl): Move to lib/file-has-acl.c.
21978         Call acl_trivial if available.  This is the crucial part of the fix.
21979         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21980         shared within the library.  Rewrite a bit, partly to make it compatible
21981         with the GNU coding style.
21982         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21983         Remove unnecessary double-quotes.
21984         Don't test for acl_to_text; the build will catch that.
21985         Replace acl_entries if it doesn't exist and it is needed.
21986         Check for -lsec and acl_trivial (as used on Solaris 10).
21987         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21988         lib/file-has-acl.c.
21989         (Depends-on): Add sys_stat, for S_ISLNK.
21990
21991 2007-03-19  Ben Pfaff  <blp@gnu.org>
21992
21993         * doc/gnulib.texi: Fix typos.
21994         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21995
21996 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21997
21998         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21999         If size is zero here, buf must be zero.
22000
22001 2007-03-19  Simon Josefsson  <simon@josefsson.org>
22002
22003         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
22004         <bruno@clisp.org>.
22005
22006 2007-03-18  Bruno Haible  <bruno@clisp.org>
22007
22008         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
22009         Suggested by Eric Blake.
22010
22011 2007-03-18  Ben Pfaff  <blp@gnu.org>
22012
22013         * doc/relocatable.texi: Recommend using as prefix a directory
22014         that does not exist and will never be created.  Based on
22015         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
22016         and others.
22017
22018 2007-03-17  Bruno Haible  <bruno@clisp.org>
22019
22020         * lib/fchownat.c: Include lchown.h.
22021
22022 2007-03-17  Bruno Haible  <bruno@clisp.org>
22023
22024         Fix endless loop when the given allocated size was > INT_MAX.
22025         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
22026         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
22027         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
22028         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
22029         * lib/sprintf.c (sprintf): Likewise.
22030
22031 2007-03-17  Bruno Haible  <bruno@clisp.org>
22032
22033         * tests/test-argp-2.sh (func_compare): Output a context diff.
22034
22035 2007-03-17  Bruno Haible  <bruno@clisp.org>
22036
22037         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
22038         locale's decimal-point character.
22039
22040 2007-03-17  Bruno Haible  <bruno@clisp.org>
22041
22042         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
22043         before comparing it. Needed because on some platforms (e.g. x86) a
22044         'long double' occupies less bytes than sizeof (long double).
22045
22046 2007-03-17  Bruno Haible  <bruno@clisp.org>
22047
22048         * tests/test-crc.c (main): Make printf statements 64-bit clean.
22049         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
22050         * tests/test-getaddrinfo.c (simple): Likewise.
22051         * tests/test-read-file.c (main): Likewise.
22052
22053 2007-03-17  Bruno Haible  <bruno@clisp.org>
22054
22055         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
22056
22057 2007-03-17  Bruno Haible  <bruno@clisp.org>
22058
22059         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
22060         unused variable.
22061
22062 2007-03-17  Bruno Haible  <bruno@clisp.org>
22063
22064         * tests/test-c-strcasecmp.c: Include c-strcase.h.
22065         * tests/test-c-strncasecmp.c: Likewise.
22066
22067 2007-03-17  Bruno Haible  <bruno@clisp.org>
22068
22069         * modules/stdlib (Depends-on): Add unistd.
22070         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
22071         Needed for MacOS X 10.3.
22072
22073 2007-03-17  Bruno Haible  <bruno@clisp.org>
22074
22075         * lib/unistr/u-strdup.h: Include <stdlib.h>.
22076
22077 2007-03-17  Bruno Haible  <bruno@clisp.org>
22078
22079         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
22080
22081 2007-03-17  Bruno Haible  <bruno@clisp.org>
22082
22083         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
22084         to reflect files copied from gnulib (with or without modifications).
22085         Suggested by Jim Meyering.
22086
22087 2007-03-17  Eric Blake  <ebb9@byu.net>
22088
22089         * NEWS: Document stdlib change from 2007-02-18.
22090
22091 2007-03-17  Jim Meyering  <jim@meyering.net>
22092
22093         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
22094         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
22095         someone uses a name containing shell meta-characters.
22096         Reported by Alfred M. Szmidt.
22097
22098         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
22099
22100 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22101
22102         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
22103         and copy gettext configuration files only if configure.ac contains
22104         a use of AM_GNU_GETTEXT_VERSION.
22105
22106 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22107
22108         * build-aux/bootstrap (gnulib_name): New variable.
22109         (gnulib_tool_options): Use it.
22110
22111 2007-03-13  Simon Josefsson  <simon@josefsson.org>
22112
22113         * tests/test-des.c: Use new namespace.
22114
22115 2007-03-15  Bruno Haible  <bruno@clisp.org>
22116
22117         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
22118         Reported by James Youngman <jay@gnu.org>.
22119
22120 2007-03-15  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
22123         declared prototype. Needed with cc on OSF/1 5.1.
22124
22125 2007-03-15  Bruno Haible  <bruno@clisp.org>
22126
22127         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
22128         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
22129         (struct gl_list_implementation): Add dispose_fn argument to the
22130         'create_empty', 'create' methods.
22131         (struct gl_list_impl_base): Add field 'dispose_fn'.
22132         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
22133         argument.
22134         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
22135         dispose_fn argument.
22136         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
22137         dispose_fn on the dropped values.
22138         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
22139         dispose_fn argument.
22140         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
22141         dropped values.
22142         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
22143         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22144         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
22145         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22146         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
22147         argument.
22148         (gl_tree_list_free): Call dispose_fn on the dropped values.
22149         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
22150         the dropped values.
22151         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22152         Add dispose_fn argument.
22153         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
22154         Call dispose_fn on the dropped values.
22155         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
22156         Add dispose_fn argument.
22157         (gl_sublist_create): Initialize the 'dispose_fn' field.
22158         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
22159         * tests/test-array_list.c (main): Update.
22160         * tests/test-carray_list.c (main): Update.
22161         * tests/test-avltree_list.c (main): Update.
22162         * tests/test-rbtree_list.c (main): Update.
22163         * tests/test-avltreehash_list.c (main): Update.
22164         * tests/test-rbtreehash_list.c (main): Update.
22165         * tests/test-linked_list.c (main): Update.
22166         * tests/test-linkedhash_list.c (main): Update.
22167         * tests/test-array_oset.c (main): Update.
22168
22169 2007-03-15  Bruno Haible  <bruno@clisp.org>
22170
22171         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
22172         (gl_oset_create_empty): Add dispose_fn argument.
22173         (struct gl_oset_implementation): Add dispose_fn argument to
22174         'create_empty' method.
22175         (struct gl_oset_impl_base): Add dispose_fn field.
22176         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
22177         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
22178         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
22179         values.
22180         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
22181         (gl_tree_oset_free): Call dispose_fn on the dropped values.
22182         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22183         dropped value.
22184         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22185         dropped value.
22186         * tests/test-array_oset.c (main): Update.
22187         * tests/test-avltree_oset.c (main): Update.
22188         * tests/test-rbtree_oset.c (main): Update.
22189         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
22190
22191 2007-03-13  Bruno Haible  <bruno@clisp.org>
22192
22193         * tests/test-stdbool.c (i): Update after last patch.
22194
22195 2007-03-12  Bruno Haible  <bruno@clisp.org>
22196
22197         * lib/quotearg.c: Include <wctype.h> early, before the definition of
22198         the iswprint macro. Needed on Solaris 2.5.1.
22199
22200 2007-03-12  Bruno Haible  <bruno@clisp.org>
22201
22202         * tests/test-printf-frexp.c (main): Declare x as volatile.
22203
22204 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22205
22206         * doc/gnulib.texi (Build robot for gnulib): New section.
22207
22208 2007-03-12  Jim Meyering  <jim@meyering.net>
22209
22210         * build-aux/bootstrap: New file.
22211         * build-aux/bootstrap.conf: New file, from coreutils.
22212
22213 2007-03-11  Bruno Haible  <bruno@clisp.org>
22214
22215         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22216
22217 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22218
22219         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22220         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22221         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22222
22223 2007-03-11  Bruno Haible  <bruno@clisp.org>
22224
22225         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22226         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22227
22228 2007-03-11  Bruno Haible  <bruno@clisp.org>
22229
22230         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22231         formula. Needed for SunPRO C 5.0.
22232
22233 2007-03-11  Bruno Haible  <bruno@clisp.org>
22234
22235         * modules/long-options (Depends-on): Add getopt.
22236
22237 2007-03-11  Bruno Haible  <bruno@clisp.org>
22238
22239         * modules/modechange (Depends-on): Add stdbool.
22240
22241 2007-03-11  Bruno Haible  <bruno@clisp.org>
22242
22243         * modules/i-ring (Depends-on): Add stdbool.
22244
22245 2007-03-11  Bruno Haible  <bruno@clisp.org>
22246
22247         * modules/gc-des (Depends-on): Add stdbool.
22248
22249 2007-03-11  Bruno Haible  <bruno@clisp.org>
22250
22251         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22252
22253 2007-03-11  Bruno Haible  <bruno@clisp.org>
22254
22255         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22256
22257 2007-03-11  Bruno Haible  <bruno@clisp.org>
22258
22259         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22260
22261 2007-03-11  Bruno Haible  <bruno@clisp.org>
22262
22263         * lib/vasnprintf.c (sprintf): Undefine.
22264
22265 2007-03-11  Bruno Haible  <bruno@clisp.org>
22266
22267         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22268         initializers in SunPRO C and Compaq C compilers.
22269
22270 2007-03-11  Bruno Haible  <bruno@clisp.org>
22271
22272         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22273         decrementing code ANSI C compliant.
22274
22275 2007-03-11  Bruno Haible  <bruno@clisp.org>
22276
22277         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22278         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22279
22280 2007-03-11  Bruno Haible  <bruno@clisp.org>
22281
22282         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22283         <stdbool.h> substitute doesn't pass.
22284
22285 2007-03-11  Bruno Haible  <bruno@clisp.org>
22286
22287         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22288
22289 2007-03-11  Bruno Haible  <bruno@clisp.org>
22290
22291         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22292         script, for submission to autobuild.josefsson.org.
22293
22294 2007-03-10  Bruno Haible  <bruno@clisp.org>
22295
22296         * modules/canonicalize-lgpl-tests: New file.
22297         * tests/test-canonicalize-lgpl.sh: New file.
22298         * tests/test-canonicalize-lgpl.c: New file.
22299
22300         * modules/c-strcase-tests: New file.
22301         * tests/test-c-strcase.sh: New file.
22302         * tests/test-c-strcasecmp.c: New file.
22303         * tests/test-c-strncasecmp.c: New file.
22304
22305         * modules/atexit-tests: New file.
22306         * tests/test-atexit.sh: New file.
22307         * tests/test-atexit.c: New file.
22308
22309 2007-03-10  Bruno Haible  <bruno@clisp.org>
22310
22311         * tests/test-binary-io.sh: Use temporary filenames that are not so
22312         likely to clash with those of other tests (in a parallel make).
22313         * tests/test-binary-io.c: Likewise.
22314
22315 2007-03-10  Bruno Haible  <bruno@clisp.org>
22316
22317         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22318         fallback; use #error instead.
22319         Suggested by Simon Josefsson.
22320
22321 2007-03-10  Bruno Haible  <bruno@clisp.org>
22322
22323         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22324         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22325         first and the last.
22326
22327 2007-03-10  Bruno Haible  <bruno@clisp.org>
22328
22329         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22330
22331 2007-03-10  Bruno Haible  <bruno@clisp.org>
22332
22333         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22334         "make distcheck".
22335         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22336         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22337         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22338
22339 2007-03-10  Bruno Haible  <bruno@clisp.org>
22340
22341         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22342         variable.
22343         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22344         variable.
22345
22346 2007-03-09  Eric Blake  <ebb9@byu.net>
22347         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22348
22349         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22350         types are not being provided by gnulib.
22351         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22352         types are supported.
22353
22354 2007-03-10  Bruno Haible  <bruno@clisp.org>
22355
22356         * lib/stdio_.h (__attribute__): New macro.
22357         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22358         vsprintf): Specify __attribute__ __format__ for GCC.
22359         Suggested by Eric Blake.
22360
22361 2007-03-09  Bruno Haible  <bruno@clisp.org>
22362
22363         * modules/printf-posix-tests: New file.
22364         * tests/test-printf-posix.sh: New file.
22365         * tests/test-printf-posix.c: New file.
22366
22367         * modules/printf-posix: New file.
22368         * lib/printf.c: New file.
22369         * m4/printf-posix-rpl.m4: New file.
22370         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22371         REPLACE_PRINTF.
22372         * lib/stdio_.h (printf): New declaration.
22373         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22374         ____strfmon____): New macros.
22375         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22376         REPLACE_PRINTF.
22377
22378 2007-03-09  Bruno Haible  <bruno@clisp.org>
22379
22380         * tests/test-vasnprintf-posix2.sh: New file.
22381         * tests/test-vasnprintf-posix2.c: New file.
22382         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22383         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22384         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22385
22386         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22387         a locale dependent decimal point, rather than always '.'.
22388
22389 2007-03-09  Eric Blake  <ebb9@byu.net>
22390
22391         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22392         spite of platforms like Tandem/NSK that define it to -1.
22393
22394 2007-03-08  Bruno Haible  <bruno@clisp.org>
22395
22396         * modules/vprintf-posix-tests: New file.
22397         * tests/test-vprintf-posix.sh: New file.
22398         * tests/test-vprintf-posix.c: New file.
22399         * tests/test-printf-posix.h: New file.
22400
22401         * modules/vprintf-posix: New file.
22402         * lib/vprintf.c: New file.
22403         * m4/vprintf-posix.m4: New file.
22404         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22405         REPLACE_VPRINTF.
22406         * lib/stdio_.h (vprintf): New declaration.
22407         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22408         REPLACE_VPRINTF.
22409
22410 2007-03-08  Bruno Haible  <bruno@clisp.org>
22411
22412         * modules/fprintf-posix-tests: New file.
22413         * tests/test-fprintf-posix.sh: New file.
22414         * tests/test-fprintf-posix.c: New file.
22415
22416         * modules/fprintf-posix: New file.
22417         * lib/fprintf.c: New file.
22418         * m4/fprintf-posix.m4: New file.
22419         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22420         REPLACE_FPRINTF.
22421         * lib/stdio_.h (fprintf): New declaration.
22422         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22423         REPLACE_FPRINTF.
22424
22425 2007-03-08  Bruno Haible  <bruno@clisp.org>
22426
22427         * modules/vfprintf-posix-tests: New file.
22428         * tests/test-vfprintf-posix.sh: New file.
22429         * tests/test-vfprintf-posix.c: New file.
22430         * tests/test-fprintf-posix.h: New file.
22431         * tests/test-fprintf-posix.out: New file.
22432
22433         * modules/vfprintf-posix: New file.
22434         * lib/vfprintf.c: New file.
22435         * m4/vfprintf-posix.m4: New file.
22436         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22437         REPLACE_VFPRINTF.
22438         * lib/stdio_.h (vfprintf): New declaration.
22439         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22440         REPLACE_VFPRINTF.
22441
22442 2007-03-08  Bruno Haible  <bruno@clisp.org>
22443
22444         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22445
22446 2007-03-08  Bruno Haible  <bruno@clisp.org>
22447
22448         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22449         instead of 'expr' invocations.
22450         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22451         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22452         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22453         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22454         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22455         Suggested by Paul Eggert.
22456
22457 2007-03-08  Bruno Haible  <bruno@clisp.org>
22458
22459         * modules/fseterr-tests: New file.
22460         * tests/test-fseterr.c: New file.
22461
22462         * modules/fseterr: New file.
22463         * lib/fseterr.h: New file.
22464         * lib/fseterr.c: New file.
22465
22466 2007-03-08  Bruno Haible  <bruno@clisp.org>
22467
22468         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22469         * lib/getopt_.h: Likewise.
22470         * lib/mbswidth.h: Likewise.
22471         * lib/setenv.h: Likewise.
22472         * lib/vasnprintf.h: Likewise.
22473         * lib/vasprintf.h: Likewise.
22474         * lib/verror.h: Likewise.
22475         * lib/xsetenv.h: Likewise.
22476         * lib/xvasprintf.h: Likewise.
22477
22478 2007-03-08  Jim Meyering  <jim@meyering.net>
22479
22480         * users.txt: Add parted.
22481
22482         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22483
22484 2007-03-07  Bruno Haible  <bruno@clisp.org>
22485
22486         * m4/printf.m4: Make the shell script snippets copy&pastable.
22487
22488 2007-03-02  Bruno Haible  <bruno@clisp.org>
22489
22490         * lib/netinet_in_.h: New file.
22491         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22492         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22493         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22494         (Depends-on): Add absolute-header.
22495         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22496         into netinet/in.h.
22497
22498 2007-03-03  Bruno Haible  <bruno@clisp.org>
22499
22500         * lib/sys_select_.h: New file.
22501         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22502         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22503         * modules/sys_select (Files): Add lib/sys_select_.h.
22504         (Depends-on): Add absolute-header.
22505         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22506         into sys/select.h.
22507
22508 2007-03-02  Bruno Haible  <bruno@clisp.org>
22509
22510         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22511         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22512         values.
22513         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22514         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22515         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22516         * modules/sys_socket (Depends-on): Add absolute-header.
22517         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22518         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22519         (Include): Remove requirement of inclusion of <sys/types.h>.
22520
22521 2007-03-02  Bruno Haible  <bruno@clisp.org>
22522
22523         * lib/byteswap_.h (bswap_32): Fix formula.
22524
22525 2007-03-06  Bruno Haible  <bruno@clisp.org>
22526
22527         * modules/sprintf-posix-tests: New file.
22528         * tests/test-sprintf-posix.c: New file.
22529
22530         * modules/sprintf-posix: New file.
22531         * lib/sprintf.c: New file.
22532         * m4/sprintf-posix.m4: New file.
22533         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22534         REPLACE_SPRINTF.
22535         * lib/stdio_.h (sprintf): New declaration.
22536         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22537         REPLACE_SPRINTF.
22538
22539 2007-03-06  Bruno Haible  <bruno@clisp.org>
22540
22541         * modules/vsprintf-posix-tests: New file.
22542         * tests/test-vsprintf-posix.c: New file.
22543         * tests/test-sprintf-posix.h: New file.
22544
22545         * modules/vsprintf-posix: New file.
22546         * lib/vsprintf.c: New file.
22547         * m4/vsprintf-posix.m4: New file.
22548         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22549         REPLACE_VSPRINTF.
22550         * lib/stdio_.h (vsprintf): New declaration.
22551         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22552         REPLACE_VSPRINTF.
22553
22554 2007-03-06  Bruno Haible  <bruno@clisp.org>
22555
22556         * modules/vsnprintf (Depend-on): Remove minmax.
22557
22558 2007-03-06  Bruno Haible  <bruno@clisp.org>
22559
22560         * modules/snprintf-posix-tests: New file.
22561         * tests/test-snprintf-posix.c: New file.
22562
22563         * modules/snprintf-posix: New file.
22564         * m4/snprintf-posix.m4: New file.
22565         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22566         gl_FUNC_SNPRINTF.
22567         (gl_FUNC_SNPRINTF): Invoke it.
22568         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22569         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22570         is set.
22571         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22572
22573 2007-03-06  Bruno Haible  <bruno@clisp.org>
22574
22575         * modules/vsnprintf-posix-tests: New file.
22576         * tests/test-vsnprintf-posix.c: New file.
22577         * tests/test-snprintf-posix.h: New file.
22578
22579         * modules/vsnprintf-posix: New file.
22580         * m4/vsnprintf-posix.m4: New file.
22581         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22582         gl_FUNC_VSNPRINTF.
22583         (gl_FUNC_VSNPRINTF): Invoke it.
22584         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22585         * lib/stdio_.h (vsnprintf): Define as a replacement if
22586         REPLACE_VSNPRINTF is set.
22587         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22588
22589 2007-03-06  Bruno Haible  <bruno@clisp.org>
22590
22591         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22592         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22593
22594 2007-03-06  Bruno Haible  <bruno@clisp.org>
22595
22596         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22597         (asinl): Declare also if HAVE_DECL_ASINL is set.
22598         (atanl): Declare also if HAVE_DECL_ATANL is set.
22599         (ceill): Declare also if HAVE_DECL_CEILL is set.
22600         (cosl): Declare also if HAVE_DECL_COSL is set.
22601         (expl): Declare also if HAVE_DECL_EXPL is set.
22602         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22603         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22604         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22605         (logl): Declare also if HAVE_DECL_LOGL is set.
22606         (sinl): Declare also if HAVE_DECL_SINL is set.
22607         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22608         (tanl): Declare also if HAVE_DECL_TANL is set.
22609         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22610         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22611         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22612         declaration of frexpl, ldexpl.
22613         * modules/printf-frexpl (Depends-on): Add math.
22614         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22615
22616 2007-03-05  Bruno Haible  <bruno@clisp.org>
22617
22618         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22619         frexpl and ldexpl are declared.
22620         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22621
22622 2007-03-05  Bruno Haible  <bruno@clisp.org>
22623
22624         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22625         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22626
22627 2007-03-05  Bruno Haible  <bruno@clisp.org>
22628
22629         * lib/stdio_.h: Include <stddef.h>.
22630
22631 2007-03-05  Bruno Haible  <bruno@clisp.org>
22632
22633         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22634
22635 2007-03-05  Bruno Haible  <bruno@clisp.org>
22636
22637         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22638         NetBSD 4, from Ralf Wildenhues.
22639
22640 2007-03-04  Bruno Haible  <bruno@clisp.org>
22641
22642         * lib/vasprintf.h: Update #if logic for the case when the functions
22643         exist but are overridden.
22644
22645 2007-03-04  Bruno Haible  <bruno@clisp.org>
22646
22647         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22648         implementations: glibc-2.4 and MacOS X 10.3.
22649         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22650         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22651         * tests/test-vasprintf-posix.c (test_function): Likewise.
22652
22653 2007-03-04  Bruno Haible  <bruno@clisp.org>
22654
22655         * modules/vasprintf-posix-tests: New file.
22656         * tests/test-vasprintf-posix.c: New file.
22657
22658         * modules/vasprintf-posix: New file.
22659         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22660         defined.
22661         * m4/vasprintf-posix.m4: New file.
22662         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22663         gl_FUNC_VASPRINTF.
22664         (gl_FUNC_VASPRINTF): Invoke it.
22665         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22666         here.
22667         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22668
22669 2007-03-04  Bruno Haible  <bruno@clisp.org>
22670
22671         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22672         REPLACE_GETTIMEOFDAY.
22673         * modules/sys_time (Makefile.am): Likewise.
22674         * m4/sys_time_h.m4: Likewise.
22675         * m4/gettimeofday.m4: Likewise.
22676
22677 2007-03-04  Bruno Haible  <bruno@clisp.org>
22678
22679         * modules/vasnprintf-posix-tests: New file.
22680         * tests/test-vasnprintf-posix.c: New file.
22681
22682         * modules/vasnprintf-posix: New file.
22683         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22684         printf-frexpl.h.
22685         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22686         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22687         REPLACE_VASNPRINTF is defined.
22688         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22689         gl_FUNC_VASNPRINTF.
22690         (gl_FUNC_VASNPRINTF): Invoke it.
22691         * m4/vasnprintf-posix.m4: New file.
22692         * m4/printf.m4: New file.
22693
22694 2007-03-04  Bruno Haible  <bruno@clisp.org>
22695
22696         Compile progreloc.c only if --enable-relocatable is specified.
22697         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22698         if --enable-relocatable was specified.
22699         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22700         lib_SOURCES.
22701
22702 2007-03-04  Jim Meyering  <jim@meyering.net>
22703
22704         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22705         Use it consistently, rather than enumerating errno constants.
22706
22707 2007-03-04  Bruno Haible  <bruno@clisp.org>
22708
22709         * modules/xvasprintf-tests: New file.
22710         * tests/test-xvasprintf.c: New file.
22711
22712         * modules/vasprintf-tests: New file.
22713         * tests/test-vasprintf.c: New file.
22714
22715         * modules/vasnprintf-tests: New file.
22716         * tests/test-vasnprintf.c: New file.
22717
22718         * modules/vsnprintf-tests: New file.
22719         * tests/test-vsnprintf.c: New file.
22720
22721         * modules/snprintf-tests: New file.
22722         * tests/test-snprintf.c: New file.
22723
22724 2007-03-04  Bruno Haible  <bruno@clisp.org>
22725
22726         Compile relocatable.c only if --enable-relocatable is specified.
22727         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22728         gl_RELOCATABLE_LIBRARY.
22729         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22730         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22731         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22732         gl_RELOCATABLE_LIBRARY.
22733         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22734         (Makefile.am): Remove lib_SOURCES.
22735         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22736         gl_RELOCATABLE_LIBRARY.
22737         (Makefile.am): Remove lib_SOURCES.
22738         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22739         always.
22740         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22741         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22742
22743 2007-03-04  Bruno Haible  <bruno@clisp.org>
22744
22745         * modules/argmatch-tests: New file.
22746         * tests/test-argmatch.c: New file.
22747
22748         * tests/test-allocsa.c (main): Halve the number of loop runs.
22749
22750         * modules/alloca-opt-tests: New file.
22751         * tests/test-alloca-opt.c: New file.
22752
22753 2007-03-04  Jim Meyering  <jim@meyering.net>
22754
22755         Work around difference between Linux ACLs and Solaris 10 ZFS.
22756         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22757         for EINVAL.
22758
22759 2007-03-03  Bruno Haible  <bruno@clisp.org>
22760
22761         * modules/relocatable-prog (Depends-on): Add back progreloc's
22762         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22763
22764 2007-03-03  Bruno Haible  <bruno@clisp.org>
22765
22766         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22767         * modules/relocatable-lib: New file.
22768
22769 2007-03-03  Bruno Haible  <bruno@clisp.org>
22770
22771         * modules/relocatable-prog: Renamed from modules/relocatable.
22772         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22773
22774 2007-03-03  Bruno Haible  <bruno@clisp.org>
22775
22776         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22777         m4/relocatable-lib.m4.
22778         (Depends-on): Remove 'relocatable'.
22779         (configure.ac): Add gl_RELOCATABLE_NOP.
22780
22781 2007-03-03  Bruno Haible  <bruno@clisp.org>
22782
22783         * modules/relocatable-prog-wrapper: New file.
22784         * modules/relocatable (Depends-on): Add it. Remove all other
22785         dependencies except progname.
22786         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22787
22788         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22789         (gl_FUNC_STRERROR): Nop.
22790         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22791
22792         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22793         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22794
22795         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22796         (gl_FUNC_READLINK): Update.
22797
22798         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22799
22800 2007-03-03  Bruno Haible  <bruno@clisp.org>
22801
22802         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22803         * modules/xreadlink (Depends-on): Add unistd.
22804         * modules/xreadlink-with-size (Depends-on): Likewise.
22805
22806 2007-03-03  Bruno Haible  <bruno@clisp.org>
22807
22808         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22809         extracted from gt_FUNC_SETENV.
22810         (gt_FUNC_SETENV): Remove macro.
22811         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22812         remove gt_FUNC_SETENV.
22813
22814 2007-03-03  Bruno Haible  <bruno@clisp.org>
22815
22816         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22817         ENABLE_RELOCATABLE here.
22818         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22819
22820 2007-03-03  Bruno Haible  <bruno@clisp.org>
22821
22822         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22823         * tests/test-rbtreehash_list.c: Include progname.h.
22824         (main): Call set_program_name.
22825
22826         * modules/rbtree-oset-tests (Depends-on): Add progname.
22827         * tests/test-rbtree_oset.c: Include progname.h.
22828         (main): Call set_program_name.
22829
22830         * modules/rbtree-list-tests (Depends-on): Add progname.
22831         * tests/test-rbtree_list.c: Include progname.h.
22832         (main): Call set_program_name.
22833
22834         * modules/linked-list-tests (Depends-on): Add progname.
22835         * tests/test-linked_list.c: Include progname.h.
22836         (main): Call set_program_name.
22837
22838 2007-03-03  Bruno Haible  <bruno@clisp.org>
22839
22840         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22841         All uses of __restrict changed to _Restrict_.
22842         * lib/glob_.h (__restrict): Remove macro.
22843
22844 2007-03-02  Bruno Haible  <bruno@clisp.org>
22845
22846         * modules/gettext (configure.ac): Require gettext infrastructure
22847         from version 0.16.1.
22848
22849 2007-03-02  Bruno Haible  <bruno@clisp.org>
22850
22851         * modules/linkedhash-list-tests (Depends-on): Add progname.
22852         * tests/test-linkedhash_list.c: Include progname.h.
22853         (main): Call set_program_name.
22854
22855         * modules/carray-list-tests (Depends-on): Add progname.
22856         * tests/test-carray_list.c: Include progname.h.
22857         (main): Call set_program_name.
22858
22859         * modules/avltreehash-list-tests (Depends-on): Add progname.
22860         * tests/test-avltreehash_list.c: Include progname.h.
22861         (main): Call set_program_name.
22862
22863         * modules/avltree-oset-tests (Depends-on): Add progname.
22864         * tests/test-avltree_oset.c: Include progname.h.
22865         (main): Call set_program_name.
22866
22867         * modules/avltree-list-tests (Depends-on): Add progname.
22868         * tests/test-avltree_list.c: Include progname.h.
22869         (main): Call set_program_name.
22870
22871         * modules/array-oset-tests (Depends-on): Add progname.
22872         * tests/test-array_oset.c: Include progname.h.
22873         (main): Call set_program_name.
22874
22875         * modules/array-list-tests (Depends-on): Add progname.
22876         * tests/test-array_list.c: Include progname.h.
22877         (main): Call set_program_name.
22878
22879         * modules/argp-tests (Depends-on): Add progname.
22880         * tests/test-argp.c: Include argp.h first. Include progname.h.
22881         (main): Call set_program_name.
22882
22883 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22884
22885         * doc/gnulib-tool.texi (Initial import): Reword description of
22886         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22887         limited effect even if defined after the first system include.
22888
22889 2007-03-01  Bruno Haible  <bruno@clisp.org>
22890
22891         * build-aux/config.libpath: Update to libtool-1.5.22.
22892         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22893
22894 2007-03-01  Bruno Haible  <bruno@clisp.org>
22895
22896         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22897         foo_CFLAGS.
22898         Reported by Ralf Wildenhues.
22899
22900 2007-03-01  Bruno Haible  <bruno@clisp.org>
22901
22902         * build-aux/install-reloc: Remove object files left over by some
22903         compilers.
22904         Reported by Ralf Wildenhues.
22905
22906 2007-03-01  Bruno Haible  <bruno@clisp.org>
22907
22908         * build-aux/install-reloc: Break long lines.
22909
22910 2007-03-01  Bruno Haible  <bruno@clisp.org>
22911
22912         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22913         Reported by Ralf Wildenhues.
22914
22915 2007-03-01  Bruno Haible  <bruno@clisp.org>
22916
22917         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22918         include ordering constraints.
22919
22920 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22921
22922         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22923         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22924         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22925         as another example.
22926         * lib/time_.h: Fix misspelling.
22927         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22928         Require gl_HEADER_TIME_H_DEFAULTS.
22929         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22930         * m4/time_r.m4 (gl_TIME_R): Likewise.
22931         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22932
22933 2007-03-01  Bruno Haible  <bruno@clisp.org>
22934
22935         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22936         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22937
22938 2007-03-01  Jim Meyering  <jim@meyering.net>
22939
22940         * modules/xreadlink (Maintainer): Add my name.
22941         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22942
22943 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22944             Bruno Haible  <bruno@clisp.org>
22945
22946         * build-aux/install-reloc: Compile also c-ctype.c.
22947         * build-aux/relocatable.sh.in: New file.
22948         * doc/relocatable.texi: New file.
22949         * doc/relocatable-maint.texi: New file.
22950         * doc/gnulib.texi: Include relocatable-maint.texi.
22951         * lib/progreloc.c: Include unistd.h unconditionally.
22952         * lib/relocwrapper.c: Include unistd.h unconditionally.
22953         Include c-ctype.h.
22954         (add_dotbin): Use c_tolower.
22955         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22956         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22957         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22958         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22959         to m4/relocatable-lib.m4.
22960         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22961         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22962         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22963         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22964         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22965         * modules/relocatable: New file.
22966         * modules/relocatable-lib: New file.
22967         * modules/relocatable-script: New file.
22968
22969 2007-02-28  Bruno Haible  <bruno@clisp.org>
22970
22971         Import --enable-relocatable infrastructure.
22972         * build-aux/config.libpath: New file, from GNU gettext.
22973         * build-aux/install-reloc: New file, from GNU gettext.
22974         * build-aux/reloc-ldflags: New file, from GNU gettext.
22975         * lib/relocatable.h: New file, from GNU gettext.
22976         * lib/relocatable.c: New file, from GNU gettext.
22977         * lib/relocwrapper.c: New file, from GNU gettext.
22978         * m4/relocatable.m4: New file, from GNU gettext.
22979
22980 2007-02-28  Bruno Haible  <bruno@clisp.org>
22981
22982         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22983
22984         * modules/xreadlink: New file, from GNU gettext with modifications.
22985         * lib/xreadlink.c: New file, from GNU gettext.
22986         * lib/xreadlink.h: Add comments.
22987         (xreadlink): New declaration.
22988
22989         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22990         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22991         lib/xreadlink-with-size.c.
22992         (configure.ac): Remove gl_XREADLINK invocation.
22993         (Makefile.am): Augment lib_SOURCES.
22994         * m4/xreadlink.m4: Remove file.
22995         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22996         (xreadlink_with_size): Renamed from xreadink.
22997         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22998         * modules/canonicalize (Depends-on): Replace xreadlink with
22999         xreadlink-with-size.
23000         * lib/canonicalize.c (canonicalize_filename_mode): Update.
23001
23002 2007-02-25  Jim Meyering  <jim@meyering.net>
23003
23004         * build-aux/announce-gen: When complaining about excess arguments,
23005         list them.
23006
23007 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23008
23009         * README: Document signed integer overflow situation more
23010         accurately.
23011
23012 2007-02-25  Bruno Haible  <bruno@clisp.org>
23013
23014         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
23015         'a' or 'A' conversion.
23016
23017 2007-02-25  Bruno Haible  <bruno@clisp.org>
23018
23019         * modules/filename: Renamed from modules/pathname.
23020         (Files): Replace lib/pathname.h with lib/filename.h. Replace
23021         lib/concatpath.c with lib/concat-filename.c.
23022         (Makefile.am): Update.
23023         (Include): Replace pathname.h with filename.h.
23024         * lib/filename.h: Renamed from lib/pathname.h.
23025         (concatenated_filename): Renamed from concatenated_pathname.
23026         * lib/concat-filename.c: Renamed from lib/concatpath.c.
23027         (concatenated_filename): Renamed from concatenated_pathname.
23028         * lib/findprog.c: Include filename.h instead of pathname.h.
23029         (find_in_path): Update.
23030         * lib/javacomp.c: Include filename.h instead of pathname.h.
23031         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23032         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23033         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23034         is_oldgcj_14_13_usable, is_javac_usable): Update.
23035         * lib/javaexec.c: Include filename.h instead of pathname.h.
23036         (execute_java_class): Update.
23037         * modules/findprog: Update.
23038         * modules/javacomp: Update.
23039         * modules/javaexec: Update.
23040         * MODULES.html.sh (File system functions): Add 'filename', remove
23041         'pathname'.
23042
23043 2007-02-25  Bruno Haible  <bruno@clisp.org>
23044
23045         * modules/printf-frexpl-tests: New file.
23046         * tests/test-printf-frexpl.c: New file.
23047
23048         * modules/printf-frexpl: New file.
23049         * lib/printf-frexpl.h: New file.
23050         * lib/printf-frexpl.c: New file.
23051         * m4/printf-frexpl.m4: New file.
23052
23053 2007-02-25  Bruno Haible  <bruno@clisp.org>
23054
23055         * modules/printf-frexp-tests: New file.
23056         * tests/test-printf-frexp.c: New file.
23057
23058         * modules/printf-frexp: New file.
23059         * lib/printf-frexp.h: New file.
23060         * lib/printf-frexp.c: New file.
23061         * m4/printf-frexp.m4: New file.
23062
23063 2007-02-25  Bruno Haible  <bruno@clisp.org>
23064
23065         Assume automake >= 1.10 for the tests.
23066         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
23067         * modules/arctwo-tests: Likewise.
23068         * modules/argp-tests: Likewise.
23069         * modules/avltree-list-tests: Likewise.
23070         * modules/avltree-oset-tests: Likewise.
23071         * modules/avltreehash-list-tests: Likewise.
23072         * modules/carray-list-tests: Likewise.
23073         * modules/crc-tests: Likewise.
23074         * modules/des-tests: Likewise.
23075         * modules/gc-arcfour-tests: Likewise.
23076         * modules/gc-arctwo-tests: Likewise.
23077         * modules/gc-des-tests: Likewise.
23078         * modules/gc-hmac-md5-tests: Likewise.
23079         * modules/gc-hmac-sha1-tests: Likewise.
23080         * modules/gc-md2-tests: Likewise.
23081         * modules/gc-md4-tests: Likewise.
23082         * modules/gc-md5-tests: Likewise.
23083         * modules/gc-pbkdf2-sha1-tests: Likewise.
23084         * modules/gc-rijndael-tests: Likewise.
23085         * modules/gc-sha1-tests: Likewise.
23086         * modules/gc-tests: Likewise.
23087         * modules/getaddrinfo-tests: Likewise.
23088         * modules/hmac-md5-tests: Likewise.
23089         * modules/hmac-sha1-tests: Likewise.
23090         * modules/linked-list-tests: Likewise.
23091         * modules/linkedhash-list-tests: Likewise.
23092         * modules/lock-tests: Likewise.
23093         * modules/md2-tests: Likewise.
23094         * modules/md4-tests: Likewise.
23095         * modules/md5-tests: Likewise.
23096         * modules/rbtree-list-tests: Likewise.
23097         * modules/rbtree-oset-tests: Likewise.
23098         * modules/rbtreehash-list-tests: Likewise.
23099         * modules/read-file-tests: Likewise.
23100         * modules/rijndael-tests: Likewise.
23101         * modules/stdint-tests: Likewise.
23102         * modules/tls-tests: Likewise.
23103
23104 2007-02-24  Bruno Haible  <bruno@clisp.org>
23105
23106         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
23107         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
23108         function; instead check whether isnan with a double argument links.
23109         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
23110         function; instead check whether isnan with a 'long double' argument
23111         links.
23112         Reported by Eric Blake <ebb9@byu.net>.
23113
23114 2007-02-24  Bruno Haible  <bruno@clisp.org>
23115
23116         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
23117         defined.
23118         * lib/isnanl.c: Remove all code. Just include isnan.c.
23119         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
23120
23121 2007-02-25  Jim Meyering  <jim@meyering.net>
23122
23123         Avoid conflicting types for 'unsetenv' on FreeBSD.
23124         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
23125         conflicting with FreeBSD's (5.0 and 6.1) function declaration
23126         in stdlib.h.
23127
23128 2007-02-24  Bruno Haible  <bruno@clisp.org>
23129
23130         * modules/isnanl-nolibm-tests: New file.
23131         * tests/test-isnanl.c: New file.
23132
23133         * modules/isnanl-nolibm: New file.
23134         * lib/isnanl.h: New file.
23135         * lib/isnanl.c: New file.
23136         * m4/isnanl.m4: New file.
23137
23138 2007-02-24  Bruno Haible  <bruno@clisp.org>
23139
23140         * modules/isnan-nolibm-tests: New file.
23141         * tests/test-isnan.c: New file.
23142
23143         * modules/isnan-nolibm: New file.
23144         * lib/isnan.h: New file.
23145         * lib/isnan.c: New file.
23146         * m4/isnan.m4: New file.
23147
23148 2007-02-24  Bruno Haible  <bruno@clisp.org>
23149
23150         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
23151         assume that an exponent fits in 20 bits.
23152
23153 2007-02-24  Jim Meyering  <jim@meyering.net>
23154
23155         * m4/regex.m4: Update the description of the configure-time option,
23156         --without-included-regex, to state accurately what the defaults are,
23157         and perhaps to give people an idea why using this option is risky.
23158
23159 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23160
23161         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
23162         loops on small arguments.  This attempts to avoid the problem
23163         Bruno Haible reported for AIX 4.3.2 in
23164         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
23165
23166 2007-02-23  Bruno Haible  <bruno@clisp.org>
23167
23168         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
23169         Needed for help2man.
23170
23171 2007-02-23  Karl Berry  <karl@gnu.org>
23172
23173         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
23174         exists, foo.h should be cvs-ignored, not committed.
23175
23176 2007-02-23  Eric Blake  <ebb9@byu.net>
23177
23178         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
23179         * lib/stat-time.h (includes): Likewise.
23180         * lib/utimecmp.c (includes): Likewise.
23181         * lib/utimens.h (includes): Likewise.
23182         * lib/getdate.y (includes): Also include "timespec.h" for use
23183         internal to the module.
23184         * modules/utimens (Depends-on): Revert yesterday's patch.
23185         * modules/nanosleep (Depends-on): Add missing dependency.
23186
23187 2007-02-22  Bruno Haible  <bruno@clisp.org>
23188
23189         * lib/glob.c: Don't include getlogin_r.h.
23190
23191 2007-02-22  Jim Meyering  <jim@meyering.net>
23192
23193         * modules/utimens (Depends-on): Add timespec, required for
23194         utimens.h's inclusion of timespec.h.
23195
23196 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
23197
23198         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
23199         long unreadable paths in GNU/Linux.  Problem reported by Andreas
23200         Schwab in
23201         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
23202         I'll try to think of a better way to fix the Solaris problem.
23203
23204         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
23205         like glibc; on Solaris 10, it fails with errno == EINVAL.
23206         POSIX says the behavior is unspecified if the first argument is NULL,
23207         so play it safe and never pass NULL to the system getcwd.
23208
23209 2007-02-21  Jim Meyering  <jim@meyering.net>
23210
23211         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23212         of gettimeofday.  It would conflict with the one now always
23213         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23214         an IRIX 6.5 build failure.
23215
23216 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23217
23218         Minor fixups to port to Solaris 10 with Sun C 5.8.
23219         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23220         * modules/getcwd (Depends-on): Add dirfd.
23221         * lib/putenv.c (putenv): #undef it.
23222         (rpl_putenv): New decl.
23223         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23224
23225 2007-02-20  Bruno Haible  <bruno@clisp.org>
23226
23227         * modules/stdio-tests: New file.
23228         * tests/test-stdio.c: New file.
23229
23230         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23231         (Depends-on): Add stdio.
23232         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23233         (Include): Use <stdio.h> instead of vsnprintf.h.
23234         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23235         HAVE_DECL_VSNPRINTF.
23236         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23237
23238         * modules/snprintf (Files): Remove lib/snprintf.h.
23239         (Depends-on): Add stdio.
23240         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23241         (Include): Use <stdio.h> instead of snprintf.h.
23242         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23243         HAVE_DECL_SNPRINTF.
23244         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23245         * lib/getaddrinfo.c: Likewise.
23246
23247         * modules/stdio: New file.
23248         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23249         * lib/snprintf.h: Remove file.
23250         * lib/vsnprintf.h: Remove file.
23251         * lib/.cppi-disable: Remove snprintf.h.
23252         * m4/stdio_h.m4: New file.
23253         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23254
23255 2007-02-20  Jim Meyering  <jim@meyering.net>
23256
23257         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23258         used by e.g., mingw.  From Bruno Haible.
23259
23260 2007-02-19  Bruno Haible  <bruno@clisp.org>
23261
23262         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23263         warnings.
23264         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23265
23266 2007-02-19  Bruno Haible  <bruno@clisp.org>
23267
23268         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23269         from mingw users.
23270
23271 2007-02-19  Bruno Haible  <bruno@clisp.org>
23272
23273         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23274         warnings.
23275         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23276
23277 2007-02-19  Jim Meyering  <jim@meyering.net>
23278
23279         Don't use FD after a successful "fdopendir (fd)".
23280         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23281         Reset it by calling dirfd on the just-obtained DIR*.
23282
23283         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23284         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23285
23286 2007-02-18  Bruno Haible  <bruno@clisp.org>
23287
23288         * lib/readlink.c: Include <unistd.h>.
23289         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23290         HAVE_READLINK.
23291         * modules/readlink (Depends-on): Add unistd.
23292         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23293         (Include): Add <unistd.h>.
23294
23295         * lib/getlogin_r.h: Remove file.
23296         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23297         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23298         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23299         HAVE_DECL_GETLOGIN_R.
23300         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23301         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23302         (Include): Use <unistd.h> instead of getlogin_r.h.
23303
23304         * lib/getcwd.h: Remove file.
23305         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23306         * lib/xgetcwd.c: Likewise.
23307         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23308         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23309         * modules/getcwd (Files): Remove lib/getcwd.h.
23310         (Depends-on): Add unistd.
23311         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23312         (Include): Use <unistd.h> instad of getcwd.h.
23313
23314         * lib/ftruncate.c: Include <unistd.h> first.
23315         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23316         Set HAVE_FTRUNCATE.
23317         * modules/ftruncate (Depends-on): Add unistd.
23318         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23319
23320         * lib/fchdir.c: Include <unistd.h> first.
23321         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23322         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23323         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23324         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23325         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23326
23327         * lib/dup2.c: Include <unistd.h> first.
23328         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23329         HAVE_DUP2.
23330         * modules/dup2 (Depends-on): Add unistd.
23331         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23332
23333         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23334         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23335         REPLACE_CHOWN. Don't define chown as a macro here.
23336         * modules/chown (Depends-on): Add unistd.
23337         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23338
23339         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23340         Add definition for GL_LINK_WARNING.
23341         (chown, dup2): New declarations.
23342         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23343         link warning.
23344         (ftruncate): New declaration.
23345         (getcwd): New declaration, taken from old getcwd.h.
23346         (getlogin_r): New declaration, taken from old getlogin_r.h.
23347         (readlink): New declaration.
23348         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23349         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23350         (gl_PREREQ_UNISTD): Remove macro.
23351         (gl_UNISTD_MODULE_INDICATOR): New macro.
23352         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23353         many new variables. Don't set UNISTD_H.
23354         * modules/unistd (Description): Change.
23355         (Depends-on): Add link-warning.
23356         (configure.ac): Update.
23357         (Makefile.am): Create unistd.h always. Substitute many new variables
23358         into it.
23359
23360 2007-02-18  Bruno Haible  <bruno@clisp.org>
23361
23362         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23363         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23364         HAVE_GETSUBOPT.
23365         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23366         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23367         * lib/getsubopt.h: Remove file.
23368         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23369         (Depends-on): Add stdlib.
23370         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23371         (Includes): Use <stdlib.h> instead of getsubopt.h.
23372         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23373         Set HAVE_GETSUBOPT.
23374         * lib/getsubopt.c: Don't include getsubopt.h.
23375
23376 2007-02-18  Bruno Haible  <bruno@clisp.org>
23377
23378         * modules/fchdir (Depends-on): Add dup2.
23379
23380 2007-02-18  Bruno Haible  <bruno@clisp.org>
23381
23382         * lib/stdlib_.h: Handle glibc's special invocation convention
23383         specially.
23384
23385 2007-02-18  Bruno Haible  <bruno@clisp.org>
23386
23387         * modules/stdlib-tests: New file.
23388         * tests/test-stdlib.c: New file.
23389
23390         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23391         (Depends-on): Add stdlib.
23392         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23393         (Includes): Use <stdlib.h> instead of mkstemp.h.
23394         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23395         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23396         * lib/mkstemp.c: Don't include mkstemp.h.
23397         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23398         * lib/stdlib--.h: Don't include mkstemp.h.
23399
23400         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23401         (Depends-on): Add stdlib.
23402         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23403         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23404         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23405         HAVE_MKDTEMP.
23406         * lib/mkdtemp.c: Don't include mkdtemp.h.
23407         * lib/clean-temp.c: Don't include mkdtemp.h.
23408
23409         * modules/exit (Files): Remove lib/exit.h.
23410         (Depends-on): Add stdlib.
23411         (Makefile.am): Remove lib_SOURCES.
23412         (Include): Use <stdlib.h> instead of exit.h.
23413         * lib/argmatch.c: Don't include exit.h.
23414         * lib/execute.c: Likewise.
23415         * lib/pagealign_alloc.c: Likewise.
23416         * lib/pipe.c: Likewise.
23417         * lib/wait-process.c: Likewise.
23418         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23419         * lib/exitfail.c: Likewise.
23420         * lib/savewd.c: Likewise.
23421         * lib/xsetenv.c: Likewise.
23422
23423         * modules/stdlib: New file.
23424         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23425         and extra comments about mkstemp().
23426         * lib/exit.h: Remove file.
23427         * lib/mkdtemp.h: Remove file.
23428         * lib/mkstemp.h: Remove file.
23429         * m4/stdlib_h.m4: New file.
23430         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23431
23432 2007-02-18  Bruno Haible  <bruno@clisp.org>
23433
23434         * modules/math-tests: New file.
23435         * tests/test-math.c: New file.
23436
23437         * modules/math: New file.
23438         * modules/mathl (Files): Remove lib/mathl.h.
23439         (Depends-on): Add math.
23440         (Makefile.am): Don't mention mathl.h.
23441         (Include): Use <math.h> instead of mathl.h.
23442         * lib/math_.h: New file.
23443         * lib/mathl.h: Remove file.
23444         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23445         mathl.h.
23446         * lib/asinl.c: Likewise.
23447         * lib/atanl.c: Likewise.
23448         * lib/ceill.c: Likewise.
23449         * lib/cosl.c: Likewise.
23450         * lib/expl.c: Likewise.
23451         * lib/floorl.c: Likewise.
23452         * lib/frexpl.c: Likewise.
23453         * lib/ldexpl.c: Likewise.
23454         * lib/logl.c: Likewise.
23455         * lib/sincosl.c: Likewise.
23456         * lib/sinl.c: Likewise.
23457         * lib/sqrtl.c: Likewise.
23458         * lib/tanl.c: Likewise.
23459         * lib/trigl.c: Likewise.
23460         * m4/math_h.m4: New file.
23461         * MODULES.html.sh (Mathematics): Add math.
23462
23463 2007-02-17  Bruno Haible  <bruno@clisp.org>
23464
23465         * modules/wctype-tests: New file.
23466         * tests/test-wctype.c: New file.
23467
23468         * modules/wchar-tests: New file.
23469         * tests/test-wchar.c: New file.
23470
23471         * modules/unistd-tests: New file.
23472         * tests/test-unistd.c: New file.
23473
23474         * modules/time-tests: New file.
23475         * tests/test-time.c: New file.
23476
23477         * modules/sysexits-tests: New file.
23478         * tests/test-sysexits.c: New file.
23479
23480         * modules/sys_time-tests: New file.
23481         * tests/test-sys_time.c: New file.
23482
23483         * modules/sys_stat-tests: New file.
23484         * tests/test-sys_stat.c: New file.
23485
23486         * modules/sys_socket-tests: New file.
23487         * tests/test-sys_socket.c: New file.
23488
23489         * modules/sys_select-tests: New file.
23490         * tests/test-sys_select.c: New file.
23491
23492         * modules/string-tests: New file.
23493         * tests/test-string.c: New file.
23494
23495         * modules/stdbool-tests: New file.
23496         * tests/test-stdbool.c: New file.
23497
23498         * modules/netinet_in-tests: New file.
23499         * tests/test-netinet_in.c: New file.
23500
23501         * modules/inttypes-tests: New file.
23502         * tests/test-inttypes.c: New file.
23503
23504         * modules/fcntl-tests: New file.
23505         * tests/test-fcntl.c: New file.
23506
23507         * modules/byteswap-tests: New file.
23508         * tests/test-byteswap.c: New file.
23509
23510         * modules/arpa_inet-tests: New file.
23511         * tests/test-arpa_inet.c: New file.
23512
23513 2007-02-17  Bruno Haible  <bruno@clisp.org>
23514
23515         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23516         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23517         if the corresponding module is not enabled. Emit link warnings if
23518         the function is used nevertheless.
23519         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23520         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23521         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23522         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23523         * modules/inttypes (Depends-on): Add link-warning.
23524         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23525         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23526         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23527         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23528         * modules/imaxdiv (configure.ac): Likewise.
23529         * modules/strtoimax (configure.ac): Likewise.
23530         * modules/strtoumax (configure.ac): Likewise.
23531
23532 2007-02-17  Bruno Haible  <bruno@clisp.org>
23533
23534         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23535         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23536         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23537         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23538
23539 2007-02-17  Bruno Haible  <bruno@clisp.org>
23540
23541         * modules/link-warning: New file.
23542         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23543         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23544         * modules/string (Depends-on): Add link-warning.
23545         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23546         string.h.
23547         * MODULES.html.sh (Support for building libraries and executables): Add
23548         link-warning.
23549
23550 2007-02-17  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23553         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23554         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23555         long lines.
23556
23557 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23558             Bruno Haible  <bruno@clisp.org>
23559
23560         * modules/tmpfile: New file.
23561         * lib/tmpfile.c: New file.
23562         * m4/tmpfile.m4: New file.
23563         * MODULES.html.sh (func_all_modules): New section "Input/output".
23564
23565 2007-02-15  Bruno Haible  <bruno@clisp.org>
23566
23567         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23568         (supports_delete_on_close): New function.
23569         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23570
23571 2007-02-14  Bruno Haible  <bruno@clisp.org>
23572
23573         * modules/mbspcasecmp-tests: New file.
23574         * tests/test-mbspcasecmp.sh: New file.
23575         * tests/test-mbspcasecmp.c: New file.
23576
23577         New module mbspcasecmp.
23578         * modules/mbspcasecmp: New file.
23579         * lib/mbspcasecmp.c: New file.
23580         * lib/string_.h (strncasecmp): Change warning message.
23581         (mbspcasecmp): New declaration.
23582         * m4/mbspcasecmp.m4: New file.
23583         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23584         GNULIB_MBSPCASECMP.
23585         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23586         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23587
23588 2007-02-14  Bruno Haible  <bruno@clisp.org>
23589
23590         * modules/mbsncasecmp-tests: New file.
23591         * tests/test-mbsncasecmp.sh: New file.
23592         * tests/test-mbsncasecmp.c: New file.
23593
23594         New module mbsncasecmp.
23595         * modules/mbsncasecmp: New file.
23596         * lib/mbsncasecmp.c: New file.
23597         * lib/string_.h (mbsncasecmp): New declaration.
23598         * m4/mbsncasecmp.m4: New file.
23599         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23600         GNULIB_MBSNCASECMP.
23601         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23602         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23603
23604 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23607         Verify that it doesn't overlap with our flags.
23608         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23609         do not have the desired effect in multibyte locales; instead, use
23610         mbscasecmp.
23611         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23612         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23613         we don't require GNU fnmatch ourselves (if our users require it, they
23614         should do so explicitly).
23615
23616         Fix regex code so it doesn't rely on strcasecmp.
23617         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23618         Otherwise, include gnulib's langinfo.h.
23619         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23620         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23621         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23622         * modules/regex (FILES): Remove m4/codeset.m4.
23623         (Depends-on): Add localcharset.  Remove strcase.
23624
23625 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23626
23627         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23628         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23629
23630 2007-02-13  Bruno Haible  <bruno@clisp.org>
23631
23632         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23633         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23634
23635 2007-02-12  Bruno Haible  <bruno@clisp.org>
23636
23637         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23638         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23639         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23640         time warning rather than a link error.
23641
23642 2007-02-12  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23645         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23646         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23647
23648 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23649
23650         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23651         args, not 2.
23652
23653 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23654
23655         New module 'time', so that apps can include <time.h> as per
23656         POSIX and GNU instead of separate include files like time_r.h
23657         and timegm.h.  This implementation tries out a simpler approach
23658         for replacing decls in standard include files (as compared to
23659         the string module), somewhat as an experiment.
23660
23661         * config/srclist.txt: Comment out mktime.c for now.
23662         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23663         since it doesn't apply any more.  Use generic wording instead.
23664         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23665         'time'.
23666         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23667         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23668         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23669         Don't include <sys/types.h>; no longer needed since we assume C89.
23670         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23671         * lib/strftime.c: Likewise.
23672         * lib/time_r.c: Likewise.
23673         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23674         * lib/nanosleep.c: Include <time.h> first, to check interface.
23675         * lib/strptime.c: Likewise.
23676         * lib/time_r.c: Likewise.
23677         * lib/timegm.c: Likewise.
23678         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23679         needed.
23680         * lib/timegm.c: Don't include timegm.h; no longer needed.
23681         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23682         time.h now handles any problems in that area.
23683         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23684         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23685         that time.h defines struct timespec.
23686         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23687         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23688         handles that.
23689         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23690         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23691         needed.  Set REPLACE_LOCALTIME.
23692         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23693         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23694         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23695         nanosleep; time_h.m4 now does that.  Don't require
23696         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23697         module handles this now.
23698         * modules/getdate (Depends-on): Remove timespec.  Add time.
23699         * modules/nanosleep (Depends-on): Likewise.
23700         * modules/stat-time (Depends-on): Likewise.
23701         * modules/nanosleep (Include): Include time.h, not timespec.h.
23702         * modules/strptime (Files): Remove lib/strptime.h.
23703         (Depends-on): Add extensions, time.
23704         (Include): Include time.h, not strptime.h.
23705         * modules/time_r (Files): Remove lib/time_r.h.
23706         (Depends-on): Add time.
23707         (Include): Include time.h, not time_r.h.
23708         * modules/timegm: Likewise.
23709         * modules/timespec (Description): Now does timespec-related decls
23710         of our own, instead of struct timespec itself.
23711         (Depends-on): Add time; remove extensions.
23712         (Maintainer): Add self.
23713         * modules/utimecmp (Depends-on): Add time; remove timespec.
23714         * modules/utimens (Depends-on): Likewise.
23715         * modules/xnanosleep (Depends-on): Likewise.
23716
23717 2007-02-11  Bruno Haible  <bruno@clisp.org>
23718
23719         * lib/c-strstr.c: Include allocsa.h.
23720         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23721         * lib/c-strcasestr.c: Include allocsa.h.
23722         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23723         * lib/strcasestr.c: Include allocsa.h.
23724         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23725         * lib/mbsstr.c: Include allocsa.h.
23726         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23727         allocsa/freesa instead of malloc/free.
23728         * lib/mbscasestr.c: Include allocsa.h.
23729         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23730         allocsa/freesa instead of malloc/free.
23731         * modules/c-strstr (Depends-on): Add allocsa.
23732         * modules/c-strcasestr (Depends-on): Likewise.
23733         * modules/strcasestr (Depends-on): Likewise.
23734         * modules/mbsstr (Depends-on): Likewise.
23735         * modules/mbscasestr (Depends-on): Likewise.
23736
23737 2007-02-11  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23740
23741         * modules/mbsspn-tests: New file.
23742         * tests/test-mbsspn.sh: New file.
23743         * tests/test-mbsspn.c: New file.
23744
23745 2007-02-11  Bruno Haible  <bruno@clisp.org>
23746
23747         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23748
23749         * modules/mbspbrk-tests: New file.
23750         * tests/test-mbspbrk.sh: New file.
23751         * tests/test-mbspbrk.c: New file.
23752
23753 2007-02-11  Bruno Haible  <bruno@clisp.org>
23754
23755         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23756         unneeded cast.
23757
23758         * modules/mbscspn-tests: New file.
23759         * tests/test-mbscspn.sh: New file.
23760         * tests/test-mbscspn.c: New file.
23761
23762 2007-02-11  Bruno Haible  <bruno@clisp.org>
23763
23764         * modules/mbscasecmp-tests: New file.
23765         * tests/test-mbscasecmp.sh: New file.
23766         * tests/test-mbscasecmp.c: New file.
23767
23768 2007-02-11  Bruno Haible  <bruno@clisp.org>
23769
23770         Ensure O(n) worst-case complexity of mbscasestr.
23771         * lib/mbscasestr.c: Include stdbool.h.
23772         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23773         functions.
23774         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23775         the bookkeeping indicates that it's worth it.
23776         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23777
23778         * modules/mbscasestr-tests: New file.
23779         * tests/test-mbscasestr1.c: New file.
23780         * tests/test-mbscasestr2.sh: New file.
23781         * tests/test-mbscasestr2.c: New file.
23782         * tests/test-mbscasestr3.sh: New file.
23783         * tests/test-mbscasestr3.c: New file.
23784         * tests/test-mbscasestr4.sh: New file.
23785         * tests/test-mbscasestr4.c: New file.
23786         * m4/locale-tr.m4: New file.
23787
23788 2007-02-11  Bruno Haible  <bruno@clisp.org>
23789
23790         Ensure O(n) worst-case complexity of mbsstr.
23791         * lib/mbsstr.c: Include stdbool.h.
23792         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23793         functions.
23794         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23795         bookkeeping indicates that it's worth it.
23796         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23797
23798         * modules/mbsstr-tests: New file.
23799         * tests/test-mbsstr1.c: New file.
23800         * tests/test-mbsstr2.sh: New file.
23801         * tests/test-mbsstr2.c: New file.
23802         * tests/test-mbsstr3.sh: New file.
23803         * tests/test-mbsstr3.c: New file.
23804         * m4/locale-fr.m4: New file.
23805
23806 2007-02-11  Bruno Haible  <bruno@clisp.org>
23807
23808         * lib/mbsrchr.c (mbsrchr): Fix bug.
23809
23810         * modules/mbsrchr-tests: New file.
23811         * tests/test-mbsrchr.sh: New file.
23812         * tests/test-mbsrchr.c: New file.
23813
23814 2007-02-11  Bruno Haible  <bruno@clisp.org>
23815
23816         * lib/mbschr.c (mbschr): Fix bug.
23817
23818         * modules/mbschr-tests: New file.
23819         * tests/test-mbschr.sh: New file.
23820         * tests/test-mbschr.c: New file.
23821         * m4/locale-zh.m4: New file.
23822
23823 2007-02-11  Bruno Haible  <bruno@clisp.org>
23824
23825         Support for copying multibyte string iterators.
23826         * lib/mbiter.h: Include <string.h>.
23827         (mbiter_multi_copy): New function.
23828         (mbi_copy): New macro.
23829         * lib/mbuiter.h: Include <string.h>.
23830         (mbuiter_multi_copy): New function.
23831         (mbui_copy): New macro.
23832
23833 2007-02-11  Bruno Haible  <bruno@clisp.org>
23834
23835         New module mbslen.
23836         * modules/mbslen: New file.
23837         * lib/mbslen.c: New file.
23838         * lib/string_.h (mbslen): New declaration.
23839         * m4/mbslen.m4: New file.
23840         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23841         GNULIB_MBSLEN.
23842         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23843         * MODULES.html.sh (Internationalization functions): Add mbslen.
23844
23845 2007-02-11  Bruno Haible  <bruno@clisp.org>
23846
23847         Ensure O(n) worst-case complexity of strcasestr substitute.
23848         * lib/strcasestr.c: Include stdbool.h.
23849         (knuth_morris_pratt): New function.
23850         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23851         bookkeeping indicates that it's worth it.
23852         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23853
23854         * modules/strcasestr-tests: New file.
23855         * tests/test-strcasestr.c: New file.
23856
23857 2007-02-11  Bruno Haible  <bruno@clisp.org>
23858
23859         Ensure O(n) worst-case complexity of c_strcasestr.
23860         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23861         (knuth_morris_pratt): New function.
23862         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23863         the bookkeeping indicates that it's worth it.
23864         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23865
23866         * modules/c-strcasestr-tests: New file.
23867         * tests/test-c-strcasestr.c: New file.
23868
23869 2007-02-11  Bruno Haible  <bruno@clisp.org>
23870
23871         Ensure O(n) worst-case complexity of c_strstr.
23872         * lib/c-strstr.c: Include stdbool.h, string.h.
23873         (knuth_morris_pratt): New function.
23874         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23875         bookkeeping indicates that it's worth it.
23876         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23877
23878         * lib/c-strstr.c: Complete rewrite for maintainability.
23879
23880         * modules/c-strstr-tests: New file.
23881         * tests/test-c-strstr.c: New file.
23882
23883 2007-02-11  Bruno Haible  <bruno@clisp.org>
23884
23885         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23886         5.2.1 and earlier, whereby \055 was treated just like the range
23887         delimiter '-'.
23888         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23889
23890 2007-02-08  Bruno Haible  <bruno@clisp.org>
23891
23892         * modules/regex (Depends-on): Add stdbool.
23893         Reported by Dalibor Topic <robilad@kaffe.org>.
23894
23895 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23898         Prefer returning from main to exiting from it.
23899         Remove unnecessary parens after sizeof.
23900
23901 2007-02-05  Bruno Haible  <bruno@clisp.org>
23902
23903         New module mbssep.
23904         * modules/mbssep: New file.
23905         * lib/mbssep.c: New file.
23906         * lib/string_.h (strsep): Add a conditional link warning.
23907         (mbssep): New declaration.
23908         * m4/mbssep.m4: New file.
23909         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23910         GNULIB_MBSSEP.
23911         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23912         * MODULES.html.sh (Internationalization functions): Add mbssep.
23913
23914 2007-02-05  Bruno Haible  <bruno@clisp.org>
23915
23916         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23917         Optimize search in case of 1 delimiter.
23918
23919 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23920
23921         * lib/acl.h: Include sys/types.h before sys/acl.h.
23922
23923 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23924
23925         Merge upstream fix for glibc bugzilla #3957:
23926
23927         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23928
23929         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23930         bit for RE_HAT_LISTS_NOT_NEWLINE.
23931         (build_charclass_op): Remove bogus comment.
23932
23933 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23934
23935         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23936
23937 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23938
23939         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23940         * lib/memmem.c [!defined _LIBC]: Include config.h.
23941
23942 2007-02-04  Bruno Haible  <bruno@clisp.org>
23943
23944         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23945         warning message.
23946
23947 2007-02-04  Bruno Haible  <bruno@clisp.org>
23948
23949         New module mbstok_r.
23950         * modules/mbstok_r: New file.
23951         * lib/mbstok_r.c: New file.
23952         * lib/string_.h (strtok_r): Change argument names to match the
23953         comments. Add a conditional link warning.
23954         (mbstok_r): New declaration.
23955         * m4/mbstok_r.m4: New file.
23956         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23957         GNULIB_MBSTOK_R.
23958         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23959         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23960
23961 2007-02-04  Bruno Haible  <bruno@clisp.org>
23962
23963         New module mbsspn.
23964         * modules/mbsspn: New file.
23965         * lib/mbsspn.c: New file.
23966         * lib/string_.h (strspn): Add a conditional link warning.
23967         (mbsspn): New declaration.
23968         * m4/mbsspn.m4: New file.
23969         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23970         GNULIB_MBSSPN.
23971         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23972         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23973
23974 2007-02-04  Bruno Haible  <bruno@clisp.org>
23975
23976         New module mbspbrk.
23977         * modules/mbspbrk: New file.
23978         * lib/mbspbrk.c: New file.
23979         * lib/string_.h (strpbrk): Add a conditional link warning.
23980         (mbspbrk): New declaration.
23981         * m4/mbspbrk.m4: New file.
23982         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23983         GNULIB_MBSPBRK.
23984         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23985         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23986
23987 2007-02-04  Bruno Haible  <bruno@clisp.org>
23988
23989         New module mbscspn.
23990         * modules/mbscspn: New file.
23991         * lib/mbscspn.c: New file.
23992         * lib/string_.h (strcspn): Add a conditional link warning.
23993         (mbscspn): New declaration.
23994         * m4/mbscspn.m4: New file.
23995         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23996         GNULIB_MBSCSPN.
23997         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23998         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23999
24000 2007-02-04  Bruno Haible  <bruno@clisp.org>
24001
24002         New module mbscasestr, reduced goal of strcasestr.
24003         * modules/mbscasestr: New file.
24004         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
24005         (mbscasestr): Renamed from strcasestr.
24006         * lib/strcasestr.c: Don't include mbuiter.h.
24007         (strcasestr): Remove support for multibyte locales.
24008         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
24009         Change the conditional link warning.
24010         (mbscasestr): New declaration.
24011         * m4/mbscasestr.m4: New file.
24012         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
24013         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
24014         REPLACE_STRCASESTR.
24015         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
24016         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24017         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
24018         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
24019         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
24020         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
24021         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
24022         (Depends-on): Remove mbuiter.
24023         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
24024
24025 2007-02-04  Bruno Haible  <bruno@clisp.org>
24026
24027         Simplify handling of strncasecmp.
24028         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
24029         the conditional link warning.
24030         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24031         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
24032         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
24033         * modules/strcase (configure.ac): Don't invoke
24034         gl_STRING_MODULE_INDICATOR.
24035         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
24036
24037 2007-02-04  Bruno Haible  <bruno@clisp.org>
24038
24039         New module mbscasecmp, reduced goal of strcasecmp.
24040         * modules/mbscasecmp: New file.
24041         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
24042         (mbscasecmp): Renamed from strcasecmp.
24043         * lib/strcasecmp.c: Don't include mbuiter.h.
24044         (strcasecmp): Remove support for multibyte locales.
24045         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
24046         Change the conditional link warning.
24047         (mbscasecmp): New declaration.
24048         * m4/mbscasecmp.m4: New file.
24049         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
24050         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
24051         REPLACE_STRCASECMP.
24052         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
24053         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24054         GNULIB_MBSCASECMP.
24055         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
24056         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
24057         * modules/strcase (Files): Remove m4/mbrtowc.m4.
24058         (Depends-on): Remove mbuiter.
24059         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
24060
24061 2007-02-04  Bruno Haible  <bruno@clisp.org>
24062
24063         New module mbsstr. Remove module strstr.
24064         * modules/mbsstr: New file.
24065         * modules/strstr: Remove file.
24066         * lib/mbsstr.c: Renamed from lib/strstr.c.
24067         (mbsstr): Renamed from strstr.
24068         * lib/string_.h (strstr): Remove declaration. Change the conditional
24069         link warning.
24070         (mbsstr): New declaration.
24071         * m4/mbsstr.m4: New file.
24072         * m4/strstr.m4: Remove file.
24073         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
24074         REPLACE_STRSTR.
24075         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
24076         Don't initialize GNULIB_STRSTR.
24077         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
24078         substitute GNULIB_STRSTR and REPLACE_STRSTR.
24079         * MODULES.html.sh (Internationalization functions): Add mbsstr.
24080         (Support for systems lacking ANSI C 89): Remove strstr.
24081
24082 2007-02-04  Bruno Haible  <bruno@clisp.org>
24083
24084         New module mbsrchr.
24085         * modules/mbsrchr: New file.
24086         * lib/mbsrchr.c: New file.
24087         * lib/string_.h (strrchr): Add a conditional link warning.
24088         (mbsrchr): New declaration.
24089         * m4/mbsrchr.m4: New file.
24090         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24091         GNULIB_MBSRCHR.
24092         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
24093         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
24094
24095 2007-02-04  Bruno Haible  <bruno@clisp.org>
24096
24097         New module mbschr.
24098         * modules/mbschr: New file.
24099         * lib/mbschr.c: New file.
24100         * lib/string_.h (strchr): Add a conditional link warning.
24101         (mbschr): New declaration.
24102         * m4/mbschr.m4: New file.
24103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24104         GNULIB_MBSCHR.
24105         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
24106         * MODULES.html.sh (Internationalization functions): Add mbschr.
24107
24108 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
24109
24110         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
24111
24112         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
24113
24114 2007-02-04  Bruno Haible  <bruno@clisp.org>
24115
24116         New module description section 'configure.ac-early'.
24117         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
24118         (func_get_autoconf_early_snippet): New function.
24119         (func_import, func_create_testdir): Use it. Remove special cases for
24120         modules 'extensions' and 'lock'.
24121         * modules/extensions (configure.ac-early): Require
24122         gl_USE_SYSTEM_EXTENSIONS.
24123         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
24124
24125 2007-02-04  Bruno Haible  <bruno@clisp.org>
24126
24127         Make use of gcj-4.3's -fsource and -ftarget option.
24128         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
24129         and if so try the options -fsource and -ftarget.
24130         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
24131         source_version, ftarget_option, target_version arguments.
24132         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
24133         (is_envjavac_oldgcj_14_14_usable): Renamed from
24134         is_envjavac_gcj_14_14_usable.
24135         (is_envjavac_oldgcj_14_13_usable): Renamed from
24136         is_envjavac_gcj_14_13_usable.
24137         (is_gcj_present): Update.
24138         (is_gcj_43, is_gcj43_usable): New functions.
24139         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
24140         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
24141         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
24142         try the options -fsource and -ftarget.
24143
24144 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24145
24146         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
24147         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
24148         larger value.
24149
24150 2007-02-03  Jim Meyering  <jim@meyering.net>
24151
24152         Give tools a better chance to allocate space for very large buffers.
24153         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
24154
24155         Make pwd and readlink work also when run with an unreadable parent dir
24156         on systems with openat support.
24157         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
24158         provided getcwd function, even when we have openat support.
24159         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
24160
24161 2007-02-02  Bruno Haible  <bruno@clisp.org>
24162
24163         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
24164         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
24165         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
24166         portability problems if one of these functions is only used on specific
24167         platforms.
24168         Reported by Paul Eggert.
24169
24170 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
24171
24172         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
24173         is causing more trouble than it's curing.
24174         * lib/regex_internal.h (__mempcpy): Remove.
24175         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
24176         (and make the code a tad smaller to boot).
24177         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
24178
24179 2007-02-02  Jim Meyering  <jim@meyering.net>
24180
24181         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
24182         section, not in the Makefile.am: one.
24183
24184 2007-02-02  Eric Blake  <ebb9@byu.net>
24185
24186         * lib/strchrnul.c: Always include config.h first.
24187
24188         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
24189         gnulib strstr is not necessary here.
24190
24191 2007-02-02  Simon Josefsson  <simon@josefsson.org>
24192
24193         * m4/socklen.m4: Fix typo.
24194
24195 2007-02-02  Eric Blake  <ebb9@byu.net>
24196
24197         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
24198         * modules/netinet_in (Makefile.am): Likewise.
24199
24200 2007-02-01  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/string_.h (GL_LINK_WARNING): New macro.
24203         (strcasecmp, strstr, strcasestr): If provided by the system,
24204         conditionally define as a macro that leads to a warning instead of to
24205         an error.
24206         (strncasecmp): Conditionally define as a macro that leads to a warning.
24207
24208 2007-02-01  Karl Berry  <karl@gnu.org>
24209
24210         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24211
24212 2007-02-01  Bruno Haible  <bruno@clisp.org>
24213
24214         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24215         renamings.
24216
24217 2007-02-01  Eric Blake  <ebb9@byu.net>
24218
24219         * modules/regex (Depends-on): Revert dependence on mempcpy.
24220         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24221         module's definition of mempcpy.
24222         Reported by Paul Eggert.
24223
24224 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24225
24226         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24227         the symbol XYZ before redefining it.  This fixes a problem with
24228         programs that don't use XYZ, when compiled on systems that define
24229         XYZ to something else.
24230
24231 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24232
24233         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24234         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24235         writeable to group or other and (2) is intended to have a special
24236         mode bit that is set or cleared.  In such a case, the directory
24237         should be neither group- nor other-writeable until the special
24238         mode bits are right.
24239
24240 2007-01-31  Eric Blake  <ebb9@byu.net>
24241
24242         * modules/mountlist (Depends-on): Add strstr.
24243
24244         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24245         bug.
24246         * modules/string (Makefile.am): Remove redundant replacement.
24247         * modules/regex (Depends-on): Add mempcpy.
24248
24249 2007-01-31  Bruno Haible  <bruno@clisp.org>
24250
24251         New module description field 'Link'.
24252         * gnulib-tool (func_usage): Document --extract-link-directive.
24253         (sed_extract_prog): Recognize 'Link' directive.
24254         (func_get_link_directive): New function.
24255         (func_import): Show summary of link directives.
24256         Handle --extract-link-directive option.
24257         * modules/acl (Link): New section.
24258         * modules/clock-time (Link): New section.
24259         * modules/euidaccess (Link): New section.
24260         * modules/gettext (Link): New section.
24261         * modules/iconv (Link): New section.
24262         * modules/lock (Link): New section.
24263         * modules/nanosleep (Link): New section.
24264         * modules/readline (Link): New section.
24265
24266 2007-01-27  Bruno Haible  <bruno@clisp.org>
24267
24268         Enforce the use of gnulib modules for unportable <string.h> functions.
24269         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24270         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24271         (gl_HEADER_STRING_H_BODY): Require it.
24272         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24273         the symbol XYZ to one that gives a link error.
24274         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24275         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24276         * modules/mempcpy (configure.ac): Likewise.
24277         * modules/memrchr (configure.ac): Likewise.
24278         * modules/stpcpy (configure.ac): Likewise.
24279         * modules/stpncpy (configure.ac): Likewise.
24280         * modules/strcase (configure.ac): Likewise.
24281         * modules/strcasestr (configure.ac): Likewise.
24282         * modules/strchrnul (configure.ac): Likewise.
24283         * modules/strdup (configure.ac): Likewise.
24284         * modules/strndup (configure.ac): Likewise.
24285         * modules/strnlen (configure.ac): Likewise.
24286         * modules/strpbrk (configure.ac): Likewise.
24287         * modules/strsep (configure.ac): Likewise.
24288         * modules/strstr (configure.ac): Likewise.
24289         * modules/strtok_r (configure.ac): Likewise.
24290
24291 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24292
24293         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24294
24295 2007-01-30  Jim Meyering  <jim@meyering.net>
24296
24297         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24298
24299 2007-01-29  Bruno Haible  <bruno@clisp.org>
24300
24301         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24302         * lib/execute.c: Likewise.
24303         * lib/pipe.c: Likewise.
24304         * lib/printf-args.h: Likewise.
24305         * lib/printf-args.c: Likewise.
24306         * lib/printf-parse.c: Likewise.
24307         * lib/vasnprintf.c: Likewise.
24308
24309 2007-01-29  Eric Blake  <ebb9@byu.net>
24310
24311         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24312         declaration.
24313
24314 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24315
24316         * lib/strptime.h (strptime): Use 'restrict' for args where
24317         POSIX requires this.
24318         * lib/strptime.c (strptime): Likewise.
24319         Change license notice from LGPL to GPL, since gnulib-tool will
24320         change this as needed.
24321         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24322         defined.
24323         Include "strptime.h" first, to check interface.
24324         Do not #undef _LIBC and _NL_CURRENT.
24325         Do not include <stdlib.h>; no longer needed.
24326         Include "time_r.h" and declare ptime_locale_status
24327         only if _LIBC is not defined.
24328         (__P): Remove unused macro.
24329         (match_string): Bring back glibc version, but use it only if _LIBC
24330         is defined.
24331         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24332         Remove unnecessary assertion and abort() call.
24333         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24334         * m4/strptime.m4: Fix serial number comment.
24335         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24336         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24337         (Depends-on): Add time_r.
24338
24339 2007-01-29  Bruno Haible  <bruno@clisp.org>
24340
24341         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24342         strptime.
24343         * modules/strptime (Depends-on): Add stdbool.
24344         * lib/strptime.h: Include <time.h> always. Add comments.
24345
24346 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24347
24348         * modules/strptime: New file.
24349         * lib/strptime.h: New file.
24350         * lib/strptime.c: New file.
24351         * m4/strptime.m4: New file.
24352
24353 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24354
24355         * MODULES.html.sh: New module mpsort.
24356         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24357
24358         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24359         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24360         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24361         All uses changed.
24362         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24363         All uses changed.
24364         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24365         to _Restrict_.
24366         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24367         the parameter matches the prototype.
24368
24369 2007-01-28  Jim Meyering  <jim@meyering.net>
24370
24371         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24372         sys/time.h here, reverting that part of the previous patch:
24373         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24374
24375 2007-01-28  Bruno Haible  <bruno@clisp.org>
24376
24377         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24378         value of $(SYS_TIME_H).
24379         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24380         remove it conditionally, too. [added by Jim Meyering]
24381         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24382         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24383         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24384         GETTIMEOFDAY_REPLACEMENT to 1.
24385
24386 2007-01-28  Bruno Haible  <bruno@clisp.org>
24387
24388         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24389         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24390         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24391         Set UNISTD_H instead of UNISTD_H2.
24392         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24393
24394 2007-01-28  Bruno Haible  <bruno@clisp.org>
24395
24396         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24397         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24398
24399 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24400
24401         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24402         (func_create_testdir): Ensure C locale for `grep' and `tr'
24403         character ranges.
24404         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24405         ACLOCAL_AMFLAGS parsing state machine.
24406
24407 2007-01-27  Bruno Haible  <bruno@clisp.org>
24408
24409         * modules/unistr/base: Update.
24410
24411 2007-01-27  Bruno Haible  <bruno@clisp.org>
24412
24413         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24414         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24415         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24416         modules/unistr/u32-mbtouc.
24417         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24418         * lib/unistr.h: Update.
24419         * lib/linebreak.c: Update.
24420         * modules/unistr/u32-mbtouc: Renamed from
24421         modules/unistr/u32-mbtouc-safe.
24422         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24423         * lib/unistr.h: Update.
24424         * lib/unistr/u32-to-u8.c: Update.
24425         * lib/unistr/u32-to-u16.c: Update.
24426
24427 2007-01-27  Bruno Haible  <bruno@clisp.org>
24428
24429         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24430         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24431         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24432         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24433         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24434         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24435         modules/unistr/u16-mbtouc.
24436         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24437         * lib/unistr.h: Update.
24438         * lib/linebreak.c: Update.
24439         * modules/linebreak: Update.
24440         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24441         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24442         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24443         * modules/unistr/u16-mbtouc: Renamed from
24444         modules/unistr/u16-mbtouc-safe.
24445         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24446         * lib/unistr.h: Update.
24447         * lib/unistr/u16-to-u8.c: Update.
24448         * modules/unistr/u16-to-u8: Update.
24449         * lib/unistr/u16-to-u32.c: Update.
24450         * modules/unistr/u16-to-u32: Update.
24451
24452 2007-01-27  Bruno Haible  <bruno@clisp.org>
24453
24454         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24455         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24456         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24457         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24458         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24459         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24460         modules/unistr/u8-mbtouc.
24461         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24462         * lib/unistr.h: Update.
24463         * lib/striconveh.c: Update.
24464         * modules/striconveh: Update.
24465         * lib/linebreak.c: Update.
24466         * modules/linebreak: Update.
24467         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24468         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24469         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24470         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24471         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24472         * lib/unistr.h: Update.
24473         * lib/striconveh.c: Update.
24474         * modules/striconveh: Update.
24475         * lib/unistr/u8-to-u16.c: Update.
24476         * modules/unistr/u8-to-u16: Update.
24477         * lib/unistr/u8-to-u32.c: Update.
24478         * modules/unistr/u8-to-u32: Update.
24479
24480 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24481
24482         Sync from Libtool.
24483         * lib/argz.c: Do not include strings.h nor memory.h, include
24484         string.h unconditionally.  Patch by Simon Josefsson.
24485
24486 2007-01-27  Bruno Haible  <bruno@clisp.org>
24487
24488         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24489         from gl_HEADER_STRING_H_BODY.
24490         (gl_HEADER_STRING_H_BODY): Require it.
24491         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24492         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24493         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24494         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24495         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24496         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24497         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24498         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24499         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24500         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24501         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24502         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24503         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24504         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24505         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24506
24507 2007-01-27  Bruno Haible  <bruno@clisp.org>
24508
24509         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24510         check_PROGRAMS into noinst_PROGRAMS.
24511         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24512         check_PROGRAMS in this case.
24513         (func_import): Set for_test to false.
24514         (func_create_testdir): Set for_test to true.
24515
24516 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24517             Bruno Haible  <bruno@clisp.org>
24518
24519         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24520         (Depends-on): Add string.
24521         (Includes): Use <string.h> instead of strcasestr.h.
24522         * modules/string (Makefile.am): Also substitute the value of
24523         REPLACE_STRCASESTR.
24524         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24525         assume strcasestr is declared in <string.h> not <strings.h>. Also
24526         set REPLACE_STRCASESTR.
24527         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24528         REPLACE_STRCASESTR.
24529         * lib/strcasestr.h: Remove file.
24530         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24531         * lib/string_.h (strcasestr): New declaration.
24532
24533 2007-01-27  Bruno Haible  <bruno@clisp.org>
24534
24535         * lib/string_.h: Use 'extern'.
24536
24537 2007-01-27  Jim Meyering  <jim@meyering.net>
24538
24539         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24540         of set-but-not-used local, "q".
24541
24542         * lib/mempcpy.c: Include <config.h> before <string.h>.
24543         This fixes a compilation error on HP-UX, due to the system's
24544         "restrict"-using mempcpy prototype.
24545
24546 2007-01-26  Bruno Haible  <bruno@clisp.org>
24547
24548         Small optimization.
24549         * lib/javacomp.c: Include c-strstr.h.
24550          (is_envjavac_gcj): Use c_strstr instead of strstr.
24551         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24552
24553 2007-01-26  Bruno Haible  <bruno@clisp.org>
24554
24555         * MODULES.html.sh (Unicode string functions): Add the new modules.
24556
24557         * modules/uniconv/u32-strconv-to-locale: New file.
24558         * lib/uniconv/u32-strconv-to-locale.c: New file.
24559
24560         * modules/uniconv/u16-strconv-to-locale: New file.
24561         * lib/uniconv/u16-strconv-to-locale.c: New file.
24562
24563         * modules/uniconv/u8-strconv-to-locale: New file.
24564         * lib/uniconv/u8-strconv-to-locale.c: New file.
24565
24566         * modules/uniconv/u32-strconv-from-locale: New file.
24567         * lib/uniconv/u32-strconv-from-locale.c: New file.
24568
24569         * modules/uniconv/u16-strconv-from-locale: New file.
24570         * lib/uniconv/u16-strconv-from-locale.c: New file.
24571
24572         * modules/uniconv/u8-strconv-from-locale: New file.
24573         * lib/uniconv/u8-strconv-from-locale.c: New file.
24574
24575         * modules/uniconv/u32-strconv-to-enc: New file.
24576         * lib/uniconv/u32-strconv-to-enc.c: New file.
24577         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24578         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24579
24580         * modules/uniconv/u16-strconv-to-enc: New file.
24581         * lib/uniconv/u16-strconv-to-enc.c: New file.
24582         * lib/uniconv/u-strconv-to-enc.h: New file.
24583         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24584         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24585
24586         * modules/uniconv/u8-strconv-to-enc: New file.
24587         * lib/uniconv/u8-strconv-to-enc.c: New file.
24588         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24589         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24590
24591         * modules/uniconv/u32-strconv-from-enc: New file.
24592         * lib/uniconv/u32-strconv-from-enc.c: New file.
24593         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24594         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24595
24596         * modules/uniconv/u16-strconv-from-enc: New file.
24597         * lib/uniconv/u16-strconv-from-enc.c: New file.
24598         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24599         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24600
24601         * modules/uniconv/u8-strconv-from-enc: New file.
24602         * lib/uniconv/u8-strconv-from-enc.c: New file.
24603         * lib/uniconv/u-strconv-from-enc.h: New file.
24604         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24605         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24606
24607         * modules/uniconv/u32-conv-from-enc: New file.
24608         * lib/uniconv/u32-conv-from-enc.c: New file.
24609         * modules/uniconv/u32-conv-from-enc-tests: New file.
24610         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24611
24612         * modules/uniconv/u16-conv-from-enc: New file.
24613         * lib/uniconv/u16-conv-from-enc.c: New file.
24614         * lib/uniconv/u-conv-from-enc.h: New file.
24615         * modules/uniconv/u16-conv-from-enc-tests: New file.
24616         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24617
24618         * modules/uniconv/u8-conv-from-enc: New file.
24619         * lib/uniconv/u8-conv-from-enc.c: New file.
24620         * modules/uniconv/u8-conv-from-enc-tests: New file.
24621         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24622
24623         * modules/uniconv/base: New file.
24624         * lib/uniconv.h: New file.
24625
24626 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24627
24628         * doc/gnulib-tool.texi (Initial import): Update to match current
24629         behavior with strdup module.
24630         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24631         * lib/memmem.h: Remove; all uses removed.  This is now done
24632         by <string.h>.
24633         * lib/mempcpy.h: Likewise.
24634         * lib/memrchr.h: Likewise.
24635         * lib/stpcpy.h: Likewise.
24636         * lib/stpncpy.h: Likewise.
24637         * lib/strcase.h: Likewise.
24638         * lib/strchrnul.h: Likewise.
24639         * lib/strdup.h: Likewise.
24640         * lib/strndup.h: Likewise.
24641         * lib/strnlen.h: Likewise.
24642         * lib/strpbrk.h: Likewise.
24643         * lib/strsep.h: Likewise.
24644         * lib/strstr.h: Likewise.
24645         * lib/strtok_r.h: Likewise.
24646         * lib/string_.h: New file.
24647         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24648         Rely on <string.h> instead.
24649         * lib/canon-host.c: Likewise.
24650         * lib/chdir-long.c: Likewise.
24651         * lib/concatpath.c: Likewise.
24652         * lib/exclude.c: Likewise.
24653         * lib/fchdir.c: Likewise.
24654         * lib/getaddrinfo.c: Likewise.
24655         * lib/getcwd.c: Likewise.
24656         * lib/getsubopt.c: Likewise.
24657         * lib/glob.c: Likewise.
24658         * lib/hard-locale.c: Likewise.
24659         * lib/iconvme.c: Likewise.
24660         * lib/javacomp.c: Likewise.
24661         * lib/mempcpy.c: Likewise.
24662         * lib/memrchr.c: Likewise.
24663         * lib/regex_internal.h: Likewise.
24664         * lib/stpncpy.c: Likewise.
24665         * lib/strcasecmp.c: Likewise.
24666         * lib/strchrnul.c: Likewise.
24667         * lib/strdup.c: Likewise.
24668         * lib/striconv.c: Likewise.
24669         * lib/striconveh.c: Likewise.
24670         * lib/striconveha.c: Likewise.
24671         * lib/strncasecmp.c: Likewise.
24672         * lib/strndup.c: Likewise.
24673         * lib/strnlen.c: Likewise.
24674         * lib/strsep.c: Likewise.
24675         * lib/strstr.c: Likewise.
24676         * lib/strtok_r.c: Likewise.
24677         * lib/userspec.c: Likewise.
24678         * lib/w32spawn.h: Likewise.
24679         * lib/xstrndup.c: Likewise.
24680         * lib/mountlist.c (strstr): Remove decl.
24681         * m4/string_h.m4: New file.
24682         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24683         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24684         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24685         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24686         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24687         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24688         Set REPLACE_STRCASECMP if necessary.
24689         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24690         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24691         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24692         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24693         HAVE_DECL_STRDUP if necessary.
24694         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24695         since gl_FUNC_STRNDUP does that now.
24696         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24697         Check for decl here...
24698         (gl_PREREQ_STRNLEN): ... not here.
24699         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24700         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24701         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24702         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24703         necessary.
24704         * modules/string: New file.
24705         * modules/memmem (Files): Remove special-purpose include file.
24706         (Depends-on): Add string.
24707         (Include): Include <string.h>, not the removed file.
24708         * modules/mempcpy: Likewise.
24709         * modules/memrchr: Likewise.
24710         * modules/stpcpy: Likewise.
24711         * modules/stpncpy: Likewise.
24712         * modules/strcase: Likewise.
24713         * modules/strchrnul: Likewise.
24714         * modules/strdup: Likewise.
24715         * modules/strndup: Likewise.
24716         * modules/strnlen: Likewise.
24717         * modules/strpbrk: Likewise.
24718         * modules/strsep: Likewise.
24719         * modules/strstr: Likewise.
24720         * modules/strtok_r: Likewise.
24721         * tests/test-dirname.c: Don't include "strdup.h", since
24722         <string.h> now suffices.
24723         * tests/test-memmem.c: Don't include "memmem.h", since
24724         <string.h> now suffices.
24725
24726 2007-01-25  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24729         *resultp is 0.
24730
24731         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24732         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24733         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24734         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24735
24736         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24737         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24738         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24739         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24740         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24741         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24742
24743 2007-01-24  Bruno Haible  <bruno@clisp.org>
24744
24745         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24746         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24747         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24748         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24749         gl_FUNC_FTS_CORE.
24750         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24751         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24752         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24753         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24754         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24755         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24756         gl_FUNC_FCHOWNAT.
24757         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24758         gl_FUNC_STRFTIME.
24759         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24760         Reported by Ralf Wildenhues.
24761
24762 2007-01-24  Bruno Haible  <bruno@clisp.org>
24763
24764         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24765         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24766         gl_GETADDRINFO.
24767         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24768         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24769         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24770
24771 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24772
24773         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24774         Don't use 'exit'; just return from 'main'.
24775         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24776
24777         * lib/fnmatch_.h: Readjust white space and comments to match
24778         glibc, to avoid spurious diffs.
24779
24780 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24781
24782         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24783         2004-12-01 change by Jakub Jelinek, since this code won't compile
24784         if !LIBC.  Problem reported by Bob Proulx.
24785
24786 2007-01-23  Bruno Haible  <bruno@clisp.org>
24787
24788         * lib/striconveh.c: Include c-strcaseeq.h.
24789         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24790         * modules/striconveh (Depends-on): Add c-strcaseeq.
24791
24792 2007-01-23  Bruno Haible  <bruno@clisp.org>
24793
24794         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24795
24796         * modules/c-strcaseeq: New file.
24797         * lib/c-strcaseeq.h: New file.
24798
24799         * modules/streq: New file.
24800         * lib/streq.h: New file.
24801
24802 2007-01-23  Bruno Haible  <bruno@clisp.org>
24803
24804         * modules/striconveha-tests: New file.
24805         * tests/test-striconveha.c: New file.
24806
24807         * lib/striconveha.h: Include <stdbool.h>.
24808         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24809         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24810         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24811         (mem_iconveha): New function.
24812         (str_iconveha_notranslit): Renamed from str_iconveha.
24813         (str_iconveha): New function.
24814         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24815         c-strcase.
24816
24817 2007-01-23  Bruno Haible  <bruno@clisp.org>
24818
24819         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24820         encodings without forgiving before trying any encoding with handler.
24821         (str_iconveha): Try all encodings without forgiving before trying any
24822         encoding with handler.
24823
24824 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24825
24826         Import the following changes from libc.
24827
24828         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24829
24830         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24831
24832         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24833
24834         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24835         normal_bracket label.
24836
24837         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24838
24839         [BZ #361]
24840         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24841         to normal_bracket after fetching the next character.
24842
24843 2007-01-22  Bruno Haible  <bruno@clisp.org>
24844
24845         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24846         argument.
24847         * lib/striconveh.c (iconv_carefully_1): New function.
24848         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24849         argument.
24850         (str_cd_iconveh): Update.
24851         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24852         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24853         * tests/test-striconveh.c (MAGIC): New macro.
24854         (new_offsets): New function.
24855         (main): Test call with and without offsets.
24856
24857 2007-01-22  Bruno Haible  <bruno@clisp.org>
24858
24859         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24860         * modules/sys_select (Makefile.am): Likewise.
24861         * modules/sys_socket (Makefile.am): Likewise.
24862         * modules/sys_time (Makefile.am): Likewise.
24863
24864 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24865
24866         * modules/gettimeofday (License): Change from GPL to LGPL, since
24867         gettimeofday is a library function.
24868
24869 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24870
24871         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24872
24873 2007-01-21  Bruno Haible  <bruno@clisp.org>
24874
24875         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24876
24877 2007-01-21  Bruno Haible  <bruno@clisp.org>
24878
24879         * modules/striconveha: New file.
24880         * lib/striconveha.h: New file.
24881         * lib/striconveha.c: New file.
24882         * MODULES.html.sh (Internationalization functions): Add striconveha.
24883         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24884         string.
24885         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24886
24887 2007-01-21  Bruno Haible  <bruno@clisp.org>
24888
24889         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24890         * lib/striconveh.c (str_iconveh): Likewise.
24891
24892 2007-01-21  Bruno Haible  <bruno@clisp.org>
24893
24894         * lib/striconveh.h (mem_iconveh): New declaration.
24895         * lib/striconveh.c (mem_iconveh): New function.
24896         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24897
24898 2007-01-21  Bruno Haible  <bruno@clisp.org>
24899
24900         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24901
24902         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24903         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24904         original result buffer.
24905         (str_cd_iconveh): Update.
24906         * tests/test-striconveh.c (main): Update.
24907
24908         * lib/striconv.h (mem_cd_iconv): Change specification.
24909         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24910         result buffer.
24911         (str_cd_iconv): Update.
24912         * tests/test-striconv.c (main): Update.
24913
24914 2007-01-21  Bruno Haible  <bruno@clisp.org>
24915
24916         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24917
24918 2007-01-20  Jim Meyering  <jim@meyering.net>
24919
24920         * lib/userspec.c (parse_with_separator): If a user or group string
24921         starts with "+", skip the corresponding name-to-ID look-up, since
24922         such a look-up must fail: user and group names may not include "+".
24923
24924 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24925
24926         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24927         since we now assume the sys_time module.
24928         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24929         check for sys/time.h; no longer needed.
24930         * modules/poll (Depends-on): Depend on sys_time.
24931
24932 2007-01-18  Bruno Haible  <bruno@clisp.org>
24933
24934         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24935         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24936
24937         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24938         gettimeofday.
24939
24940         * tests/test-gettimeofday.c: Include <time.h>.
24941         (dummy): Remove variable.
24942
24943         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24944         gl_HEADER_SYS_TIME_H.
24945         (gl_HEADER_SYS_TIME_H): New macro.
24946
24947         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24948         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24949         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24950         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24951         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24952         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24953         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24954         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24955         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24956         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24957         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24958
24959         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24960         last change; it caused a compilation error when cross-compiling to
24961         Cygwin.
24962
24963 2007-01-18  Jim Meyering  <jim@meyering.net>
24964
24965         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24966         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24967         than the race-prone "test -d sys || mkdir sys".
24968         (configure.ac): Use AC_PROG_MKDIR_P.
24969         * modules/sys_select: Likewise.
24970         * modules/sys_socket: Likewise.
24971         * modules/sys_time: Likewise.
24972
24973 2007-01-18  Eric Blake  <ebb9@byu.net>
24974
24975         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24976         replace gettimeofday.
24977         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24978         name, to avoid infinite recursion.
24979
24980 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24981
24982         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24983         module sys_time.
24984         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24985         assume timespec.h defines struct timeval.
24986         * lib/settime.c: Likewise.
24987         * lib/utimens.c: Likewise.
24988         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24989         since we now assume the gettimeofday module.
24990         * lib/tempname.c (__gen_tempname): Likewise.
24991         * lib/gettimeofday.h: Remove.
24992         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24993         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24994         Include <time.h>, for 'time()'.
24995         (localtime_buffer_addr): Also use this workaround if
24996         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24997         to simplify the uses.  All uses changed.
24998         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24999         that #undef is inside {}, and 'const' follows type name consistently.
25000         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
25001         (gettimeofday): Do not use the maximum possible value for
25002         tv->tv_usec, since that might break usages other than ls.c.
25003         Instead, we'll leave ls.c alone.  This undoes today's patch
25004         by Bruno.  Add a compile-time warning for 1s-clock resolution;
25005         we've never observed the problem but might as well keep the
25006         canary.
25007         * lib/nanosleep.c: Include timespec.h first, for interface check.
25008         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
25009         now assume the sys_time module.
25010         * lib/tempname.c: Likewise.
25011         * lib/timespec.h: Likewise.
25012         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
25013         needed.
25014         * lib/strftime.c: Likewise.
25015         * lib/timespec.h: Likewise.
25016         * lib/posixtm.c: Include posixtm.h first, for interface check.
25017         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
25018         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
25019         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
25020         * lib/sys_time_.h: New file.
25021         * lib/timespec.h (struct timespec): Use long int, not long.
25022         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
25023         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
25024         Remove obsolescent call to AC_HEADER_TIME.
25025         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
25026         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25027         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
25028         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
25029         Likewise.
25030         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
25031         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
25032         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
25033         into the sys_time module.  Check for gettimeofday just once.
25034         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
25035         for gettimeofday signature to just check the signature.  Merely
25036         compile it, since linking doesn't test signature.  Improve test for
25037         whether gettimeofday.o is actually needed.
25038         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
25039         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
25040         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
25041         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25042         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
25043         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
25044         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
25045         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
25046         than worrying about sys/time.h.
25047         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25048         Don't bother worrying about TIME_WITH_SYS_TIME.
25049         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
25050         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
25051         * m4/sys_time_h.m4: New file.
25052         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
25053         Don't include sys/time.h.  Return from main rather than exiting.
25054         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
25055         all uses changed.
25056         * modules/gethrxtime (Depends-on): Add sys_time.
25057         * modules/gettime (Depends-on): Likewise.
25058         * modules/gettimeofday (Depends-on): Likewise.
25059         * modules/nanosleep (Depends-on): Likewise.
25060         * modules/settime (Depends-on): Likewise.
25061         * modules/tempname (Depends-on): Likewise.
25062         * modules/utimens (Depends-on): Likewise.
25063         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
25064         (Include:) Change back to <sys/time.h>.
25065         (Maintainer:) Add self.
25066         * modules/sys_time: New file.
25067         * modules/tempname (Depends-on): Add gettimeofday.
25068         * tests/test-gettimeofday.c: Include <sys/time.h>
25069         rather than gettimeofday.h.
25070
25071 2007-01-17  Bruno Haible  <bruno@clisp.org>
25072
25073         * gnulib-tool (func_get_license): Revert last patch. Instead, let
25074         the license default to GPL.
25075         (func_create_testdir): Don't complain if a module is LGPL and its
25076         tests module depends on GPLed modules.
25077
25078 2007-01-17  Bruno Haible  <bruno@clisp.org>
25079
25080         * lib/gettimeofday.c (gettimeofday): Add code for the case
25081         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
25082         maximum possible value for tv->tv_usec, rather than the minimum one.
25083
25084 2005-10-08  Martin Lambers  <marlam@marlam.de>
25085 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25086 2007-01-16  Bruno Haible  <bruno@clisp.org>
25087
25088         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
25089         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
25090         gl_FUNC_GETTIMEOFDAY.
25091         (Include): Add gettimeofday.h.
25092         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
25093         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
25094         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
25095         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
25096         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
25097         * lib/gettimeofday.h: New file.
25098         * lib/gettimeofday.c: Include <sys/timeb.h>.
25099         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
25100         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25101         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
25102         fall back on time().
25103
25104         * tests/test-gettimeofday.c: New file.
25105         * modules/gettimeofday-tests: New file.
25106
25107 2007-01-16  Eric Blake  <ebb9@byu.net>
25108
25109         * modules/fnmatch (Depends-on): Depend on wchar.
25110         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
25111         * m4/fnmatch.m4: Likewise.
25112         * modules/mbchar (Makefile.am): Assume <wchar.h>.
25113         * m4/mbchar.m4: Likewise.
25114         * modules/mbswidth (Depends-on): Depend on wchar.
25115         * lib/mbswidth.c: Assume <wchar.h>.
25116         * m4/mbswidth.m4: Likewise.
25117         * modules/quotearg (Depends-on): Depend on wchar.
25118         * lib/quotearg.c: Assume <wchar.h>.
25119         * m4/quotearg.m4: Likewise.
25120         * modules/regex (Depends-on): Depend on wchar.
25121         * lib/regex_internal.h: Assume <wchar.h>.
25122         * m4/regex.m4: Likewise.
25123         * modules/stdint (Depends-on): Depend on wchar.
25124         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
25125         * m4/stdint.m4: Likewise.
25126         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
25127         * modules/strftime (Depends-on): Depend on wchar.
25128         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
25129         * modules/strtol (Depends-on): Depend on wchar.
25130         * lib/strtol.c: Assume <wchar.h>.
25131         * modules/wcwidth (Depends-on): Depend on wchar.
25132         * lib/wcwidth.h: Assume <wchar.h>.
25133         * m4/wcwidth.m4: Likewise.
25134
25135 2007-01-16  Bruno Haible  <bruno@clisp.org>
25136
25137         * modules/csharpexec-script: New, created from...
25138         * modules/csharpexec: ... this.
25139
25140 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25141
25142         * modules/javaexec-script: New, created from...
25143         * modules/javaexec: ... this.
25144
25145 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25146
25147         * modules/poll (Dependencies): Add sys_select.
25148
25149 2007-01-15  Jim Meyering  <jim@meyering.net>
25150
25151         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
25152         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
25153         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
25154         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
25155
25156 2007-01-15  Bruno Haible  <bruno@clisp.org>
25157
25158         * modules/striconveh: New file.
25159         * lib/striconveh.h: New file.
25160         * lib/striconveh.c: New file.
25161         * MODULES.html.sh (Internationalization functions): Add striconveh.
25162
25163         * modules/striconveh-tests: New file.
25164         * tests/test-striconveh.c: New file.
25165
25166 2007-01-15  Bruno Haible  <bruno@clisp.org>
25167
25168         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
25169         not from GNU libiconv or GNU libc.
25170
25171 2007-01-15  Bruno Haible  <bruno@clisp.org>
25172
25173         * doc/gnulib-intro.texi (Copyright): Explain the different license
25174         terms for module descriptions, autoconf macros, tests, documentation.
25175
25176 2007-01-14  Bruno Haible  <bruno@clisp.org>
25177
25178         * modules/striconv-tests: New file.
25179         * tests/test-striconv.c: New file.
25180
25181 2007-01-14  Bruno Haible  <bruno@clisp.org>
25182
25183         * modules/iconv-tests: New file.
25184         * tests/test-iconv.c: New file.
25185
25186 2007-01-14  Bruno Haible  <bruno@clisp.org>
25187
25188         * gnulib-tool (func_get_license): For test modules, use the license of
25189         the main module.
25190
25191 2007-01-14  Bruno Haible  <bruno@clisp.org>
25192
25193         * modules/iconv (Include): Clarify that <iconv.h> can only be included
25194         if iconv is found to exist.
25195
25196 2007-01-14  Bruno Haible  <bruno@clisp.org>
25197
25198         * modules/c-ctype-tests: New file.
25199         * tests/test-c-ctype.c: New file.
25200
25201 2007-01-14  Bruno Haible  <bruno@clisp.org>
25202
25203         * modules/binary-io-tests: New file.
25204         * tests/test-binary-io.sh: New file.
25205         * tests/test-binary-io.c: New file.
25206
25207 2007-01-14  Bruno Haible  <bruno@clisp.org>
25208
25209         * modules/array-oset-tests: New file.
25210         * tests/test-array_oset.c: New file.
25211
25212 2007-01-14  Bruno Haible  <bruno@clisp.org>
25213
25214         * modules/array-list-tests: New file.
25215         * tests/test-array_list.c: New file.
25216
25217 2007-01-14  Bruno Haible  <bruno@clisp.org>
25218
25219         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25220         and make.
25221         Reported by Simon Josefsson in
25222         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25223
25224 2007-01-14  Bruno Haible  <bruno@clisp.org>
25225
25226         * modules/allocsa-tests: New file.
25227         * tests/test-allocsa.c: New file.
25228
25229 2007-01-14  Bruno Haible  <bruno@clisp.org>
25230
25231         * modules/fchdir (Depends-on): Add absolute-header.
25232         * modules/unistd (Depends-on): Likewise.
25233
25234 2006-12-30  Bruno Haible  <bruno@clisp.org>
25235
25236         * modules/fchdir: New file.
25237         * modules/unistd (Files): Add lib/unistd_.h.
25238         (Makefile.am): Generate unistd.h from unistd_.h.
25239         * lib/fchdir.c: New file.
25240         * lib/dirent_.h: New file.
25241         * lib/unistd_.h: New file.
25242         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25243         * m4/fchdir.m4: New file.
25244         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25245         (gl_HEADER_UNISTD): Invoke it.
25246         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25247         function.
25248         * lib/backupfile.c (opendir, closedir): Undefine.
25249         * lib/chown.c (open, close): Undefine.
25250         * lib/clean-temp.c (open, close): Undefine.
25251         * lib/copy-file.c (open, close): Undefine.
25252         * lib/execute.c (open, close): Undefine.
25253         * lib/fsusage.c (open, close): Undefine.
25254         * lib/gc-gnulib.c (open, close): Undefine.
25255         * lib/getcwd.c (opendir, closedir): Undefine.
25256         * lib/glob.c (opendir, closedir): Undefine.
25257         * lib/javacomp.c (open, close): Undefine.
25258         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25259         * lib/openat-proc.c (open, close): Undefine.
25260         * lib/pagealign_alloc.c (open, close): Undefine.
25261         * lib/pipe.c (open, close): Undefine.
25262         * lib/progreloc.c (open, close): Undefine.
25263         * lib/savedir.c (opendir, closedir): Undefine.
25264         * lib/utime.c (open, close): Undefine.
25265         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25266
25267 2007-01-10  Bruno Haible  <bruno@clisp.org>
25268
25269         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25270
25271 2007-01-12  Eric Blake  <ebb9@byu.net>
25272
25273         Provide a robust <wchar.h>.  Further simplifications are now
25274         possible in other modules, but not included here.
25275         * modules/wchar: New module.
25276         * m4/wchar.m4: New file.
25277         * lib/wchar_.h: Likewise.
25278         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25279         of the new module.
25280         * MODULES.html.sh (Extended multibyte and wide character utilities):
25281         New section.
25282
25283 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25284
25285         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25286         to a reasonable default for memory allocation.
25287         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25288         file system that reports garbage st_size values for symlinks.
25289         Problem reported by Liyang Hu.
25290
25291 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25292
25293         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25294         Emacs .#* auto-save files).
25295
25296 2007-01-11  Bruno Haible  <bruno@clisp.org>
25297
25298         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25299         directory.
25300
25301 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25302
25303         Use @...@ consistently in lib/wctype_.h.
25304         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25305         on it being set to 1 or 0.
25306         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25307         go back to AC_SUBSTing it.
25308         * modules/wctype (Makefile.am): Undo previous change.
25309
25310 2007-01-10  Eric Blake  <ebb9@byu.net>
25311
25312         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25313         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25314         * modules/wctype (Makefile.am): Likewise.
25315         Reported by Chris McGuire.
25316
25317 2007-01-10  Jim Meyering  <jim@meyering.net>
25318
25319         fts.c: a small readability/maintainability improvement
25320         * lib/fts.c (fts_read): Make this code slightly more readable and
25321         maintainable by hoisting the "sp->fts_cur = p" assignments to
25322         immediately follow the statements that set P.  Derived from
25323         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25324
25325 2007-01-10  Eric Blake  <ebb9@byu.net>
25326
25327         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25328         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25329         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25330         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25331         Reported by Chris McGuire.
25332
25333 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25334
25335         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25336         in sed script.
25337
25338 2007-01-09  Bruno Haible  <bruno@clisp.org>
25339
25340         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25341         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25342         variables.
25343         (func_module): Use them.
25344
25345 2007-01-09  Bruno Haible  <bruno@clisp.org>
25346
25347         * modules/unistr/base: New file.
25348         * lib/unistr.h: New file.
25349
25350         * modules/unistr/u8-to-u16: New file.
25351         * lib/unistr/u8-to-u16.c: New file.
25352
25353         * modules/unistr/u8-to-u32: New file.
25354         * lib/unistr/u8-to-u32.c: New file.
25355
25356         * modules/unistr/u16-to-u8: New file.
25357         * lib/unistr/u16-to-u8.c: New file.
25358
25359         * modules/unistr/u16-to-u32: New file.
25360         * lib/unistr/u16-to-u32.c: New file.
25361
25362         * modules/unistr/u32-to-u8: New file.
25363         * lib/unistr/u32-to-u8.c: New file.
25364
25365         * modules/unistr/u32-to-u16: New file.
25366         * lib/unistr/u32-to-u16.c: New file.
25367
25368         * modules/unistr/u8-check: New file.
25369         * modules/unistr/u16-check: New file.
25370         * modules/unistr/u32-check: New file.
25371         * lib/unistr/u8-check.c: New file.
25372         * lib/unistr/u16-check.c: New file.
25373         * lib/unistr/u32-check.c: New file.
25374
25375         * modules/unistr/u8-chr: New file.
25376         * modules/unistr/u16-chr: New file.
25377         * modules/unistr/u32-chr: New file.
25378         * lib/unistr/u8-chr.c: New file.
25379         * lib/unistr/u16-chr.c: New file.
25380         * lib/unistr/u32-chr.c: New file.
25381
25382         * modules/unistr/u8-cmp: New file.
25383         * modules/unistr/u16-cmp: New file.
25384         * modules/unistr/u32-cmp: New file.
25385         * lib/unistr/u8-cmp.c: New file.
25386         * lib/unistr/u16-cmp.c: New file.
25387         * lib/unistr/u32-cmp.c: New file.
25388
25389         * modules/unistr/u8-cpy: New file.
25390         * modules/unistr/u16-cpy: New file.
25391         * modules/unistr/u32-cpy: New file.
25392         * lib/unistr/u8-cpy.c: New file.
25393         * lib/unistr/u16-cpy.c: New file.
25394         * lib/unistr/u32-cpy.c: New file.
25395         * lib/unistr/u-cpy.h: New file.
25396
25397         * modules/unistr/u8-cpy-alloc: New file.
25398         * modules/unistr/u16-cpy-alloc: New file.
25399         * modules/unistr/u32-cpy-alloc: New file.
25400         * lib/unistr/u8-cpy-alloc.c: New file.
25401         * lib/unistr/u16-cpy-alloc.c: New file.
25402         * lib/unistr/u32-cpy-alloc.c: New file.
25403         * lib/unistr/u-cpy-alloc.h: New file.
25404
25405         * modules/unistr/u8-endswith: New file.
25406         * modules/unistr/u16-endswith: New file.
25407         * modules/unistr/u32-endswith: New file.
25408         * lib/unistr/u8-endswith.c: New file.
25409         * lib/unistr/u16-endswith.c: New file.
25410         * lib/unistr/u32-endswith.c: New file.
25411         * lib/unistr/u-endswith.h: New file.
25412
25413         * modules/unistr/u8-mblen: New file.
25414         * modules/unistr/u16-mblen: New file.
25415         * modules/unistr/u32-mblen: New file.
25416         * lib/unistr/u8-mblen.c: New file.
25417         * lib/unistr/u16-mblen.c: New file.
25418         * lib/unistr/u32-mblen.c: New file.
25419
25420         * modules/unistr/u8-mbtouc: New file.
25421         * modules/unistr/u16-mbtouc: New file.
25422         * modules/unistr/u32-mbtouc: New file.
25423         * lib/unistr/u8-mbtouc.c: New file.
25424         * lib/unistr/u16-mbtouc.c: New file.
25425         * lib/unistr/u32-mbtouc.c: New file.
25426
25427         * modules/unistr/u8-mbtouc-safe: New file.
25428         * modules/unistr/u16-mbtouc-safe: New file.
25429         * modules/unistr/u32-mbtouc-safe: New file.
25430         * lib/unistr/u8-mbtouc-safe.c: New file.
25431         * lib/unistr/u16-mbtouc-safe.c: New file.
25432         * lib/unistr/u32-mbtouc-safe.c: New file.
25433
25434         * modules/unistr/u8-move: New file.
25435         * modules/unistr/u16-move: New file.
25436         * modules/unistr/u32-move: New file.
25437         * lib/unistr/u8-move.c: New file.
25438         * lib/unistr/u16-move.c: New file.
25439         * lib/unistr/u32-move.c: New file.
25440         * lib/unistr/u-move.h: New file.
25441
25442         * modules/unistr/u8-next: New file.
25443         * modules/unistr/u16-next: New file.
25444         * modules/unistr/u32-next: New file.
25445         * lib/unistr/u8-next.c: New file.
25446         * lib/unistr/u16-next.c: New file.
25447         * lib/unistr/u32-next.c: New file.
25448
25449         * modules/unistr/u8-prev: New file.
25450         * modules/unistr/u16-prev: New file.
25451         * modules/unistr/u32-prev: New file.
25452         * lib/unistr/u8-prev.c: New file.
25453         * lib/unistr/u16-prev.c: New file.
25454         * lib/unistr/u32-prev.c: New file.
25455
25456         * modules/unistr/u8-set: New file.
25457         * modules/unistr/u16-set: New file.
25458         * modules/unistr/u32-set: New file.
25459         * lib/unistr/u8-set.c: New file.
25460         * lib/unistr/u16-set.c: New file.
25461         * lib/unistr/u32-set.c: New file.
25462         * lib/unistr/u-set.h: New file.
25463
25464         * modules/unistr/u8-startswith: New file.
25465         * modules/unistr/u16-startswith: New file.
25466         * modules/unistr/u32-startswith: New file.
25467         * lib/unistr/u8-startswith.c: New file.
25468         * lib/unistr/u16-startswith.c: New file.
25469         * lib/unistr/u32-startswith.c: New file.
25470         * lib/unistr/u-startswith.h: New file.
25471
25472         * modules/unistr/u8-stpcpy: New file.
25473         * modules/unistr/u16-stpcpy: New file.
25474         * modules/unistr/u32-stpcpy: New file.
25475         * lib/unistr/u8-stpcpy.c: New file.
25476         * lib/unistr/u16-stpcpy.c: New file.
25477         * lib/unistr/u32-stpcpy.c: New file.
25478         * lib/unistr/u-stpcpy.h: New file.
25479
25480         * modules/unistr/u8-stpncpy: New file.
25481         * modules/unistr/u16-stpncpy: New file.
25482         * modules/unistr/u32-stpncpy: New file.
25483         * lib/unistr/u8-stpncpy.c: New file.
25484         * lib/unistr/u16-stpncpy.c: New file.
25485         * lib/unistr/u32-stpncpy.c: New file.
25486         * lib/unistr/u-stpncpy.h: New file.
25487
25488         * modules/unistr/u8-strcat: New file.
25489         * modules/unistr/u16-strcat: New file.
25490         * modules/unistr/u32-strcat: New file.
25491         * lib/unistr/u8-strcat.c: New file.
25492         * lib/unistr/u16-strcat.c: New file.
25493         * lib/unistr/u32-strcat.c: New file.
25494         * lib/unistr/u-strcat.h: New file.
25495
25496         * modules/unistr/u8-strchr: New file.
25497         * modules/unistr/u16-strchr: New file.
25498         * modules/unistr/u32-strchr: New file.
25499         * lib/unistr/u8-strchr.c: New file.
25500         * lib/unistr/u16-strchr.c: New file.
25501         * lib/unistr/u32-strchr.c: New file.
25502
25503         * modules/unistr/u8-strcmp: New file.
25504         * modules/unistr/u16-strcmp: New file.
25505         * modules/unistr/u32-strcmp: New file.
25506         * lib/unistr/u8-strcmp.c: New file.
25507         * lib/unistr/u16-strcmp.c: New file.
25508         * lib/unistr/u32-strcmp.c: New file.
25509
25510         * modules/unistr/u8-strcpy: New file.
25511         * modules/unistr/u16-strcpy: New file.
25512         * modules/unistr/u32-strcpy: New file.
25513         * lib/unistr/u8-strcpy.c: New file.
25514         * lib/unistr/u16-strcpy.c: New file.
25515         * lib/unistr/u32-strcpy.c: New file.
25516         * lib/unistr/u-strcpy.h: New file.
25517
25518         * modules/unistr/u8-strcspn: New file.
25519         * modules/unistr/u16-strcspn: New file.
25520         * modules/unistr/u32-strcspn: New file.
25521         * lib/unistr/u8-strcspn.c: New file.
25522         * lib/unistr/u16-strcspn.c: New file.
25523         * lib/unistr/u32-strcspn.c: New file.
25524         * lib/unistr/u-strcspn.h: New file.
25525
25526         * modules/unistr/u8-strdup: New file.
25527         * modules/unistr/u16-strdup: New file.
25528         * modules/unistr/u32-strdup: New file.
25529         * lib/unistr/u8-strdup.c: New file.
25530         * lib/unistr/u16-strdup.c: New file.
25531         * lib/unistr/u32-strdup.c: New file.
25532         * lib/unistr/u-strdup.h: New file.
25533
25534         * modules/unistr/u8-strlen: New file.
25535         * modules/unistr/u16-strlen: New file.
25536         * modules/unistr/u32-strlen: New file.
25537         * lib/unistr/u8-strlen.c: New file.
25538         * lib/unistr/u16-strlen.c: New file.
25539         * lib/unistr/u32-strlen.c: New file.
25540         * lib/unistr/u-strlen.h: New file.
25541
25542         * modules/unistr/u8-strmblen: New file.
25543         * modules/unistr/u16-strmblen: New file.
25544         * modules/unistr/u32-strmblen: New file.
25545         * lib/unistr/u8-strmblen.c: New file.
25546         * lib/unistr/u16-strmblen.c: New file.
25547         * lib/unistr/u32-strmblen.c: New file.
25548
25549         * modules/unistr/u8-strmbtouc: New file.
25550         * modules/unistr/u16-strmbtouc: New file.
25551         * modules/unistr/u32-strmbtouc: New file.
25552         * lib/unistr/u8-strmbtouc.c: New file.
25553         * lib/unistr/u16-strmbtouc.c: New file.
25554         * lib/unistr/u32-strmbtouc.c: New file.
25555
25556         * modules/unistr/u8-strncat: New file.
25557         * modules/unistr/u16-strncat: New file.
25558         * modules/unistr/u32-strncat: New file.
25559         * lib/unistr/u8-strncat.c: New file.
25560         * lib/unistr/u16-strncat.c: New file.
25561         * lib/unistr/u32-strncat.c: New file.
25562         * lib/unistr/u-strncat.h: New file.
25563
25564         * modules/unistr/u8-strncmp: New file.
25565         * modules/unistr/u16-strncmp: New file.
25566         * modules/unistr/u32-strncmp: New file.
25567         * lib/unistr/u8-strncmp.c: New file.
25568         * lib/unistr/u16-strncmp.c: New file.
25569         * lib/unistr/u32-strncmp.c: New file.
25570
25571         * modules/unistr/u8-strncpy: New file.
25572         * modules/unistr/u16-strncpy: New file.
25573         * modules/unistr/u32-strncpy: New file.
25574         * lib/unistr/u8-strncpy.c: New file.
25575         * lib/unistr/u16-strncpy.c: New file.
25576         * lib/unistr/u32-strncpy.c: New file.
25577         * lib/unistr/u-strncpy.h: New file.
25578
25579         * modules/unistr/u8-strnlen: New file.
25580         * modules/unistr/u16-strnlen: New file.
25581         * modules/unistr/u32-strnlen: New file.
25582         * lib/unistr/u8-strnlen.c: New file.
25583         * lib/unistr/u16-strnlen.c: New file.
25584         * lib/unistr/u32-strnlen.c: New file.
25585         * lib/unistr/u-strnlen.h: New file.
25586
25587         * modules/unistr/u8-strpbrk: New file.
25588         * modules/unistr/u16-strpbrk: New file.
25589         * modules/unistr/u32-strpbrk: New file.
25590         * lib/unistr/u8-strpbrk.c: New file.
25591         * lib/unistr/u16-strpbrk.c: New file.
25592         * lib/unistr/u32-strpbrk.c: New file.
25593         * lib/unistr/u-strpbrk.h: New file.
25594
25595         * modules/unistr/u8-strrchr: New file.
25596         * modules/unistr/u16-strrchr: New file.
25597         * modules/unistr/u32-strrchr: New file.
25598         * lib/unistr/u8-strrchr.c: New file.
25599         * lib/unistr/u16-strrchr.c: New file.
25600         * lib/unistr/u32-strrchr.c: New file.
25601
25602         * modules/unistr/u8-strspn: New file.
25603         * modules/unistr/u16-strspn: New file.
25604         * modules/unistr/u32-strspn: New file.
25605         * lib/unistr/u8-strspn.c: New file.
25606         * lib/unistr/u16-strspn.c: New file.
25607         * lib/unistr/u32-strspn.c: New file.
25608         * lib/unistr/u-strspn.h: New file.
25609
25610         * modules/unistr/u8-strstr: New file.
25611         * modules/unistr/u16-strstr: New file.
25612         * modules/unistr/u32-strstr: New file.
25613         * lib/unistr/u8-strstr.c: New file.
25614         * lib/unistr/u16-strstr.c: New file.
25615         * lib/unistr/u32-strstr.c: New file.
25616         * lib/unistr/u-strstr.h: New file.
25617
25618         * modules/unistr/u8-strtok: New file.
25619         * modules/unistr/u16-strtok: New file.
25620         * modules/unistr/u32-strtok: New file.
25621         * lib/unistr/u8-strtok.c: New file.
25622         * lib/unistr/u16-strtok.c: New file.
25623         * lib/unistr/u32-strtok.c: New file.
25624         * lib/unistr/u-strtok.h: New file.
25625
25626         * modules/unistr/u8-uctomb: New file.
25627         * modules/unistr/u16-uctomb: New file.
25628         * modules/unistr/u32-uctomb: New file.
25629         * lib/unistr/u8-uctomb.c: New file.
25630         * lib/unistr/u16-uctomb.c: New file.
25631         * lib/unistr/u32-uctomb.c: New file.
25632
25633         * MODULES.html.sh (Unicode string functions): Add the new modules.
25634
25635 2007-01-08  Bruno Haible  <bruno@clisp.org>
25636
25637         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25638         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25639         subdirectories.
25640
25641 2007-01-08  Karl Berry  <karl@gnu.org>
25642
25643         * doc/error.texi: mention that main() fns must set program_name
25644         when progname is used.
25645
25646 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25647
25648         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25649         WCTYPE_H is empty, for the benefit of builds from non-distclean
25650         directories.  Problem reported by Eric Blake in
25651         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25652
25653 2007-01-08  Bruno Haible  <bruno@clisp.org>
25654
25655         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25656         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25657         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25658         PROVIDE_CANONICALIZE_FILENAME_MODE.
25659         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25660
25661 2007-01-08  Bruno Haible  <bruno@clisp.org>
25662
25663         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25664         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25665         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25666         * lib/fts.c: Likewise.
25667         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25668
25669 2006-12-25  Bruno Haible  <bruno@clisp.org>
25670
25671         * modules/utf8-ucs4-safe: New file.
25672         * lib/utf8-ucs4-safe.h: New file.
25673         * lib/unistr/utf8-ucs4-safe.c: New file.
25674
25675         * modules/utf16-ucs4-safe: New file.
25676         * lib/utf16-ucs4-safe.h: New file.
25677         * lib/unistr/utf16-ucs4-safe.c: New file.
25678
25679         * MODULES.html.sh (Unicode string functions): Add the new modules.
25680
25681 2007-01-08  Bruno Haible  <bruno@clisp.org>
25682
25683         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25684         (Depends-on): Add unitypes.
25685         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25686         (u8_mbtouc_aux): Move out to separate file.
25687         (u8_mbtouc): Use ucs4_t, uint8_t types.
25688         * lib/unistr/utf8-ucs4.c: New file.
25689
25690         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25691         (Depends-on): Add unitypes.
25692         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25693         (u16_mbtouc_aux): Move out to separate file.
25694         (u16_mbtouc): Use ucs4_t, uint16_t types.
25695         * lib/unistr/utf16-ucs4.c: New file.
25696
25697         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25698         (Depends-on): Add unitypes.
25699         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25700         (u8_uctomb_aux): Move out to separate file.
25701         (u8_uctomb): Use ucs4_t, uint8_t types.
25702         * lib/unistr/ucs4-utf8.c: New file.
25703
25704         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25705         (Depends-on): Add unitypes.
25706         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25707         (u16_uctomb_aux): Move out to separate file.
25708         (u16_uctomb): Use ucs4_t, uint16_t types.
25709         * lib/unistr/ucs4-utf16.c: New file.
25710
25711 2006-12-25  Bruno Haible  <bruno@clisp.org>
25712
25713         * modules/unitypes: New file.
25714         * lib/unitypes.h: New file.
25715         * MODULES.html.sh (func_all_modules): New section "Unicode string
25716         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25717         this section. Add unitypes.
25718
25719 2007-01-08  Bruno Haible  <bruno@clisp.org>
25720
25721         Avoid variable names that conflict with those from libtool.
25722         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25723         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25724         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25725         library_names_spec to acl_library_names_spec, hardcode_* to
25726         acl_hardcode_*.
25727         Reported by Ralf Wildenhues.
25728
25729 2007-01-08  Bruno Haible  <bruno@clisp.org>
25730
25731         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25732         definition.
25733         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25734         definition.
25735         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25736         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25737         definition.
25738         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25739         definition.
25740         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25741         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25742         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25743         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25744         definition.
25745         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25746         definition.
25747         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25748         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25749         GC_USE_<algorithm>.
25750         * lib/gc-libgcrypt.c: Likewise.
25751         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25752         * modules/gc-arctwo (configure.ac): Likewise.
25753         * modules/gc-des (configure.ac): Likewise.
25754         * modules/gc-hmac-md5 (configure.ac): Likewise.
25755         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25756         * modules/gc-md2 (configure.ac): Likewise.
25757         * modules/gc-md4 (configure.ac): Likewise.
25758         * modules/gc-md5 (configure.ac): Likewise.
25759         * modules/gc-random (configure.ac): Likewise.
25760         * modules/gc-rijndael (configure.ac): Likewise.
25761         * modules/gc-sha1 (configure.ac): Likewise.
25762
25763 2007-01-08  Bruno Haible  <bruno@clisp.org>
25764
25765         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25766         macro definition.
25767         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25768         definition.
25769         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25770         definition.
25771         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25772         * modules/fcntl-safer (configure.ac): Likewise.
25773         * modules/fopen-safer (configure.ac): Likewise.
25774         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25775         GNULIB_FWRITEERROR macro definition.
25776
25777 2007-01-08  Bruno Haible  <bruno@clisp.org>
25778
25779         * m4/gnulib-common.m4: New file.
25780         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25781         (func_get_filelist): Add m4/gnulib-common.m4.
25782
25783 2007-01-08  Bruno Haible  <bruno@clisp.org>
25784
25785         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25786         command.
25787
25788 2007-01-08  Jim Meyering  <jim@meyering.net>
25789
25790         Use a more robust test for a "can't happen" condition.
25791         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25792         narrowed the st_size value.  Presuming the "can't happen" condition
25793         is true, that narrowing could conceivably convert an invalid st_size
25794         value into a valid one.  Instead, use a change based on Matthew
25795         Woehlke's original patch.
25796
25797         Slight readability improvement: use an assert-like macro
25798         in place of literal "abort ()" uses.
25799         * lib/fts.c (fts_assert): Define.
25800         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25801         Use this macro instead of a bare 'abort'.
25802
25803 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25804
25805         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25806         simply work around them.
25807         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25808         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25809         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25810         declaring.
25811         Don't bother to define as macros, since the standard doesn't require it.
25812         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25813         longer worry about IRIX 5.3.
25814         (HAVE_WCTYPE_CTMP_BUG): Remove.
25815
25816 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25817
25818         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25819         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25820         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25821         Problems reported by Georg Schwarz for IRIX 5.3.
25822
25823         * gnulib-tool (autoconf_minversion): Take the maximum version number
25824         found, not the minimum.  Problem reported by James Youngman.
25825
25826 2007-01-03  Karl Berry  <karl@gnu.org>
25827
25828         * doc/error.texi: new file, explaining interaction with progname.
25829         * doc/gnulib.texi: include it.  Update copyright.
25830
25831 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25832
25833         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25834         AC_CANONICAL_HOST, to improve autobuild outputs.
25835
25836 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25837             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25838
25839         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25840         sockets, server sockets, and other file descriptors.  Count errors
25841         to compute the return value.  Reorder the code a bit to be easier
25842         to follow.  Don't set event bits that were not requested (except
25843         POLLERR and POLLHUP).
25844
25845 2007-01-01  Bruno Haible  <bruno@clisp.org>
25846
25847         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25848
25849 2007-01-03  Jim Meyering  <jim@meyering.net>
25850
25851         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25852
25853 2007-01-02  Bruno Haible  <bruno@clisp.org>
25854
25855         * modules/settime (Include): Require timespec.h.
25856         * modules/nanosleep (Include): Likewise.
25857
25858 2007-01-01  Bruno Haible  <bruno@clisp.org>
25859
25860         * gnulib-tool (func_emit_copyright_notice): Bump year.
25861         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25862
25863 2007-01-01  Bruno Haible  <bruno@clisp.org>
25864
25865         Improve support for OpenBSD.
25866         * build-aux/config.rpath (libname_spec): Export.
25867         (library_names_spec): New variable. Export.
25868         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25869         library_names_spec from the config.rpath output. Locate shared library
25870         through the name pattern in library_names_spec.
25871
25872 2007-01-01  Eric Blake  <ebb9@byu.net>
25873
25874         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25875
25876 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25877
25878         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25879         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25880         assume the C locale, and avoid an "eval" that could cause trouble.
25881         Problem with SORT reported by Bob Proulx.
25882
25883         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25884         Define.  Trivial patch from Henning Nielsen Lund, originally
25885         sent to bug-grep@gnu.org today.
25886
25887 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25888
25889         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25890         struct stat.  Problem reported by Henning Nielsen Lund.
25891         * lib/acl.c: Include acl.h first, to check interface.  Don't
25892         bother to include sys/types.h and sys/stat.h again.
25893
25894 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25895
25896         Import the following change from libc; problem reported by
25897         Sven Verdoolaege.
25898
25899         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25900
25901         [BZ #1373]
25902         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25903
25904 2006-12-28  Jim Meyering  <jim@meyering.net>
25905
25906         * build-aux/announce-gen: Do not assume that the package
25907         builds any of tar.gz, tar.bz2, and .xdelta files.
25908         Suggestion from Simon Josefsson.
25909
25910 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25911
25912         * modules/announce-gen: New file.
25913
25914 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25915
25916         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25917         handles its gotchas now.
25918         * lib/mbswidth.c: Likewise.
25919         * lib/wcwidth.h: Likewise.
25920         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25921         and iswcntrl; the wctype module does this stuff now.
25922         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25923         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25924         * modules/mbchar (Depends-on): Add wctype.
25925         * modules/mbswidth (Depends-on): Likewise.
25926         * modules/wcwidth (Depends-on): Likewise.
25927
25928 2006-12-27  Eric Blake  <ebb9@byu.net>
25929
25930         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25931         module uses more than what <wctype.h> is required to provide.
25932
25933 2006-12-26  Eric Blake  <ebb9@byu.net>
25934
25935         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25936
25937 2006-12-26  Eric Blake  <ebb9@byu.net>
25938
25939         * modules/absolute-header: New module.
25940         * modules/fcntl (Depends-on): Depend on it.
25941         * modules/inttypes (Depends-on): Likewise.
25942         * modules/stdint (Depends-on): Likewise.
25943         * modules/sys_stat (Depends-on): Likewise.
25944         * modules/wctype (Depends-on): Likewise.
25945         * MODULES.html.sh (Support for building libraries and
25946         executables): Document it.
25947
25948 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25949
25950         * gnulib-tool (SED): Remove, undoing previous change.
25951         The problem was that it broke coreutils on Solaris, because
25952         "sed --posix" leaked into a makefile.
25953         (sed): New alias, if 'alias' and GNU sed.
25954
25955 2006-12-24  Jim Meyering  <jim@meyering.net>
25956
25957         Work around an fchownat bug in glibc-2.4:
25958         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25959         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25960         in spite of the -P option.
25961         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25962         New macros.
25963         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25964         * modules/openat (Files): Add lib/fchownat.c.
25965         * lib/openat.c (fchownat): Don't define here.  Move to...
25966         * lib/fchownat.c: ...this new file.
25967
25968 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25969
25970         Fix bug reported by Bruno Haible in
25971         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25972         where quotearg.c didn't compile on Mac OS X 10.2 because it
25973         lacks <wchar.h> and wint_t.
25974         * lib/wctype_.h (__wctype_wint_t): New type.
25975         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25976         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25977         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25978         Arg is now of type __wctype_wint_t, not wint_t.
25979         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25980         substitute HAVE_WINT_T.
25981         * modules/wctype (Files): Add m4/wint_t.m4.
25982         (wctype.h): Substitute HAVE_WINT_T.
25983
25984 2006-12-23  Bruno Haible  <bruno@clisp.org>
25985
25986         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25987
25988 2006-12-23  Bruno Haible  <bruno@clisp.org>
25989
25990         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25991         S_ISLNK.
25992         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25993         mingw.
25994
25995 2006-12-22  Bruno Haible  <bruno@clisp.org>
25996
25997         * lib/copy-file.c: Include acl.h.
25998         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25999         Close the file descriptors only after being done with copy_acl.
26000         * modules/copy-file (Depends-on): Add acl.
26001
26002 2006-12-22  Bruno Haible  <bruno@clisp.org>
26003
26004         * gnulib-tool (SED): New variable.
26005         Use $SED instead of sed everywhere.
26006
26007 2006-12-22  Bruno Haible  <bruno@clisp.org>
26008
26009         * modules/no-c++: New file.
26010         * m4/no-c++.m4: New file.
26011         * MODULES.html.sh (Support for building libraries and executables):
26012         Add no-c++.
26013
26014 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
26015
26016         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
26017         Include <limits.h>, and use its INT_MAX to rewrite the
26018         j loop so that it does not overflow 'int'.  Problem reported by
26019         Ralf Wildenhues in
26020         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
26021         Play it safe by shifting left by 1 rather than multiplying by 2,
26022         as GCC is less likely to optimize this away when the value
26023         is signed (when it assumes overflow leads to undefined behavior).
26024         Also, don't assume time_t uses two's complement.
26025
26026 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
26027
26028         * MODULES.html.sh: New module wctype.
26029         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
26030         * lib/fnmatch.c: Don't bother to include <wchar.h> before
26031         <wctype.h>, since the new wctype module should fix this.
26032         * lib/quotearg.c: Include <wctype.h> unconditionally, since
26033         the wctype module should arrange for it.
26034         * lib/regex_internal.h: Likewise.
26035         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
26036         since the wctype module should handle this now.
26037         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
26038         * modules/fnmatch (Depends-on): Add wctype.
26039         * modules/quotearg (Depends-on): Likewise.
26040         * modules/regex (Depends-on): Likewise.
26041
26042 2006-12-19  Bruno Haible  <bruno@clisp.org>
26043
26044         * lib/strdup.h [C++]: Wrap definitions in extern "C".
26045         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
26046
26047 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26048
26049         * modules/savewd (Depends-on): Fix dependency on fcntl.
26050
26051 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26052
26053         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
26054         conforms to C99, rather than relying on the user's environment
26055         setting of STDINT_H.
26056
26057 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26058         and Eric Blake  <ebb9@byu.net>
26059
26060         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
26061         This is more consistent with the other defines here.
26062         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
26063         Port to z/OS.  Problem reported by Paul Gilmartin.
26064         Change local vars to use gl_ prefix rather than ac_.
26065         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
26066         with other defines.
26067         * modules/double-slash-root: New module.
26068         * modules/dirname (Files): Remove m4/double-slash-root.m4.
26069         (Depends-on): Add double-slash-root.
26070         * MODULES.html.sh (File system functions): Mention new module.
26071
26072 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
26073
26074         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
26075         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
26076         This is for the benefit of gzip, which doesn't do i18n.
26077
26078 2006-12-12  Jim Meyering  <jim@meyering.net>
26079
26080         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
26081         Reported by Andreas Schwab <schwab@suse.de>.
26082
26083 2006-12-12  Bruno Haible  <bruno@clisp.org>
26084
26085         Merge these changes.
26086         2006-09-05  Bruno Haible  <bruno@clisp.org>
26087         * lib/iconvme.c (iconv_string): No need to save and restore errno when
26088         iconv_alloc succeeded.
26089         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
26090         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
26091         test for " && dest " at the end - dest is always != NULL there. Call
26092         iconv with 4xNULL arguments initially, to reset the state. Call iconv
26093         with 2xNULL arguments, also to flush the state storage. Handle the
26094         IRIX iconv behaviour. Realloc the final result, to throw away unused
26095         memory.
26096
26097 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
26098
26099         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
26100         and fchmodat unconditionally, since glibc 2.4 has them.
26101         Problem reported by Arkadiusz Miskiewicz.
26102
26103 2006-12-10  Bruno Haible  <bruno@clisp.org>
26104
26105         * gnulib-tool (func_import): Show the include files only for those
26106         modules that are copied and specified.
26107         Reported by Karl Berry.
26108
26109 2006-12-08  Jim Meyering  <jim@meyering.net>
26110
26111         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
26112         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
26113
26114         * build-aux/announce-gen: Add two new options, both optional:
26115         --bootstrap-tools=TOOL_LIST
26116               a comma-separated list of tools, e.g.,
26117               autoconf,automake,bison,gnulib
26118         --gnulib-snapshot-date=DATE
26119               if gnulib is in the bootstrap tool list,
26120               then report this as the snapshot date.
26121               If not specified, use the current date/time.
26122               If you specify a date here, be sure it's UTC.
26123
26124 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26125
26126         * tests/test-argp-2.sh: Fix test to match actual output.
26127         (func_compare): Fix sed script to be portable.
26128
26129 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
26130
26131         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
26132         workaround for this case.  It is not autoconfigured now; offhand
26133         it's hard to see how to autoconfigure it.
26134
26135 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26136
26137         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
26138         a directory that is about to be chowned.  Such a directory's
26139         initial file permissions should permit the owner only and this
26140         should not be changed until after the chown, since the group and
26141         other bits would be incorrect if they granted permission before
26142         the chown.
26143
26144         Fix porting problem for iswctype reported by Georg Schwarz in:
26145         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
26146         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
26147         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
26148         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
26149         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
26150
26151 2006-12-03  Jim Meyering  <jim@meyering.net>
26152
26153         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
26154         p->fts_statp may not yet be defined.
26155         (fts_read): Instead, set it in the caller, once p->fts_statp is
26156         sure to be defined, and corresponds to a top-level directory.
26157         This bug made du -x fail.  Here's the coreutils test case:
26158         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
26159         Reported by Mike Frysinger.
26160
26161 2006-12-01  Jim Meyering  <jim@meyering.net>
26162
26163         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
26164         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
26165         Reported by Simon Josefsson.
26166
26167 2006-11-30  Jim Meyering  <jim@meyering.net>
26168
26169         * m4/warning.m4: Use the all-permissive copyright notice
26170         recommended by RMS (rather than LGPL).
26171         * m4/vararrays.m4: Likewise.
26172         * m4/flexmember.m4: Likewise.
26173
26174 2006-11-29  Bruno Haible  <bruno@clisp.org>
26175
26176         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26177         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
26178         using +=.
26179         Reported by Simon Josefsson <simon@josefsson.org>.
26180
26181 2006-11-28  James Youngman <jay@gnu.org>
26182
26183         * README: Advise users that they might find the bug-gnulib@gnu.org
26184         and autotools-announce@gnu.org mailing lists useful.
26185
26186 2006-11-28  Bruno Haible  <bruno@clisp.org>
26187
26188         * m4/ptrdiff_max.m4: Remove file.
26189
26190 2006-11-21  Bruno Haible  <bruno@clisp.org>
26191
26192         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
26193         _AC_COMPUTE_INT.
26194         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26195         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
26196         _AC_COMPUTE_INT.
26197         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26198         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
26199         _AC_COMPUTE_INT.
26200         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26201
26202 2006-11-28  Jim Meyering  <jim@meyering.net>
26203
26204         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
26205         warning from "gcc -Wshadow" about shadowing the builtin.
26206
26207 2006-11-27  Bruno Haible  <bruno@clisp.org>
26208
26209         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26210         _AC_COMPUTE_INT.
26211         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26212
26213 2006-11-27  Bruno Haible  <bruno@clisp.org>
26214             Paul Eggert  <eggert@cs.ucla.edu>
26215
26216         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26217
26218 2006-11-26  Bruno Haible  <bruno@clisp.org>
26219
26220         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26221         noinst_LTLIBRARIES.
26222
26223 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26224             Bruno Haible  <bruno@clisp.org>
26225
26226         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26227         if compiling with "gcc -ansi".
26228
26229 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26230
26231         Fix some incompatibilities with gcc -ansi -pedantic.
26232         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26233         if compiling pedantically with GCC, unless it's C99 or later.
26234         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26235         it mishandles gcc -ansi -pedantic as well.
26236         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26237         if gcc -pedantic.
26238         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26239         initializers for struct if -pedantic, unless it's C99 or later.
26240
26241 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26242
26243         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26244         Don't close an fd more than once. Identical atimes indicate
26245         success, not failure.
26246
26247 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26248
26249         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26250
26251 2006-11-23  Jim Meyering  <jim@meyering.net>
26252
26253         * build-aux/announce-gen: New file.  From coreutils.
26254
26255 2006-11-22  Jim Meyering  <jim@meyering.net>
26256
26257         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26258         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26259         (fts_read): Use a temporary to narrow the overused st_size member
26260         before using it in a switch statement.  Reported by Matthew Woehlke.
26261
26262         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26263         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26264
26265 2006-11-20  Bruno Haible  <bruno@clisp.org>
26266
26267         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26268         changequote instead of pairs of brackets.
26269         Reported by Andreas Schwab <schwab@suse.de>.
26270
26271 2006-11-21  Jim Meyering  <jim@meyering.net>
26272
26273         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26274         so as to remain compatible with older compilers.
26275         Patch from Michael Deutschmann.
26276
26277 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26278
26279         * MODULES.html.sh (File system functions): Add openat.
26280
26281         * lib/openat.h (rpl_fstatat): New macro, if
26282         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26283         (fstatat): Define to rpl_fstatat under the same conditions,
26284         unless COMPILING_FSTATAT.
26285         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26286         seems to have the bug.
26287         * lib/fstatat.c: New file.
26288         * modules/openat (Files): Add it.
26289
26290 2006-11-20  Bruno Haible  <bruno@clisp.org>
26291
26292         * Makefile: New file.
26293
26294 2006-11-20  Jim Meyering  <jim@meyering.net>
26295
26296         The beginnings of syntax-related checks for gnulib.
26297         * lib/Makefile: New file.
26298         * lib/t-idcache: New script.  Ensure that the two halves of
26299         idcache.c stay in sync.
26300
26301         * lib/idcache.c: Adjust comments in user- and group- portions to
26302         be more accurate, and to be consistent with one another.
26303
26304 2006-11-20  Jim Meyering  <jim@meyering.net>
26305
26306         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26307         continue using the flexible array member (thus, this module performs
26308         half as many malloc calls), with the addition that...
26309         (getgroup, getuser): Consistently record a non-match via an empty
26310         "name" string, and map an empty string match to a NULL return value.
26311         * modules/idcache (Depends-on): Re-add flexmember.
26312
26313         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26314         (getuidbyname, getgroup, getgidbyname): Likewise.
26315
26316         Use cleaner syntax: NULL rather than 0.
26317         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26318
26319 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26320
26321         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26322         It mishandled the case where the group was missing.
26323         Problem reported by Greg Schafer.
26324         * modules/idcache: Likewise.
26325
26326 2006-11-18  Jim Meyering  <jim@meyering.net>
26327
26328         * check-module (%exempt_header): Add exception for some
26329         conditionally-included headers.
26330
26331         * modules/i-ring (Depends-on): Add verify.
26332         (License): Change to LGPL.
26333
26334 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26335
26336         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26337         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26338         and inttostr.h.  Use snprintf rather than uinttostr, so that
26339         LGPLed code doesn't depend on GPLed.
26340
26341 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26342
26343         * modules/inline (License): Change from GPL to LGPL.
26344
26345 2006-11-17  Jim Meyering  <jim@meyering.net>
26346
26347         * modules/d-type (License): Switch to LGPL.
26348
26349 2006-11-15  Bruno Haible  <bruno@clisp.org>
26350
26351         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26352
26353 2006-11-15  Eric Blake  <ebb9@byu.net>
26354
26355         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26356         the module dependency.
26357
26358 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26359             Bruno Haible  <bruno@clisp.org>
26360
26361         * gnulib-tool (func_create_testdir): Add license consistency check.
26362
26363 2006-11-15  Eric Blake  <ebb9@byu.net>
26364
26365         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26366         random "(cached)" in configure output.
26367
26368 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26369
26370         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26371         test for conforming inttypes.h is both announced and cached.
26372
26373         * MODULES.html.sh (seen_modules, seen_files): New variables.
26374         (func_module): Rewrite to use a few less gnulib-tool and sed
26375         invocations.  Avoid a couple of quadratic algorithms for ...
26376         (missed_modules, missed_files): ... these, with ...
26377         (func_append, func_tmpdir): ... these new functions, from
26378         gnulib-tool.  Analogously, install traps for cleanup.
26379
26380         * tests/test-gc.c (main): Remove unused variables.
26381         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26382
26383 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26384
26385         * modules/inttostr (License): Change to LGPL.
26386
26387 2006-11-14  Eric Blake  <ebb9@byu.net>
26388
26389         * modules/tempname (License): Change to LGPL.
26390
26391 2006-11-14  Eric Blake  <ebb9@byu.net>
26392
26393         * doc/functions.texi (Function Portability): *printf functions on
26394         Cygwin now understand all POSIX size specifiers.
26395
26396 2006-11-14  Bruno Haible  <bruno@clisp.org>
26397
26398         * modules/c-ctype (License): Change to LGPL.
26399
26400 2006-11-12  Bruno Haible  <bruno@clisp.org>
26401
26402         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26403         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26404         for GNOME libraries, for which the include files are installed in
26405         subdirectories of $prefix/include.
26406
26407 2006-11-12  Bruno Haible  <bruno@clisp.org>
26408
26409         * m4/lib-link.m4: Require at least autoconf-2.54.
26410         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26411         name to underscores for the --with option.
26412
26413 2006-11-13  Bruno Haible  <bruno@clisp.org>
26414
26415         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26416         the tests directory.
26417         Reported by Ralf Wildenhues.
26418
26419 2006-11-13  Bruno Haible  <bruno@clisp.org>
26420
26421         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26422         (func_emit_initmacro_end): Undo the override here.
26423         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26424         Works around the famous automake error in coreutils.
26425
26426 2006-11-13  Eric Blake  <ebb9@byu.net>
26427
26428         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26429         element, not its node.
26430
26431 2006-11-12  Bruno Haible  <bruno@clisp.org>
26432
26433         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26434         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26435
26436 2006-11-12  Bruno Haible  <bruno@clisp.org>
26437
26438         * gnulib-tool: New option --local-symlink.
26439         (func_usage): Document it.
26440         (lsymbolic): New variable.
26441         (func_import, func_create_testdir): If --symlink was not specified,
26442         test whether --local-symlink was specified and the file comes from
26443         the local_gnulib_dir.
26444
26445 2006-11-12  Bruno Haible  <bruno@clisp.org>
26446
26447         * gnulib-tool (func_ln): New function.
26448         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26449
26450 2006-11-12  Bruno Haible  <bruno@clisp.org>
26451
26452         Finish support for source files in subdirectories.
26453         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26454         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26455         AUTOMAKE_OPTIONS.
26456         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26457
26458 2006-11-12  Bruno Haible  <bruno@clisp.org>
26459
26460         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26461         EXTRA_lib_SOURCES augmentation.
26462         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26463
26464 2006-11-12  Jim Meyering  <jim@meyering.net>
26465
26466         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26467         file descriptors.  This also averts a failure on systems with
26468         native openat support when a traversed directory lacks "x" access.
26469         * lib/fts_.h: Include "i-ring.h"
26470         (struct FTS) [fts_fd_ring]: New member.
26471         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26472         (FCHDIR): Add parentheses.
26473         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26474         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26475         When descending, rather than simply closing the previous
26476         fts_cwd_fd value, push that file descriptor onto the ring.
26477         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26478         (fts_open): Initialize the new fd_ring member.
26479         (fts_close): Clear the ring.
26480         (fts_safe_changedir): When possible, use our new fd_ring to skip
26481         the diropen and fstat and dev/ino comparison that would normally
26482         accompany a virtual `chdir ("..")'.
26483
26484         * modules/fts (Depends-on): Add i-ring.
26485         * modules/i-ring: New module.
26486         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26487         * m4/i-ring.m4: New file.
26488
26489 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26490
26491         * gnulib-tool (func_create_testdir): Fix replacement of
26492         `build-aux' in configure.ac.  Run autotools in gltests
26493         subdirectory.
26494         (func_create_testdir, func_create_megatestdir, test): There is
26495         no need for '--force' in most autotool invocations in a new
26496         tree.  Actually fail the whole test if any of the tools, or the
26497         configure or make stages fail.
26498
26499         Sync from Automake.
26500         * build-aux/gnupload: Revert last change.  Add pointer to upload
26501         instructions of the GNU Maintenance Instructions.
26502         Suggestion by Karl Berry.
26503
26504 2006-11-10  Jim Meyering  <jim@meyering.net>
26505
26506         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26507
26508 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26509
26510         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26511         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26512         (bind_textdomain_codeset) [! ENABLE_NLS]:
26513         Evaluate all the arguments.  That way, callers get compatible behavior
26514         if the arguments have side effects.  Also, it avoids some GCC
26515         diagnostics in some cases; Joel E. Denny reported problems when Bison
26516         was configured with --enable-gcc-warnigs.
26517
26518 2006-11-10  Jim Meyering  <jim@meyering.net>
26519
26520         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26521         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26522         account.
26523
26524 2006-11-10  Jim Meyering  <jim@meyering.net>
26525
26526         * modules/inline: New file/module.
26527         * modules/xalloc (Files): Remove m4/inline.m4.
26528         (Depends-on): Add inline, instead.
26529         * modules/oset: Likewise.
26530         * modules/list: Likewise.
26531
26532 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26533
26534         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26535         Problem reported by Matthew Woehlke.
26536
26537 2006-11-09  Bruno Haible  <bruno@clisp.org>
26538
26539         * lib/tempname.c (gen_tempname): Remove variant that invokes
26540         __gen_tempname.
26541         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26542         __gen_tempname.
26543
26544 2006-11-08  Bruno Haible  <bruno@clisp.org>
26545
26546         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26547         to 'yes' instead of 'cross-compiling'.
26548
26549 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26550
26551         * lib/quotearg.h (quotearg_free): New decl.
26552         * lib/quotearg.c (quotearg_free): New function.
26553         (slot0, nslots, slotvec0, slotvec):
26554         Now file-scope so that quotearg_free can get at them.
26555
26556 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26557
26558         Sync from Automake.
26559         * build-aux/gnupload: Add missing 'gnu' to example URL.
26560         Report by Karl Berry.
26561
26562 2006-11-08  Bruno Haible  <bruno@clisp.org>
26563
26564         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26565         Suggested by Paul Eggert.
26566
26567 2006-11-08  Jim Meyering  <jim@meyering.net>
26568
26569         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26570         It's already included if !_LIBC.
26571         (fts_safe_changedir): Add a comment.
26572
26573 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26574
26575         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26576         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26577         Matthew Woehlke.
26578
26579         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26580         definitions up, to avoid colliding with change below.
26581         (static_inline) [HAVE_INLINE]: New macro.
26582         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26583         Provide extern decls when !HAVE_INLINE.  Do not define unless
26584         static_inline is defined, either by us or by xmalloc.c.  Use
26585         static_inline rather than static inline.
26586         (XCALLOC): Optimize sizeof(T) = 1 case.
26587         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26588
26589 2006-11-07  Bruno Haible  <bruno@clisp.org>
26590
26591         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26592         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26593         AC_C_INLINE.
26594         * modules/xalloc (Files): Add m4/inline.m4.
26595
26596 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26597
26598         * README: Fix typo.
26599         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26600         (Miscellanous Notes): ...from this.
26601
26602 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26603
26604         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26605         Mention that offsetof should be used instead of sizeof.
26606         From Bruno Haible.
26607
26608 2006-11-07  Bruno Haible  <bruno@clisp.org>
26609
26610         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26611
26612 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26613
26614         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26615         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26616         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26617         (gl_tree_add_before, gl_tree_add_after):
26618         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26619         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26620         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26621         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26622         (gl_linked_add_after, gl_linked_add_at): Likewise.
26623         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26624         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26625         (gl_tree_add_before, gl_tree_add_after): Likewise.
26626         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26627         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26628         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26629
26630 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26631
26632         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26633
26634 2006-11-06  Bruno Haible  <bruno@clisp.org>
26635
26636         * m4/inline.m4: New file.
26637         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26638         * modules/list (Files): Add m4/inline.m4.
26639         * modules/oset (Files): Likewise.
26640
26641 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26642
26643         * lib/idcache.c: Include <stddef.h>, for offsetof.
26644         (struct userid.name): Change from char * to a flexible array member.
26645         All uses changed.
26646         * modules/idcache (Depends-on): Add flexmember.
26647
26648         * MODULES.html.sh (Core language properties): New module flexmember.
26649         * modules/flexmember, m4/flexmember.m4: New files.
26650
26651         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26652         inline functions that are identical with the old xnmalloc_inline,
26653         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26654         that we can avoid some unnecessary integer multiplications and
26655         divisions in the common case where the element size is known at
26656         compile time.
26657         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26658         needed.
26659         (xnboundedmalloc): Remove.
26660         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26661         arguments, for consistency with rest of this header.
26662         (xcharalloc): Rewrite using XNMALLOC.
26663         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26664         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26665         versions have been moved to lib/xalloc.h and renamed to be the
26666         non-*_inline versions.
26667         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26668         and xnrealloc functions, since those functions are now inline and
26669         now call us.
26670         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26671         renaming described above.
26672         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26673         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26674         captures the dependency in AC_C_INLINE.
26675
26676         New module canonicalize-lgpl, proposed by Charles Wilson in
26677         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26678         with a few small changes afterwards.
26679         * MODULES.html.sh (File system functions): New module
26680         canonicalize-lgpl.
26681         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26682         and canonicalize_file_name.
26683         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26684         * modules/canonicalize-lgpl: New files.
26685
26686 2006-11-05  Bruno Haible  <bruno@clisp.org>
26687
26688         * gnulib-tool (func_import, func_create_testdir): Create directories
26689         also for files in subdirectories of lib/.
26690
26691 2006-11-05  Bruno Haible  <bruno@clisp.org>
26692
26693         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26694         ANSI C compliant.
26695
26696 2006-11-03  Bruno Haible  <bruno@clisp.org>
26697
26698         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26699         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26700         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26701         (xnboundedmalloc): New inline function.
26702         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26703         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26704         xmalloc.
26705         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26706         xmalloc.
26707         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26708         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26709         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26710         xmalloc.
26711         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26712         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26713         xmalloc.
26714         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26715         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26716         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26717         xmalloc.
26718         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26719         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26720         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26721         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26722         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26723         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26724         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26725
26726 2006-11-03  Bruno Haible  <bruno@clisp.org>
26727
26728         * lib/c-ctype.h [C++]: Define functions without name mangling.
26729         * lib/fwriteerror.h [C++]: Likewise.
26730         * lib/gcd.h [C++]: Likewise.
26731         * lib/linebreak.h [C++]: Likewise.
26732
26733 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26734
26735         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26736         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26737         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26738         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26739         Check for functions and headers just once.
26740         Check for declaration of canonicalize_file_name.
26741         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26742
26743 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26744
26745         * gnulib-tool (func_import): Fix typo in actioncmd.
26746
26747 2006-11-02  Bruno Haible  <bruno@clisp.org>
26748
26749         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26750         newline sequence in the Makefile.am snippet as a space, like "make"
26751         does.
26752         Reported by Roger Persson <perrog@gmail.com>.
26753
26754 2006-11-01  Bruno Haible  <bruno@clisp.org>
26755
26756         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26757         already declared in <string.h>.
26758         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26759
26760 2006-11-01  Bruno Haible  <bruno@clisp.org>
26761
26762         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26763         * lib/strcase.h: Include <string.h>.
26764         (strcasecmp): Define to rpl_strcasecmp here.
26765
26766 2006-11-01  Bruno Haible  <bruno@clisp.org>
26767
26768         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26769
26770 2006-11-01  Eric Blake  <ebb9@byu.net>
26771
26772         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26773
26774         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26775
26776 2006-10-29  Bruno Haible  <bruno@clisp.org>
26777
26778         Make it compile in C++ mode.
26779         * lib/full-write.c (full_rw): Add a cast.
26780
26781 2006-11-01  Bruno Haible  <bruno@clisp.org>
26782
26783         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26784         be POSIX compliant.
26785         Reported by Roger Persson <perrog@gmail.com>.
26786
26787 2006-11-01  Eric Blake  <ebb9@byu.net>
26788
26789         * lib/getopt_.h: Fix comments.
26790
26791 2006-10-31  Eric Blake  <ebb9@byu.net>
26792
26793         * modules/tmpdir (Depends-on): Add sys_stat.
26794         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26795         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26796         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26797         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26798         tempname.
26799
26800 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26801
26802         Avoid some C++ diagnostics reported by Bruno Haible.
26803         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26804         xmalloc.
26805         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26806         (struct slotvec): Move to top level.
26807         (quotearg_n_options): Rewrite to avoid xmalloc.
26808         * lib/xalloc.h (xcharalloc): New function.
26809         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26810         [defined __cplusplus]: Add function template that provides result
26811         type propagation.  This part of the change is from Bruno Haible.
26812
26813 2006-10-29  Bruno Haible  <bruno@clisp.org>
26814
26815         Make it compile in C++ mode.
26816         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26817         * lib/strnlen1.c (strnlen1): Cast memchr result.
26818         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26819         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26820         (create_temp_dir): Rename local variable 'template'.
26821         (compile_csharp_using_sscli): Add cast.
26822         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26823         * lib/findprog.c (find_in_path): Likewise.
26824         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26825         * lib/wait-process.c (register_slave_subprocess): Likewise.
26826
26827 2006-10-22  Bruno Haible  <bruno@clisp.org>
26828
26829         * modules/tsearch: New file.
26830         * lib/tsearch.h: New file.
26831         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26832         * m4/tsearch.m4: New file.
26833         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26834
26835 2006-10-29  Eric Blake  <ebb9@byu.net>
26836
26837         * lib/arcfour.c: Assume config.h.
26838         * lib/arctwo.c: Likewise.
26839         * lib/base64.c: Likewise.
26840         * lib/check-version.c: Likewise.
26841         * lib/crc.c: Likewise.
26842         * lib/des.c: Likewise.
26843         * lib/gc-gnulib.c: Likewise.
26844         * lib/gc-libgcrypt.c: Likewise.
26845         * lib/gc-pbkdf2-sha1.c: Likewise.
26846         * lib/getaddrinfo.c: Likewise.
26847         * lib/getdelim.c: Likewise.
26848         * lib/getline.c: Likewise.
26849         * lib/hmac-md5.c: Likewise.
26850         * lib/hmac-sha1.c: Likewise.
26851         * lib/iconvme.c: Likewise.
26852         * lib/md2.c: Likewise.
26853         * lib/md4.c: Likewise.
26854         * lib/memxor.c: Likewise.
26855         * lib/read-file.c: Likewise.
26856         * lib/readline.c: Likewise.
26857         * lib/rijndael-alg-fst.c: Likewise.
26858         * lib/rijndael-api-fst.c: Likewise.
26859         * lib/xgetdomainname.c: Likewise.
26860
26861 2006-10-28  Eric Blake  <ebb9@byu.net>
26862
26863         * lib/xstrndup.c: Assume config.h.
26864
26865 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26866
26867         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26868         stat-macros.h is now for our own macros, whereas stat_h is for
26869         macros in the <sys/stat.h> name space.
26870         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26871         (STAT_MACROS_H): Remove.
26872         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26873         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26874         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26875         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26876         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26877         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26878         Move these macros to ...
26879         * lib/stat_.h: here.  Don't include stat-macros.h.
26880         * lib/canonicalize.c: Don't include stat-macros.h.
26881         * lib/chown.c: Likewise.
26882         * lib/euidaccess.c: Likewise.
26883         * lib/file-type.c: Likewise.
26884         * lib/filemode.c: Likewise.
26885         * lib/glob.c: Likewise.
26886         * lib/isapipe.c: Likewise.
26887         * lib/lchown.c: Likewise.
26888         * lib/lstat.c: Likewise.
26889         * lib/mkdir-p.c: Likewise.
26890         * lib/rmdir.c: Likewise.
26891         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26892         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26893         unless mkdir isn't declared, to speed up 'configure'.
26894         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26895         would define all the S_* symbols.
26896         * modules/canonicalize (Depends-on):
26897         Depend on sys_stat, not stat-macros.
26898         * modules/chown: Likewise.
26899         * modules/euidaccess: Likewise.
26900         * modules/filemode: Likewise.
26901         * modules/file-type: Likewise.
26902         * modules/glob: Likewise.
26903         * modules/isapipe: Likewise.
26904         * modules/lchown: Likewise.
26905         * modules/lstat: Likewise.
26906         * modules/mkancesdirs: Likewise.
26907         * modules/rmdir: Likewise.
26908         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26909         * modules/modechange: Likewise.
26910         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26911         (configure.ac): Remove gl_STAT_MACROS.
26912         * modules/sys_stat (Depends-on): Remove stat-macros.
26913
26914 2006-10-27  Bruno Haible  <bruno@clisp.org>
26915
26916         * m4/signed.m4: Remove file.
26917         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26918         invocation.
26919         * modules/vasnprintf (Files): Remove m4/signed.m4.
26920
26921 2006-10-27  Bruno Haible  <bruno@clisp.org>
26922
26923         Update to GNU gettext 0.16.
26924         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26925         m4/inttypes-h.m4, m4/signed.m4.
26926         * m4/gettext.m4: Update to GNU gettext 0.16.
26927         * m4/intl.m4: New file, from GNU gettext.
26928         * m4/intldir.m4: New file, from GNU gettext.
26929         * config/srclist.txt: Update
26930
26931 2006-10-27  Eric Blake  <ebb9@byu.net>
26932
26933         * MODULES.html.sh: Document tempname.
26934         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26935         dependencies.
26936         (Files): Move lib/tempname.c...
26937         * modules/tempname: ...to this new module.
26938         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26939         (gl_PREREQ_TEMPNAME): Move...
26940         * m4/tempname.m4: ...to this new file.
26941         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26942         * modules/sys_stat (Depends-on): Add stat-macros.
26943         * lib/stat_.h (includes): Pick up stat macros.
26944         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26945         if stat macros are broken.
26946         * lib/tempname.c (includes): No need to include "stat-macros.h".
26947         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26948         (direxists, __path_search) [!_LIBC]: Don't compile these in
26949         gnulib; the tmpdir module covers that.
26950         * lib/tempname.h: New file.
26951
26952 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26953
26954         * COPYING: Explain how gnulib-tool converts licence headers.
26955         Almost all wording by Eric Blake.
26956
26957 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26958
26959         * lib/mbchar.h (is_basic_table): Make read-only.
26960         * lib/mbchar.c (is_basic_table): Likewise.
26961         Reported by John Darrington.
26962
26963 2006-10-25  Bruno Haible  <bruno@clisp.org>
26964
26965         * lib/progname.h (set_program_name): Undefine before defining.
26966
26967 2006-10-25  Bruno Haible  <bruno@clisp.org>
26968
26969         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26970         false for non-gcc C++ compilers.
26971         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26972
26973 2006-10-24  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26976         iconv implementations like Irix iconv.
26977
26978 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26979
26980         * modules/vararrays: New file.
26981         * m4/vararrays.m4: New file, taken from diffutils.
26982         * MODULES.html.sh: New module vararrays.
26983
26984 2006-10-24  Karl Berry  <karl@gnu.org>
26985
26986         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26987         Don't call GNU Unix.
26988
26989 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26990
26991         * users.txt: Add Libtool.
26992
26993         Sync from Libtool:
26994
26995         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26996
26997         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26998         to gnulib's policy of including config.h unconditionally.
26999
27000 2006-10-24  Bruno Haible  <bruno@clisp.org>
27001
27002         * modules/wcwidth (Files): Add m4/wint_t.m4.
27003         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
27004         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
27005
27006 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27007
27008         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
27009         to pacify GCC with some -W flags enabled.  Problem reported by
27010         Bruno Haible.
27011
27012 2006-10-24  Jim Meyering  <jim@meyering.net>
27013
27014         * MODULES.html.sh: Remove uinttostr.  It's not a module.
27015         Reported by Karl Berry.
27016
27017 2006-10-23  Bruno Haible  <bruno@clisp.org>
27018
27019         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
27020
27021 2006-10-24  Bruno Haible  <bruno@clisp.org>
27022
27023         * lib/gl_list.h: Use C comment style, not C++ comment style.
27024
27025 2006-10-23  Eric Blake  <ebb9@byu.net>
27026
27027         * lib/getaddrinfo.c (includes): Add missing include.
27028
27029 2006-10-23  Bruno Haible  <bruno@clisp.org>
27030             Paul Eggert  <eggert@cs.ucla.edu>
27031
27032         Ability to rename obstack_free.
27033         * lib/obstack.h (__obstack_free): New macro. Declare instead of
27034         obstack_free.
27035         (obstack_free): Invoke the __obstack_free macro.
27036         * lib/obstack.c (obstack_free): Use __obstack_free macro.
27037
27038 2006-10-23  Bruno Haible  <bruno@clisp.org>
27039             Paul Eggert  <eggert@cs.ucla.edu>
27040
27041         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
27042         __argc, __argv from the declaration. (They are defined as macros on
27043         mingw.)
27044
27045 2006-10-22  Bruno Haible  <bruno@clisp.org>
27046
27047         * doc/gnulib-intro.texi: New file.
27048         * doc/gnulib.texi: Include it.
27049
27050 2006-10-21  Bruno Haible  <bruno@clisp.org>
27051
27052         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
27053         "Introduction", "Miscellanous Notes", "Particular Modules".
27054
27055 2006-10-21  Bruno Haible  <bruno@clisp.org>
27056
27057         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27058         Change mostlyclean-local rule to avoid sh syntax error from bash
27059         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
27060
27061 2006-10-23  Jim Meyering  <jim@meyering.net>
27062
27063         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
27064         in place of snprintf.
27065
27066         * modules/inttostr (Files): Add lib/uinttostr.c.
27067         * lib/uinttostr.c (inttostr): New file/function.
27068         * lib/inttostr.h (uinttostr): Declare.
27069         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
27070         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
27071         Add uinttostr.
27072         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
27073
27074 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
27075
27076         * lib/canonicalize.c (ELOOP): Define if not already defined.
27077         Problem reported by Bruno Haible in
27078         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
27079
27080 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
27081
27082         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
27083         Problem reported by Perry Smith and Ville Laurikari.
27084
27085         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
27086         uses.
27087
27088 2006-10-19  Bruno Haible  <bruno@clisp.org>
27089
27090         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
27091         for mingw.
27092
27093 2006-10-19  Bruno Haible  <bruno@clisp.org>
27094
27095         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
27096         Needed for mingw.
27097
27098 2006-10-19  Bruno Haible  <bruno@clisp.org>
27099
27100         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
27101
27102 2006-10-19  Bruno Haible  <bruno@clisp.org>
27103
27104         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
27105         it.
27106
27107 2006-10-19  Bruno Haible  <bruno@clisp.org>
27108
27109         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
27110         invocation.
27111
27112 2006-10-19  Bruno Haible  <bruno@clisp.org>
27113
27114         * gnulib-tool (func_create_testdir): Don't include ftruncate and
27115         mountlist by default.
27116
27117 2006-10-16  Bruno Haible  <bruno@clisp.org>
27118
27119         * lib/c-strstr.c: Include c-strstr.h.
27120
27121 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27122
27123         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
27124         in a slash.
27125
27126 2006-10-18  Bruno Haible  <bruno@clisp.org>
27127
27128         * lib/lock.h [C++]: Wrap definitions in extern "C".
27129
27130 2006-10-18  Bruno Haible  <bruno@clisp.org>
27131
27132         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
27133         gl_LIBOBJS list.
27134
27135 2006-10-18  Bruno Haible  <bruno@clisp.org>
27136
27137         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
27138
27139 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
27140
27141         * lib/xstrtol.h: Include gettext.h.
27142         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
27143         Problem reported by Eric Blake.
27144         * modules/xstrtol (Depends-on): Add gettext-h.
27145
27146 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
27147
27148         * lib/strftime.c (advance): New macro.
27149         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
27150         incomplete type, so you can't add 0 to it.  Problem and patch
27151         reported by Eelco Dolstra for dietlibc.
27152
27153 2006-10-18  Jim Meyering  <jim@meyering.net>
27154
27155         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
27156         type for a local, and rename it: s/up/user_proc/.
27157
27158 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
27159
27160         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
27161         READ_UTMP_USER_PROCESS.
27162         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
27163
27164 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27165
27166         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
27167         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
27168
27169 2006-10-17  Eric Blake  <ebb9@byu.net>
27170
27171         * lib/sigprocmask.c (sigprocmask): Fix typo.
27172
27173         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
27174
27175         * modules/clean-temp (Makefile.am): Don't add to make output...
27176         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
27177         config.h.
27178
27179 2006-10-17  Bruno Haible  <bruno@clisp.org>
27180
27181         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
27182         differently if DEFAULT_TEXT_DOMAIN is set.
27183
27184 2006-10-16  Bruno Haible  <bruno@clisp.org>
27185
27186         * lib/clean-temp.c: Include fwriteerror.h.
27187
27188 2006-10-16  Bruno Haible  <bruno@clisp.org>
27189
27190         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
27191
27192 2006-10-16  Bruno Haible  <bruno@clisp.org>
27193
27194         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
27195         * lib/sigprocmask.h: Include <sys/types.h>.
27196         (sigset_t): Use the system's definition if present.
27197
27198 2006-10-17  Eric Blake  <ebb9@byu.net>
27199
27200         * lib/xvasprintf.c (includes): Assume config.h.
27201         * lib/xasprintf.c (includes): Likewise.
27202
27203 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27204
27205         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27206         at least as wide as intmax_t.
27207
27208 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27209
27210         (Imported from Automake.)
27211         * build-aux/gnupload: Update to version 1.1 of directive file.
27212
27213 2006-10-16  Eric Blake  <ebb9@byu.net>
27214
27215         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27216         match Automake 1.10a.
27217
27218 2006-10-14  Bruno Haible  <bruno@clisp.org>
27219
27220         * modules/sigprocmask: New file.
27221         * lib/sigprocmask.h: New file.
27222         * lib/sigprocmask.c: New file.
27223         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27224         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27225         request sigprocmask.o.
27226         (gl_PREREQ_SIGPROCMASK): New macro.
27227         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27228         (Depends-on): Add sigprocmask.
27229         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27230         gt_SIGNALBLOCKING. Test for 'raise' only once.
27231         * lib/fatal-signal.c: Include sigprocmask.h.
27232         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27233         unblock_fatal_signals): Define always.
27234         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27235         sigprocmask.
27236
27237 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27238
27239         Sync from Automake.
27240         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27241         which incorrectly sets the mode of an existing destination
27242         directory.  In some cases the unpatched install-sh could do the
27243         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27244         system.  We hope this is rare in practice, but it's clearly worth
27245         fixing.  Problem reported by Alex Unleashed in
27246         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27247         Also, don't bother to check for -m bugs unless we're using -m;
27248         suggested by Stepan Kasal.
27249
27250 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27251
27252         Sync from Automake.
27253         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27254         `-c' flag, so they appear at the same position as in %FASTDEP%
27255         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27256         which ignores unknown options only after the first non-option.
27257         Bug report against M4 by Nelson H. F. Beebe.
27258
27259 2006-10-13  Jim Meyering  <jim@meyering.net>
27260
27261         Fix a bug in yesterday's change.
27262         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27263         p->fts_statp->st_dev would be used uninitialized.
27264         Ensures that we always call fts_stat on the very first entry.
27265         Miklos Szeredi reported that find -xdev stopped working.
27266
27267 2006-10-12  Bruno Haible  <bruno@clisp.org>
27268
27269         * gnulib-tool (func_get_automake_snippet): Append an automatically
27270         computed EXTRA_DIST augmentation.
27271         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27272         * modules/alloca-opt (Makefile.am): Likewise.
27273         * modules/allocsa (Makefile.am): Likewise.
27274         * modules/arcfour (Makefile.am): Likewise.
27275         * modules/arctwo (Makefile.am): Likewise.
27276         * modules/argmatch (Makefile.am): Likewise.
27277         * modules/argz (Makefile.am): Likewise.
27278         * modules/atexit (Makefile.am): Likewise.
27279         * modules/backupfile (Makefile.am): Likewise.
27280         * modules/byteswap (Makefile.am): Likewise.
27281         * modules/c-strtod (Makefile.am): Likewise.
27282         * modules/c-strtold (Makefile.am): Likewise.
27283         * modules/calloc (Makefile.am): Likewise.
27284         * modules/canon-host (Makefile.am): Likewise.
27285         * modules/canonicalize (Makefile.am): Likewise.
27286         * modules/chdir-long (Makefile.am): Likewise.
27287         * modules/chdir-safer (Makefile.am): Likewise.
27288         * modules/check-version (Makefile.am): Likewise.
27289         * modules/chown (Makefile.am): Likewise.
27290         * modules/cloexec (Makefile.am): Likewise.
27291         * modules/close-stream (Makefile.am): Likewise.
27292         * modules/closeout (Makefile.am): Likewise.
27293         * modules/crc (Makefile.am): Likewise.
27294         * modules/csharpexec (Makefile.am): Likewise.
27295         * modules/cycle-check (Makefile.am): Likewise.
27296         * modules/des (Makefile.am): Likewise.
27297         * modules/dev-ino (Makefile.am): Likewise.
27298         * modules/dirfd (Makefile.am): Likewise.
27299         * modules/dirname (Makefile.am): Likewise.
27300         * modules/dup2 (Makefile.am): Likewise.
27301         * modules/eealloc (Makefile.am): Likewise.
27302         * modules/error (Makefile.am): Likewise.
27303         * modules/euidaccess (Makefile.am): Likewise.
27304         * modules/exclude (Makefile.am): Likewise.
27305         * modules/exitfail (Makefile.am): Likewise.
27306         * modules/fcntl-safer (Makefile.am): Likewise.
27307         * modules/fcntl (Makefile.am): Likewise.
27308         * modules/file-type (Makefile.am): Likewise.
27309         * modules/fileblocks (Makefile.am): Likewise.
27310         * modules/filemode (Makefile.am): Likewise.
27311         * modules/filenamecat (Makefile.am): Likewise.
27312         * modules/fnmatch (Makefile.am): Likewise.
27313         * modules/fopen-safer (Makefile.am): Likewise.
27314         * modules/fpending (Makefile.am): Likewise.
27315         * modules/fprintftime (Makefile.am): Likewise.
27316         * modules/free (Makefile.am): Likewise.
27317         * modules/fsusage (Makefile.am): Likewise.
27318         * modules/ftruncate (Makefile.am): Likewise.
27319         * modules/fts (Makefile.am): Likewise.
27320         * modules/gc-arcfour (Makefile.am): Likewise.
27321         * modules/gc-des (Makefile.am): Likewise.
27322         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27323         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27324         * modules/gc-md4 (Makefile.am): Likewise.
27325         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27326         * modules/gc-sha1 (Makefile.am): Likewise.
27327         * modules/gc (Makefile.am): Likewise.
27328         * modules/getaddrinfo (Makefile.am): Likewise.
27329         * modules/getcwd (Makefile.am): Likewise.
27330         * modules/getdelim (Makefile.am): Likewise.
27331         * modules/getdomainname (Makefile.am): Likewise.
27332         * modules/getgroups (Makefile.am): Likewise.
27333         * modules/gethostname (Makefile.am): Likewise.
27334         * modules/gethrxtime (Makefile.am): Likewise.
27335         * modules/getline (Makefile.am): Likewise.
27336         * modules/getloadavg (Makefile.am): Likewise.
27337         * modules/getlogin_r (Makefile.am): Likewise.
27338         * modules/getndelim2 (Makefile.am): Likewise.
27339         * modules/getopt (Makefile.am): Likewise.
27340         * modules/getpagesize (Makefile.am): Likewise.
27341         * modules/getpass-gnu (Makefile.am): Likewise.
27342         * modules/getpass (Makefile.am): Likewise.
27343         * modules/getsubopt (Makefile.am): Likewise.
27344         * modules/gettime (Makefile.am): Likewise.
27345         * modules/gettimeofday (Makefile.am): Likewise.
27346         * modules/getugroups (Makefile.am): Likewise.
27347         * modules/getusershell (Makefile.am): Likewise.
27348         * modules/glob (Makefile.am): Likewise.
27349         * modules/group-member (Makefile.am): Likewise.
27350         * modules/hard-locale (Makefile.am): Likewise.
27351         * modules/hash (Makefile.am): Likewise.
27352         * modules/hmac-md5 (Makefile.am): Likewise.
27353         * modules/hmac-sha1 (Makefile.am): Likewise.
27354         * modules/human (Makefile.am): Likewise.
27355         * modules/idcache (Makefile.am): Likewise.
27356         * modules/imaxabs (Makefile.am): Likewise.
27357         * modules/imaxdiv (Makefile.am): Likewise.
27358         * modules/inet_ntop (Makefile.am): Likewise.
27359         * modules/inet_pton (Makefile.am): Likewise.
27360         * modules/intprops (Makefile.am): Likewise.
27361         * modules/inttostr (Makefile.am): Likewise.
27362         * modules/inttypes (Makefile.am): Likewise.
27363         * modules/isapipe (Makefile.am): Likewise.
27364         * modules/javaversion (Makefile.am): Likewise.
27365         * modules/lchmod (Makefile.am): Likewise.
27366         * modules/lchown (Makefile.am): Likewise.
27367         * modules/localcharset (Makefile.am): Likewise.
27368         * modules/long-options (Makefile.am): Likewise.
27369         * modules/lstat (Makefile.am): Likewise.
27370         * modules/malloc (Makefile.am): Likewise.
27371         * modules/mathl (Makefile.am): Likewise.
27372         * modules/mbchar (Makefile.am): Likewise.
27373         * modules/md2 (Makefile.am): Likewise.
27374         * modules/md4 (Makefile.am): Likewise.
27375         * modules/md5 (Makefile.am): Likewise.
27376         * modules/memcasecmp (Makefile.am): Likewise.
27377         * modules/memchr (Makefile.am): Likewise.
27378         * modules/memcmp (Makefile.am): Likewise.
27379         * modules/memcoll (Makefile.am): Likewise.
27380         * modules/memcpy (Makefile.am): Likewise.
27381         * modules/memmem (Makefile.am): Likewise.
27382         * modules/memmove (Makefile.am): Likewise.
27383         * modules/mempcpy (Makefile.am): Likewise.
27384         * modules/memrchr (Makefile.am): Likewise.
27385         * modules/memset (Makefile.am): Likewise.
27386         * modules/memxor (Makefile.am): Likewise.
27387         * modules/mkancesdirs (Makefile.am): Likewise.
27388         * modules/mkdir-p (Makefile.am): Likewise.
27389         * modules/mkdir (Makefile.am): Likewise.
27390         * modules/mkdtemp (Makefile.am): Likewise.
27391         * modules/mkstemp (Makefile.am): Likewise.
27392         * modules/mktime (Makefile.am): Likewise.
27393         * modules/modechange (Makefile.am): Likewise.
27394         * modules/mountlist (Makefile.am): Likewise.
27395         * modules/nanosleep (Makefile.am): Likewise.
27396         * modules/obstack (Makefile.am): Likewise.
27397         * modules/openat (Makefile.am): Likewise.
27398         * modules/pagealign_alloc (Makefile.am): Likewise.
27399         * modules/pathmax (Makefile.am): Likewise.
27400         * modules/physmem (Makefile.am): Likewise.
27401         * modules/poll (Makefile.am): Likewise.
27402         * modules/posixtm (Makefile.am): Likewise.
27403         * modules/posixver (Makefile.am): Likewise.
27404         * modules/putenv (Makefile.am): Likewise.
27405         * modules/quote (Makefile.am): Likewise.
27406         * modules/quotearg (Makefile.am): Likewise.
27407         * modules/raise (Makefile.am): Likewise.
27408         * modules/read-file (Makefile.am): Likewise.
27409         * modules/readline (Makefile.am): Likewise.
27410         * modules/readlink (Makefile.am): Likewise.
27411         * modules/readtokens (Makefile.am): Likewise.
27412         * modules/readutmp (Makefile.am): Likewise.
27413         * modules/realloc (Makefile.am): Likewise.
27414         * modules/regex (Makefile.am): Likewise.
27415         * modules/rename-dest-slash (Makefile.am): Likewise.
27416         * modules/rename (Makefile.am): Likewise.
27417         * modules/rijndael (Makefile.am): Likewise.
27418         * modules/rmdir (Makefile.am): Likewise.
27419         * modules/rpmatch (Makefile.am): Likewise.
27420         * modules/safe-read (Makefile.am): Likewise.
27421         * modules/safe-write (Makefile.am): Likewise.
27422         * modules/same-inode (Makefile.am): Likewise.
27423         * modules/same (Makefile.am): Likewise.
27424         * modules/save-cwd (Makefile.am): Likewise.
27425         * modules/savedir (Makefile.am): Likewise.
27426         * modules/setenv (Makefile.am): Likewise.
27427         * modules/settime (Makefile.am): Likewise.
27428         * modules/sha1 (Makefile.am): Likewise.
27429         * modules/sig2str (Makefile.am): Likewise.
27430         * modules/snprintf (Makefile.am): Likewise.
27431         * modules/stat-macros (Makefile.am): Likewise.
27432         * modules/stat-time (Makefile.am): Likewise.
27433         * modules/stdbool (Makefile.am): Likewise.
27434         * modules/stdint (Makefile.am): Likewise.
27435         * modules/stdlib-safer (Makefile.am): Likewise.
27436         * modules/stpcpy (Makefile.am): Likewise.
27437         * modules/stpncpy (Makefile.am): Likewise.
27438         * modules/strcase (Makefile.am): Likewise.
27439         * modules/strcasestr (Makefile.am): Likewise.
27440         * modules/strchrnul (Makefile.am): Likewise.
27441         * modules/strcspn (Makefile.am): Likewise.
27442         * modules/strdup (Makefile.am): Likewise.
27443         * modules/strerror (Makefile.am): Likewise.
27444         * modules/strftime (Makefile.am): Likewise.
27445         * modules/strndup (Makefile.am): Likewise.
27446         * modules/strnlen (Makefile.am): Likewise.
27447         * modules/strpbrk (Makefile.am): Likewise.
27448         * modules/strsep (Makefile.am): Likewise.
27449         * modules/strstr (Makefile.am): Likewise.
27450         * modules/strtod (Makefile.am): Likewise.
27451         * modules/strtoimax (Makefile.am): Likewise.
27452         * modules/strtok_r (Makefile.am): Likewise.
27453         * modules/strtol (Makefile.am): Likewise.
27454         * modules/strtoll (Makefile.am): Likewise.
27455         * modules/strtoul (Makefile.am): Likewise.
27456         * modules/strtoull (Makefile.am): Likewise.
27457         * modules/strtoumax (Makefile.am): Likewise.
27458         * modules/strverscmp (Makefile.am): Likewise.
27459         * modules/sys_socket (Makefile.am): Likewise.
27460         * modules/sys_stat (Makefile.am): Likewise.
27461         * modules/sysexits (Makefile.am): Likewise.
27462         * modules/time_r (Makefile.am): Likewise.
27463         * modules/timegm (Makefile.am): Likewise.
27464         * modules/timespec (Makefile.am): Likewise.
27465         * modules/tmpfile-safer (Makefile.am): Likewise.
27466         * modules/trim (Makefile.am): Likewise.
27467         * modules/unistd-safer (Makefile.am): Likewise.
27468         * modules/unlinkdir (Makefile.am): Likewise.
27469         * modules/unlocked-io (Makefile.am): Likewise.
27470         * modules/userspec (Makefile.am): Likewise.
27471         * modules/utime (Makefile.am): Likewise.
27472         * modules/utimecmp (Makefile.am): Likewise.
27473         * modules/utimens (Makefile.am): Likewise.
27474         * modules/vasnprintf (Makefile.am): Likewise.
27475         * modules/vasprintf (Makefile.am): Likewise.
27476         * modules/vsnprintf (Makefile.am): Likewise.
27477         * modules/xalloc (Makefile.am): Likewise.
27478         * modules/xgetcwd (Makefile.am): Likewise.
27479         * modules/xnanosleep (Makefile.am): Likewise.
27480         * modules/xreadlink (Makefile.am): Likewise.
27481         * modules/xstrtod (Makefile.am): Likewise.
27482         * modules/xstrtol (Makefile.am): Likewise.
27483         * modules/xstrtold (Makefile.am): Likewise.
27484         * modules/yesno (Makefile.am): Likewise.
27485         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27486
27487 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27488
27489         * modules/error (Makefile.am): Distribute files through
27490         EXTRA_DIST, not lib_SOURCES.
27491
27492 2006-10-12  Eric Blake  <ebb9@byu.net>
27493
27494         * modules/error (Makefile.am): Distribute files in /lib.
27495         * modules/obstack (Makefile.am): Likewise.
27496
27497 2006-10-12  Bruno Haible  <bruno@clisp.org>
27498
27499         * modules/acl (Makefile.am): Distribute all files in lib/ through
27500         EXTRA_DIST.
27501         * modules/arcfour (Makefile.am): Likewise.
27502         * modules/arctwo (Makefile.am): Likewise.
27503         * modules/argmatch (Makefile.am): Likewise.
27504         * modules/argz (Makefile.am): Likewise.
27505         * modules/atexit (Makefile.am): Likewise.
27506         * modules/backupfile (Makefile.am): Likewise.
27507         * modules/c-strtod (Makefile.am): Likewise.
27508         * modules/c-strtold (Makefile.am): Likewise.
27509         * modules/calloc (Makefile.am): Likewise.
27510         * modules/canon-host (Makefile.am): Likewise.
27511         * modules/canonicalize (Makefile.am): Likewise.
27512         * modules/chdir-long (Makefile.am): Likewise.
27513         * modules/chdir-safer (Makefile.am): Likewise.
27514         * modules/check-version (Makefile.am): Likewise.
27515         * modules/chown (Makefile.am): Likewise.
27516         * modules/cloexec (Makefile.am): Likewise.
27517         * modules/close-stream (Makefile.am): Likewise.
27518         * modules/closeout (Makefile.am): Likewise.
27519         * modules/crc (Makefile.am): Likewise.
27520         * modules/cycle-check (Makefile.am): Likewise.
27521         * modules/des (Makefile.am): Likewise.
27522         * modules/dirfd (Makefile.am): Likewise.
27523         * modules/dirname (Makefile.am): Likewise.
27524         * modules/dup2 (Makefile.am): Likewise.
27525         * modules/euidaccess (Makefile.am): Likewise.
27526         * modules/exclude (Makefile.am): Likewise.
27527         * modules/exitfail (Makefile.am): Likewise.
27528         * modules/fcntl-safer (Makefile.am): Likewise.
27529         * modules/file-type (Makefile.am): Likewise.
27530         * modules/fileblocks (Makefile.am): Likewise.
27531         * modules/filemode (Makefile.am): Likewise.
27532         * modules/filenamecat (Makefile.am): Likewise.
27533         * modules/fnmatch (Makefile.am): Likewise.
27534         * modules/fopen-safer (Makefile.am): Likewise.
27535         * modules/fpending (Makefile.am): Likewise.
27536         * modules/fprintftime (Makefile.am): Likewise.
27537         * modules/free (Makefile.am): Likewise.
27538         * modules/fsusage (Makefile.am): Likewise.
27539         * modules/ftruncate (Makefile.am): Likewise.
27540         * modules/fts (Makefile.am): Likewise.
27541         * modules/gc (Makefile.am): Likewise.
27542         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27543         * modules/getaddrinfo (Makefile.am): Likewise.
27544         * modules/getcwd (Makefile.am): Likewise.
27545         * modules/getdelim (Makefile.am): Likewise.
27546         * modules/getdomainname (Makefile.am): Likewise.
27547         * modules/getgroups (Makefile.am): Likewise.
27548         * modules/gethostname (Makefile.am): Likewise.
27549         * modules/gethrxtime (Makefile.am): Likewise.
27550         * modules/getline (Makefile.am): Likewise.
27551         * modules/getloadavg (Makefile.am): Likewise.
27552         * modules/getlogin_r (Makefile.am): Likewise.
27553         * modules/getopt (Makefile.am): Likewise.
27554         * modules/getpass (Makefile.am): Likewise.
27555         * modules/getpass-gnu (Makefile.am): Likewise.
27556         * modules/getsubopt (Makefile.am): Likewise.
27557         * modules/gettime (Makefile.am): Likewise.
27558         * modules/gettimeofday (Makefile.am): Likewise.
27559         * modules/getugroups (Makefile.am): Likewise.
27560         * modules/getusershell (Makefile.am): Likewise.
27561         * modules/glob (Makefile.am): Likewise.
27562         * modules/group-member (Makefile.am): Likewise.
27563         * modules/hard-locale (Makefile.am): Likewise.
27564         * modules/hash (Makefile.am): Likewise.
27565         * modules/hmac-md5 (Makefile.am): Likewise.
27566         * modules/hmac-sha1 (Makefile.am): Likewise.
27567         * modules/human (Makefile.am): Likewise.
27568         * modules/idcache (Makefile.am): Likewise.
27569         * modules/imaxabs (Makefile.am): Likewise.
27570         * modules/imaxdiv (Makefile.am): Likewise.
27571         * modules/inet_ntop (Makefile.am): Likewise.
27572         * modules/inet_pton (Makefile.am): Likewise.
27573         * modules/inttostr (Makefile.am): Likewise.
27574         * modules/isapipe (Makefile.am): Likewise.
27575         * modules/lchown (Makefile.am): Likewise.
27576         * modules/long-options (Makefile.am): Likewise.
27577         * modules/lstat (Makefile.am): Likewise.
27578         * modules/malloc (Makefile.am): Likewise.
27579         * modules/mathl (Makefile.am): Likewise.
27580         * modules/mbchar (Makefile.am): Likewise.
27581         * modules/md2 (Makefile.am): Likewise.
27582         * modules/md4 (Makefile.am): Likewise.
27583         * modules/md5 (Makefile.am): Likewise.
27584         * modules/memcasecmp (Makefile.am): Likewise.
27585         * modules/memchr (Makefile.am): Likewise.
27586         * modules/memcmp (Makefile.am): Likewise.
27587         * modules/memcoll (Makefile.am): Likewise.
27588         * modules/memcpy (Makefile.am): Likewise.
27589         * modules/memmem (Makefile.am): Likewise.
27590         * modules/memmove (Makefile.am): Likewise.
27591         * modules/mempcpy (Makefile.am): Likewise.
27592         * modules/memrchr (Makefile.am): Likewise.
27593         * modules/memset (Makefile.am): Likewise.
27594         * modules/memxor (Makefile.am): Likewise.
27595         * modules/mkancesdirs (Makefile.am): Likewise.
27596         * modules/mkdir (Makefile.am): Likewise.
27597         * modules/mkdir-p (Makefile.am): Likewise.
27598         * modules/mkdtemp (Makefile.am): Likewise.
27599         * modules/mkstemp (Makefile.am): Likewise.
27600         * modules/mktime (Makefile.am): Likewise.
27601         * modules/modechange (Makefile.am): Likewise.
27602         * modules/mountlist (Makefile.am): Likewise.
27603         * modules/nanosleep (Makefile.am): Likewise.
27604         * modules/openat (Makefile.am): Likewise.
27605         * modules/pagealign_alloc (Makefile.am): Likewise.
27606         * modules/physmem (Makefile.am): Likewise.
27607         * modules/poll (Makefile.am): Likewise.
27608         * modules/posixtm (Makefile.am): Likewise.
27609         * modules/posixver (Makefile.am): Likewise.
27610         * modules/putenv (Makefile.am): Likewise.
27611         * modules/quote (Makefile.am): Likewise.
27612         * modules/quotearg (Makefile.am): Likewise.
27613         * modules/raise (Makefile.am): Likewise.
27614         * modules/read-file (Makefile.am): Likewise.
27615         * modules/readline (Makefile.am): Likewise.
27616         * modules/readlink (Makefile.am): Likewise.
27617         * modules/readtokens (Makefile.am): Likewise.
27618         * modules/readutmp (Makefile.am): Likewise.
27619         * modules/realloc (Makefile.am): Likewise.
27620         * modules/regex (Makefile.am): Likewise.
27621         * modules/rename (Makefile.am): Likewise.
27622         * modules/rename-dest-slash (Makefile.am): Likewise.
27623         * modules/rijndael (Makefile.am): Likewise.
27624         * modules/rmdir (Makefile.am): Likewise.
27625         * modules/rpmatch (Makefile.am): Likewise.
27626         * modules/safe-read (Makefile.am): Likewise.
27627         * modules/safe-write (Makefile.am): Likewise.
27628         * modules/same (Makefile.am): Likewise.
27629         * modules/save-cwd (Makefile.am): Likewise.
27630         * modules/savedir (Makefile.am): Likewise.
27631         * modules/setenv (Makefile.am): Likewise.
27632         * modules/settime (Makefile.am): Likewise.
27633         * modules/sha1 (Makefile.am): Likewise.
27634         * modules/sig2str (Makefile.am): Likewise.
27635         * modules/snprintf (Makefile.am): Likewise.
27636         * modules/stdlib-safer (Makefile.am): Likewise.
27637         * modules/stpcpy (Makefile.am): Likewise.
27638         * modules/stpncpy (Makefile.am): Likewise.
27639         * modules/strcase (Makefile.am): Likewise.
27640         * modules/strcasestr (Makefile.am): Likewise.
27641         * modules/strchrnul (Makefile.am): Likewise.
27642         * modules/strcspn (Makefile.am): Likewise.
27643         * modules/strdup (Makefile.am): Likewise.
27644         * modules/strerror (Makefile.am): Likewise.
27645         * modules/strftime (Makefile.am): Likewise.
27646         * modules/strndup (Makefile.am): Likewise.
27647         * modules/strnlen (Makefile.am): Likewise.
27648         * modules/strpbrk (Makefile.am): Likewise.
27649         * modules/strsep (Makefile.am): Likewise.
27650         * modules/strstr (Makefile.am): Likewise.
27651         * modules/strtod (Makefile.am): Likewise.
27652         * modules/strtoimax (Makefile.am): Likewise.
27653         * modules/strtok_r (Makefile.am): Likewise.
27654         * modules/strtol (Makefile.am): Likewise.
27655         * modules/strtoll (Makefile.am): Likewise.
27656         * modules/strtoul (Makefile.am): Likewise.
27657         * modules/strtoull (Makefile.am): Likewise.
27658         * modules/strtoumax (Makefile.am): Likewise.
27659         * modules/strverscmp (Makefile.am): Likewise.
27660         * modules/time_r (Makefile.am): Likewise.
27661         * modules/timegm (Makefile.am): Likewise.
27662         * modules/tmpfile-safer (Makefile.am): Likewise.
27663         * modules/unistd-safer (Makefile.am): Likewise.
27664         * modules/unlinkdir (Makefile.am): Likewise.
27665         * modules/userspec (Makefile.am): Likewise.
27666         * modules/utime (Makefile.am): Likewise.
27667         * modules/utimecmp (Makefile.am): Likewise.
27668         * modules/utimens (Makefile.am): Likewise.
27669         * modules/vasnprintf (Makefile.am): Likewise.
27670         * modules/vasprintf (Makefile.am): Likewise.
27671         * modules/vsnprintf (Makefile.am): Likewise.
27672         * modules/xalloc (Makefile.am): Likewise.
27673         * modules/xgetcwd (Makefile.am): Likewise.
27674         * modules/xnanosleep (Makefile.am): Likewise.
27675         * modules/xreadlink (Makefile.am): Likewise.
27676         * modules/xstrtod (Makefile.am): Likewise.
27677         * modules/xstrtol (Makefile.am): Likewise.
27678         * modules/xstrtold (Makefile.am): Likewise.
27679         * modules/yesno (Makefile.am): Likewise.
27680
27681 2006-10-12  Jim Meyering  <jim@meyering.net>
27682
27683         * m4/getloadavg.m4: Revert the change below.
27684
27685         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27686         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27687         fail with a symlink, which is what coreutils' ./bootstrap now
27688         creates by default.
27689
27690 2006-10-12  Bruno Haible  <bruno@clisp.org>
27691
27692         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27693         mingw.
27694         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27695         MSVC and mingw explicitly.
27696
27697 2006-10-11  Simon Josefsson  <jas@extundo.com>
27698             Bruno Haible  <bruno@clisp.org>
27699
27700         Add support for multiple gnulib-tool invocations in the scope of a
27701         single configure.ac file.
27702         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27703         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27704         with the same contents as the _LIBADD variable.
27705         (func_emit_initmacro_start, func_emit_initmacro_end,
27706         func_emit_initmacro_done): New functions.
27707         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27708         gl_LIBOBJS and gl_LTLIBOBJS.
27709
27710 2006-10-11  Bruno Haible  <bruno@clisp.org>
27711
27712         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27713         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27714         autoreconf. Instead, invoke autopoint explicitly but move back the
27715         *.m4 files from gnulib.
27716
27717 2006-10-11  Bruno Haible  <bruno@clisp.org>
27718
27719         * gnulib-tool (func_usage): Make module names after --create-testdir
27720         optional.
27721         (func_create_testdir): If no module was specified, use nearly all
27722         modules.
27723
27724 2006-10-12  Jim Meyering  <jim@meyering.net>
27725
27726         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27727         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27728         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27729         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27730         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27731         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27732         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27733         (fts_set_stat_required): New function.
27734         (fts_open): Defer the calls to fts_stat, if possible or requested.
27735         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27736         into fts_stat itself.
27737         (fts_read): Perform any required (deferred) fts_stat call.
27738         (fts_build): Likewise, for the directory we're about to open and read.
27739         In the readdir loop, carefully decide whether each entry will require
27740         an eventual call to fts_stat, using dirent.d_type info if available.
27741         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27742         a command line argument into this function.  Update all callers.
27743         Map a return value of FTS_DOT to FTS_D for a command line argument.
27744         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27745         Thanks to Miklos Szeredi for his tenacity and for the initial
27746         bug report about "find" failing on a FUSE-based file system.
27747
27748         * lib/fts.c (fts_open): Use consistent indentation.
27749
27750 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27751
27752         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27753         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27754         reported by Jim Meyering.  All uses of cache variables renamed
27755         to match Autoconf's.
27756         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27757         the other one.
27758
27759         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27760         Fix misspelling in diagnostic.
27761
27762 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27763
27764         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27765         defined.  Problem reported by Matthew Woehlke.
27766
27767         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27768         Add support for Tandem NonStop R series.
27769         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27770         Use new macro.
27771
27772         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27773         (has_trailing_slash): Omit size arg; all callers changed.
27774         Omit 'inline', since it doesn't help performance and we'd
27775         need to configure it.
27776         Don't count //, ///, etc. as having a trailing slash.
27777         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27778         (rpl_rename_dest_slash): On failure, use rename's errno rather
27779         than (in some cases) an incorrect or junk errno.
27780         Simplify code by removing need to compute length; this does
27781         cause it to make two passes instead of one over the file name,
27782         but it's worth it.
27783
27784         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27785         change, since Autoconf's version may no longer be appropriate now
27786         that we are using CVS Autoconf's version.  Add support for Tandem.
27787
27788 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27789             Bruno Haible  <bruno@clisp.org>
27790
27791         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27792         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27793         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27794         gl_AC_TYPE_LONG_LONG.
27795
27796         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27797         instead of HAVE_LONG_LONG.
27798         * lib/printf-args.c (printf_fetchargs): Likewise.
27799         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27800         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27801         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27802         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27803         gl_AC_TYPE_LONG_LONG.
27804
27805 2006-10-11  Bruno Haible  <bruno@clisp.org>
27806
27807         * m4/longlong.m4: Add comments.
27808         * m4/ulonglong.m4: Likewise.
27809
27810 2006-10-10  Bruno Haible  <bruno@clisp.org>
27811
27812         Make it possible to #define stpcpy, strdup to aliases.
27813         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27814         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27815
27816 2006-10-10  Bruno Haible  <bruno@clisp.org>
27817
27818         Make it possible to #define gcd to an alias.
27819         * lib/gcd.c: Include config.h.
27820
27821 2006-10-10  Bruno Haible  <bruno@clisp.org>
27822
27823         Make it possible to #define c_isascii to an alias.
27824         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27825         defined. Undefine the macros before defining them, to avoid gcc
27826         warnings.
27827         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27828         define NO_C_CTYPE_MACROS early.
27829
27830 2006-10-10  Bruno Haible  <bruno@clisp.org>
27831
27832         Make it possible to #define set_program_name to an alias.
27833         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27834         ENABLE_RELOCATABLE early.
27835
27836 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27837
27838         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27839         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27840         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27841         More generally, don't assume that 64-bit signed int is available
27842         if unsigned int is, and vice versa.
27843         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27844         unsigned symbols, not on their signed counterparts.
27845         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27846         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27847         (UINT64_C, UINTMAX_C):
27848         Likewise.
27849         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27850         unsigned counterparts.
27851         (Have_long_long, Unsigned): New macros.
27852         (Int): Renamed from INT.
27853         (strtoimax): Use the new macros.
27854         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27855         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27856         * modules/inttypes (inttypes.h): Substitute
27857         HAVE_UNSIGNED_LONG_LONG_INT.
27858         * modules/stdint (stdint.h): Likewise.
27859         (Files): Add m4/ulonglong.m4.
27860
27861 2006-10-10  Bruno Haible  <bruno@clisp.org>
27862
27863         Fix a gcc -Wshadow warning.
27864         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27865         to 'bucket'.
27866         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27867         gl_linked_indexof_from_to): Likewise.
27868         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27869         Likewise.
27870         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27871         Likewise.
27872         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27873         Reported by Eric Blake.
27874
27875 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27876
27877         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27878         for NetBSD.  Problem reported by Bruno Haible.
27879
27880 2006-10-09  Jim Meyering  <jim@meyering.net>
27881
27882         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27883         Patch from Bruno Haible.
27884
27885 2006-10-09  Jim Meyering  <jim@meyering.net>
27886
27887         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27888         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27889         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27890
27891 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27892
27893         Don't include <config.h> twice; this doesn't work in some cases,
27894         e.g., when config.h has "#define intmax_t long long int" and
27895         we include <config.h>, <inttypes.h>, <config.h> in that order.
27896         Problem reported by Matthew Woehlke in:
27897         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27898         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27899         * lib/fts-cycle.c: Don't include config.h.
27900         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27901         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27902         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27903         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27904         inttypes.h.
27905         * lib/xstrtoumax.c: Likewise.
27906         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27907         __strtol and the like, so that this module is more like its siblings.
27908         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27909         Remove; no longer needed now that we assume gnulib inttypes.h.
27910
27911 2006-10-08  Bruno Haible  <bruno@clisp.org>
27912
27913         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27914         option.
27915
27916 2006-10-07  Jim Meyering  <jim@meyering.net>
27917
27918         * modules/inttypes (inttypes.h): Revert what seems to have been
27919         an inadvertent part of today's change: use "|", not "/" in the
27920         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27921
27922 2006-10-07  Bruno Haible  <bruno@clisp.org>
27923
27924         * modules/sublist: New file.
27925
27926 2006-10-07  Bruno Haible  <bruno@clisp.org>
27927
27928         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27929         * modules/argz (argz.h): Likewise.
27930         * modules/arpa_inet (arpa/inet.h): Likewise.
27931         * modules/byteswap (byteswap.h): Likewise.
27932         * modules/configmake (configmake.h): Likewise.
27933         * modules/fcntl (fcntl.h): Likewise.
27934         * modules/fnmatch (fnmatch.h): Likewise.
27935         * modules/getopt (getopt.h): Likewise.
27936         * modules/glob (glob.h): Likewise.
27937         * modules/inttypes (inttypes.h): Likewise.
27938         * modules/netinet_in (netinet/in.h): Likewise.
27939         * modules/poll (poll.h): Likewise.
27940         * modules/stdbool (stdbool.h): Likewise.
27941         * modules/stdint (stdint.h): Likewise.
27942         * modules/sys_select (sys/select.h): Likewise.
27943         * modules/sys_socket (sys/socket.h): Likewise.
27944         * modules/sys_stat (sys/stat.h): Likewise.
27945         * modules/sysexits (sysexits.h): Likewise.
27946         * modules/unistd (unistd.h): Likewise.
27947         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27948         Add a "DO NOT EDIT" comment to the generated file.
27949         (func_import): Likewise for gnulib-comp.m4.
27950
27951 2006-10-07  Bruno Haible  <bruno@clisp.org>
27952
27953         * lib/gl_sublist.h: New file.
27954         * lib/gl_sublist.c: New file.
27955
27956 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27957
27958         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27959         name (relative to the original working directory) and the file
27960         name component (relative to the temporary working directory).  All
27961         callers changed.
27962         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27963         * lib/mkdir-p.c (make_dir_parents): Likewise.
27964         * lib/mkdir-p.h (make_dir_parents): Likewise.
27965
27966 2006-10-06  Eric Blake  <ebb9@byu.net>
27967
27968         Define several macros for use by the clean-temp module.
27969         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27970         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27971         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27972
27973         * lib/clean-temp.h (close_stream_temp): New declaration.
27974         * lib/clean-temp.c (includes): Pull in headers according to what
27975         other modules are in use.
27976         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27977
27978 2006-10-06  Bruno Haible  <bruno@clisp.org>
27979
27980         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27981         instead of fopen, fwriteerror.
27982
27983 2006-10-06  Bruno Haible  <bruno@clisp.org>
27984
27985         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27986         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27987         int.
27988         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27989         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27990         Return an error indicator.
27991         Suggested by Eric Blake.
27992
27993 2006-10-06  Bruno Haible  <bruno@clisp.org>
27994
27995         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27996         Reported by Eric Blake.
27997
27998 2006-10-06  Bruno Haible  <bruno@clisp.org>
27999
28000         * modules/closeout (Description): Mention stderr too.
28001
28002 2006-10-06  Bruno Haible  <bruno@clisp.org>
28003         and Paul Eggert  <eggert@cs.ucla.edu>
28004
28005         * lib/closeout.c (close_stdout): Also close stderr.
28006         * lib/closeout.h: Update comment.
28007
28008 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
28009
28010         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
28011         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
28012         * lib/dirchownmod.c: Include lchown.h.
28013         * lib/lchown.c: Don't include files that lchown.h now includes.
28014         Don't declare chown, since lchown.h now does that.
28015         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
28016         (lchown): Define to rpl_chown if lchown is declared but
28017         does not exist.  Declare using a prototype if lchown is not
28018         declared.  Add a copyright notice.
28019         * lib/mkstemp.h: Include <unistd.h>.
28020         * lib/openat.c: Include lchown.h.
28021
28022         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
28023         we now test for that separately.
28024         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
28025         rather than O_NOFOLLOW, when testing whether it's possible to
28026         avoid a race condition reliably.
28027         * lib/savewd.c (savewd_chdir): Likewise.
28028
28029         Remove macros that are no longer needed now that stdint.h is
28030         reliable.
28031         * lib/fsusage.c (UINTMAX_MAX): Remove.
28032         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
28033         * lib/utimecmp.c (SIZE_MAX): Remove.
28034
28035         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
28036
28037         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
28038         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
28039         O_NOATIME works.
28040
28041 2006-10-05  Bruno Haible  <bruno@clisp.org>
28042
28043         * lib/gl_list.h (gl_sortedlist_search_from_to,
28044         gl_sortedlist_indexof_from_to): New declarations.
28045         (gl_list_implementation): New fields sortedlist_search_from_to,
28046         sortedlist_indexof_from_to.
28047         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
28048         inline functions.
28049         * lib/gl_list.c (gl_sortedlist_search_from_to,
28050         gl_sortedlist_indexof_from_to): New functions.
28051         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
28052         function.
28053         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
28054         (gl_array_sortedlist_search_from_to): New function.
28055         (gl_array_list_implementation): Update.
28056         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
28057         function.
28058         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
28059         (gl_carray_sortedlist_search_from_to): New function.
28060         (gl_carray_list_implementation): Update.
28061         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
28062         gl_linked_sortedlist_indexof_from_to): New functions.
28063         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28064         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28065         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
28066         gl_tree_sortedlist_indexof_from_to): New functions.
28067         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28068         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28069         Update.
28070         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28071         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
28072         Update.
28073
28074 2006-10-05  Bruno Haible  <bruno@clisp.org>
28075
28076         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
28077         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
28078         (struct gl_list_implementation): Add fields search_from_to,
28079         indexof_from_to. Remove fields search, indexof.
28080         (gl_list_search): Use the search_from_to method.
28081         (gl_list_search_from, gl_list_search_from_to): New functions.
28082         (gl_list_indexof): Use the indexof_from_to method.
28083         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
28084         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
28085         (gl_list_search_from, gl_list_search_from_to): New functions.
28086         (gl_list_indexof): Use the indexof_from_to method.
28087         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
28088         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
28089         gl_array_indexof. Add start_index, end_index arguments.
28090         (gl_array_search_from_to): Renamed from gl_array_search. Add
28091         start_index, end_index arguments.
28092         (gl_array_remove, gl_array_list_implementation): Update.
28093         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
28094         gl_carray_indexof. Add start_index, end_index arguments.
28095         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
28096         start_index, end_index arguments.
28097         (gl_carray_remove, gl_carray_list_implementation): Update.
28098         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
28099         gl_linked_search. Add start_index, end_index arguments.
28100         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
28101         start_index, end_index arguments.
28102         (gl_linked_remove): Update.
28103         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28104         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28105         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
28106         field to 'size_t'.
28107         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
28108         gl_tree_search. Add start_index, end_index arguments.
28109         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28110         start_index, end_index arguments.
28111         (gl_tree_remove): Update.
28112         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28113         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28114         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
28115         function.
28116         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
28117         gl_tree_search. Add start_index, end_index arguments.
28118         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28119         start_index, end_index arguments.
28120         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28121         Update.
28122         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28123
28124 2006-10-05  Bruno Haible  <bruno@clisp.org>
28125
28126         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
28127
28128         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
28129         fwriteerror_temp): New declarations.
28130         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
28131         (descriptors): New variable.
28132         (cleanup): First, close the descriptors.
28133         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
28134         fclose_temp, fwriteerror_temp): New functions.
28135
28136 2006-10-04  Jim Meyering  <jim@meyering.net>
28137
28138         * lib/fts.c (fts_open): Tiny comment change.
28139
28140 2006-10-04  Bruno Haible  <bruno@clisp.org>
28141
28142         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
28143         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
28144         gl_LOCK_BODY.
28145         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
28146         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
28147         gl_LOCK_EARLY_BODY.
28148         (gl_LOCK): Require gl_LOCK_BODY.
28149
28150 2006-10-04  Bruno Haible  <bruno@clisp.org>
28151
28152         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
28153         (gl_oset_search_atleast): New declaration.
28154         (struct gl_oset_implementation): Add field 'search_atleast'.
28155         (gl_oset_search_atleast): New inline function.
28156         * lib/gl_oset.c (gl_oset_search_atleast): New function.
28157         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
28158         (gl_array_oset_implementation): Update.
28159         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
28160         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
28161         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
28162
28163 2006-10-04  Bruno Haible  <bruno@clisp.org>
28164
28165         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
28166
28167 2006-10-03  Bruno Haible  <bruno@clisp.org>
28168
28169         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
28170         from gl_avltreehash_list_implementation.
28171
28172 2006-10-03  Bruno Haible  <bruno@clisp.org>
28173
28174         * lib/gl_oset.c (gl_oset_add): Fix return type.
28175
28176 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
28177
28178         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
28179
28180 2006-10-02  Eric Blake  <ebb9@byu.net>
28181
28182         * modules/strnlen (Depends-on): Add extensions.
28183
28184 2006-10-02  Eric Blake  <ebb9@byu.net>
28185
28186         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
28187         definition in 2.60+.
28188
28189 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
28190
28191         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
28192         checks.
28193
28194 2006-10-02  Bruno Haible  <bruno@clisp.org>
28195
28196         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
28197         to the AUTOMAKE_OPTIONS.
28198         Reported by Jim Meyering.
28199
28200 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28201
28202         Work around bug in Solaris 10 /proc file system:
28203         /proc/self/fd/NNN/.. isn't the parent directory of
28204         the directory whose file descriptor is NNN.  This needs to
28205         be worked around at run time, not compile time, since a
28206         program might be built on Solaris 8, where things work, and
28207         run on Solaris 10.
28208         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28209         to use the following interface instead:
28210         (OPENAT_BUFFER_SIZE): New macro.
28211         (openat_proc_name): New function.
28212         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28213         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28214         Likewise.
28215         * lib/openat-proc.c: New file.
28216         * modules/openat (Files): Add lib/openat-proc.c.
28217         (Depends-on): Add same-inode, stdbool.
28218         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28219
28220 2006-09-29  Bruno Haible  <bruno@clisp.org>
28221
28222         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28223         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28224         argument. Set stdout_closed before testing for ferror, not after.
28225         (fwriteerror, fwriteerror_no_ebadf): New functions.
28226
28227 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28228
28229         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28230
28231 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28232
28233         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28234         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28235
28236 2006-09-28  Jim Meyering  <jim@meyering.net>
28237
28238         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28239         Include <unistd.h>.
28240
28241 2006-09-28  Bruno Haible  <bruno@clisp.org>
28242
28243         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28244         * modules/linkedhash-list (Depends-on): Likewise.
28245         * modules/rbtreehash-list (Depends-on): Likewise.
28246
28247 2006-09-28  Bruno Haible  <bruno@clisp.org>
28248
28249         * lib/strndup.h: Simplify the redefinition of strndup.
28250         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28251         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28252
28253 2006-09-28  Bruno Haible  <bruno@clisp.org>
28254
28255         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28256         * lib/gl_linkedhash_list.c: Likewise.
28257         * lib/gl_rbtreehash_list.c: Likewise.
28258
28259 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28260
28261         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28262         getaddrinfo.
28263
28264         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28265         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28266         it causes <stdio_ext.h> to cause a compile-time error.
28267         Problem reported by Nelson H. F. Beebe.
28268         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28269         of HAVE_DECL___PENDING.
28270
28271         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28272         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28273         declaration.
28274
28275 2006-09-27  Jim Meyering  <jim@meyering.net>
28276
28277         This file could end up with a definition for a function
28278         named __strndup, rather than rpl_strndup on a system with
28279         incomplete weak_alias support.
28280         * lib/strndup.c (strndup): Rename from __strndup.
28281         Remove #defines that used to map __strndup to strndup.
28282         Don't use K&R prototypes.
28283         Remove LIBC-related code, since this file is not sync'd with glibc.
28284         * lib/strndup.h: Revamp, accordingly.
28285         * m4/strndup.m4: Modernize.
28286
28287 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28288
28289         * modules/savewd (Depends-on): Add 'raise'.
28290         * lib/savewd.c: Include <signal.h>, for 'raise'.
28291
28292 2006-09-26  Jim Meyering  <jim@meyering.net>
28293
28294         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28295         when we detect Darwin 8.7.0's acl_get_file bug.
28296         Rearrange to perform the new (below) run-test while $LIBS
28297         contains any acl-related library.  Set USE_ACL at the end.
28298         (gl_ACL_GET_FILE): New function.
28299
28300 2006-09-26  Eric Blake  <ebb9@byu.net>
28301
28302         * lib/verror.c: Include <config.h> unconditionally.
28303
28304 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28305
28306         * modules/clock-time (Maintainer): Add self.
28307         * modules/getlogin_r (Depends-on): Add extensions.
28308
28309 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28310
28311         * modules/clock-time: New module.
28312         * modules/nanosleep (Depends-on): Add clock-time.
28313         * modules/gethrxtime (Depends-on): Likewise.
28314         * modules/gettime (Depends-on): Likewise.
28315         * modules/settime (Depends-on): Likewise.
28316
28317         * modules/fts-lgpl: Depend on openat.
28318         * modules/mkancesdirs: Depend on savewd.
28319         * modules/mkdir-p: Likewise.
28320
28321 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28322
28323         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28324
28325         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28326         `gl_have_arbitrary_file_name_length_limit' to
28327         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28328         actually works between configure runs.
28329
28330 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28331             Bruno Haible  <bruno@clisp.org>
28332
28333         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28334
28335 2006-09-25  Jim Meyering  <jim@meyering.net>
28336
28337         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28338         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28339
28340 2006-09-25  Eric Blake  <ebb9@byu.net>
28341
28342         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28343         exec's in 2006-09-18 patch when shuffling fds.
28344
28345 2006-09-25  Bruno Haible  <bruno@clisp.org>
28346
28347         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28348         Reported by Jim Meyering.
28349
28350 2006-09-24  Jim Meyering  <jim@meyering.net>
28351
28352         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28353         compare a pointer against a literal "0".  That caused failures with
28354         at least HP-UX's hpcc.
28355
28356 2006-09-22  Simon Josefsson  <jas@extundo.com>
28357
28358         * modules/gc-sha1:
28359         * modules/gc-md4:
28360         * modules/gc-hmac-sha1:
28361         * modules/gc-hmac-md5:
28362         * modules/gc-des:
28363         * modules/gc-arcfour: Distribute more files.
28364
28365 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28366
28367         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28368         (gl_linked_iterator_from_to): Initialize struct completely.
28369         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28370         (gl_tree_iterator_from_to): Likewise
28371         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28372         * lib/gl_array_list.c [lint] (gl_array_iterator)
28373         (gl_array_iterator_from_to): Likewise.
28374         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28375         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28376         (gl_carray_iterator_from_to): Likewise.
28377
28378         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28379         * lib/md4.c (md4_process_block): Remove unused variable.
28380         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28381         parentheses for clarity.
28382
28383 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28384
28385         * modules/bison-i18n (Depends-on): Add gettext.
28386
28387 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28388
28389         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28390         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28391         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28392         also add missing comma that caused broken test.
28393         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28394         stdlib.h, for `abort'.
28395         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28396         variables.
28397         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28398         include unistd.h if present, for `rmdir'.
28399         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28400         variables.
28401         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28402         in the process include standard headers for prototypes.
28403         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28404         gets declared on GNU/Linux.
28405         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28406         unistd.h, for `rmdir'.
28407         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28408
28409         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28410         always true.
28411         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28412
28413         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28414
28415 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28416
28417         * gnulib-tool (func_version): Create output all at once.  This
28418         may help avoid triggering unnecessary SIGPIPEs, and at any
28419         rate it doesn't hurt.
28420
28421 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28422             Bruno Haible  <bruno@clisp.org>
28423
28424         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28425         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28426         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28427
28428         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28429         (gl_FUNC_VASPRINTF): Invoke it.
28430
28431 2006-09-22  Bruno Haible  <bruno@clisp.org>
28432
28433         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28434         getloadavg.c as first argument.
28435
28436 2006-09-22  Bruno Haible  <bruno@clisp.org>
28437
28438         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28439         at the beginning of the gl_INIT macro.
28440         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28441         gl_GETLOADAVG.
28442
28443 2006-09-22  Bruno Haible  <bruno@clisp.org>
28444
28445         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28446         module.
28447         Suggested by Ralf Wildenhues.
28448
28449 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28450
28451         Import this patch from libc:
28452
28453         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28454
28455         * lib/regex_internal.c (re_string_reconstruct): Handle
28456         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28457         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28458         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28459         re_string_context_at.
28460
28461         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28462         now requires it.
28463         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28464         gl_REGEX now does it for us.
28465         (gl_REGEX): Add test taken from
28466         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28467
28468         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28469         Check that large offsets work.  Modernize Autoconf usages.
28470         Prefer "yes" to mean a good thing rather than a bad.
28471         Don't put "#define mkstemp" in config.h, as this might interfere
28472         with standard system headers that "#define mkstemp mkstemp64".
28473
28474         * modules/mkstemp (Depends-on): Add extensions, so that
28475         mkstemp is visible on some platforms.
28476         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28477         (Include): Change to "mkstemp.h" from <stdlib.h>.
28478         (Files): Add mkstemp.h.
28479
28480         * lib/mkstemp.h: New file, since some standard headers
28481         #define mkstemp.
28482         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28483         Include "mkstemp.h".
28484         Make the _LIBC code resemble glibc original more,
28485         e.g., use K&R style.
28486         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28487         (mkstemp): Remove, since mkstemp.h does this for us.
28488         * lib/stdlib--.h: Include mkstemp.h.
28489
28490         Import this patch from libc:
28491
28492         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28493
28494         * lib/tempname.c (__gen_tempname): Change attempts_min
28495         into a macro.  Use preprocessor to decide how to initialize
28496         attempts [Coverity CID 67].
28497
28498 2006-09-20  Bruno Haible  <bruno@clisp.org>
28499
28500         * lib/mkdtemp.c: Import from libc.
28501         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28502                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28503                 attempts_min into a macro.  Use preprocessor to decide how to
28504                 initialize attempts [Coverity CID 67].
28505         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28506                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28507                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28508
28509 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28510
28511         * gnulib-tool (func_exit): New function, to allow to pass the
28512         exit status portably through the trap.  Use everywhere.
28513         (--help, --version): Signal a write error.
28514         (trap): catch SIGPIPE, for write errors.
28515         Exit at the end of the trap, with the correct exit status.
28516
28517 2006-09-19  Karl Berry  <karl@gnu.org>
28518
28519         * doc/gnulib.texi: note about the license texinfo files.
28520
28521 2006-09-19  Eric Blake  <ebb9@byu.net>
28522
28523         * gnulib-tool: Avoid space-tab.
28524
28525 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28526
28527         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28528         that prevented coreutils 6.1 from building.  Problem reported
28529         by Petter Reinholdtsen.
28530
28531 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28532
28533         * gnulib-tool (avoidlist): Fix typo that broke options like
28534         --avoid=lock that are used by coreutils bootstrap.
28535
28536 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28537
28538         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28539         more systematically.
28540
28541 2006-09-18  Jim Meyering  <jim@meyering.net>
28542
28543         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28544
28545 2006-09-18  Bruno Haible  <bruno@clisp.org>
28546
28547         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28548
28549 2006-09-18  Bruno Haible  <bruno@clisp.org>
28550
28551         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28552         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28553         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28554         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28555         * m4/gettext.m4: Require autoconf >= 2.52.
28556         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28557         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28558         of gl_cv_header_inttypes_h.
28559
28560 2006-09-18  Bruno Haible  <bruno@clisp.org>
28561
28562         * lib/javaversion.c: Include configmake.h.
28563
28564 2006-09-18  Bruno Haible  <bruno@clisp.org>
28565
28566         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28567         avoid that the while loops be executed in a subshell.
28568
28569 2006-09-18  Bruno Haible  <bruno@clisp.org>
28570
28571         * MODULES.html.sh (func_module): Break long lines.
28572         Suggested by Bruce Korb <bkorb@gnu.org>.
28573
28574 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28575
28576         Speed up by a factor of 1.12.
28577         * gnulib-tool (nl): New variable.
28578         (func_import): Rewrite include directive extraction to only read each
28579         directive once.
28580
28581 2006-09-17  Bruno Haible  <bruno@clisp.org>
28582
28583         * modules/javaversion (Makefile.am): Remove DEFS setting.
28584         (Depends-on): Add configmake, for PKGDATADIR definition.
28585
28586 2006-09-17  Bruno Haible  <bruno@clisp.org>
28587
28588         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28589
28590 2006-09-17  Bruno Haible  <bruno@clisp.org>
28591
28592         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28593         (func_modules_transitive_closure, func_modules_add_dummy,
28594         func_modules_to_filelist, func_import, func_create_testdir,
28595         func_create_megatestdir, ...): Use it wherever possible.
28596         Suggested by Ralf Wildenhues.
28597
28598 2006-09-16  Karl Berry  <karl@gnu.org>
28599
28600         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28601         to avoid sectioning errors.
28602         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28603         [ifinfo]: blank line after @center-ed titles.
28604         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28605         Spell FSF address consistently with others.
28606         (These changes approved by rms.)
28607
28608 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28609
28610         Speed up by a factor of 1.61.
28611         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28612         already checked module names again.
28613
28614 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28615
28616         Speed up by a factor of 1.13.
28617         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28618         for new_files, and the input to func_add_or_update.
28619
28620 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28621
28622         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28623         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28624
28625 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28626
28627         * modules/mkancesdirs (Depends-on): Add fcntl.
28628         * modules/savewd: New file.
28629         * MODULES.html.sh (File system functions): Add savewd.
28630
28631         * modules/configmake (Makefile.am): Add support for the
28632         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28633
28634 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28635
28636         * m4/savewd.m4: New file.
28637
28638 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28639
28640         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28641         (dirchownmod): New arg FD.  All callers changed.
28642         Use FD rather than opening the directory ourself, as opening is
28643         now the caller's responsibility.
28644         * lib/dirchownmod.h: Likewise.
28645         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28646         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28647         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28648         (test_dir): Remove.
28649         (mkancesdirs): Return length of prefix of FILE that has already
28650         been made, or -2 if there is a child doing the work.  Redo
28651         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28652         ".", and treat ".." specially since it might stray back into
28653         already-created areas.  Use a subprocess if necessary.  New arg
28654         WD; all users changed.  MAKE_DIR function should now return 1
28655         if it creates a directory that is not readable.  Return -2 if
28656         a child process is spun off.
28657         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28658         Adjust signature to match code.
28659         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28660         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28661         all users changed.
28662         * lib/savewd.c, lib/savewd.h: New files.
28663
28664 2006-09-15  Jim Meyering  <jim@meyering.net>
28665
28666         * modules/rename-dest-slash: New module.
28667         * MODULES.html.sh (posix_compat): Add it here.
28668
28669         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28670
28671 2006-09-15  Jim Meyering  <jim@meyering.net>
28672
28673         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28674         file.
28675
28676         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28677
28678 2006-09-15  Jim Meyering  <jim@meyering.net>
28679
28680         * lib/rename-dest-slash.c (has_trailing_slash): Use
28681         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28682         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28683         test before testing whether SRC is a directory.
28684         Suggestions from Bruno Haible.
28685
28686         Avoid a warning about an unused variable.
28687         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28688         into the #ifdef block where it's used.
28689
28690         * lib/rename-dest-slash.c: New file.
28691
28692 2006-09-14  Bruno Haible  <bruno@clisp.org>
28693
28694         * lib/allocsa.c: Include <config.h> unconditionally.
28695         * lib/asnprintf.c: Likewise.
28696         * lib/asprintf.c: Likewise.
28697         * lib/c-strcasecmp.c: Likewise.
28698         * lib/c-strcasestr.c: Likewise.
28699         * lib/c-strncasecmp.c: Likewise.
28700         * lib/c-strstr.c: Likewise.
28701         * lib/classpath.c: Likewise.
28702         * lib/clean-temp.c: Likewise.
28703         * lib/concatpath.c: Likewise.
28704         * lib/copy-file.c: Likewise.
28705         * lib/csharpcomp.c: Likewise.
28706         * lib/csharpexec.c: Likewise.
28707         * lib/execute.c: Likewise.
28708         * lib/fatal-signal.c: Likewise.
28709         * lib/findprog.c: Likewise.
28710         * lib/fwriteerror.c: Likewise.
28711         * lib/gl_array_list.c: Likewise.
28712         * lib/gl_array_oset.c: Likewise.
28713         * lib/gl_avltree_list.c: Likewise.
28714         * lib/gl_avltree_oset.c: Likewise.
28715         * lib/gl_avltreehash_list.c: Likewise.
28716         * lib/gl_carray_list.c: Likewise.
28717         * lib/gl_linked_list.c: Likewise.
28718         * lib/gl_linkedhash_list.c: Likewise.
28719         * lib/gl_list.c: Likewise.
28720         * lib/gl_oset.c: Likewise.
28721         * lib/gl_rbtree_list.c: Likewise.
28722         * lib/gl_rbtree_oset.c: Likewise.
28723         * lib/gl_rbtreehash_list.c: Likewise.
28724         * lib/imaxabs.c: Likewise.
28725         * lib/imaxdiv.c: Likewise.
28726         * lib/javacomp.c: Likewise.
28727         * lib/javaexec.c: Likewise.
28728         * lib/javaversion.c: Likewise.
28729         * lib/linebreak.c: Likewise.
28730         * lib/localcharset.c: Likewise.
28731         * lib/lock.c: Likewise.
28732         * lib/mbchar.c: Likewise.
28733         * lib/mbswidth.c: Likewise.
28734         * lib/mkdtemp.c: Likewise.
28735         * lib/pipe.c: Likewise.
28736         * lib/printf-args.c: Likewise.
28737         * lib/printf-parse.c: Likewise.
28738         * lib/progname.c: Likewise.
28739         * lib/progreloc.c: Likewise.
28740         * lib/readlink.c: Likewise.
28741         * lib/sh-quote.c: Likewise.
28742         * lib/stpcpy.c: Likewise.
28743         * lib/stpncpy.c: Likewise.
28744         * lib/strcasecmp.c: Likewise.
28745         * lib/strcasestr.c: Likewise.
28746         * lib/strcspn.c: Likewise.
28747         * lib/striconv.c: Likewise.
28748         * lib/strncasecmp.c: Likewise.
28749         * lib/strnlen1.c: Likewise.
28750         * lib/strstr.c: Likewise.
28751         * lib/strtok_r.c: Likewise.
28752         * lib/tls.c: Likewise.
28753         * lib/tmpdir.c: Likewise.
28754         * lib/unicodeio.c: Likewise.
28755         * lib/unsetenv.c: Likewise.
28756         * lib/vasnprintf.c: Likewise.
28757         * lib/vasprintf.c: Likewise.
28758         * lib/wait-process.c: Likewise.
28759         * lib/xallocsa.c: Likewise.
28760         * lib/xsetenv.c: Likewise.
28761         * lib/xstriconv.c: Likewise.
28762
28763 2006-09-13  Simon Josefsson  <jas@extundo.com>
28764
28765         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28766         that internally, suggested by Ralf Wildenhues
28767         <Ralf.Wildenhues@gmx.de>.
28768
28769 2006-09-13  Simon Josefsson  <jas@extundo.com>
28770
28771         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28772         @LIBOBJS@.
28773         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28774
28775 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28776
28777         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28778         longer worry about uses that don't define HAVE_CONFIG_H.
28779         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28780         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28781         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28782         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28783         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28784         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28785         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28786         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28787         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28788         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28789         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28790         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28791         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28792         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28793         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28794         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28795         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28796         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28797         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28798         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28799         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28800         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28801         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28802         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28803         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28804         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28805         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28806         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28807         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28808         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28809         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28810         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28811         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28812         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28813         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28814         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28815         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28816         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28817         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28818         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28819         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28820         Likewise.
28821
28822 2006-09-13  Eric Blake  <ebb9@byu.net>
28823
28824         * lib/getopt.c: Fix typo in last commit.
28825
28826 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28827
28828         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28829         dgettext.
28830
28831 2006-09-12  Jim Meyering  <jim@meyering.net>
28832
28833         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28834         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28835         Reported by Nelson H. F. Beebe.
28836
28837 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28838
28839         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28840         program_invocation_name and program_invocation_short_name are
28841         initialized.
28842         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28843         and program_invocation_short_name to argp.h, so they are visible
28844         to user programs.
28845         * lib/argp.h: Likewise
28846
28847 2006-09-10  Bruno Haible  <bruno@clisp.org>
28848
28849         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28850         m4/inttypes_h.m4, m4/uintmax_t.m4.
28851
28852 2006-09-10  Bruno Haible  <bruno@clisp.org>
28853
28854         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28855         gl_AC_TYPE_UINTMAX_T.
28856
28857 2006-09-10  Bruno Haible  <bruno@clisp.org>
28858
28859         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28860
28861 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28862
28863         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28864         convention.  Text proposed by Bruno Haible.
28865         (struct argp_option): Document the use of N_() wrappers.
28866
28867         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28868         '\v', and translate the two parts separately, instead of feeding
28869         the whole string to gettext.  This allows to exclude
28870         '\v' from the strings visible to the translator by writing doc
28871         strings as N_("..") "\v" N_("..").
28872
28873 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28874
28875         * config/srclist.txt: Undo latest change; the bug was fixed.
28876
28877 2006-09-09  Bruno Haible  <bruno@clisp.org>
28878
28879         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28880         assignments if building a library without libtool.
28881         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28882         in func_emit_lib_Makefile_am.
28883         (func_import): When building a static library libfoo.a, arrange to
28884         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28885         (func_create_testdir): Likewise.
28886         * modules/gc (configure.ac, Makefile.am): If building statically,
28887         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28888         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28889         * modules/striconv (configure.ac, Makefile.am): Likewise.
28890         Based on a suggestion by Ralf Wildenhues.
28891
28892 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28893
28894         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28895         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28896         Also:
28897
28898         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28899         Add year_2050_test to catch glibc bug 2821
28900         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28901
28902         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28903         Prefer #ifdef to #if.
28904
28905         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28906         Return from 'main' instead of calling 'exit'.
28907
28908 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28909
28910         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28911         returned the maximum time_t value rather than (time_t) -1.
28912         Problem originally reported by William Bardwell
28913         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28914
28915         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28916         Moved to here ...
28917         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28918         ... from here.
28919
28920 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28921
28922         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28923         2821 is fixed.
28924
28925 2006-09-08  Jim Meyering  <jim@meyering.net>
28926
28927         Don't make generated files read-only.  That would bother too many
28928         people.  However, do retain the ability to work when targets are
28929         read-only: remove the destination and temporary files before writing
28930         them (when generated via sed or echo), or by using the -f option for
28931         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28932         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28933         * modules/byteswap, modules/configmake, modules/fcntl:
28934         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28935         * modules/localcharset, modules/netinet_in, modules/poll:
28936         * modules/stdbool, modules/stdint, modules/sys_select:
28937         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28938
28939 2006-09-08  Jim Meyering  <jim@meyering.net>
28940
28941         Avoid new build failure on FreeBSD 6.0.
28942         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28943         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28944         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28945
28946 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28947
28948         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28949
28950 2006-09-07  Jim Meyering  <jim@meyering.net>
28951
28952         Fix global typo in last change: use chmod u-w, not chmod u-x.
28953         Spotted by Paul Eggert and Bruce Korb.
28954         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28955         * modules/byteswap, modules/configmake, modules/fcntl:
28956         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28957         * modules/localcharset, modules/netinet_in, modules/poll:
28958         * modules/stdbool, modules/stdint, modules/sys_select:
28959         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28960
28961 2006-09-06  Jim Meyering  <jim@meyering.net>
28962
28963         Make generated files be read-only.
28964         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28965         Ensure that each generated file is now read-only.
28966         * modules/argz: Likewise.
28967         * modules/arpa_inet: Likewise.
28968         * modules/byteswap: Likewise.
28969         * modules/configmake: Likewise.
28970         * modules/fcntl: Likewise.
28971         * modules/fnmatch: Likewise.
28972         * modules/getopt: Likewise.
28973         * modules/glob: Likewise.
28974         * modules/inttypes: Likewise.
28975         * modules/netinet_in: Likewise.
28976         * modules/poll: Likewise.
28977         * modules/stdbool: Likewise.
28978         * modules/stdint: Likewise.
28979         * modules/sys_select: Likewise.
28980         * modules/sys_socket: Likewise.
28981         * modules/sys_stat: Likewise.
28982         * modules/sysexits: Likewise.
28983         * modules/localcharset: Same as above, but continue using temporary
28984         file named "t-$@" (why different?) rather than the "$@-t" used
28985         everywhere else.
28986
28987         * modules/sysexits (Makefile.am): Replace literal occurrences
28988         of "sysexit.h" more readable, and more consistent, "$@".
28989
28990 2006-09-06  Bruno Haible  <bruno@clisp.org>
28991
28992         * modules/striconv: New file.
28993         * modules/xstriconv: New file.
28994         * MODULES.html.sh (Internationalization functions): Add striconv,
28995         xstriconv.
28996
28997 2006-09-06  Bruno Haible  <bruno@clisp.org>
28998
28999         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
29000         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
29001         not using libtool correctly.
29002
29003 2006-09-06  Bruno Haible  <bruno@clisp.org>
29004
29005         * lib/striconv.h: New file.
29006         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
29007         iconvstring.c.
29008         * lib/xstriconv.h: New file.
29009         * lib/xstriconv.c: New file.
29010
29011 2006-09-06  Bruno Haible  <bruno@clisp.org>
29012
29013         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29014         lib_..._LDFLAGS.
29015
29016 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29017
29018         * lib/argz_.h: Sync from Libtool.
29019
29020         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
29021                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29022
29023         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
29024
29025 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
29026
29027         * modules/trim: New file.
29028
29029 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
29030
29031         * lib/trim.h: New file.
29032         * lib/trim.c: New file.
29033
29034 2006-09-05  Bruno Haible  <bruno@clisp.org>
29035
29036         * MODULES.html.sh (String handling): Add trim.
29037
29038 2006-09-04  Karl Berry  <karl@gnu.org>
29039
29040         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
29041         until next release.
29042
29043 2006-09-03  Bruno Haible  <bruno@clisp.org>
29044
29045         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
29046         correctly.
29047
29048 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29049
29050         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
29051         not gl_GETLOADAVG.  Omit unneeded semicolons.
29052         Problems reported by Ralf Wildenhues in
29053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
29054         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
29055         at the end, which is the usual gnulib style.
29056
29057         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
29058         of doing all the work ourselves.
29059         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
29060         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
29061
29062 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29063
29064         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
29065         Problem reported by Ralf Wildenhues in
29066         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
29067
29068         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
29069         HAVE_STRUCT_STATFS_F_FSTYPENAME.
29070
29071 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29072
29073         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
29074         yesterday's patch by changing test -n to test -z.
29075
29076 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29077
29078         * modules/getloadavg (Files): Add m4/getloadavg.m4.
29079         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
29080         the former is now obsolescent.
29081
29082         * modules/chdir-long (Depends-on): Add fcntl.
29083
29084 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29085
29086         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
29087         obsolescent, and programs should use gnulib instead.
29088         * m4/getloadavg.m4: New file, with contents taken from Autoconf
29089         but with prefixes changed.
29090
29091 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29092
29093         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
29094         or stdbool.h, because they might not exist while configuring.
29095
29096         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
29097         Don't include unistd.h or limits.h; not needed, since chdir-long.h
29098         does that for us.
29099         (O_DIRECTORY): Remove.
29100
29101 2006-08-31  Eric Blake  <ebb9@byu.net>
29102
29103         * gnulib-tool: Don't let emacs change spaces to TAB.
29104
29105 2006-08-31  Bruno Haible  <bruno@clisp.org>
29106
29107         * gnulib-tool: When calling func_import more than once, do it in a
29108         subshell.
29109         Reported by Eric Blake <ebb9@byu.net>.
29110
29111 2006-08-31  Bruno Haible  <bruno@clisp.org>
29112
29113         * gnulib-tool (nl): Remove variable.
29114         (sed_transform_lib_file): Use more robust test for config-h module.
29115         (func_import): Fix typo in 2006-08-25 patch.
29116
29117 2006-08-31  Bruno Haible  <bruno@clisp.org>
29118
29119         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
29120         specified, augment Makefile.am variables instead of assigning them.
29121
29122 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29123
29124         Work around a bug in both the Linux and SunOS 64-bit kernels:
29125         nanosleep mishandles sleeps for longer than 2**31 seconds.
29126         Problem reported by Frank v Waveren in
29127         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29128         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
29129         Check for nanosleep bug.
29130         (LIB_NANOSLEEP): Append clock_gettime library if needed.
29131
29132 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29133
29134         Work around a bug in both the Linux and SunOS 64-bit kernels:
29135         nanosleep mishandles sleeps for longer than 2**31 seconds.
29136         Problem reported by Frank v Waveren in
29137         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29138         * lib/nanosleep.c (BILLION): New constant.
29139         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
29140         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
29141         implementation.
29142
29143 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29144
29145         * modules/nanosleep (Depends-on): Add gettime.
29146
29147 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29148         and Simon Josefsson  <jas@extundo.com>
29149         and Oskar Liljeblad  <oskar@osk.mine.nu>
29150
29151         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
29152         * gnulib-tool (func_import): New license type 'unmodifiable license
29153         text'.
29154         * modules/fdl: Use it.  Longer description.
29155         * module/gpl, module/lgpl: New files.
29156
29157 2006-08-30  Jim Meyering  <jim@meyering.net>
29158
29159         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
29160         shadowing the parameter.
29161
29162 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29163
29164         Sync from Libtool:
29165
29166         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29167
29168         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
29169         sharing with gnulib.  Report by Eric Blake.
29170
29171 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29172
29173         * modules/isapipe: New file.
29174         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
29175
29176 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29177
29178         * modules/configmake (Makefile.am): Add a comment, and omit
29179         the CONFIGMAKE_ prefix from generated macro names.  Suggested
29180         by Bruno Haible.
29181
29182 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29183
29184         * m4/isapipe.m4: New file.
29185
29186 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29187
29188         * lib/isapipe.c, lib/isapipe.h: New files.
29189
29190 2006-08-29  Jim Meyering  <jim@meyering.net>
29191
29192         * modules/configmake (Makefile.am): Make configmake.h depend on
29193         Makefile.  Otherwise, a stale configmake.h could hang around.
29194
29195 2006-08-29  Eric Blake  <ebb9@byu.net>
29196
29197         * lib/error.c (error_at_line, print_errno_message): Match libc, after
29198         resolution of upstream bug 3044.
29199
29200 2006-08-29  Bruno Haible  <bruno@clisp.org>
29201
29202         * modules/localcharset (Depends-on): Add configmake.
29203         (Makefile.am): Remove setting of LIBDIR through DEFS.
29204
29205 2006-08-29  Bruno Haible  <bruno@clisp.org>
29206
29207         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29208         defined.
29209
29210 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29211
29212         * modules/fcntl: New file.
29213         * modules/chdir-safer (Depends-on): Add fcntl.
29214         * modules/fts: Likewise.
29215         * modules/mkdir-p: Likewise.
29216
29217         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29218         This undoes the most recent change, since we're now addressing the
29219         problem in a different way.
29220
29221         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29222         into output, since the output might be called Makefile.am even
29223         if $makefile_name is something different.
29224         (func_import): Use $makefile_am rather than
29225         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29226         empty.
29227
29228         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29229
29230 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29231
29232         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29233         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29234         recent change to stdint.m4, since we're now addressing the problem in a
29235         different way.
29236
29237 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29238
29239         * m4/fcntl_h.m4: New file.
29240
29241 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29242
29243         * lib/fcntl_.h: New file.
29244         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29245         the fcntl module.
29246         * lib/dirchownmod.c: Likewise.
29247         * lib/fts.c: Likewise.
29248
29249         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29250         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29251         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29252         just before including <inttypes.h>, to avoid circular inclusion.
29253
29254 2006-08-28  Jim Meyering  <jim@meyering.net>
29255
29256         * doc/visibility.texi: Actually read and correct the grammar of the
29257         sentence affected by yesterday's change.
29258
29259 2006-08-28  Eric Blake  <ebb9@byu.net>
29260
29261         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29262         needs wrapper.
29263
29264 2006-08-28  Eric Blake  <ebb9@byu.net>
29265
29266         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29267
29268 2006-08-28  Eric Blake  <ebb9@byu.net>
29269
29270         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29271
29272 2006-08-28  Bruno Haible  <bruno@clisp.org>
29273
29274         * modules/c-strstr: New file, from GNU gettext.
29275         * MODULES.html.sh (String handling): Add c-strstr.
29276
29277 2006-08-28  Bruno Haible  <bruno@clisp.org>
29278
29279         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29280         macros.
29281         Reported by Eric Blake.
29282
29283 2006-08-28  Bruno Haible  <bruno@clisp.org>
29284
29285         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29286         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29287         * lib/vasprintf.c: Include errno.h, limits.h.
29288         (EOVERFLOW): New fallback definition.
29289         (vasprintf): Test here whether the string length is > INT_MAX.
29290         * lib/vsnprintf.c: Include errno.h, limits.h.
29291         (EOVERFLOW): New fallback definition.
29292         (vsnprintf): Fix bug when generated string was too long for the buffer.
29293         Test here whether the string length is > INT_MAX.
29294
29295 2006-08-28  Bruno Haible  <bruno@clisp.org>
29296
29297         * lib/inttypes_.h (SCNX*): Remove definitions.
29298         Reported by Eric Blake.
29299
29300 2006-08-28  Bruno Haible  <bruno@clisp.org>
29301
29302         * lib/c-strstr.h: New file, from GNU gettext.
29303         * lib/c-strstr.c: New file, from GNU gettext.
29304
29305 2006-08-28  Bruno Haible  <bruno@clisp.org>
29306
29307         * gnulib-tool: Reorder some statements.
29308
29309 2006-08-28  Bruno Haible  <bruno@clisp.org>
29310
29311         * gnulib-tool: New option --makefile-name.
29312         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29313         $makefile_name.
29314         (func_import): Write $makefile_name to the cache file, and read it from
29315         there unless explicitly specified. Use $makefile_name as file name
29316         instead of Makefile.am. Adjust the recommendations accordingly.
29317
29318 2006-08-28  Bruno Haible  <bruno@clisp.org>
29319
29320         * gnulib-tool (func_verify_module): Check against misapplying patch.
29321
29322 2006-08-28  Bruno Haible  <bruno@clisp.org>
29323
29324         * gnulib-tool (func_relativize, func_relconcat): New functions.
29325         Give an error if --local-dir is given with --update.
29326         Remove trailing slashes from $local_gnulib_dir.
29327         (func_import): Store the relativized $local_gnulib_dir in
29328         gnulib-cache.m4, and read it from there if not specified explicitly.
29329
29330 2006-08-28  Bruno Haible  <bruno@clisp.org>
29331
29332         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29333         is the current directory. Respect also $local_gnulib_dir.
29334
29335 2006-08-28  Bruno Haible  <bruno@clisp.org>
29336             Simon Josefsson  <jas@extundo.com>
29337
29338         BeOS portability.
29339         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29340
29341 2006-08-27  Jim Meyering  <jim@meyering.net>
29342
29343         * doc/visibility.texi: Remove duplicate word: "pointer".
29344
29345 2006-08-26  Bruno Haible  <bruno@clisp.org>
29346
29347         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29348         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29349         (Makefile.am): Create inttypes.h from inttypes_.h.
29350         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29351
29352         * modules/imaxabs: New file.
29353
29354         * modules/imaxdiv: New file.
29355
29356 2006-08-26  Bruno Haible  <bruno@clisp.org>
29357
29358         * m4/inttypes.m4: New file.
29359         * m4/_inttypes_h.m4: Remove file.
29360         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29361         PRI_MACROS_BROKEN.
29362         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29363
29364         * m4/imaxabs.m4: New file.
29365
29366         * m4/imaxdiv.m4: New file.
29367
29368 2006-08-26  Bruno Haible  <bruno@clisp.org>
29369
29370         * lib/inttypes_.h: New file.
29371         * lib/inttypes.h: Remove file.
29372         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29373
29374         * lib/imaxabs.c: New file.
29375
29376         * lib/imaxdiv.c: New file.
29377
29378 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29379
29380         New config-h module, so that "make" output needn't be cluttered
29381         by -DHAVE_CONFIG_H.
29382         * MODULES.html.sh (Support for building libraries and executables):
29383         Add config-h.
29384         * modules/config-h: New file.
29385         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29386         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29387         the config-h module is used.
29388
29389         New configmake module, so that "make" output needn't be cluttered
29390         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29391         * MODULES.html.sh (Support for building libraries and executables):
29392         Add configmake.
29393         * modules/configmake: New file.
29394
29395 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29396
29397         * m4/config-h.m4: New file.
29398
29399 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29400
29401         * config/srclist.txt: Add elisp-comp.
29402
29403 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29404
29405         * MODULES.html.sh (Support for building libraries and executables):
29406         Add elisp-comp.
29407         * build-aux/elisp-comp: New file.
29408         * modules/elisp-comp: New file.
29409
29410 2006-08-24  Bruno Haible  <bruno@clisp.org>
29411
29412         * gnulib-tool (func_create_testdir): Use non-default values of
29413         sourcebase and m4base.
29414
29415 2006-08-24  Bruno Haible  <bruno@clisp.org>
29416
29417         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29418         HTML structure.
29419
29420 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29421
29422         * modules/openat (Depends-on): Add lchown.
29423
29424 2006-08-23  Bruno Haible  <bruno@clisp.org>
29425
29426         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29427         of gl_LOCK_EARLY instead of gl_LOCK.
29428
29429 2006-08-23  Bruno Haible  <bruno@clisp.org>
29430
29431         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29432         on OSF/1 to no.
29433         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29434
29435 2006-08-23  Bruno Haible  <bruno@clisp.org>
29436
29437         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29438         as unusable.
29439
29440         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29441         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29442         (gl_LOCK): New macro.
29443
29444 2006-08-22  Simon Josefsson  <jas@extundo.com>
29445
29446         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29447         to md5 module.
29448
29449 2006-08-22  Simon Josefsson  <jas@extundo.com>
29450
29451         * MODULES.html.sh: Add "Support for maintaining and release
29452         projects".
29453
29454         * build-aux/gnupload: New file, from coreutils.
29455
29456 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29457
29458         Avoid the need for AC_LIBSOURCES in m4 macros.
29459         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29460         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29461         * modules/check-version (EXTRA_DIST): Add check-version.h.
29462         * modules/crc (EXTRA_DIST): Add crc.h.
29463         * modules/des (EXTRA_DIST): Add des.h.
29464         * modules/gc (EXTRA_DIST): Add gc.h.
29465         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29466         * modules/getline (EXTRA_DIST): Add getline.h.
29467         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29468         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29469         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29470         * modules/md2 (EXTRA_DIST): Add md2.h.
29471         * modules/md4 (EXTRA_DIST): Add md4.h.
29472         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29473         * modules/read-file (EXTRA_DIST): Add read-file.h.
29474         * modules/readline (EXTRA_DIST): Add readline.h.
29475         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29476         rijndael-api-fst.h.
29477
29478 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29479
29480         * m4/rijndael.m4 (gl_ARCFOUR):
29481         * m4/arctwo.m4 (gl_ARCTWO):
29482         * m4/check-version.m4 (gl_CHECK_VERSION):
29483         * m4/crc.m4 (gl_CRC):
29484         * m4/des.m4 (gl_DES):
29485         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29486         * m4/gc.m4 (gl_GC):
29487         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29488         * m4/getline.m4 (gl_FUNC_GETLINE):
29489         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29490         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29491         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29492         * m4/md2.m4 (gl_MD2):
29493         * m4/md4.m4 (gl_MD4):
29494         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29495         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29496         * m4/readline.m4 (gl_FUNC_READLINE):
29497         * m4/rijndael.m4 (gl_RIJNDAEL):
29498         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29499         to get the necessary .h files and whatnot.
29500
29501 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29502
29503         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29504         gnulib rather than the other way around.
29505         * config/srclistvars.sh (COREUTILS): Remove.
29506
29507 2006-08-22  Jim Meyering  <jim@meyering.net>
29508
29509         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29510
29511         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29512
29513 2006-08-22  Eric Blake  <ebb9@byu.net>
29514
29515         * modules/regexprops-generic: New file.
29516         * MODULES.html.sh (Support for building documentation): List it.
29517
29518 2006-08-22  Eric Blake  <ebb9@byu.net>
29519
29520         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29521         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29522         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29523         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29524
29525 2006-08-22  Bruno Haible  <bruno@clisp.org>
29526
29527         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29528         and lib_LTLIBRARIES like the other lib_* variables.
29529
29530 2006-08-22  Bruno Haible  <bruno@clisp.org>
29531
29532         * build-aux/x-to-1.in: New file, from GNU gettext.
29533
29534 2006-08-22  Bruno Haible  <bruno@clisp.org>
29535
29536         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29537         <utmpx.h> exists.
29538
29539 2006-08-22  Bruno Haible  <bruno@clisp.org>
29540
29541         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29542         <utmpx.h> exists.
29543
29544 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29545
29546         BeOS portability.
29547         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29548         exist.
29549         Problem reported by Bruno Haible.
29550
29551 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29552
29553         Avoid the need for AC_LIBSOURCES in m4 macros.
29554         * modules/acl (EXTRA_DIST): Add acl.h.
29555         * modules/argmatch (Files): Add m4/argmatch.m4.
29556         (configure.ac): Add gl_ARGMATCH.
29557         (EXTRA_DIST): Renamed from lib_SOURCES, for
29558         consistency with the other modules.  Remove argmatch.c.
29559         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29560         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29561         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29562         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29563         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29564         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29565         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29566         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29567         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29568         * modules/closeout (EXTRA_DIST): Add closeout.h.
29569         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29570         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29571         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29572         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29573         dirname.h; remove basename.c and stripslash.c.
29574         * modules/exclude (EXTRA_DIST): Add exclude.h.
29575         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29576         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29577         * modules/file-type (EXTRA_DIST): Add file-type.h.
29578         * modules/filemode (EXTRA_DIST): Add filemode.h.
29579         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29580         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29581         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29582         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29583         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29584         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29585         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29586         * modules/getdate (EXTRA_DIST): Add getdate.c.
29587         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29588         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29589         * modules/getpass (EXTRA_DIST): Add getpass.h.
29590         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29591         * modules/group-member (EXTRA_DIST): Add group-member.h.
29592         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29593         * modules/hash (EXTRA_DIST): Add hash.h.
29594         * modules/human (EXTRA_DIST): Add human.h.
29595         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29596         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29597         * modules/lchown (EXTRA_DIST): Add lchown.h.
29598         * modules/long-options (EXTRA_DIST): Add long-options.h.
29599         * modules/lstat (EXTRA_DIST): Add lstat.h.
29600         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29601         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29602         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29603         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29604         * modules/memxor (EXTRA_DIST): Add memxor.h.
29605         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29606         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29607         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29608         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29609         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29610         * modules/physmem (EXTRA_DIST): Add physmem.h.
29611         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29612         * modules/posixver (EXTRA_DIST): Add posixver.h.
29613         * modules/quote (EXTRA_DIST): Add quote.h.
29614         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29615         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29616         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29617         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29618         regex_internal.h regexec.c.
29619         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29620         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29621         * modules/same (EXTRA_DIST): Add same.h.
29622         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29623         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29624         * modules/savedir (EXTRA_DIST): Add savedir.h.
29625         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29626         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29627         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29628         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29629         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29630         * modules/strdup (EXTRA_DIST): Add strdup.h.
29631         * modules/strftime (EXTRA_DIST): Add strftime.h.
29632         * modules/strndup (EXTRA_DIST): Add strndup.h.
29633         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29634         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29635         * modules/time_r (EXTRA_DIST): Add time_r.h.
29636         * modules/timespec (EXTRA_DIST): Add timespec.h.
29637         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29638         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29639         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29640         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29641         * modules/userspec (EXTRA_DIST): Add userspec.h.
29642         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29643         * modules/utimens (EXTRA_DIST): Add utimens.h.
29644         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29645         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29646         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29647         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29648         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29649         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29650         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29651         * modules/yesno (EXTRA_DIST): Add yesno.h.
29652
29653 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29654
29655         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29656
29657         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29658         * m4/dev-ino.m4, same-inode.m4: Remove.
29659
29660         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29661         * m4/acl.m4 (AC_FUNC_ACL):
29662         * m4/backupfile.m4 (gl_BACKUPFILE):
29663         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29664         * m4/canon-host.m4 (gl_CANON_HOST):
29665         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29666         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29667         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29668         * m4/cloexec.m4 (gl_CLOEXEC):
29669         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29670         * m4/closeout.m4 (gl_CLOSEOUT):
29671         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29672         * m4/dirname.m4 (gl_DIRNAME):
29673         * m4/exclude.m4 (gl_EXCLUDE):
29674         * m4/exitfail.m4 (gl_EXITFAIL):
29675         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29676         * m4/file-type.m4 (gl_FILE_TYPE):
29677         * m4/filemode.m4 (gl_FILEMODE):
29678         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29679         * m4/fpending.m4 (gl_FUNC_FPENDING):
29680         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29681         * m4/fts.m4 (gl_FUNC_FTS):
29682         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29683         * m4/getdate.m4 (gl_GETDATE):
29684         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29685         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29686         * m4/getpass.m4 (gl_FUNC_GETPASS):
29687         * m4/gettime.m4 (gl_GETTIME):
29688         * m4/getugroups.m4 (gl_GETUGROUPS):
29689         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29690         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29691         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29692         * m4/hash.m4 (gl_HASH):
29693         * m4/idcache.m4 (gl_IDCACHE):
29694         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29695         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29696         * m4/long-options.m4 (gl_LONG_OPTIONS):
29697         * m4/lstat.m4 (gl_FUNC_LSTAT):
29698         * m4/md5.m4 (gl_MD5):
29699         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29700         * m4/memcoll.m4 (gl_MEMCOLL):
29701         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29702         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29703         * m4/memxor.m4 (gl_MEMXOR):
29704         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29705         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29706         * m4/modechange.m4 (gl_MODECHANGE):
29707         * m4/mountlist.m4 (gl_MOUNTLIST):
29708         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29709         * m4/openat.m4 (gl_FUNC_OPENAT):
29710         * m4/pathmax.m4 (gl_PATHMAX):
29711         * m4/physmem.m4 (gl_PHYSMEM):
29712         * m4/posixtm.m4 (gl_POSIXTM):
29713         * m4/posixver.m4 (gl_POSIXVER):
29714         * m4/quote.m4 (gl_QUOTE):
29715         * m4/quotearg.m4 (gl_QUOTEARG):
29716         * m4/readtokens.m4 (gl_READTOKENS):
29717         * m4/readutmp.m4 (gl_READUTMP):
29718         * m4/regex.m4 (gl_REGEX):
29719         * m4/safe-read.m4 (gl_SAFE_READ):
29720         * m4/safe-write.m4 (gl_SAFE_WRITE):
29721         * m4/same.m4 (gl_SAME):
29722         * m4/save-cwd.m4 (gl_SAVE_CWD):
29723         * m4/savedir.m4 (gl_SAVEDIR):
29724         * m4/settime.m4 (gl_SETTIME):
29725         * m4/sha1.m4 (gl_SHA1):
29726         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29727         * m4/stat-macros.m4 (gl_STAT_MACROS):
29728         * m4/stat-time.m4 (gl_STAT_TIME):
29729         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29730         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29731         * m4/strdup.m4 (gl_FUNC_STRDUP):
29732         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29733         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29734         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29735         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29736         * m4/time_r.m4 (gl_TIME_R):
29737         * m4/timespec.m4 (gl_TIMESPEC):
29738         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29739         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29740         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29741         * m4/userspec.m4 (gl_USERSPEC):
29742         * m4/utimecmp.m4 (gl_UTIMECMP):
29743         * m4/utimens.m4 (gl_UTIMENS):
29744         * m4/xalloc.m4 (gl_XALLOC):
29745         * m4/xgetcwd.m4 (gl_XGETCWD):
29746         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29747         * m4/xreadlink.m4 (gl_XREADLINK):
29748         * m4/xstrtod.m4 (gl_XSTRTOD):
29749         * m4/yesno.m4 (gl_YESNO):
29750         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29751         to get the necessary .h files and whatnot.
29752
29753 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29754             Bruno Haible  <bruno@clisp.org>
29755
29756         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29757         /bin/sh understanding of '!' conditional negation.
29758
29759 2006-08-21  Jim Meyering  <jim@meyering.net>
29760
29761         * modules/openat (Depends-on): Really alphabetize.
29762
29763         * modules/acl (Depends-on): Add error and quote.
29764
29765         * check-module (find_included_lib_files): Add at-func.c to the
29766         ok-to-include-more-than-once white list.
29767
29768         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29769
29770 2006-08-21  Bruno Haible  <bruno@clisp.org>
29771
29772         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29773         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29774         Reported by Martin Lambers <marlam@marlam.de>.
29775
29776 2006-08-21  Bruno Haible  <bruno@clisp.org>
29777
29778         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29779         specify an installation location, don't emit a noinst_LIBRARIES or
29780         noinst_LTLIBRARIES assignment.
29781
29782 2006-08-21  Bruno Haible  <bruno@clisp.org>
29783
29784         BeOS portability.
29785         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29786         BeOS has mbrtowc() but no <wctype.h>.
29787
29788 2006-08-21  Bruno Haible  <bruno@clisp.org>
29789
29790         BeOS portability.
29791         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29792         exist.
29793
29794 2006-08-21  Bruno Haible  <bruno@clisp.org>
29795
29796         BeOS portability.
29797         * lib/mbchar.h: Include <wctype.h> only if it exists.
29798
29799 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29800
29801         Remove files that are no longer needed by their respective modules.
29802         * m4/obstack.m4: Remove.
29803         * m4/strerror_r.m4: Remove.
29804         * m4/uint32_t.m4: Remove.
29805         * m4/uintptr_t.m4: Remove.
29806         * m4/ullong_max.m4: Remove.
29807         * m4/xstrtoimax.m4: Remove.
29808         * m4/xstrtoumax.m4: Remove.
29809
29810         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29811         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29812         dependencies now capture this.
29813
29814         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29815         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29816         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29817         * m4/human.m4 (gl_HUMAN): Likewise.
29818         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29819         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29820
29821         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29822
29823         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29824         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29825         stdint.
29826         * m4/human.m4 (gl_HUMAN): Likewise.
29827         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29828         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29829         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29830         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29831         * m4/xstrtol (gl_XSTRTOL): Likewise.
29832
29833         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29834         AC_TYPE_LONG_LONG_INT.
29835         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29836         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29837         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29838         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29839
29840         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29841         on stdbool.
29842
29843         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29844         (gl_PREREQ_XSTRTOUL): Remove.
29845
29846         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29847
29848         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29849         mode.
29850
29851 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29852
29853         Add and change modules to make it easier for coreutils to use
29854         gnulib-tool.
29855         * modules/backupfile (Files): Remove m4/d-ino.m4.
29856         (Depends-on): Add d-ino.
29857         * modules/cycle-check (Depends-on): Add stdint.
29858         (lib_SOURCES): Add cycle-check.h.
29859         * modules/d-ino: New module.
29860         * modules/d-type: New module.
29861         * modules/error (Files): Remove m4/strerror_r.m4.
29862         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29863         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29864         m4/inttypes_h.m4, m4/uintmax_t.m4.
29865         (Depends-on): Add stdint.
29866         (lib_SOURCES): Add fsusage.h.
29867         * modules/getcwd (Files): Remove d-ino.m4.
29868         (Depends-on): Add d-ino.
29869         * modules/getndelim2 (Depends-on): Add stdint.
29870         * modules/glob (Files): Remove m4/d-type.m4.
29871         (Depends-on): Add d-type.
29872         * modules/host-os: New module.
29873         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29874         m4/inttypes_h.m4, m4/uintmax_t.m4.
29875         * Depends-on: Add stdint.
29876         (lib_SOURCES): Add human.h.
29877         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29878         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29879         m4/uintmax_t.m4, m4/ulonglong.m4.
29880         (Depends-on): Add stdint.
29881         (EXTRA_DIST): Add inttostr.h.
29882         * modules/lchmod: New module.
29883         * modules/link-follow: New module.
29884         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29885         (Depends-on): Add lchmod.
29886         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29887         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29888         (Depends-on): Add stdint.
29889         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29890         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29891         (Depends-on): Add stdint.
29892         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29893         * modules/perl: New module.
29894         * modules/regex (Depends-on): Add stdint.
29895         * modules/rmdir-errno: New module.
29896         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29897         m4/intmax_t.m4.
29898         (Depends-on): Add stdint.
29899         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29900         m4/uintmax_t.m4.
29901         (Depends-on): Add stdint.
29902         * modules/unlink-busy: New module.
29903         * modules/utimecmp (Depends-on): Add stdint.
29904         * modules/uptime: New module.
29905         * modules/winsz-ioctl: New module.
29906         * modules/winsz-termios: New module.
29907         * modules/xnanosleep (Depends-on): Add nanosleep.
29908         * modules/ullong_max: Remove.
29909         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29910         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29911         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29912         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29913         (Depends-on): Add inttypes.
29914         (lib_SOURCES): Add xstrtol.h.
29915         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29916         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29917         * MODULES.html.sh: Move 'assert' into the assert section.
29918         Move 'dummy' into the linking section.
29919         Remove ullong_max.
29920         Add section for compatibility checks for POSIX:2001 functions,
29921         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29922         winsz-ioctl, and winsz-termios into it.
29923         Add lchmod.
29924         Add top-level Misc section and put host-os, perl, and uptime
29925         into it.
29926
29927 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29930         now assume the stdint module.  Do not include inttypes.h.
29931         * lib/fsusage.h: Likewise.
29932         * lib/getndelim2.c: Likewise.
29933         * lib/human.h: Likewise.
29934         * lib/inttostr.h: Likewise.
29935         * lib/obstack.c: Likewise.
29936         * lib/regex_internal.h: Likewise.
29937         * lib/tempname.c: Likewise.
29938         * lib/utimecmp.c: Likewise.
29939         * lib/xstrtol.h: Likewise.
29940
29941         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29942
29943         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29944         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29945         * lib/xtime.h: Likewise.
29946
29947 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29948
29949         * modules/openat (Files): Add lib/fchmodat.c.
29950         Fixes problem reported by Jay Youngman.
29951
29952 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29953
29954         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29955         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29956
29957 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29958             Bruno Haible  <bruno@clisp.org>
29959
29960         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29961         and is a script that invokes bison. Tighten the code. Add comments.
29962
29963 2006-08-18  Jim Meyering  <jim@meyering.net>
29964
29965         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29966         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29967         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29968         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29969
29970 2006-08-18  Bruno Haible  <bruno@clisp.org>
29971
29972         * modules/bison-i18n: New file.
29973         * MODULES.html.sh (Internationalization functions): Add it.
29974
29975 2006-08-18  Bruno Haible  <bruno@clisp.org>
29976
29977         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29978         sys/statvfs.h. When getmntinfo was found, check its declaration and
29979         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29980
29981 2006-08-18  Bruno Haible  <bruno@clisp.org>
29982
29983         * m4/bison-i18n.m4: New file, from bison.
29984
29985 2006-08-18  Bruno Haible  <bruno@clisp.org>
29986
29987         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29988         (ME_DUMMY): Treat "kernfs" as a dummy.
29989         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29990
29991 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29992
29993         Update from coreutils.
29994
29995         2006-08-15  Jim Meyering  <jim@meyering.net>
29996
29997         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29998
29999         2006-01-17  Jim Meyering  <jim@meyering.net>
30000
30001         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
30002
30003         2006-01-11  Jim Meyering  <jim@meyering.net>
30004
30005         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
30006         Check for the lchmod function.
30007
30008 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30009
30010         Update from coreutils.
30011
30012         * lib/__fpending.h: Add copyright notice.
30013         * lib/fprintftime.h: Likewise.
30014         * lib/savedir.c: Use (C) in copyright notice.
30015         * lib/savedir.h: Likewise.
30016
30017         2006-08-15  Jim Meyering  <jim@meyering.net>
30018
30019         * lib/at-func.c: New file, with the logic of all emulated at-functions.
30020         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
30021         in support of the EXPECTED_ERRNO macro.
30022         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
30023         definitions.  Instead, define the appropriate symbols and include
30024         "at-func.c".
30025         * lib/mkdirat.c (mkdirat): Likewise.
30026         * lib/fchmodat.c (fchmodat): Likewise.
30027         (ENOSYS): Remove definition.
30028         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
30029         it.  Don't include "unistd--.h" -- it wasn't ever used.
30030
30031         2006-01-17  Jim Meyering  <jim@meyering.net>
30032
30033         Rewrite fts.c not to change the current working directory,
30034         by using openat, fstatat, fdopendir, etc..
30035
30036         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
30037         (HAVE_OPENAT_SUPPORT): Define.
30038         [_LIBC] (fchdir): Don't undef or define; no longer used.
30039         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
30040         Now, this `function' always succeeds, and consumes its file descriptor
30041         parameter -- so callers must not close such FDs.  Update callers.
30042         (diropen_fd, opendirat, cwd_advance_fd): New functions.
30043         (diropen): Add parameter, SP.  Adjust all callers.
30044         Implement using diropen_fd, rather than open.
30045         (fts_open): Initialize new member, fts_cwd_fd.
30046         Remove fts_rft-setting code.
30047         (fts_close): Close fts_cwd_fd, if necessary.
30048         (__opendir2): Define in terms of opendir or opendirat,
30049         depending on whether the FST_NOCHDIR flag is set.
30050         (fts_build): Since fts_safe_changedir consumes its FD, and since
30051         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
30052         and close the dup'd file descriptor upon failure.
30053         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
30054         (fts_safe_changedir): Tweak semantics to reflect that this function
30055         now calls cwd_advance_fd and hence consumes its FD argument.
30056         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
30057         [struct FTS] (fts_rft): Remove now-unused member.
30058         [struct FTS] (fts_cycle.state): Improve comment.
30059
30060         * lib/openat.c (openat_needs_fchdir): New function.
30061         * lib/openat.h (openat_needs_fchdir): Declare it.
30062
30063 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
30064
30065         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
30066         Problem and fix reported by Pádraig Brady in
30067         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
30068
30069 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30070
30071         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
30072
30073 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30074
30075         * lib/memcoll.c (memcoll): Optimize for the common case where the
30076         arguments are bytewise equal.
30077
30078 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30079
30080         * doc/regexprops-generic.texi: Add a copyright notice.
30081
30082 2006-08-15  Bruno Haible  <bruno@clisp.org>
30083
30084         * modules/tmpdir (License): Change to LGPL.
30085
30086 2006-08-15  Bruno Haible  <bruno@clisp.org>
30087
30088         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
30089         module.
30090
30091 2006-08-14  Simon Josefsson  <jas@extundo.com>
30092
30093         * config/srclist.txt: Add gnupload.
30094
30095 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30096
30097         Change copyright notice from LGPL 2 to GPL 2, since that's the
30098         standard form used in the gnulib repository.
30099         * tests/test-lock.c: Likewise.
30100         * tests/test-stdint.c: Likewise.
30101         * tests/test-tls.c: Likewise.
30102
30103         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
30104         prelude-manager.  User shorter URLs for GNU projects, without '?'.
30105         Add copyright notice.
30106
30107         * check-module: Add copyright notice.  Output a copyright
30108         notice if "--version" is specified.
30109         * modules/COPYING: New file.
30110         * tests/test-getaddrinfo.c: Add copyright notice.
30111         * tests/test-verify.c: Likewise.
30112
30113 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30114
30115         Change copyright notice from LGPL 2 to GPL 2, since that's the
30116         standard form used in the gnulib repository.
30117         * lib/lock.c: LGPL -> GPL.
30118         * lib/lock.h: Likewise.
30119         * lib/strnlen1.c: Likewise.
30120         * lib/strnlen1.h: Likewise.
30121         * lib/tls.c: Likewise.
30122         * lib/tls.h: Likewise.
30123         * lib/tmpdir.c: Likewise.
30124
30125         * lib/TODO: Remove; this belongs only in coreutils.
30126
30127 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         Add copyright notices to long-enough files that lack them, since
30130         otherwise the files aren't clearly free.  Use the same notice that
30131         getdate.texi already uses.
30132         * doc/alloca-opt.texi: Add copyright notice.
30133         * doc/alloca.texi: Likewise.
30134         * doc/ctime.texi: Likewise.
30135         * doc/functions.texi: Likewise.
30136         * doc/gcd.texi: Likewise.
30137         * doc/gnulib-tool.texi: Likewise.
30138         * doc/inet_ntoa.texi: Likewise.
30139         * doc/visibility.texi: Likewise.
30140
30141         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
30142         * doc/quote.texi: Add copyright notice.
30143
30144         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
30145         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
30146         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
30147         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
30148         is now obsolete, and give a pointer to the Sun list.
30149         Add copyright notice.
30150
30151 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30152
30153         * config/srclistvars.sh: Add copyright notice.
30154
30155 2006-08-14  Eric Blake  <ebb9@byu.net>
30156
30157         Import the following change from libc:
30158
30159         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
30160
30161         Upstream bug 2997.
30162         * lib/misc/error.c: Add space between program name and message if file
30163         name is missing.
30164
30165 2006-08-12  Karl Berry  <karl@gnu.org>
30166
30167         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
30168         remove, these originate in gnulib now.
30169
30170 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30171
30172         * doc/Makefile (standards.info standards.html standards.dvi):
30173         Also depend on make-stds.texi.
30174
30175 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30176
30177         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
30178         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
30179
30180         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
30181         in wchar_t.  Problem reported by Eric Blake.
30182
30183         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
30184         LEN is smaller than SIZE.  Suggested by Bruno Haible.
30185         Also, help the compiler to keep LEN in a register.
30186
30187 2006-08-11  Eric Blake  <ebb9@byu.net>
30188
30189         * users.txt: Sort.  Add tar.
30190
30191 2006-08-11  Bruno Haible  <bruno@clisp.org>
30192
30193         * users.txt: New file.
30194
30195 2006-08-11  Bruno Haible  <bruno@clisp.org>
30196
30197         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
30198         before <wchar.h>. Needed for OSF/1 and BSD/OS.
30199
30200 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30201
30202         * modules/snprintf (Depends-on): Remove minmax.
30203         (Maintainer): Add self and Bruno.
30204
30205 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30206
30207         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30208         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30209         (EOVERFLOW): Define if the system does not.
30210         Do not include "minmax.h"; it wasn't used.
30211         (snprintf): Don't assume size_t promotes to an unsigned type.
30212         Fix bug when generated string was too long for the buffer: the
30213         buffer's contents are supposed to be the initial prefix of the
30214         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30215         exceeds INT_MAX; do the check ourselves.
30216
30217         Import the following changes from libc:
30218
30219         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30220
30221         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30222         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30223         set wc to the byte which couldn't be converted.
30224         (re_string_reconstruct): Don't clear valid_raw_len before calling
30225         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30226         tip_context using re_string_context_at.
30227
30228         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30229
30230         * lib/posix/regex.h: g++ still cannot handled [restrict].
30231
30232         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30233
30234         * lib/posix/regex.h: Remove special handling for VMS.
30235
30236 2006-08-10  Jim Meyering  <jim@meyering.net>
30237
30238         * modules/same-inode: New module.
30239         * modules/dev-ino: New module.
30240         * modules/cycle-check: Depend on these modules, rather than simply
30241         including their .h files.
30242         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30243         required via m4/cycle-check.m4.
30244         * modules/same: Depend on new same-inode module, rather than
30245         including same-inode.h.
30246         * modules/chdir-safer: New file.
30247
30248         * modules/chown (Depends-on): Add stat-macros.
30249
30250 2006-08-10  Jim Meyering  <jim@meyering.net>
30251
30252         * m4/cycle-check.m4: New file.
30253         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30254         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30255
30256 2006-08-10  Eric Blake  <ebb9@byu.net>
30257
30258         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30259         in from original proposal.
30260
30261 2006-08-10  Eric Blake  <ebb9@byu.net>
30262         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30263
30264         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30265         namespace.
30266
30267 2006-08-10  Bruno Haible  <bruno@clisp.org>
30268
30269         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30270         as well.
30271
30272 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30273
30274         Sync from coreutils.
30275
30276         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30277
30278         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30279         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30280
30281 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30282
30283         * modules/restrict: Remove; no longer needed now that we assume
30284         Autoconf 2.59 or later.
30285         * MODULES.html.sh: Remove 'restrict'.
30286         * modules/argp (Depends-on): Remove 'restrict'.
30287         * modules/base64 (Depends-on): Likewise.
30288         * modules/gc (Depends-on): Likewise.
30289         * modules/getaddrinfo (Depends-on): Likewise.
30290         * modules/glob (Depends-on): Likewise.
30291         * modules/inet_ntop (Depends-on): Likewise.
30292         * modules/inet_pton (Depends-on): Likewise.
30293         * modules/memxor (Depends-on): Likewise.
30294         * modules/regex (Depends-on): Likewise.
30295         * modules/strtok_r (Depends-on): Likewise.
30296         * modules/time_r (Depends-on): Likewise.
30297
30298 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30299
30300         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30301         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30302         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30303         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30304         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30305         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30306         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30307         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30308
30309         Merge from coreutils.
30310         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30311         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30312         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30313         * m4/time_r.m4 (gl_TIME_R): Likewise.
30314
30315 2006-08-09  Karl Berry  <karl@gnu.org>
30316
30317         * config/srclist.txt: no more gettext-tools, per Bruno.
30318
30319 2006-08-08  Eric Blake  <ebb9@byu.net>
30320
30321         * modules/verror: New module.
30322         * MODULES.html.sh: Document it.
30323
30324 2006-08-08  Eric Blake  <ebb9@byu.net>
30325
30326         * lib/verror.h, lib/verror.c: New files.
30327
30328 2006-08-08  Eric Blake  <ebb9@byu.net>
30329
30330         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30331         verror_at_line output complies with GNU Coding Standards even when
30332         file is NULL.
30333
30334 2006-08-07  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30337         versions of AIX.
30338         Reported by Ralf Wildenhues.
30339
30340 2006-08-07  Bruno Haible  <bruno@clisp.org>
30341
30342         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30343         in an AC_DEFUN. Needed so that the autoconf snippets can use
30344         AC_REQUIRE.
30345
30346 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30347
30348         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30349         Initialize pkgdata_DATA.
30350         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30351         overriding it.
30352
30353 2006-08-06  Eric Blake  <ebb9@byu.net>
30354
30355         * lib/error.h: Fold in some upstream changes from glibc.
30356         * lib/error.c: Likewise.
30357
30358 2006-08-04  Bruno Haible  <bruno@clisp.org>
30359
30360         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30361         Make the mostlyclean-local rule depend on mostlyclean-generic.
30362         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30363
30364 2006-07-31  Bruno Haible  <bruno@clisp.org>
30365
30366         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30367         <stdlib.h>, <string.h>.
30368
30369 2006-07-30  Bruno Haible  <bruno@clisp.org>
30370
30371         * modules/readlink (License): Change to LGPL.
30372
30373 2006-07-30  Bruno Haible  <bruno@clisp.org>
30374
30375         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30376         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30377         set PKGDATADIR to point to it.
30378
30379 2006-07-30  Bruno Haible  <bruno@clisp.org>
30380
30381         * modules/csharpexec (configure.ac): Comment out macro invocation.
30382         * modules/javaexec (configure.ac): Likewise.
30383         * modules/javacomp-script (configure.ac): Likewise.
30384
30385         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30386
30387 2006-07-30  Bruno Haible  <bruno@clisp.org>
30388
30389         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30390         linked-list.
30391
30392 2006-07-30  Bruno Haible  <bruno@clisp.org>
30393
30394         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30395
30396 2006-07-30  Bruno Haible  <bruno@clisp.org>
30397
30398         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30399         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30400         get removed.
30401
30402 2006-07-29  Bruno Haible  <bruno@clisp.org>
30403
30404         Make it possible for gnulib-tool to work with locally modified or
30405         augmented gnulib repositories.
30406         * gnulib-tool (func_usage): Document --local-dir option.
30407         (local_gnulib_dir): New variable.
30408         Handle --local-dir option.
30409         (func_lookup_file): New function.
30410         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30411         (func_get_description, func_get_filelist, func_get_description,
30412         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30413         func_get_automake_snippet, func_get_include_directive,
30414         func_get_license, func_get_maintainer): Use func_lookup_file.
30415         (func_import, func_create_testdir): Use func_lookup_file.
30416
30417 2006-07-29  Bruno Haible  <bruno@clisp.org>
30418
30419         * modules/setenv (Depends-on): Add unistd.
30420
30421 2006-07-29  Bruno Haible  <bruno@clisp.org>
30422
30423         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30424
30425 2006-07-29  Bruno Haible  <bruno@clisp.org>
30426
30427         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30428
30429 2006-07-29  Bruno Haible  <bruno@clisp.org>
30430
30431         * gnulib-tool (import, update): If there is no Makefile.am, look at
30432         aclocal.m4, instead of bailing out.
30433
30434 2006-07-29  Bruno Haible  <bruno@clisp.org>
30435
30436         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30437         Categorize the options by when they are useful.
30438
30439 2006-07-29  Bruno Haible  <bruno@clisp.org>
30440
30441         * gnulib-tool (func_usage): Document option --no-libtool.
30442         Handle option --no-libtool.
30443         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30444         for changed semantics of $libtool variable.
30445         (func_import): Likewise. If libtool is not used, show this through
30446         an option --no-libtool.
30447         (func_create_testdir): Update.
30448
30449 2006-07-29  Bruno Haible  <bruno@clisp.org>
30450
30451         * gnulib-tool (func_import): Extend error message about missing
30452         --doc-base.
30453
30454 2006-07-29  Bruno Haible  <bruno@clisp.org>
30455
30456         * gnulib-tool (func_import): Don't create the $docbase directory if
30457         there is no file to store there.
30458
30459 2006-07-29  Bruno Haible  <bruno@clisp.org>
30460
30461         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30462         relevant, look for configure.ac there, not in the current directory.
30463         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30464
30465 2006-07-29  Bruno Haible  <bruno@clisp.org>
30466
30467         * gnulib-tool (SORT): New variable.
30468         (func_usage): Undocument --assume-autoconf option.
30469         Remove --assume-autoconf option handling.
30470         (autoconf_minversion): Determine from the contents of configure.ac.
30471         (func_import): Remove autoconf_minversion handling.
30472         Suggested by Eric Blake.
30473
30474 2006-07-29  Bruno Haible  <bruno@clisp.org>
30475
30476         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30477
30478 2006-07-29  Bruno Haible  <bruno@clisp.org>
30479
30480         * config/srclist.txt (*setenv.[ch]): Remove rules.
30481
30482 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30483
30484         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30485
30486 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30487
30488         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30489         arpa/inet.h.
30490
30491 2006-07-28  Simon Josefsson  <jas@extundo.com>
30492
30493         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30494         * modules/inet_pton (Depends-on): Likewise.
30495
30496 2006-07-28  Simon Josefsson  <jas@extundo.com>
30497
30498         * m4/netinet_in_h.m4: New file.
30499
30500 2006-07-28  Simon Josefsson  <jas@extundo.com>
30501
30502         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30503         #include's.
30504
30505 2006-07-28  Simon Josefsson  <jas@extundo.com>
30506
30507         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30508         #include's.
30509
30510 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30511
30512         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30513         setgid on directories only if they set these bits.
30514         * lib/modechange.h: Remove obsolete comment about masks.
30515
30516 2006-07-28  Eric Blake  <ebb9@byu.net>
30517
30518         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30519         macro expansion.
30520
30521 2006-07-28  Bruno Haible  <bruno@clisp.org>
30522
30523         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30524
30525 2006-07-28  Bruno Haible  <bruno@clisp.org>
30526
30527         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30528
30529 2006-07-28  Bruno Haible  <bruno@clisp.org>
30530
30531         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30532         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30533         Define fallbacks.
30534         Avoids link error on FreeBSD 4.x.
30535         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30536
30537         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30538         encoding.
30539         * lib/mbswidth.c (iswcntrl): Likewise.
30540
30541 2006-07-27  Bruno Haible  <bruno@clisp.org>
30542
30543         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30544         test.
30545
30546 2006-07-27  Bruno Haible  <bruno@clisp.org>
30547
30548         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30549         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30550         defined.
30551
30552 2006-07-26  Eric Blake  <ebb9@byu.net>
30553
30554         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30555
30556 2006-07-26  Eric Blake  <ebb9@byu.net>
30557
30558         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30559         like mingw that lack mkstemp.
30560         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30561         avoid compilation warning on mingw.
30562
30563 2006-07-26  Bruno Haible  <bruno@clisp.org>
30564
30565         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30566         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30567         INT_FAST*_MIN, INTPTR_MIN.
30568
30569 2006-07-25  Bruno Haible  <bruno@clisp.org>
30570
30571         * modules/version-etc (Depends-on): Add stdarg.
30572
30573 2006-07-25  Bruno Haible  <bruno@clisp.org>
30574
30575         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30576         complex commands.
30577
30578 2006-07-25  Bruno Haible  <bruno@clisp.org>
30579
30580         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30581         defined in <stdarg.h> or config.h.
30582
30583 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30584
30585         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30586         (gl_STDIO_SAFER): Remove.
30587
30588 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30589
30590         * MODULES.html.sh (File stream based Input/Output):
30591         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30592         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30593         * modules/fopen-safer, modules/tmpfile-safer: New files.
30594         * modules/stdio-safer: Remove.
30595
30596 2006-07-24  Bruno Haible  <bruno@clisp.org>
30597
30598         * modules/tmpdir: New file.
30599         * MODULES.html.sh (File system functions): Add it.
30600
30601 2006-07-24  Bruno Haible  <bruno@clisp.org>
30602
30603         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30604         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30605
30606 2006-07-24  Bruno Haible  <bruno@clisp.org>
30607
30608         * modules/clean-temp: New file.
30609
30610 2006-07-24  Bruno Haible  <bruno@clisp.org>
30611
30612         * m4/tmpdir.m4: New file, from GNU gettext.
30613
30614 2006-07-24  Bruno Haible  <bruno@clisp.org>
30615
30616         * lib/tmpdir.h: New file, from GNU gettext.
30617         * lib/tmpdir.c: New file, from GNU gettext.
30618
30619 2006-07-24  Bruno Haible  <bruno@clisp.org>
30620
30621         * lib/clean-temp.h: New file, from GNU gettext.
30622         * lib/clean-temp.c: New file, from GNU gettext.
30623
30624 2006-07-23  Eric Blake  <ebb9@byu.net>
30625
30626         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30627         (Depends-on): Add binary-io.
30628
30629 2006-07-23  Eric Blake  <ebb9@byu.net>
30630
30631         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30632
30633 2006-07-23  Eric Blake  <ebb9@byu.net>
30634
30635         * lib/tmpfile-safer.c: New file.
30636         * lib/stdio-safer.h (fopen_safer): Add prototype.
30637         * lib/stdio--.h (tmpfile): Make safer.
30638
30639 2006-07-23  Bruno Haible  <bruno@clisp.org>
30640
30641         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30642         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30643         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30644         gl_linked_remove_at): Use it.
30645
30646 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30647         and Simon Josefsson <jas@extundo.com>
30648
30649         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30650
30651         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30652
30653 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30654
30655         * modules/close-stream: New file.
30656         * modules/closeout (Description): Make it clear that it exits
30657         with a diagnostic on error.
30658         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30659         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30660
30661 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30662
30663         * m4/close-stream.m4: New file.
30664
30665 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30666
30667         * lib/close-stream.c, lib/close-stream.h: New files.
30668
30669 2006-07-22  Bruno Haible  <bruno@clisp.org>
30670
30671         Merge from GNU gettext 0.15.
30672
30673         2006-05-01  Bruno Haible  <bruno@clisp.org>
30674
30675                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30676
30677         2006-07-22  Bruno Haible  <bruno@clisp.org>
30678
30679                 * modules/javaversion: New file.
30680                 * MODULES.html.sh (Java): Add javaversion.
30681
30682         2006-03-12  Bruno Haible  <bruno@clisp.org>
30683
30684                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30685
30686         2005-12-04  Bruno Haible  <bruno@clisp.org>
30687
30688                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30689                 (untested).
30690
30691         2006-06-21  Bruno Haible  <bruno@clisp.org>
30692
30693                 Avoid warnings from recent versions of mcs.
30694                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30695                 -o, -L, -r any more. Use options documented since mcs-1.0
30696                 instead. Similarly for -g.
30697
30698         2005-12-04  Bruno Haible  <bruno@clisp.org>
30699
30700                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30701                 .resources, not .resource.
30702
30703         2005-07-09  Bruno Haible  <bruno@clisp.org>
30704
30705                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30706                 add a .dll suffix.
30707                 Reported by Mark Junker <mjscod@gmx.de>.
30708
30709         2006-07-22  Bruno Haible  <bruno@clisp.org>
30710
30711                 * modules/gettext: Upgrade to gettext-0.15.
30712                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30713                 m4/visibility.m4.
30714                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30715
30716 2006-07-22  Bruno Haible  <bruno@clisp.org>
30717
30718         Merge from GNU gettext 0.15.
30719
30720         2006-03-25  Bruno Haible  <bruno@clisp.org>
30721
30722                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30723
30724         2006-07-21  Bruno Haible  <bruno@clisp.org>
30725
30726                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30727                 "1.1".
30728
30729         2006-05-09  Bruno Haible  <bruno@clisp.org>
30730
30731                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30732                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30733                 for the conftestver execution.
30734
30735         2006-05-01  Bruno Haible  <bruno@clisp.org>
30736
30737                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30738                 optional target-version argument. Verify that the compiler
30739                 groks source of the specified source-version, or add -source
30740                 option as necessary. Verify that the compiler produces
30741                 bytecode in the specified target-version, or add -target and
30742                 -source options as necessary. Make the result of the test
30743                 available as variable CONF_JAVAC. Also log error output in
30744                 config.log.
30745
30746         2006-03-11  Bruno Haible  <bruno@clisp.org>
30747
30748                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30749
30750         2006-05-09  Bruno Haible  <bruno@clisp.org>
30751
30752                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30753                 CLASSPATH_SEPARATOR to a semicolon.
30754
30755         2006-03-12  Bruno Haible  <bruno@clisp.org>
30756
30757                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30758                 available as variable CONF_JAVA, for subsequent autoconf
30759                 tests. Also log error output in config.log.
30760
30761         2006-07-19  Bruno Haible  <bruno@clisp.org>
30762
30763                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30764                 that getline works on glibc2 systems. Needed to avoid trouble
30765                 in relocatable.c.
30766                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30767
30768         2005-12-04  Bruno Haible  <bruno@clisp.org>
30769
30770                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30771                 launcher (untested).
30772
30773         2005-12-04  Bruno Haible  <bruno@clisp.org>
30774
30775                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30776
30777         2006-07-22  Bruno Haible  <bruno@clisp.org>
30778
30779                 * gettext.m4: Update from GNU gettext-0.15.
30780                 * nls.m4: Likewise.
30781                 * po.m4: Likewise.
30782                 * inttypes-pri.m4: Likewise.
30783                 * inttypes-h.m4: Renamed from inttypes.m4.
30784                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30785
30786 2006-07-22  Bruno Haible  <bruno@clisp.org>
30787
30788         Merge from GNU gettext 0.15.
30789
30790         2005-07-05  Bruno Haible  <bruno@clisp.org>
30791
30792                 * printf-args.c (printf_fetchargs): Work around broken
30793                 definition of wint_t on mingw.
30794
30795         2005-02-12  Bruno Haible  <bruno@clisp.org>
30796
30797                 * xallocsa.h: Add extern "C" for C++.
30798
30799         2006-05-17  Bruno Haible  <bruno@clisp.org>
30800
30801                 Cygwin portability.
30802                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30803
30804         2006-04-30  Bruno Haible  <bruno@clisp.org>
30805
30806                 * progreloc.c: Include <mach-o/dyld.h> if available.
30807                 (find_executable): Use _NSGetExecutablePath when possible.
30808
30809         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30810
30811                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30812                 function.
30813
30814         2005-12-29  Bruno Haible  <bruno@clisp.org>
30815
30816                 * progreloc.c (set_program_name_and_installdir): Fix
30817                 compilation error.
30818
30819         2005-12-04  Bruno Haible  <bruno@clisp.org>
30820
30821                 Cygwin portability.
30822                 * progreloc.c: Include <windows.h> also on Cygwin.
30823                 (find_executable): Add support for Cygwin.
30824                 (set_program_name_and_installdir): Handle also platforms with
30825                 nonempty EXEEXT.
30826
30827         2006-07-11  Bruno Haible  <bruno@clisp.org>
30828
30829                 * javacomp.c: Fix a comment.
30830                 Reported by Jim Meyering.
30831
30832         2006-04-30  Bruno Haible  <bruno@clisp.org>
30833
30834                 * javacomp.h (compile_java_class): Add source_version,
30835                 target_version arguments.
30836                 * javacomp.c: Rewritten to choose only a compiler that
30837                 respects the specified source_version and target_version.
30838
30839         2006-06-27  Bruno Haible  <bruno@clisp.org>
30840
30841                 Assume correct S_ISDIR macro.
30842                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30843
30844         2006-07-22  Bruno Haible  <bruno@clisp.org>
30845
30846                 * javaversion.h: New file, from GNU gettext.
30847                 * javaversion.c: New file, from GNU gettext.
30848                 * javaversion.java: New file, from GNU gettext.
30849                 * javaversion.class: New file, from GNU gettext.
30850
30851         2006-05-17  Bruno Haible  <bruno@clisp.org>
30852
30853                 Cygwin portability.
30854                 * javaexec.c (execute_java_class): Test for jview program
30855                 also on Cygwin.
30856
30857         2006-04-09  Bruno Haible  <bruno@clisp.org>
30858
30859                 * fatal-signal.c: Don't include string.h.
30860                 (at_fatal_signal): Use a copying loop instead of memcpy.
30861
30862         2005-12-04  Bruno Haible  <bruno@clisp.org>
30863
30864                 * csharpexec.c: Add support for 'clix' launcher (untested).
30865                 (execute_csharp_using_sscli): New function.
30866                 (execute_csharp_program): Call it.
30867
30868         2006-06-21  Bruno Haible  <bruno@clisp.org>
30869
30870                 Avoid warnings from recent versions of mcs.
30871                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30872                 -o, -L, -r any more. Use options documented since mcs-1.0
30873                 instead. Similarly for -g.
30874
30875         2005-07-09  Bruno Haible  <bruno@clisp.org>
30876
30877                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30878                 add a .dll suffix.
30879                 Reported by Mark Junker <mjscod@gmx.de>.
30880
30881         2006-06-17  Bruno Haible  <bruno@clisp.org>
30882
30883                 * config.charset: Update for NetBSD 3.0.
30884
30885         2006-05-17  Bruno Haible  <bruno@clisp.org>
30886
30887                 Cygwin portability.
30888                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30889
30890         2006-05-16  Bruno Haible  <bruno@clisp.org>
30891
30892                 * localcharset.c [CYGWIN]: Include <windows.h>.
30893                 (get_charset_aliases): For Cygwin, return the same CPxxx
30894                 aliases list as under WIN32.
30895                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30896                 the environment variables. Fall back to GetACP().
30897
30898         2006-04-05  Bruno Haible  <bruno@clisp.org>
30899
30900                 * config.charset: Update Juan Manuel Guerrero's address.
30901
30902         2005-02-12  Bruno Haible  <bruno@clisp.org>
30903
30904                 * allocsa.h: Add extern "C" for C++.
30905
30906         2005-02-10  Bruno Haible  <bruno@clisp.org>
30907
30908                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30909                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30910
30911         2006-07-22  Bruno Haible  <bruno@clisp.org>
30912
30913                 * gettext.h: Update to GNU gettext-0.15.
30914
30915 2006-07-22  Bruno Haible  <bruno@clisp.org>
30916
30917         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30918         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30919         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30920
30921 2006-07-21  Eric Blake  <ebb9@byu.net>
30922
30923         * modules/stdlib-safer: New file.
30924         * MODULES.html.sh (File stream based Input/Output): Add
30925         stdlib-safer.
30926
30927 2006-07-21  Eric Blake  <ebb9@byu.net>
30928
30929         * lib/stdlib-safer.h: New file from coreutils, required by
30930         stdlib--.h.
30931
30932 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30933
30934         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30935
30936 2006-07-20  Bruno Haible  <bruno@clisp.org>
30937
30938         * gnulib-tool: Recognize new option --assume-autoconf.
30939         (autoconf_minversion): New variable.
30940         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30941
30942 2006-07-20  Bruno Haible  <bruno@clisp.org>
30943
30944         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30945
30946 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30947
30948         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30949         Reindent and repaginate.
30950
30951 2006-07-19  Derek Price  <derek@ximbiot.com>
30952
30953         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30954         Correct grammar.
30955
30956 2006-07-17  Bruno Haible  <bruno@clisp.org>
30957
30958         * modules/list: New file.
30959         * modules/array-list: New file.
30960         * modules/carray-list, modules/carray-list-tests: New files.
30961         * modules/linked-list, modules/linked-list-tests: New files.
30962         * modules/avltree-list, modules/avltree-list-tests: New files.
30963         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30964         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30965         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30966         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30967         * modules/oset: New file.
30968         * modules/array-oset: New file.
30969         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30970         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30971         * tests/test-carray_list.c: New file.
30972         * tests/test-linked_list.c: New file.
30973         * tests/test-avltree_list.c: New file.
30974         * tests/test-rbtree_list.c: New file.
30975         * tests/test-linkedhash_list.c: New file.
30976         * tests/test-avltreehash_list.c: New file.
30977         * tests/test-rbtreehash_list.c: New file.
30978         * tests/test-avltree_oset.c: New file.
30979         * tests/test-rbtree_oset.c: New file.
30980         * MODULES.html.sh (Container data structures): New section.
30981
30982 2006-07-17  Bruno Haible  <bruno@clisp.org>
30983
30984         * m4/gl_list.m4: New file.
30985
30986 2006-07-17  Bruno Haible  <bruno@clisp.org>
30987
30988         * lib/gl_list.h: New file.
30989         * lib/gl_list.c: New file.
30990         * lib/gl_array_list.h: New file.
30991         * lib/gl_array_list.c: New file.
30992         * lib/gl_carray_list.h: New file.
30993         * lib/gl_carray_list.c: New file.
30994         * lib/gl_linked_list.h: New file.
30995         * lib/gl_linked_list.c: New file.
30996         * lib/gl_anylinked_list1.h: New file.
30997         * lib/gl_anylinked_list2.h: New file.
30998         * lib/gl_avltree_list.h: New file.
30999         * lib/gl_avltree_list.c: New file.
31000         * lib/gl_anyavltree_list1.h: New file.
31001         * lib/gl_anyavltree_list2.h: New file.
31002         * lib/gl_rbtree_list.h: New file.
31003         * lib/gl_rbtree_list.c: New file.
31004         * lib/gl_anyrbtree_list1.h: New file.
31005         * lib/gl_anyrbtree_list2.h: New file.
31006         * lib/gl_anytree_list1.h: New file.
31007         * lib/gl_anytree_list2.h: New file.
31008         * lib/gl_linkedhash_list.h: New file.
31009         * lib/gl_linkedhash_list.c: New file.
31010         * lib/gl_anyhash_list1.h: New file.
31011         * lib/gl_anyhash_list2.h: New file.
31012         * lib/gl_avltreehash_list.h: New file.
31013         * lib/gl_avltreehash_list.c: New file.
31014         * lib/gl_rbtreehash_list.h: New file.
31015         * lib/gl_rbtreehash_list.c: New file.
31016         * lib/gl_anytreehash_list1.h: New file.
31017         * lib/gl_anytreehash_list2.h: New file.
31018
31019         * lib/gl_oset.h: New file.
31020         * lib/gl_oset.c: New file.
31021         * lib/gl_array_oset.h: New file.
31022         * lib/gl_array_oset.c: New file.
31023         * lib/gl_avltree_oset.h: New file.
31024         * lib/gl_avltree_oset.c: New file.
31025         * lib/gl_rbtree_oset.h: New file.
31026         * lib/gl_rbtree_oset.c: New file.
31027         * lib/gl_anytree_oset.h: New file.
31028
31029 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31030
31031         * m4/mkancesdirs.m4: New file.
31032         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
31033         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
31034         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
31035         it.
31036
31037 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
31040         * lib/mkancesdirs.h: New files.
31041         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
31042         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
31043         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
31044         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
31045         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
31046         callers changed.  Revamp internals significantly, by not
31047         attempting to create directories that are temporarily more
31048         permissive than the final results.  Do not attempt to use
31049         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
31050         This removes some race conditions, fixes some bugs, and simplifies
31051         things.  Use new dirchownmod function to do owner and mode changes.
31052         * lib/mkdir-p.h: Likewise.
31053         * lib/modechange.c (octal_to_mode): New function.
31054         (struct mode_change): New member mentioned.
31055         (make_node_op_equals): New arg mentioned.  All callers changed.
31056         (mode_compile): Keep track of which mode bits the user has explicitly
31057         mentioned.
31058         (mode_adjust): New arg DIR, so that we implement the X op correctly.
31059         New arg PMODE_BITS, to keep track of which mode bits the user
31060         mentioned; it treats S_ISUID and S_ISGID speciall.
31061         All callers changed.
31062         * lib/modechange.h: Likewise.
31063
31064 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31065
31066         * MODULES.html.sh: Add mkancestors.
31067         * modules/mkancesdirs: New module.
31068         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
31069         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
31070         The chdir-safer and afs files are now orphans; I'll remove them
31071         unless someone speaks up.
31072         Add lib/dirchownmod.c, lib/dirchownmod.h.
31073         (Depends-on): Remove alloca, chown, save-cwd, dirname.
31074         Add lchown, mkancesdirs.
31075         (Maintainer): Add self.
31076
31077 2006-07-15  Karl Berry  <karl@gnu.org>
31078
31079         * gnulib-tool: help message wording/arrangement.
31080
31081 2006-07-14  Simon Josefsson  <jas@extundo.com>
31082
31083         * doc/gnulib.texi (Libtool and Windows): New section.
31084
31085 2006-07-12  Simon Josefsson  <jas@extundo.com>
31086
31087         * modules/gendocs (License): Fix license, approved by Karl.
31088
31089 2006-07-12  Eric Blake  <ebb9@byu.net>
31090
31091         * MODULES.html.sh: Add gendocs.
31092
31093 2006-07-11  Eric Blake  <ebb9@byu.net>
31094
31095         * modules/fdl: New module, to install doc/fdl.texi.
31096         * MODULES.html.sh: Add new section for documentation modules.
31097         * gnulib-tool: Avoid space-tab.
31098         (--doc-base): New option, to manage files from doc.
31099
31100 2006-07-11  Eric Blake  <ebb9@byu.net>
31101
31102         * m4/absolute-header.m4: Fix comments to match recent change.
31103
31104 2006-07-11  Eric Blake  <ebb9@byu.net>
31105
31106         * gnulib-tool: List --doc-base before --tests-base.
31107
31108 2006-07-11  Derek R. Price  <derek@ximbiot.com>
31109
31110         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
31111
31112 2006-07-11  Bruno Haible  <bruno@clisp.org>
31113
31114         * README: Mention where to put documentation.
31115
31116 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31117
31118         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
31119
31120 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31121
31122         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
31123         to stdint.m4.
31124
31125 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31126
31127         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
31128         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
31129         "no/such/file/stdint.h" when there is no such file, so that
31130         the resulting C code can be parsed by dodgy compilers.
31131         Problems reported by Bob Proulx.
31132
31133 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31134
31135         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
31136         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31137         macros into the GNU _D_EXACT_NAMLEN.
31138         * lib/savedir.c:  Likewise.
31139         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
31140
31141 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31142         and Paul Eggert  <eggert@cs.ucla.edu>
31143
31144         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
31145         * m4/savedir.m4:
31146         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31147         macros into the GNU _D_EXACT_NAMLEN.
31148
31149 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31150
31151         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
31152         around the absolute name, to work around a problem with the HP-UX
31153         11.23 native C compiler, reported by Bob Proulx.
31154
31155 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31156
31157         * doc/maintain.texi, make-stds.texi: Sync from
31158         <http://savannah.gnu.org/projects/gnustandards>.
31159
31160 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31161
31162         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
31163
31164 2006-07-09  Jim Meyering  <jim@meyering.net>
31165
31166         * m4/glob.m4: Remove a doubled word in a comment.
31167
31168 2006-07-09  Jim Meyering  <jim@meyering.net>
31169
31170         * lib/argp-pv.c: Remove a doubled word in a comment.
31171         * lib/check-version.c (check_version): Likewise.
31172         * lib/javacomp.c (compile_java_class): Likewise.
31173
31174 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
31175
31176         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
31177         for the benefit of people using Autoconf 2.60.  If you want to
31178         support older Autoconf versions you can copy m4/onceonly_2_57.m4
31179         (or m4/onceonly.m4, if pre-2.57) manually.
31180
31181 2006-07-08  Jim Meyering  <jim@meyering.net>
31182
31183         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
31184         comment.
31185         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
31186         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
31187         comment.
31188
31189 2006-07-08  Jim Meyering  <jim@meyering.net>
31190
31191         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
31192
31193 2006-07-07  Simon Josefsson  <jas@extundo.com>
31194
31195         * tests/test-crc.c: Change expected crc value, the test vector
31196         were probably computed using the old broken crc.c?
31197
31198 2006-07-06  Simon Josefsson  <jas@extundo.com>
31199
31200         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
31201         now the canonical place for the M4 file).
31202
31203         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
31204         from the sys_socket dependency now.
31205
31206         * modules/inet_pton (Files): Ditto.
31207
31208         * modules/inet_ntop (Files): Ditto.
31209
31210 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31211
31212         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31213         not gl_PREREQ_GETUSERSHELL.
31214
31215 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31216
31217         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31218         with only one argument, for Autoconf 2.60.
31219         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31220         expand to nothing, so add a shell command to avoid syntax error.
31221         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31222
31223 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31224
31225         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31226
31227 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31228
31229         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31230         no longer needed.  Check for isblank decl.
31231         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31232         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31233         of existence.
31234
31235 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31236
31237         * lib/getloadavg.c: Use __VMS, not VMS.
31238         * lib/getopt.c: Likewise.
31239         * lib/getpagesize.h: Likewise.
31240         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31241         and probably does not work.
31242
31243 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31244
31245         * lib/.cppi-disable: Add wcwidth.
31246         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31247         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31248         (ISGRAPH): Remove.  All uses changed to isgraph.
31249         (FOLD) [!defined _LIBC]: Remove special case.
31250         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31251         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31252         HAVE_ISBLANK.
31253         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31254         case.
31255
31256 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31257
31258         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31259         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31260         brackets.  Other minor changes to suppress some compiler
31261         warnings.
31262
31263 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31264         and Paul Eggert  <eggert@cs.ucla.edu>
31265
31266         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31267         of invoking obsolescent AC_HEADER_DIRENT macro.
31268         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31269         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31270         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31271         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31272         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31273         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31274         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31275         * m4/readdir.m4: Remove; no longer needed.
31276
31277 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31278         and Paul Eggert  <eggert@cs.ucla.edu>
31279
31280         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31281         Don't worry about this obsolete case any more.
31282         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31283         directories.
31284         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31285         worry about this obsolete case any more.
31286         * lib/fts.c: Likewise.
31287         * lib/getcwd.c: Likewise.
31288         * lib/glob.h: Likewise.
31289         * lib/savedir.c: Likewise.
31290
31291 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31292
31293         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31294         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31295         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31296         needed.
31297         All uses removed.
31298         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31299         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31300         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31301         needed.
31302         * m4/getdate.m4 (gl_GETDATE): Likewise.
31303         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31304         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31305         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31306         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31307         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31308         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31309         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31310         needed.
31311
31312 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31313
31314         * lib/memcasecmp.c: Include <limits.h>.
31315         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31316         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31317         Don't assume isdigit succeeds only on '0' through '9'.
31318
31319 2006-07-05  Eric Blake  <ebb9@byu.net>
31320
31321         * modules/getaddrinfo (Depends-on): Add snprintf.
31322
31323 2006-07-05  Eric Blake  <ebb9@byu.net>
31324
31325         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31326         to avoid 'header present but could not be compiled' on cygwin.
31327
31328 2006-07-05  Eric Blake  <ebb9@byu.net>
31329
31330         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31331         missing from netdb.h.
31332         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31333
31334 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31335
31336         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31337         no longer needed.
31338         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31339         * m4/getdate.m4 (gl_GETDATE): Likewise.
31340         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31341         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31342         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31343         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31344         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31345
31346 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31347
31348         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31349         All uses of is_space replaced by isspace.
31350         * lib/exit.h: Don't talk about STDC_HEADERS.
31351         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31352         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31353         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31354         replaced by isprint etc.
31355         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31356         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31357         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31358         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31359         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31360         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31361
31362 2006-07-05  Bruno Haible  <bruno@clisp.org>
31363
31364         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31365         the function exists, before testing against AIX.
31366         Reported by Martin Lambers <marlam@marlam.de>.
31367
31368 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31369
31370         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31371         From Mark D. Baushke.
31372
31373 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31374
31375         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31376         to the absolute name, not just one, to bypass Sun C 5.8's
31377         "warning: #include of /usr/include/... may be non-portable".
31378
31379 2006-07-04  Eric Blake  <ebb9@byu.net>
31380
31381         * modules/dirname-tests: New test module.
31382         * tests/test-dirname.c: New file, replacing dirname.c
31383         TEST_DIRNAME section that was recently deleted.
31384
31385 2006-07-04  Bruno Haible  <bruno@clisp.org>
31386
31387         Assume ANSI C header files and <ctype.h> functions.
31388         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31389         (mbsnwidth): Use isprint, iscntrl instead.
31390
31391 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31392
31393         Merge from coreutils.
31394         * MODULES.html.sh: Add xstrtold.
31395         * modules/xstrtold: New file.
31396         * modules/cycle-check (Files): Add lib/same-inode.h.
31397         * modules/dirname (Files): Add m4/double-slash-root.m4.
31398         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31399         * modules/mkdir-p (Files): Add lib/same-inode.h.
31400         * modules/same (Files): Add lib/same-inode.h.
31401
31402 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31403
31404         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31405         This is to keep the terminology clean; POSIX talks about
31406         "absolute pathnames", not "full pathnames", but the GNU
31407         Coding Standards say to use "path" for something else;
31408         so use "absolute" to keep both sides happy.
31409         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31410         Set gl_absolute_header, not gl_full_header_path.
31411         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31412         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31413         All uses changed.
31414
31415         Merge from coreutils.
31416
31417         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31418
31419         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31420         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31421         want to require the building of c-strtod.o.
31422         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31423         needs -lm directly.
31424         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31425
31426         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31427
31428         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31429         --as-needed option if available.  Problem reported by Albert Chin in
31430         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31431         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31432         cc merely issues a bunch of annoying warnings for --as-needed
31433         (this problem was reported by Bob Proulx).  Also, try linking with
31434         -lm to detect a bug in binutils 2.16 (this problem was reported
31435         by Ralf Wildenhues).
31436
31437         2006-06-18  Jim Meyering  <jim@meyering.net>
31438
31439         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31440         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31441         macro.
31442         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31443         also check for glibc-2.4's abort-inducing bug.
31444
31445         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31446         Low-probability clean-up should be to use rmdir to get rid of
31447         the just-created directory, not unlink.
31448
31449         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31450         configure fail, and request a bug report to inform us about it.
31451         Add a comment that, barring reports to the contrary, in 2007 we'll
31452         assume ftruncate is universally available.
31453
31454         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31455
31456         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31457
31458         2006-03-12  Jim Meyering  <jim@meyering.net>
31459
31460         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31461         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31462         * m4/same.m4 (gl_SAME): Likewise.
31463         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31464
31465         2006-03-11  Eric Blake  <ebb9@byu.net>
31466
31467         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31468         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31469         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31470         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31471
31472 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31473
31474         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31475         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31476         reported by Mark D. Baushke, one in
31477         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31478
31479         Merge from coreutils.
31480
31481         * lib/.cppi-disable: Add stdint_.h.
31482         * lib/.cvsignore: Add stdint.h.
31483
31484         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31485
31486         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31487         both double and long double versions.
31488         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31489         * lib/xstrtold.c: New file.
31490         * lib/xstrtod.h (xstrtold): New decl.
31491
31492         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31493
31494         * lib/filemode.c (setst): Remove.
31495         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31496         (arguably) clearer, and the generated code is a bit smaller on my
31497         Debian GNU/Linux stable x86 host.
31498
31499         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31500
31501         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31502         Assume that filemode.h includes sys/types.h and sys/stat.h.
31503         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31504         (ftypelet): Reorder to put common cases first, for efficiency.
31505         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31506         to do 'M'.
31507         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31508         of 10, for compatibility with FreeBSD.  All callers changed.
31509         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31510         types that can't be deduced solely from st_mode.  First arg is now a
31511         const pointer.
31512         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31513         (strmode): Renamed from mode_string.
31514         (filemodestring): New decl.
31515         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31516         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31517         needed.
31518         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31519
31520         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31521
31522         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31523         fsusage.h now does that.  Include fsusage.h first, to test interface.
31524         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31525         at most one method (the old code could have generated decls that
31526         didn't conform to C89, not that this was ever exercised).
31527         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31528
31529         2006-03-19  Jim Meyering  <jim@meyering.net>
31530
31531         Work even in a chroot where d_ino values for entries in "/"
31532         don't match the stat.st_ino values for the same names.
31533         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31534         number, iterate through all entries again, using lstat instead.
31535         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31536         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31537
31538         * lib/getcwd.c (__getcwd): Clarify a comment.
31539         Use memcpy in place of a call to strcpy.
31540
31541         2006-03-12  Jim Meyering  <jim@meyering.net>
31542
31543         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31544         matches that of the current directory (which we're about to chdir ".."
31545         out of), then save the dev-ino of the parent, instead.
31546
31547         * lib/same-inode.h (SAME_INODE): New file/macro.
31548         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31549         Include "same-inode.h", instead.
31550         * lib/same.c: Likewise.
31551         * lib/cycle-check.h: Include "same-inode.h".
31552         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31553         * lib/cycle-check.c (SAME_INODE): Remove definition.
31554         * lib/root-dev-ino.h: Include "same-inode.h".
31555
31556         2006-03-11  Eric Blake  <ebb9@byu.net>
31557
31558         * lib/same.c (same_name): s/base_name/last_component/
31559         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31560         * lib/filenamecat.c (file_name_concat): Likewise.
31561
31562         2006-03-11  Eric Blake  <ebb9@byu.net>,
31563                     Paul Eggert  <eggert@cs.ucla.edu>
31564
31565         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31566         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31567         drive prefix.
31568         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31569         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31570         (last_component): New method.
31571         * lib/dirname.c (dir_len): Determine when drive letters need a
31572         subsequent slash.  Preserve // when it is special.
31573         (dir_name): Don't append dot when drive letter is absolute.
31574         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31575         * lib/basename.c (base_name): New semantics - malloc the result.
31576         Preserve // when it is special.  Preserve relative files that look
31577         like drive letters.
31578         (base_len): Preserve // when it is special.
31579         (last_component): New method, similar to old base_name semantics.
31580         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31581         base_name.  Strip redundant slashes from ///.
31582
31583 2006-07-03  Jim Meyering  <jim@meyering.net>
31584
31585         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31586         macro is used before the first cycle_check call.
31587
31588 2006-07-03  Eric Blake  <ebb9@byu.net>
31589
31590         * modules/dirname (Depends-on): Add xstrndup.
31591
31592 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31593
31594         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31595         test cases, so that config.log is a bit easier to follow.
31596
31597 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31598
31599         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31600         both are 64 bits, since this seems to be the tradition, and this
31601         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31602         we ever run into a host that prefers long long to long in this
31603         case, we'll need another configure-time test.  Problem reported by
31604         Jim Meyering.
31605
31606 2006-07-02  Eric Blake  <ebb9@byu.net>
31607
31608         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31609
31610 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31611
31612         * modules/inttypes (Depends-on): No longer depends on stdint.
31613         * modules/stdint (Description): Say more about assumptions.
31614         Say that the fast types might differ.  Say macros are used.
31615         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31616         (Makefile.am): Revise list of substituted symbols to match
31617         new stdint.m4.
31618         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31619         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31620         * tests/test-stdint.c (verify_same_types)
31621         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31622         the code conforms to C99/C89.
31623         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31624         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31625
31626 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31627
31628         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31629         but fix a bug, by requiring at least 64 bits.
31630         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31631         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31632         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31633         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31634
31635         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31636         changes.  Make 2.59 a prerequisite.  Check and substitute for
31637         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31638         inttypes.h.  Do not use special include files; just use the
31639         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31640         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31641         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31642         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31643         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31644         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31645         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31646         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31647         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31648         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31649         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31650         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31651         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31652         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31653         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31654         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31655         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31656         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31657         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31658         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31659         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31660         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31661         not check for things that C99 does not require, e.g., int8_t.  If
31662         a test isn't needed unless <stdint.h> isn't working, and is
31663         unlikely to be needed for any other reason, then don't do it
31664         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31665         size_t, since we assume C89 freestanding at least.  Do not check
31666         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31667         the right thing even if the types are not defined.  Instead use:
31668         (gl_STDINT_TYPE_PROPERTIES): New macro.
31669         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31670         testing whether <sys/types.h> clashes, as Autoconf does this for
31671         us now.  All uses removed.
31672         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31673         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31674         (gl_CHECK_TYPE_SAME):
31675         Remove; no longer needed.
31676         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31677         exists, since we'll return 0 anyway in that case.
31678         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31679
31680 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31681
31682         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31683         possible collision with system files.
31684         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31685         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31686         WCHAR_MIN and WCHAR_MAX in this case.
31687         (<stddef.h>): Do not include; no longer needed.
31688         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31689         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31690         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31691         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31692         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31693         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31694         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31695         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31696         !defined(__c99))]: Include in this case too, since it's harmless
31697         now.
31698         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31699         dangerous to do so.
31700         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31701         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31702         (_STDINT_MIN, _STDINT_MAX): New macros.
31703         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31704         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31705         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31706         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31707         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31708         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31709         macros, not typedefs; this simplifies things quite a bit.
31710         Use long int for all types narrower than int64_t.
31711         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31712         Define in terms of long long int or int64_t or long int,
31713         not int64_t or int32_t.  This saves some compile-time testing.
31714         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31715         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31716         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31717         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31718         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31719         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31720         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31721         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31722         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31723         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31724         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31725         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31726         undef any previous version and define our own version, for
31727         simplicity and consistency with the new macros for types.
31728         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31729         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31730         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31731         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31732         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31733         @WINT_T_SUFFIX@ to keep things simple here.
31734         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31735         Simplify by assuming typical 8/16/32/64 host, since we're
31736         already doing that elsewhere anyway.
31737         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31738         and assume long long int is 64 bits if available.  This
31739         speeds up 'configure'.
31740
31741 2006-07-01  Eric Blake  <ebb9@byu.net>
31742
31743         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31744         Reported by Andreas Buening.
31745
31746 2006-07-01  Eric Blake  <ebb9@byu.net>
31747
31748         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31749
31750 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31751
31752         * lib/getaddrinfo.c: fixed typo
31753
31754 2006-06-29  Jim Meyering  <jim@meyering.net>
31755
31756         * modules/strftime (Maintainer): Add my name, since with the
31757         FPRINTFTIME changes strftime.c has forked from glibc.
31758
31759 2006-06-29  Eric Blake  <ebb9@byu.net>
31760
31761         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31762
31763 2006-06-29  Eric Blake  <ebb9@byu.net>
31764
31765         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31766
31767 2006-06-29  Eric Blake  <ebb9@byu.net>
31768
31769         * lib/stat_.h: New file.
31770
31771 2006-06-29  Eric Blake  <ebb9@byu.net>
31772
31773         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31774         unused static function.
31775
31776 2006-06-29  Eric Blake  <ebb9@byu.net>
31777
31778         * doc/functions.texi (Function Portability): Document missing lstat
31779         on mingw.
31780
31781 2006-06-29  Eric Blake  <ebb9@byu.net>
31782
31783         * MODULES.html.sh: Add sys_stat.
31784         * modules/sys_stat: New module.
31785         * modules/mkstemp (Depends-on): Add sys_stat.
31786
31787 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31788
31789         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31790
31791 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31792
31793         * m4/c-bs-a.m4: Removed.
31794
31795 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31796
31797         * lib/strftime.c: Assume strftime() exists.
31798
31799 2006-06-29  Derek Price  <derek@ximbiot.com>
31800
31801         * modules/c-bs-a: Removed - \a is C89.
31802         * MODULES.html.sh: Remove c-bs-a.
31803
31804 2006-06-29  Bruno Haible  <bruno@clisp.org>
31805
31806         * modules/wcwidth (License): Change to LGPL.
31807
31808 2006-06-28  Simon Josefsson  <jas@extundo.com>
31809
31810         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31811         on _WIN32.
31812
31813         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31814         getnameinfo.
31815
31816 2006-06-28  Simon Josefsson  <jas@extundo.com>
31817
31818         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31819
31820 2006-06-28  Simon Josefsson  <jas@extundo.com>
31821
31822         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31823         functions there.  It will succeed on Windows XP, but on Windows
31824         2000 and (presumably) earlier, it will fail, and use the internal
31825         re-implementation.
31826         (use_win32_p): New function.
31827         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31828         Support AI_NUMERICSERV to disable getservbyname.
31829         (getnameinfo): New function, only supports
31830         NI_NUMERICHOST|NI_NUMERICSERV for now.
31831
31832         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31833         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31834         getnameinfo.
31835
31836 2006-06-28  Eric Blake  <ebb9@byu.net>
31837
31838         * modules/wcwidth: New file.
31839         * modules/mbchar (Depends-on): Add wcwidth.
31840         * modules/mbswidth (Depends-on): Add wcwidth.
31841         * MODULES.html.sh: Add wcwidth.
31842
31843 2006-06-28  Eric Blake  <ebb9@byu.net>
31844
31845         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31846         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31847
31848 2006-06-28  Eric Blake  <ebb9@byu.net>
31849
31850         * lib/xvasprintf.h: Fix comments.
31851
31852 2006-06-28  Eric Blake  <ebb9@byu.net>
31853
31854         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31855         * lib/mbswidth.c (wcwidth): Move from here...
31856         * lib/wcwidth.h: ...to this new file.
31857
31858 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31859
31860         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31861
31862         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31863         it's obsolete.
31864         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31865
31866 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31867
31868         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31869         Autoconf 2.60 says this stuff was obsolete.
31870
31871 2006-06-28  Bruno Haible  <bruno@clisp.org>
31872
31873         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31874
31875 2006-06-28  Bruno Haible  <bruno@clisp.org>
31876
31877         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31878         gt_TYPE_WCHAR_T.
31879
31880 2006-06-28  Bruno Haible  <bruno@clisp.org>
31881
31882         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31883         declaration for wcwidth.
31884         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31885
31886 2006-06-28  Bruno Haible  <bruno@clisp.org>
31887
31888         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31889         (mkdir): Define using _mkdir.
31890
31891 2006-06-28  Bruno Haible  <bruno@clisp.org>
31892
31893         * lib/getaddrinfo.h: Fix POSIX URL.
31894         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31895         _WIN32.
31896         (use_win32_p): Make static.
31897         (getaddrinfo): Reject service name if it is empty or does not consist
31898         solely of decimal digits, or if its value is > 65535.
31899         (getnameinfo): Remove useless casts.
31900
31901 2006-06-27  Simon Josefsson  <jas@extundo.com>
31902
31903         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31904         Eggert and Martin Lambers.
31905
31906 2006-06-27  Simon Josefsson  <jas@extundo.com>
31907
31908         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31909         Eggert and Martin Lambers.
31910
31911 2006-06-27  Bruno Haible  <bruno@clisp.org>
31912
31913         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31914         result to 0, not to empty.
31915         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31916
31917 2006-06-27  Bruno Haible  <bruno@clisp.org>
31918
31919         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31920
31921 2006-06-26  Simon Josefsson  <jas@extundo.com>
31922
31923         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31924         present.
31925
31926 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31927
31928         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31929         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31930         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31931
31932 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31933
31934         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31935
31936 2006-06-26  Bruno Haible  <bruno@clisp.org>
31937
31938         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31939
31940 2006-06-26  Bruno Haible  <bruno@clisp.org>
31941
31942         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31943
31944 2006-06-26  Bruno Haible  <bruno@clisp.org>
31945
31946         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31947         SGI C compiler in pre-C99 mode.
31948         Suggested by Mark D. Baushke and Larry Jones.
31949
31950 2006-06-26  Bruno Haible  <bruno@clisp.org>
31951
31952         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31953         WCHAR_MAX.
31954         Reported by Mark D. Baushke and Larry Jones.
31955
31956 2006-06-26  Bruno Haible  <bruno@clisp.org>
31957
31958         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31959         in pre-C99 mode.
31960         Suggested by Mark D. Baushke and Larry Jones.
31961
31962 2006-06-23  Simon Josefsson  <jas@extundo.com>
31963             Bruno Haible  <bruno@clisp.org>
31964
31965         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31966         Emit mostlyclean-local rule.
31967         (func_emit_tests_Makefile_am): Likewise.
31968         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31969
31970 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31971
31972         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31973
31974 2006-06-23  Bruno Haible  <bruno@clisp.org>
31975
31976         * tests/test-stdint.c: Update to match ISO C 99 Technical
31977         Corrigendum 1.
31978
31979 2006-06-23  Bruno Haible  <bruno@clisp.org>
31980
31981         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31982
31983 2006-06-23  Bruno Haible  <bruno@clisp.org>
31984
31985         * lib/stdint_.h: Treat IRIX like OpenBSD.
31986
31987 2006-06-23  Bruno Haible  <bruno@clisp.org>
31988
31989         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31990         ISO C 99 Technical Corrigendum 1.
31991
31992 2006-06-22  Simon Josefsson  <jas@extundo.com>
31993
31994         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31995         MinGW.
31996
31997 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31998
31999         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
32000         needed.  Some compiler complained about some of them.  Problem reported
32001         by Larry Jones in
32002         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
32003
32004 2006-06-21  Simon Josefsson  <jas@extundo.com>
32005
32006         * tests/test-getaddrinfo.c: New file.
32007
32008         * modules/getaddrinfo-tests: New file.
32009
32010         * MODULES.html.sh: Add inet_pton.
32011
32012         * modules/inet_pton: New file.
32013
32014 2006-06-21  Simon Josefsson  <jas@extundo.com>
32015
32016         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
32017         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
32018         of using the (limited) gnulib implementation on Windows XP.
32019
32020         * m4/inet_pton.m4: New file.
32021
32022 2006-06-21  Simon Josefsson  <jas@extundo.com>
32023
32024         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
32025         variable.
32026
32027         * lib/socket_.h: Don't define WINVER.
32028
32029         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
32030         slightly modified to work in gnulib.
32031
32032 2006-06-21  Simon Josefsson  <jas@extundo.com>
32033
32034         * doc/gnulib.texi (Windows sockets): Add.
32035
32036 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
32037
32038         * lib/read-file.c (fread_file): Start with buffer allocation of
32039         0 bytes rather than 1 byte; this simplifies the code.
32040         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
32041         code to free buffer and save/restore errno.
32042         (internal_read_file): Remove unused local.
32043
32044 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
32045
32046         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
32047         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
32048         Problem reported by Denis Excoffier in
32049         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
32050
32051 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32052
32053         * modules/sys_socket, modules/socklen: Include sys/types since
32054         FreeBSD 4.x's sys/socket.h needs it.
32055
32056 2006-06-19  Simon Josefsson  <jas@extundo.com>
32057
32058         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
32059
32060 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
32061
32062         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
32063
32064 2006-06-19  Bruno Haible  <bruno@clisp.org>
32065
32066         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
32067         and FULL_PATH_INTTYPES_H in angle brackets.
32068         Reported by Mark D. Baushke <mdb@gnu.org>.
32069
32070 2006-06-17  Eric Blake  <ebb9@byu.net>
32071
32072         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
32073         errno.
32074
32075 2006-06-17  Bruno Haible  <bruno@clisp.org>
32076
32077         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
32078         <sys/inttypes.h>.
32079
32080 2006-06-17  Bruno Haible  <bruno@clisp.org>
32081
32082         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
32083         whether errno is declared. Assume <errno.h> declares errno.
32084
32085 2006-06-17  Bruno Haible  <bruno@clisp.org>
32086
32087         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
32088
32089 2006-06-17  Bruno Haible  <bruno@clisp.org>
32090
32091         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
32092         problem on Solaris 2.5.1.
32093
32094 2006-06-16  Eric Blake  <ebb9@byu.net>
32095
32096         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
32097         * lib/unicodeio.c [!defined errno]: Likewise.
32098         * lib/strtol.c [!defined errno]: Likewise.
32099         * lib/strtod.c [!defined errno]: Likewise.
32100
32101 2006-06-15  Eric Blake  <ebb9@byu.net>
32102
32103         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
32104
32105 2006-06-15  Eric Blake  <ebb9@byu.net>
32106
32107         * config/srclist.txt (ssize_t.m4): Lose sync.
32108
32109 2006-06-15  Bruno Haible  <bruno@clisp.org>
32110
32111         * modules/stdint (Files): Include m4/full-header-path.m4,
32112         m4/size_max.m4, m4/wchar_t.m4.
32113         (Makefile.am): Many more substitutions.
32114         * modules/stdint-tests: New file.
32115         * tests/test-stdint.c: New file.
32116
32117 2006-06-15  Bruno Haible  <bruno@clisp.org>
32118
32119         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
32120         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
32121         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
32122         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
32123         gl_CHECK_TYPE_SAME): New macros.
32124
32125 2006-06-15  Bruno Haible  <bruno@clisp.org>
32126
32127         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
32128
32129 2006-06-15  Bruno Haible  <bruno@clisp.org>
32130
32131         * lib/stdint_.h: Rewritten to be fully auto-configured.
32132         Fixes bug on HP-UX/IA64.
32133
32134 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
32135
32136         * lib/getdate.y (__attribute__): Don't define if already defined.
32137         Problem reported by Larry Jones.
32138         * lib/utimens.c (__attribute__): Likewise.
32139
32140 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
32141
32142         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
32143         reported by Andreas Schwab.
32144
32145 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32146             Bruno Haible  <bruno@clisp.org>
32147
32148         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
32149         check for the declaration of strnlen and a run test that exposes the
32150         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
32151         rpl_strndup.
32152
32153 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32154             Bruno Haible  <bruno@clisp.org>
32155
32156         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
32157
32158 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32159
32160         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
32161         compile test, for Tru64 4.0D.
32162
32163 2006-05-28  Karl Berry  <karl@gnu.org>
32164
32165         * config/srclist.txt (printf-args.c): lose sync.
32166
32167 2006-05-26  Martin Lambers  <marlam@marlam.de>
32168
32169         * lib/getpass.c: Updates the test for the native W32 API, and adds
32170         missing includes, thus fixing compilation warnings.
32171
32172 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32173
32174         * lib/exclude.c (exclude_fnmatch): New function.
32175         (excluded_file_name): Call exclude_fnmatch.
32176         * lib/exclude.h (excluded_file_name): New prototype
32177
32178 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
32179
32180         * lib/tempname.c (small_open, large_open): New macros.
32181         (__open, __open64) [!_LIBC]: Remove.
32182         (__gen_tempname): Use small_open and large_open instead of __open
32183         and __open64.  This fixes a portability bug on HP-UX 11.11i
32184         reported by Simon Wing-Tang in
32185         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
32186
32187 2006-05-24  Bruno Haible  <bruno@clisp.org>
32188
32189         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
32190         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
32191         Reported by Thorsten Maerz <torte@netztorte.de> via
32192         Aaron Stone <aaron@serendipity.cx>.
32193
32194 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32195
32196         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
32197         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
32198         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
32199         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
32200         not really conditional on the cache.
32201         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
32202
32203 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32204
32205         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32206         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32207         (my_usleep): Don't mishandle maximum value.
32208
32209 2006-05-19  Jim Meyering  <jim@meyering.net>
32210
32211         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32212
32213 2006-05-17  Bruno Haible  <bruno@clisp.org>
32214
32215         Cygwin portability.
32216         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32217
32218 2006-05-17  Bruno Haible  <bruno@clisp.org>
32219
32220         * lib/stdint_.h: Fix recognition of Cygwin.
32221
32222 2006-05-15  Bruno Haible  <bruno@clisp.org>
32223
32224         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32225         on libtool patch by Ralf Wildenhues.
32226
32227 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32228
32229         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32230         test for C99 conformance; (bool) 0.5 is an integer constant
32231         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32232         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32233
32234 2006-05-11  Simon Josefsson  <jas@extundo.com>
32235
32236         * m4/xvasprintf.m4: Fix obvious typo.
32237
32238 2006-05-11  Jim Meyering  <jim@meyering.net>
32239
32240         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32241         James Lemley.
32242
32243 2006-05-10  Simon Josefsson  <jas@extundo.com>
32244
32245         * lib/md4.c: Typo fix, update copyright years.
32246         (K1, K2): Don't use L because it turn computations into 64-bit on
32247         64-bit platforms.
32248
32249 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32250
32251         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32252         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32253         unwanted sign propagation, e.g., on hosts with 64-bit int.
32254         There still are some problems with reeelly weird theoretical hosts
32255         (e.g., 33-bit int) but it's not worth worrying about now.
32256         * lib/sha1.c (rol): Likewise.
32257         (K1, K2, K3, K4): Remove unnecessary L suffix.
32258
32259 2006-05-10  Bruno Haible  <bruno@clisp.org>
32260
32261         * lib/des.c: Cast to avoid warnings.
32262
32263 2006-05-09  Bruno Haible  <bruno@clisp.org>
32264
32265         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32266         (Depends-on): Depend also on xsize, stdarg.
32267         (configure.ac): Add gl_XVASPRINTF.
32268
32269 2006-05-09  Bruno Haible  <bruno@clisp.org>
32270
32271         * m4/xvasprintf.m4: New file.
32272
32273 2006-05-09  Bruno Haible  <bruno@clisp.org>
32274
32275         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32276         (EOVERFLOW): Define fallback value.
32277         (xstrcat): New function.
32278         (xvasprintf): Recognize the special case of a string concatenation.
32279
32280 2006-05-08  Eric Blake  <ebb9@byu.net>
32281
32282         * gnulib-tool (func_version): Base copyright year on CVS date.
32283         (func_emit_copyright_notice): New function.
32284         (func_emit_lib_Makefile_am): Use it.
32285         (func_emit_tests_Makefile_am): Likewise.
32286         (func_import): Likewise.
32287
32288 2006-05-08  Bruno Haible  <bruno@clisp.org>
32289
32290         * modules/stdarg: New file.
32291         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32292
32293 2006-05-08  Bruno Haible  <bruno@clisp.org>
32294
32295         * m4/stdarg.m4: New file, from GNU gettext.
32296
32297 2006-05-08  Bruno Haible  <bruno@clisp.org>
32298
32299         * config/srclist.txt (build-aux/config.rpath): different from latest
32300         release.
32301
32302 2006-05-08  Bruno Haible  <bruno@clisp.org>
32303
32304         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32305
32306 2006-05-05  Jim Meyering  <jim@meyering.net>
32307
32308         * m4/warning.m4: New file, derived from bison's file by the same name.
32309
32310 2006-05-03  Bruno Haible  <bruno@clisp.org>
32311
32312         * lib/stdint_.h: Shorter URL.
32313         * lib/inttypes.h: Likewise.
32314
32315 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32316
32317         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32318
32319 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32320
32321         * lib/verify.h: Document the internals better.  Most of this change
32322         was written by Bruno Haible.
32323
32324 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32325
32326         * doc/verify.texi: New file, partly based on a proposal by
32327         Bruno Haible.
32328
32329 2006-05-02  Bruno Haible  <bruno@clisp.org>
32330
32331         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32332         test from here...
32333         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32334
32335 2006-04-29  Bruno Haible  <bruno@clisp.org>
32336
32337         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32338         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32339
32340 2006-04-29  Bruno Haible  <bruno@clisp.org>
32341
32342         * gnulib-tool: Make --update option actually work.
32343
32344 2006-04-29  Bruno Haible  <bruno@clisp.org>
32345
32346         * doc/gcd.texi: New file.
32347         * doc/gnulib.texi: Include it.
32348
32349 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32350
32351         * lib/getdate.y (get_date): When adding relative date, start with the
32352         initial time, not with the result of the first mktime call.
32353
32354 2006-04-25  Bruno Haible  <bruno@clisp.org>
32355
32356         * gnulib-tool (func_import): Output the include directives in three
32357         blocks, sorted separately.
32358         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32359
32360 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32361
32362         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32363         to define main with arguments, for C++.  Reported by Eric Blake.
32364         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32365         Prefer 'int main ()' to 'int main (void)', for C++.
32366         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32367         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32368         for 'main', for C99 and C++.
32369
32370 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32371
32372         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32373         Don't assume that exit status -1 is valid.
32374         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32375         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32376         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32377         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32378         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32379         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32380         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32381         functions can be used without declaring them, or that you can
32382         exit with status -1.
32383         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32384
32385 2006-04-24  Karl Berry  <karl@gnu.org>
32386
32387         * config/srclist.txt (longdouble.m4): sync lost.
32388
32389 2006-04-24  Eric Blake  <ebb9@byu.net>
32390
32391         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32392
32393 2006-04-24  Bruno Haible  <bruno@clisp.org>
32394
32395         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32396         poll() implementation in AIX.
32397         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32398
32399 2006-04-24  Bruno Haible  <bruno@clisp.org>
32400
32401         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32402         assigned exactly once.
32403
32404 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32405             Bruno Haible  <bruno@clisp.org>
32406
32407         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32408         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32409         for AM_CPPFLAGS.
32410
32411 2006-04-23  Bruno Haible  <bruno@clisp.org>
32412
32413         * modules/copy-file: Depend on unistd.
32414         * modules/execute: Likewise.
32415         * modules/fatal-signal: Likewise.
32416         * modules/findprog: Likewise.
32417         * modules/mkdtemp : Likewise.
32418         * modules/pipe: Likewise.
32419         * modules/wait-process: Likewise.
32420
32421 2006-04-23  Bruno Haible  <bruno@clisp.org>
32422
32423         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32424         condition was already detected.
32425         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32426
32427 2006-04-23  Bruno Haible  <bruno@clisp.org>
32428
32429         * lib/copy-file.c: Include <unistd.h> unconditionally.
32430         * lib/execute.c: Likewise.
32431         * lib/fatal-signal.c: Likewise.
32432         * lib/findprog.c: Likewise.
32433         * lib/mkdtemp.c: Likewise.
32434         * lib/pipe.h: Likewise.
32435         * lib/pipe.c: Likewise.
32436         * lib/wait-process.h: Likewise.
32437
32438 2006-04-23  Bruno Haible  <bruno@clisp.org>
32439
32440         * gnulib-tool (func_usage): Fix --import description. Document
32441         --update.
32442         (func_import): Create temporary file in a temporary directory, if
32443         --dry-run is specified. Silence errors from 'grep' when there are no
32444         m4 files in $m4dir.
32445         (func_create_testdir): Silence errors from 'grep' when there are no
32446         m4 files in $m4dir.
32447         Reported by Karl Berry <karl@freefriends.org>.
32448
32449 2006-04-20  Bruno Haible  <bruno@clisp.org>
32450
32451         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32452         one argument, so that the code will be portable to Autoconf 2.60.
32453         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32454         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32455         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32456
32457 2006-04-19  Derek Price  <derek@ximbiot.com>
32458             Eric Blake  <ebb9@byu.net>
32459
32460         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32461         rather than "/full/path.h".  Update comment to match.  Shorten &
32462         generalize m4_translit call via AS_TR_CPP.
32463
32464 2006-04-19  Derek Price  <derek@ximbiot.com>
32465             Eric Blake  <ebb9@byu.net>
32466
32467         * lib/inttypes.h: Correct grammar in comment.
32468
32469 2006-04-18  Derek Price  <derek@ximbiot.com>
32470             Paul Eggert  <eggert@cs.ucla.edu>
32471
32472         * modules/inttypes: New file.
32473         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32474
32475 2006-04-18  Derek Price  <derek@ximbiot.com>
32476             Paul Eggert  <eggert@cs.ucla.edu>
32477
32478         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32479         New files.
32480
32481 2006-04-18  Derek Price  <derek@ximbiot.com>
32482             Paul Eggert  <eggert@cs.ucla.edu>
32483
32484         * lib/inttypes.h: New file.
32485         * lib/strtoimax.c: Assume <inttypes.h>.
32486
32487 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32488
32489         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32490         isn't mounted.  Problem reported by Kir Kolyshkin.
32491
32492 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32493
32494         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32495         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32496         Derek R. Price.
32497         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32498         implementation.
32499
32500 2006-04-12  Eric Blake  <ebb9@byu.net>
32501
32502         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32503         is now done automatically by the corresponding Autoconf macro.
32504
32505 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32506
32507         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32508         time_r.h.
32509
32510 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32511
32512         Merge regex changes from libc, removing some of our
32513         POSIX-conformance changes that were rejected and redoing them in a
32514         less-intrusive way.
32515
32516         * lib/regcomp.c (re_compile_internal, init_dfa):
32517         Length arg is now size_t, not Idx.  All uses changed.
32518         (peek_token): Forward decl now says internal_function.
32519         (__re_error_msgid, __re_error_msgid_idx):
32520         Now static rather than extern with attribute_hidden.
32521         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32522         For some reason libc prefers K&R style defns for external functions.
32523         (regerror) [!defined _LIBC]: Likewise.
32524         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32525         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32526         (build_range_exp, build_collating_symbol):
32527         Use K&R-style defn.
32528         (re_compile_fastmap): Use '\0' to memset, not 0.
32529         (utf8_sb_map): Make the calculations more obvious.
32530         (init_dfa, parse_bracket_exp, build_charclass_op):
32531         Call calloc and cast result, as glibc does.
32532         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32533         (build_range_exp, build_collating_symbol):
32534         Now internal functions.
32535
32536         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32537
32538         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32539         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32540         Don't depend on VMS; depend on __VMS instead, for POSIX
32541         namespace cleanness.
32542         (regoff_t): Define to ssize_t, not long int.
32543
32544         Remove the REG_ macros named below.  Instead, make the old names
32545         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32546         __USE_GNU_REGEX.
32547         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32548         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32549         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32550         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32551         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32552         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32553         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32554         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32555         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32556         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32557         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32558         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32559         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32560         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32561         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32562         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32563         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32564         (REG_NREGS):
32565         Remove.  All uses replaced by the old RE_* names.
32566         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32567         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32568         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32569         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32570         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32571         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32572         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32573         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32574         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32575         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32576         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32577         Don't bother having these macros be independent of each others'
32578         values, since they no longer exist in the POSIX name space.
32579
32580         Rename the following member names back to their old names,
32581         unless !__USE_GNU_REGEX.  All uses changed back.
32582         (buffer): Renamed from re_buffer.
32583         (allocated): Renamed from re_allocated.
32584         (used): Renamed from re_used.
32585         (syntax): Renamed from re_syntax.
32586         (fastmap): Renamed from re_fastmap.
32587         (translate): Renamed from re_translate.
32588         (can_be_null): Renamed from re_can_be_null.
32589         (regs_allocated): Renamed from re_regs_allocated.
32590         (fastmap_accurate): Renamed from re_fastmap_accurate.
32591         (no_sub): Renamed from re_no_sub.
32592         (not_bol): Renamed from re_not_bol.
32593         (not_eol): Renamed from re_not_eol.
32594         (newline_anchor): Renamed from re_newline_anchor.
32595         (num_regs): Renamed from rm_num_regs.
32596         (start): Renamed from rm_start.
32597         (end): Renamed from rm_end.
32598
32599         (free_state): Move up a bit.
32600
32601         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32602         #define to be empty.
32603         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32604         when that is what is intended.
32605         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32606         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32607         (MAX): New macro.
32608         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32609         All uses changed back to re_malloc, etc.  It's now the caller's
32610         responsibility to check for overflow; all callers changed.
32611         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32612         (re_x2nrealloc): Remove.
32613         (free_state): Remove decl.
32614
32615         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32616         (re_set_registers, re_exec):
32617         Use K&R-style defn.
32618
32619         2006-01-31  Roland McGrath  <roland@redhat.com>
32620
32621         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32622         Reported by Mike Frysinger <vapier@gentoo.org>.
32623
32624         2006-01-15  Andreas Jaeger  <aj@suse.de>
32625
32626         [BZ #1950]
32627         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32628         build_wcs_upper_buffer change.
32629         (build_wcs_upper_buffer): Change return type.
32630
32631         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32632
32633         * lib/regex_internal.h: Include <stdint.h> if available.
32634
32635         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32636
32637         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32638
32639         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32640
32641         * lib/regcomp.c: Adjust for changed secondary hash function.
32642
32643         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32644
32645         * lib/regex.h: Pretty printing.
32646         Clean up namespace a bit.
32647
32648         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32649
32650         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32651         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32652
32653         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32654                     Ulrich Drepper  <drepper@redhat.com>
32655
32656         [BZ #1302]
32657         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32658         changed.
32659         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32660
32661         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32662
32663         [BZ #281]
32664         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32665         * lib/regcomp.c: Remove unnecessary uses of
32666         unsigned RE_TRANSLATE_TYPE.
32667         * lib/regex_internal.h: Likewise.
32668         * lib/regex_internal.c: Likewise.
32669         * lib/regexec.c: Likewise.
32670         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32671
32672         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32673
32674         * lib/regexec.c (find_recover_state): Remove unnecessary
32675         initialization.
32676         (transit_state_bkref): Make DFA a const pointer.
32677         (get_subexp): Likewise.
32678         (check_arrival): Likewise.
32679         (update_cur_sifted_state): Likewise.
32680         (re_search_internal): Likewise.
32681         (prune_impossible_nodes): Likewise.
32682         (acquire_init_state_context): Likewise.
32683         (proceed_next_node): Likewise.
32684         (set_regs): Likewise.
32685         (free_fail_stack_return): Likewise.
32686         (check_arrival_expand_ecl): Mark DFA parameter as const.
32687         (check_arrival_expand_ecl_sub): Likewise.
32688         (check_subexp_limits): Likewise.
32689         (sub_epsilon_src_nodes):  Likewise.
32690         (add_epsilon_src_nodes):  Likewise.
32691         (merge_state_array): Likewise.
32692         (update_regs): Likewise.
32693         (build_trtable): Likewise.
32694         (sift_states_backward): Mark MCTX parameter as const.
32695         (build_sifted_states): Likewise.
32696         (update_cur_sifted_state): Likewise.
32697         (sift_states_mkref): Likewise.
32698         (check_arrival_expand_ecl): Mark eclosure as const.
32699         (check_dst_limits_calc_pos_1): Likewise.
32700         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32701         pointer.
32702
32703         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32704
32705         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32706         (transit_state_sb): Likewise.
32707         (transit_state_mb): Likewise.
32708         (sift_states_iter_mb): Likewise.
32709         (check_arrival_add_next_nodes): Likewise.
32710         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32711         [_LIBC] (re_search_2_stub): Use mempcpy.
32712
32713         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32714         mbrtowc for very simple UTF-8 case.
32715
32716         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32717         a pointer-to-const.
32718         (re_acquire_state_context): Likewise.
32719         * lib/regex_internal.h: Adjust prototypes.
32720
32721         * lib/regex.c: Prevent using C++ compilers.
32722
32723         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32724         (re_acquire_state_context): Likewise.
32725
32726 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32727
32728         * modules/regex (Depends-on): Add ssize_t.
32729
32730 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32731
32732         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32733         translation table.
32734
32735 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32736
32737         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32738
32739 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32740             Bruno Haible  <bruno@clisp.org>
32741
32742         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32743         <sys/types.h> and <inttypes.h>.
32744
32745 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32746
32747         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32748         `__error_t_defined', so argp.h will not typedef the former.
32749
32750 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32751
32752         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32753         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32754         glibc names.  Even if glibc is changed to conform to POSIX, the
32755         traditional names will be available anyway, since regex depends on
32756         the extensions module.  Also, fix a longstanding typo in the
32757         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32758         reported by Emanuele Giaquinta.  Also, change sense of cached
32759         variable, so that the message makes sense.
32760
32761 2006-03-24  Simon Josefsson  <jas@extundo.com>
32762
32763         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32764         including some doc fixes.
32765         (base64_encode_alloc): Fix +1 bug on allocation failures.
32766
32767 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32768
32769         * lib/base64.c (base64_encode): Do not read past end of array with
32770         unsanitized input on systems with CHAR_BIT > 8.
32771
32772 2006-03-24  Eric Blake  <ebb9@byu.net>
32773
32774         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32775
32776 2006-03-22  Karl Berry  <karl@gnu.org>
32777
32778         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32779         * config/srclistvars.sh (COREUTILS): new var.
32780
32781 2006-03-17  Jim Meyering  <jim@meyering.net>
32782
32783         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32784         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32785
32786 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32787
32788         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32789         no longer needs it.  Instead, check that regoff_t is as least
32790         as wide as ptrdiff_t.
32791
32792         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32793         so that our regex.h stays compatible with the installed regex.
32794         This is helpful for installers who configure --without-included-regex.
32795         Problem reported by Emanuele Giaquinta.
32796
32797 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32798
32799         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32800         Typedef to long int, not to off_, as POSIX will likely change
32801         in that direction.
32802
32803 2006-03-15  Eric Blake  <ebb9@byu.net>
32804
32805         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32806
32807 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32808
32809         * lib/argp-help.c (validate_uparams): Fix typo
32810         * lib/argp-parse.c (argp_default_options): Consistently begin help
32811         messages with a lowercase letter.
32812
32813 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32814
32815         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32816         overrun buffers and shouldn't be used (much as gets shouldn't be
32817         used).
32818         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32819
32820 2006-03-08  Simon Josefsson  <jas@extundo.com>
32821
32822         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32823         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32824
32825 2006-03-08  Simon Josefsson  <jas@extundo.com>
32826
32827         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32828         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32829
32830 2006-03-08  Simon Josefsson  <jas@extundo.com>
32831
32832         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32833         signal that configure disabled the device.
32834
32835 2006-03-08  Simon Josefsson  <jas@extundo.com>
32836
32837         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32838         languages.
32839
32840 2006-03-07  Simon Josefsson  <jas@extundo.com>
32841
32842         * modules/getopt (Depends-on): Add unistd.
32843
32844         * modules/unistd: New file.
32845
32846 2006-03-07  Simon Josefsson  <jas@extundo.com>
32847
32848         * modules/gc-random: New file.
32849
32850 2006-03-07  Simon Josefsson  <jas@extundo.com>
32851
32852         * m4/unistd_h.m4: New file.
32853
32854 2006-03-07  Simon Josefsson  <jas@extundo.com>
32855
32856         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32857         test to be side-effect free by storing the result in the cache
32858         variable gl_cv_lib_readline, and moving the assignment of
32859         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32860         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32861
32862 2006-03-07  Simon Josefsson  <jas@extundo.com>
32863
32864         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32865         error on missing devices (the functions will return an error).
32866
32867         * m4/gc.m4: Move random stuff to gc-random.m4
32868
32869 2006-03-07  Simon Josefsson  <jas@extundo.com>
32870
32871         * lib/unistd_.h: New file.
32872
32873 2006-03-07  Simon Josefsson  <jas@extundo.com>
32874
32875         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32876
32877 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32878
32879         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32880         Problem reported by Juan Manuel Guerrero.
32881
32882 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32883
32884         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32885         the unistd module.
32886         * lib/getlogin_r.c: Likewise.
32887         * lib/getlogin_r.h: Likewise.
32888         * lib/glob.c: Likewise.
32889         * lib/pagealign_alloc.c: Likewise.
32890         * lib/unistd_.h: Remove; no longer needed.
32891
32892 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32893
32894         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32895         Add unistd.
32896         * modules/c-stack (Depends-on): Add unistd.
32897         * modules/getlogin_r: Likewise.
32898         * modules/glob: Likewise.
32899         * modules/pagealign_alloc: Likewise.
32900         * modules/unistd (Files): Remove lib/unistd_.h.
32901         (EXTRA_DIST): Remove.
32902         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32903         need unistd_.h.
32904         (MOSTLYCLEANFILES): Remove unistd.h-t.
32905
32906 2006-03-03  Simon Josefsson  <jas@extundo.com>
32907
32908         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32909
32910 2006-03-03  Simon Josefsson  <jas@extundo.com>
32911
32912         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32913         libidn and bison.
32914
32915 2006-03-03  Simon Josefsson  <jas@extundo.com>
32916
32917         * build-aux/maint.mk: Add indent target.
32918
32919 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32920
32921         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32922         our replacement poll.h in any case, to avoid a differing
32923         declaration from a system header.  Seen on AIX.
32924
32925 2006-03-01  Simon Josefsson  <jas@extundo.com>
32926
32927         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32928         <kasal@ucw.cz>.
32929
32930 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32931
32932         * modules/gettime (Depends-on): Add extensions module.
32933         * modules/nanosleep (Depends-on): Likewise.
32934         * modules/settime (Depends-on): Likewise.
32935
32936 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32937
32938         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32939         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32940         pedantically.
32941         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32942         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32943
32944         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32945         not "==".  Reported by Ralf Wildenhues.
32946
32947 2006-03-01  Karl Berry  <karl@gnu.org>
32948
32949         * doc/Copyright/request-*: new files, synced from gnuorg.
32950
32951 2006-03-01  Karl Berry  <karl@gnu.org>
32952
32953         * config/srclist.txt (Copyright/*): new entries.
32954
32955 2006-02-28  Simon Josefsson  <jas@extundo.com>
32956
32957         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32958
32959 2006-02-27  Simon Josefsson  <jas@extundo.com>
32960
32961         * lib/base64.h: Indent #define's.  From Jim Meyering
32962         <jim@meyering.net>.
32963
32964 2006-02-27  Jim Meyering  <jim@meyering.net>
32965
32966         Revert the change of 2006-02-24, so these files can continue
32967         to be sync'd from gettext.
32968         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32969         of `config.h'.
32970
32971 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32972
32973         * modules/intprops: New file.
32974         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32975         Add intprops.
32976         * modules/getloadavg (Files): Remove lib/intprops.h.
32977         (Depends-on): Add intprops.
32978         * modules/human: Likewise.
32979         * modules/inttostr: Likewise.
32980         * modules/openat: Likewise.
32981         * modules/sig2str: Likewise.
32982         * modules/userspec: Likewise.
32983         * modules/utimecmp: Likewise.
32984         * modules/xnanosleep: Likewise.
32985         * modules/xstrtol: Likewise.
32986
32987 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32988
32989         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32990         * modules/lock-tests (TESTS): Use $(EXEEXT).
32991         * modules/tls-tests: Likewise.
32992         * modules/argp-tests: Likewise.
32993         (check_PROGRAMS): New var, replacing...
32994         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32995
32996 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32997
32998         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32999         `config.h'.
33000
33001 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
33002
33003         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
33004
33005 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33006
33007         Sync from coreutils.
33008         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
33009         gl_CHDIR_SAFER.
33010
33011 2006-02-22  Jim Meyering  <jim@meyering.net>
33012
33013         Sync from coreutils.
33014         * m4/chdir-safer.m4: New file.
33015
33016 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
33017
33018         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
33019         AT_FDCWD exceeds INT_MAX.
33020         * lib/openat.h (AT_FDCWD): Likewise.
33021
33022 2006-02-17  Eric Blake  <address@hidden>
33023
33024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
33025
33026 2006-02-16  Simon Josefsson  <jas@extundo.com>
33027
33028         * modules/getaddrinfo (Depends-on): Add sys_socket.
33029
33030 2006-02-15  Simon Josefsson  <jas@extundo.com>
33031
33032         * build-aux/maint.mk: Add dsyntax-check rule.
33033
33034 2006-02-15  Eric Blake  <ebb9@byu.net>
33035
33036         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
33037         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
33038         'present but cannot compile' warnings on cygwin.
33039         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
33040         use ws2tcpip.h if sys/socket.h works.
33041         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
33042         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
33043
33044 2006-02-14  Simon Josefsson  <jas@extundo.com>
33045
33046         * modules/maintainer-makefile (Files): Rename.
33047
33048         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
33049         and (the local) Makefile.cfg to maint-cfg.mk.
33050
33051         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
33052         to the latter.
33053
33054         * modules/maintainer-makefile: New module.
33055
33056         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
33057         severaly stripped to make it possible to build it up from scratch
33058         with reliable tests.
33059
33060         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
33061         fixes to permit overriding the default actions when configure and
33062         makefile are not available.
33063
33064 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
33065
33066         Sync from coreutils.
33067         * modules/lstat (Depends-on): Don't depend on xalloc.
33068         (License): Change from GPL to LGPL, since this is now simply a
33069         replacement for a libc function.
33070
33071 2006-02-14  Jim Meyering  <jim@meyering.net>
33072
33073         Sync from coreutils.
33074
33075         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
33076         failure on deficient systems, and simplify gnulib lgpl dependencies.
33077         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
33078         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
33079
33080         * lib/xalloc-die.c: Remove unused definition of N_.
33081
33082 2006-02-14  Jim Meyering  <jim@meyering.net>
33083
33084         Sync from coreutils.
33085         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
33086         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
33087         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
33088         double-quote uses of that variable, to accommodate the rare case in
33089         which getmntent is available in none of the libraries checked.  This
33090         happens at least on FreeBSD 5.0.
33091
33092 2006-02-13  Simon Josefsson  <jas@extundo.com>
33093
33094         * gnulib-tool (Usage): Fix --import, from
33095         karl@freefriends.org (Karl Berry).
33096
33097 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
33098
33099         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
33100
33101 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
33102
33103         * lib/argp-namefrob.h: Restore changes accidentally lost during the
33104         "autoupdate" on 2005-12-12.
33105
33106 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33107
33108         * modules/closeout (Depends-on): Remove atexit.
33109
33110 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
33113         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
33114
33115 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
33116
33117         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
33118         __EXTENSIONS__ if this causes compilation to fail.  Problem
33119         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
33120         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
33121
33122 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
33123
33124         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
33125         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
33126         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
33127         All uses changed.
33128
33129 2006-01-26  Simon Josefsson  <jas@extundo.com>
33130
33131         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
33132         prototype is visible on mingw32.
33133
33134         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
33135         for mingw32.
33136
33137         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
33138         mingw32).
33139
33140 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
33141
33142         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
33143         attempt to open for write; this always fails, at least on POSIX
33144         hosts.  This reinstates the 2006-01-09 change, which was
33145         inadvertently removed.
33146
33147 2006-01-26  Bruno Haible  <bruno@clisp.org>
33148
33149         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
33150         Reported by Paul Eggert.
33151
33152 2006-01-26  Bruno Haible  <bruno@clisp.org>
33153             Paul Eggert  <eggert@cs.ucla.edu>
33154
33155         * lib/stdbool_.h (_Bool)
33156         [(! (defined __cplusplus || defined __BEOS__)
33157           && !defined __GNUC__
33158           && !(defined __HP_cc || defined __xlc__
33159                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
33160                || defined __sgi))]:
33161         #define to signed char in these cases too; this simplifies
33162         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
33163         etc., separately) and makes it more conservative.
33164
33165 2006-01-25  Simon Josefsson  <jas@extundo.com>
33166
33167         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
33168         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
33169         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
33170
33171 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33172
33173         * lib/argp-namefrob.h: Bugfix. Remove stray #
33174
33175 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
33176
33177         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
33178         so that we test the test.
33179         Check for yet another HP-UX cc bug involving *bool |= bool.
33180
33181 2006-01-25  Karl Berry  <karl@gnu.org>
33182
33183         * config/srclist.txt (vasnprintf.c): sync lost.
33184
33185 2006-01-25  Jim Meyering  <jim@meyering.net>
33186
33187         Sync from the stable (b5) branch of coreutils:
33188
33189         * lib/fts.c (fts_children): Don't let close() clobber errno from
33190         failed fchdir().
33191
33192         * lib/fts.c (fts_stat): When following a symlink-to-directory,
33193         don't necessarily interpret stat-fails+lstat-succeeds as indicating
33194         a dangling symlink.  That can also happen at least for ELOOP.
33195         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
33196         FYI, this bug predates the inclusion of fts.c in coreutils.
33197
33198         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
33199         in their own block, so pre-c99 compilers don't object.
33200
33201         Avoid the double-free (first in fts_read, second in fts_close) that
33202         would occur when an `active' directory is made inaccessible (e.g.,
33203         via chmod a-x) during a traversal.
33204         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33205         before returning.  Reproduce this failure by
33206         mkdir -p a/b; cd a; chmod a-x . b
33207         Reported by Stavros Passas.
33208
33209 2006-01-25  Jim Meyering  <jim@meyering.net>
33210
33211         * lib/fileblocks.c: Remove more useless parentheses.
33212         * lib/readutmp.h: Likewise.
33213
33214 2006-01-25  Bruno Haible  <bruno@clisp.org>
33215
33216         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33217         warnings.
33218         Reported by Paul Eggert.
33219
33220 2006-01-25  Bruno Haible  <bruno@clisp.org>
33221
33222         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33223         rid of a trap command. For Solaris sh.
33224         Reported by Mark D. Baushke <mdb@gnu.org>.
33225
33226 2006-01-24  Simon Josefsson  <jas@extundo.com>
33227
33228         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33229         Bruno.
33230
33231 2006-01-24  Karl Berry  <karl@gnu.org>
33232
33233         * config/srclist.txt (argp-namefrob.h): sync lost.
33234
33235 2006-01-24  Jim Meyering  <jim@meyering.net>
33236
33237         * modules/openat (Files): Add lib/intprops.h.
33238         From Mark D. Baushke.
33239
33240 2006-01-24  Jim Meyering  <jim@meyering.net>
33241
33242         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33243         Reported by Mark D. Baushke.
33244
33245 2006-01-24  Jim Meyering  <jim@meyering.net>
33246
33247         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33248
33249 2006-01-24  Bruno Haible  <bruno@clisp.org>
33250
33251         * modules/strnlen (Maintainer): Change from glibc to all.
33252
33253 2006-01-24  Bruno Haible  <bruno@clisp.org>
33254
33255         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33256         Patch by Paul Eggert.
33257
33258 2006-01-24  Bruno Haible  <bruno@clisp.org>
33259
33260         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33261         already has it.
33262         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33263         2005-11-26.
33264
33265         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33266         'signed char' to avoid problems with the built-in _Bool type.
33267         Reported by Paul Eggert on 2005-11-26.
33268
33269 2006-01-24  Bruno Haible  <bruno@clisp.org>
33270
33271         * gnulib-tool (func_import): Avoid constructing complicated sed
33272         expressions inside backquote.
33273         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33274
33275 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33276
33277         These changes imported from libc.
33278         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33279         test and two separate function calls.
33280         * lib/strndup.c (__strndup): Add libc_hidden_def.
33281
33282 2006-01-23  Simon Josefsson  <jas@extundo.com>
33283
33284         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33285         Remove the test_*_SOURCES variable: automake infers it by default.
33286         * modules/tls-tests: Likewise.
33287
33288 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33289
33290         Work around porting bugs reported by Dieter in
33291         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33292         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33293         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33294         Include "getopt.h" first, to check interface.
33295         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33296         !HAVE_DECL_GETENV.
33297         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33298         (__strndup): Revert to K&R-style function dfns, the glibc style.
33299         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33300         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33301         Include strnlen.h first, to get prototype properly.
33302         (strnlen): Renamed from __strnlen.
33303         Remove weak alias.
33304
33305 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33306
33307         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33308
33309 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33310
33311         * config/srclist.txt: Adjust to reflect glibc reorganization.
33312         This affects only comments.
33313
33314 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33315
33316          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33317          Reported by Bruce Korb <bkorb@gnu.org>.
33318
33319 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33320
33321         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33322         to pacify gcc -Wswitch-default.
33323
33324 2006-01-22  Bruno Haible  <bruno@clisp.org>
33325
33326         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33327         temporary buffer for sprintf, take into account the precision also
33328         for 'd', 'i', 'u', 'o', 'x', 'X'.
33329
33330 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33331
33332         * modules/argp-tests: New module
33333         * tests/test-argp.c: New file
33334         * tests/test-argp-2.sh: New file
33335
33336 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33337
33338         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33339         (__argp_base_name): Removed
33340         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33341         typo.
33342         (__argp_base_name): Provide macro definition or extern declaration
33343         depending on the configuration
33344
33345 2006-01-20  Simon Josefsson  <jas@extundo.com>
33346
33347         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33348
33349 2006-01-20  Simon Josefsson  <jas@extundo.com>
33350
33351         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33352
33353 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33354
33355         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33356         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33357         Suggested by Bruno Haible.
33358
33359 2006-01-20  Karl Berry  <karl@gnu.org>
33360
33361         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33362         until changes propagate, I guess.
33363
33364 2006-01-19  Simon Josefsson  <jas@extundo.com>
33365
33366         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33367
33368 2006-01-19  Simon Josefsson  <jas@extundo.com>
33369
33370         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33371
33372 2006-01-19  Simon Josefsson  <jas@extundo.com>
33373
33374         * gnulib-tool: Set check_PROGRAMS.
33375
33376         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33377         modules/des-tests, modules/gc-arcfour-tests,
33378         modules/gc-arctwo-tests, modules/gc-des-tests,
33379         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33380         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33381         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33382         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33383         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33384         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33385         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33386         test_*_SOURCES.
33387
33388 2006-01-18  Simon Josefsson  <jas@extundo.com>
33389
33390         * modules/socklen (Depends-on): Depend on sys_socket.
33391
33392 2006-01-18  Simon Josefsson  <jas@extundo.com>
33393
33394         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33395         modules/des-tests, modules/gc-arcfour-tests,
33396         modules/gc-arctwo-tests, modules/gc-des-tests,
33397         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33398         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33399         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33400         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33401         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33402         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33403         $(EXEEXT) to automake TESTS variable, for mingw32.
33404
33405 2006-01-17  Simon Josefsson  <jas@extundo.com>
33406
33407         * modules/socklen (Include): Need sys/socket.h.
33408
33409 2006-01-17  Bruno Haible  <bruno@clisp.org>
33410
33411         * modules/ssize_t (Include): Add <sys/types.h>.
33412
33413 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33414
33415         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33416         it's not portable and it doesn't work with cross-compiles.
33417         Problem reported by Bruno Haible.  Fix missing-$ typo in
33418         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33419         -zignore from being used with Sun's C compiler.
33420
33421 2006-01-12  Simon Josefsson  <jas@extundo.com>
33422
33423         * lib/base64.c: Fix warning, reported by Bruno Haible
33424         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33425
33426 2006-01-12  Bruno Haible  <bruno@clisp.org>
33427
33428         * modules/ldd: New file.
33429         * build-aux/ldd.sh.in: New file.
33430         * MODULES.html.sh (Support for building libraries and executables): Add
33431         ldd.
33432
33433 2006-01-12  Bruno Haible  <bruno@clisp.org>
33434
33435         * m4/ldd.m4: New file.
33436
33437 2006-01-12  Bruno Haible  <bruno@clisp.org>
33438
33439         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33440         endless loop while replacing $auxdir with build-aux.
33441
33442 2006-01-11  Simon Josefsson  <jas@extundo.com>
33443
33444         * lib/stdint_.h (SIZE_MAX): Add missing (.
33445
33446 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33447
33448         Sync from coreutils.
33449         * lib/md5.c: Fix commentary typos.
33450         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33451         * lib/md5.h (__attribute__): Remove; unused.
33452         * lib/sha1.c: Fix commentary to match md5 better.
33453         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33454         so that we don't need to worry about alignment.  All uses changed.
33455         This merges the 2005-10-28 md5 change into sha1.
33456
33457 2006-01-11  Jim Meyering  <jim@meyering.net>
33458
33459         Sync from coreutils.
33460         * lib/md5.c (OP): Fix spacing.
33461
33462 2006-01-11  Bruno Haible  <bruno@clisp.org>
33463
33464         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33465         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33466         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33467
33468 2006-01-11  Bruno Haible  <bruno@clisp.org>
33469
33470         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33471         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33472         the "early" section as well.
33473
33474 2006-01-11  Bruno Haible  <bruno@clisp.org>
33475
33476         Avoid "ar: no archive members specified" error on MacOS X.
33477         * gnulib-tool (func_modules_add_dummy): New function.
33478         (func_import, func_create_testdir): Invoke it.
33479
33480 2006-01-11  Bruno Haible  <bruno@clisp.org>
33481
33482         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33483         with $auxdir in AC_CONFIG_FILES statements.
33484
33485 2006-01-11  Bruno Haible  <bruno@clisp.org>
33486
33487         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33488         Initialize also noinst_HEADERS to empty.
33489
33490 2006-01-11  Bruno Haible  <bruno@clisp.org>
33491
33492         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33493         variables.
33494         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33495         autoreconf.
33496
33497 2006-01-11  Bruno Haible  <bruno@clisp.org>
33498
33499         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33500         overridable by the user.
33501         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33502
33503 2006-01-10  Simon Josefsson  <jas@extundo.com>
33504
33505         * modules/sys_socket: New file.
33506
33507 2006-01-10  Simon Josefsson  <jas@extundo.com>
33508
33509         * m4/sys_socket_h.m4: New file.
33510
33511 2006-01-10  Simon Josefsson  <jas@extundo.com>
33512
33513         * lib/socket_.h: New file.
33514
33515 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33516
33517         * modules/readutmp (Maintainer): Add myself.
33518
33519 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33520
33521         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33522         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33523         People who are still concerned with buggy memcmp implementations
33524         can invoke gl_FUNC_MEMCMP themselves.
33525
33526 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33527
33528         * lib/regex_internal.h (BITSET_WORD_BITS):
33529         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33530         preprocessor mishandles large unsigned values as if they were signed.
33531         Problem reported by Claudio Fontana in
33532         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33533
33534 2006-01-10  Jim Meyering  <jim@meyering.net>
33535
33536         Avoid the double-free (first in fts_read, second in fts_close) that
33537         would occur when an `active' directory is made inaccessible (e.g.,
33538         via chmod a-x) during a traversal.
33539         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33540         before returning.  Reproduce this failure by
33541         mkdir -p a/b; cd a; chmod a-x . b
33542         Reported by Stavros Passas.
33543
33544         Sync from coreutils.
33545         * lib/sha1.c: Tweak grammar in a comment.
33546
33547 2006-01-10  Jim Meyering  <jim@meyering.net>
33548
33549         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33550         Patch by Joerg Sonnenberger.
33551
33552 2006-01-10  Bruno Haible  <bruno@clisp.org>
33553
33554         * modules/readutmp: Depend on module free.
33555         * modules/strtok_r: Depend on module restrict.
33556
33557 2006-01-10  Bruno Haible  <bruno@clisp.org>
33558
33559         * modules/gettext (configure.ac): Add an invocation of
33560         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33561
33562 2006-01-10  Bruno Haible  <bruno@clisp.org>
33563
33564         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33565         Reported by Werner Lemberg <wl@gnu.org>.
33566
33567 2006-01-10  Bruno Haible  <bruno@clisp.org>
33568
33569         * lib/localcharset.c: Update from GNU gettext.
33570
33571 2006-01-10  Bruno Haible  <bruno@clisp.org>
33572
33573         * lib/argp.h (__const): Remove macro. Use const instead.
33574         * lib/argp-fmtstream.h (__const): Likewise.
33575         * lib/glob_.h (__const): Remove macro.
33576         * lib/glob-libc.h: Use const instead of __const.
33577
33578 2006-01-10  Bruno Haible  <bruno@clisp.org>
33579
33580         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33581         variable.
33582         Needed to avoid an automake error regarding the 'gettext' module.
33583
33584 2006-01-09  Simon Josefsson  <jas@extundo.com>
33585
33586         * modules/inet_ntop (Depends-on): Add restrict.
33587
33588 2006-01-09  Simon Josefsson  <jas@extundo.com>
33589
33590         * modules/gc-rijndael-tests (License): Put under LGPL.
33591
33592         * modules/gc-des-tests (License): Likewise.
33593
33594         * modules/gc-arcfour-tests (License): Likewise.
33595
33596         * modules/gc-arctwo-tests (License): Likewise.
33597
33598         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33599
33600         * modules/gc-hmac-sha1-tests (Files): Likewise.
33601
33602         * modules/gc-hmac-md5-tests (License): Likewise.
33603
33604         * modules/gc-sha1-tests (License): Likewise.
33605
33606         * modules/gc-md5-tests (License): Likewise.
33607
33608         * modules/gc-md4-tests (License): Likewise.
33609
33610         * modules/gc-md2-tests (License): Likewise.
33611
33612         * modules/gc-tests (License): Likewise.
33613
33614         * modules/des-tests (License): Likewise.
33615
33616         * modules/md4-tests (License): Likewise.
33617
33618         * modules/md2-tests (License): Likewise.
33619
33620 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33621
33622         Sync from coreutils:
33623
33624         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33625         * modules/lib-ignore: New file.
33626         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33627         chdir-safer.m4, lchmod.m4.
33628         * modules/openat: Add mkdirat.c, openat-priv.h.
33629
33630 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33631
33632         Sync from coreutils.
33633         * m4/lib-ignore.m4: New file.
33634         * m4/lchmod.m4: New file.
33635
33636 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33637
33638         Sync from coreutils.
33639         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33640         for write access: POSIX says that must fail.
33641         * lib/fts.c (diropen): Likewise.
33642         * lib/save-cwd.c (save_cwd): Likewise.
33643         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33644         well, for minor improvements on hosts that lack O_DIRECTORY.
33645         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33646         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33647         Fall back on chown if open failed with EACCES.
33648
33649         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33650         Report an error at compile-time if only a 1-second nominal clock
33651         resolution is found.
33652
33653         * lib/lchmod.h: New file.
33654         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33655         (make_dir_parents): Use lchown rather than chown, and
33656         lchmod rather than chmod.
33657
33658         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33659         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33660         "proc" reported by n0dalus.
33661
33662         * lib/mountlist.c: Include <limits.h>.
33663         (dev_from_mount_options)
33664         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33665         New function.  It no longer assumes "dev=" has the System V meaning
33666         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33667         (read_file_system_list)
33668         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33669         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33670         dev= in that case.
33671
33672         * lib/posixtm.h (PDS_PRE_2000): New macro.
33673         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33674         allow_century.  All usages changed.  Reject dates outside the range
33675         1969-1999 if PDS_PRE_2000 is used.
33676
33677 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33678
33679         Sync from coreutils.
33680         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33681         (Time of day items): Mention the possibility of leap seconds.
33682         Problem reported by Dr. David Alan Gilbert.
33683
33684 2006-01-09  Jim Meyering  <jim@meyering.net>
33685
33686         Sync from coreutils.
33687
33688         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33689
33690         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33691
33692         * lib/modechange.c (mode_compile): Reject an invalid mode string
33693         that starts with an octal digit.  From Andreas Gruenbacher.
33694
33695         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33696         and dup to open_safer and dup_safer, respectively.
33697         (openat_permissive): Fix typo in comment.
33698
33699         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33700         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33701         (_): Remove; no longer needed.
33702         (openat): Renamed from rpl_openat; no need for rpl_openat
33703         since openat.h renames openat for us.
33704         Replace most of the body with a call to openat_permissive,
33705         to avoid duplicate code.
33706         Port to (probably hypothetical) environments were mode_t is
33707         wider than int.
33708         (openat_permissive): Require mode arg, so that we can check
33709         types better.  Put it just after flags.  Change cwd failure
33710         indicator from pointer-to-bool to pointer-to-errno-value.
33711         All callers changed.
33712         Invoke openat_save_fail and/or openat_restore_fail if
33713         cwd_errno is null, so that openat can call us.
33714         (openat_permissive, fdopendir, fstatat, unlinkat):
33715         Simplify errno handling to avoid some duplicate code,
33716         as it's OK to set errno on success.
33717         * lib/openat.h: Revamp code so that function macros depend on
33718         __OPENAT_PREFIX only, not also on AT_FDCWD.
33719         (openat_ro): Remove.  Caller changed to use openat_permissive.
33720         (openat_permissive): Now a macro, if not a function.
33721         (openat_restore_fail, openat_save_fail): Now always functions,
33722         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33723
33724         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33725         and openat.c.
33726         * lib/mkdirat.c: Include openat-priv.h.
33727         Remove definitions of macros defined therein.
33728         * lib/openat.c: Likewise.
33729
33730         * lib/mkdirat.c (mkdirat): New file and function.
33731         * lib/openat.h (mkdirat): Declare.
33732
33733         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33734
33735         * lib/openat.h (openat_permissive): Declare.
33736         (openat_ro): Define.
33737
33738         * lib/openat.c (EXPECTED_ERRNO): New macro.
33739         (openat_permissive): New function -- used in remove.c rewrite.
33740         (all functions): Set errno just before returning, only if there
33741         was an actual failure.
33742         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33743
33744         Emulate openat-family functions using Linux's procfs, if possible.
33745         Idea and some code based on Ulrich Drepper's glibc changes.
33746
33747         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33748         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33749         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33750         before falling back on save_cwd and restore_cwd.
33751         (fdopendir, fstatat, unlinkat): Likewise.
33752
33753         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33754         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33755
33756         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33757         as second argument to va_arg.  Otherwise, some versions of gcc
33758         warn that `if this code is reached, the program will abort'.
33759
33760 2006-01-09  Jim Meyering  <jim@meyering.net>
33761
33762         Sync from coreutils.
33763         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33764         Require openat-priv.h.
33765
33766 2006-01-09  Bruno Haible  <bruno@clisp.org>
33767
33768         * modules/strnlen (Include): Use strnlen.h.
33769
33770 2006-01-09  Bruno Haible  <bruno@clisp.org>
33771
33772         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33773
33774 2006-01-09  Bruno Haible  <bruno@clisp.org>
33775
33776         * lib/sysexit_.h (EX_OK): New macro.
33777         Suggested by Martin Lambers <marlam@marlam.de>.
33778
33779 2006-01-09  Bruno Haible  <bruno@clisp.org>
33780
33781         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33782         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33783
33784 2006-01-09  Bruno Haible  <bruno@clisp.org>
33785
33786         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33787         numbers.
33788
33789 2006-01-09  Bruno Haible  <bruno@clisp.org>
33790
33791         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33792         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33793         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33794         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33795
33796 2006-01-09  Bruno Haible  <bruno@clisp.org>
33797
33798         * build-aux/javacomp.sh.in: New file, moved from lib/.
33799         * modules/javacomp-script (Files): Update.
33800         (configure.ac): Add AC_CONFIG_FILES invocation.
33801         (EXTRA_DIST): Remove variable.
33802
33803         * build-aux/javaexec.sh.in: New file, moved from lib/.
33804         * modules/javaexec (Files): Update.
33805         (configure.ac): Add AC_CONFIG_FILES invocation.
33806         (EXTRA_DIST): Remove javaexec.sh.in.
33807
33808         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33809         * modules/csharpcomp-script (Files): Update.
33810         (configure.ac): Add AC_CONFIG_FILES invocation.
33811         (EXTRA_DIST): Remove variable.
33812
33813         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33814         * modules/csharpexec (Files): Update.
33815         (configure.ac): Add AC_CONFIG_FILES invocation.
33816         (EXTRA_DIST): Remove csharpexec.sh.in.
33817
33818 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33819
33820         Sync from coreutils.
33821
33822         Add POSIX ACL support
33823         * lib/acl.h (copy_acl, set_acl): Add declarations.
33824         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33825         systems other than Linux.
33826         (chmod_or_fchmod): New function: use fchmod when possible,
33827         and chmod otherwise.
33828         (file_has_acl): Add a POSIX ACL implementation, with a
33829         Linux-specific subcase.
33830         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33831         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33832         acls are unsupported.
33833         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33834         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33835         are unsupported.
33836
33837 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33838
33839         Sync from coreutils.
33840         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33841
33842 2006-01-07  Bruno Haible  <bruno@clisp.org>
33843
33844         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33845         gl_EARLY.
33846
33847 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33848
33849         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33850         Problem reported for Mingw by Mark Junker.
33851
33852 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33853
33854         * README: Gnulib normally doesn't generate a tarball.
33855
33856 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33857
33858         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33859         long int, not int, for nanosecond counts, so that people who are
33860         used to POSIX struct timespec won't be surprised.  Reported by Jim
33861         Meyering.
33862
33863 2005-12-28  Bruno Haible  <bruno@clisp.org>
33864
33865         * build-aux/config.rpath: Update from GNU gettext.
33866
33867 2005-12-16  Jim Meyering  <jim@meyering.net>
33868
33869         * modules/fprintftime: New module.
33870         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33871
33872 2005-12-16  Jim Meyering  <jim@meyering.net>
33873
33874         * m4/fprintftime.m4: New file.
33875
33876 2005-12-16  Jim Meyering  <jim@meyering.net>
33877
33878         * lib/fprintftime.c, lib/fprintftime.h: New files.
33879
33880 2005-12-15  Simon Josefsson  <jas@extundo.com>
33881
33882         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33883         new m4/socklen.m4.
33884
33885 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33886
33887         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33888         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33889
33890 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33891
33892         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33893         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33894         struct uparams is valid. Fall back to the default values if it is
33895         not.
33896
33897 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33898
33899         * modules/argp (Files): Add argp-pin.c
33900         (Depends-on): dirname
33901         (lib_SOURCES): Add argp-pin.c
33902
33903 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33904
33905         * m4/argp.m4:  Check if program_invocation_name and
33906         program_invocation_short_name are declared and define appropriate
33907         macros if they are not.
33908
33909 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33910
33911         * lib/argp-help.c (__argp_base_name): New function
33912         (__argp_short_program_name): Rewrite using __argp_base_name
33913         * lib/argp-namefrob.h: Define program_invocation_name and
33914         program_invocation_short_name if requested
33915         (__argp_base_name): Add prototype
33916         * lib/argp-parse.c (argp_def): Use gettext wrappers
33917         (argp_default_parser): Use __argp_base_name
33918         * lib/argp-pin.c: New file. Defines program_invocation_name and
33919         program_invocation_short_name on systems that lack them.
33920
33921 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33922
33923         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33924         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33925         porting problem reported by Georg Schwarz in
33926         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33927
33928 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33929
33930         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33931         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33932         porting problem reported by Georg Schwarz in
33933         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33934
33935 2005-12-05  Bruno Haible  <bruno@clisp.org>
33936
33937         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33938         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33939         Reported by Mark Junker <mjscod@gmx.de>.
33940
33941 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33942
33943         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33944         Use implementation from Albert Chin, with some
33945         comments/corrections by Stepan Kasal and myself.
33946
33947 2005-12-02  Bruno Haible  <bruno@clisp.org>
33948
33949         * gnulib-tool (func_import): Accept GPLed build tool modules when
33950         --lgpl is given.
33951         * modules/csharpcomp-script: New file.
33952         * modules/csharpcomp: Depend on it.
33953         * modules/javacomp-script: New file.
33954         * modules/javacomp: Depend on it.
33955         Suggested by Simon Josefsson.
33956
33957 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33958
33959         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33960         statement, to work around an HP-UX 10.20 compiler bug reported by
33961         Peter O'Gorman.
33962
33963 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33964
33965         * modules/savedir (Depends-on): Add openat.
33966
33967 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33968
33969         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33970         (uintmax_t) [defined uintmax_t]: Do not declare.
33971         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33972         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33973         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33974         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33975         sake of portability to weird hosts that C allows (though we don't
33976         know of any practical examples).
33977
33978         * lib/savedir.h (fdsavedir): New decl.
33979         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33980         contains most of the former guts of savedir.
33981         (savedir): Use savedirstream.
33982         Include "openat.h".
33983
33984 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33985
33986         * modules/obstack (Files): Add m4/ulonglong.m4.
33987         Problem reported by Davide Angelocola.
33988
33989 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33990
33991         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33992         coreutils no longer futzes with rounding modes.
33993
33994 2005-11-14  Jim Meyering  <jim@meyering.net>
33995
33996         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33997         replacement of mkstemp.
33998
33999 2005-11-10  Simon Josefsson  <jas@extundo.com>
34000
34001         * lib/readline.c: Remove EOL.
34002
34003 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34004
34005         * modules/gethrxtime (Depends-on): Add gettime.
34006
34007 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34008
34009         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
34010         or gettimeofday; no longer needed.
34011
34012 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34013
34014         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
34015         time business.
34016         (gethrxtime) [! (HAVE_NANOUPTIME
34017         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
34018         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
34019         our own approximation.
34020
34021 2005-11-08  Eric Blake  <ebb9@byu.net>
34022
34023         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
34024
34025 2005-11-08  Eric Blake  <ebb9@byu.net>
34026
34027         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
34028
34029 2005-11-04  Bruno Haible  <bruno@clisp.org>
34030
34031         * gnulib-tool: Implement --update mode.
34032
34033 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34034
34035         Fix porting problem reported by Theodoros V. Kalamatianos.
34036         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
34037         Don't assume that futimes failing means we must fail.
34038
34039 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34040
34041         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
34042         variables to suggest the intended function of the PATH_MAX check.
34043
34044 2005-10-30  Kean Johnston  <jkj@sco.com>
34045
34046         Trivial changes to support SCO systems.
34047         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
34048         as PATH_MAX.
34049         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
34050         where __ptr is null when no I/O is pending.
34051
34052 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34053
34054         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
34055         leave errno alone.  Problem reported by Dmitry V. Levin.
34056
34057 2005-10-28  Simon Josefsson  <jas@extundo.com>
34058
34059         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
34060         Test more.
34061
34062         * tests/test-gc-md2.c, tests/test-md2.c: New files.
34063
34064         * modules/md2, modules/md2-tests: New files.
34065
34066 2005-10-28  Simon Josefsson  <jas@extundo.com>
34067
34068         * m4/inet_ntop.m4: More tests.
34069
34070         * m4/gc-md2.m4, md2.m4: New file.
34071
34072 2005-10-28  Simon Josefsson  <jas@extundo.com>
34073
34074         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
34075         "restrict" keywords, as per POSIX.  Protect the function
34076         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
34077         Don't use K&R prototypes.  Check the sprintf return values.
34078         Re-define EAFNOSUPPORT if not present.  Indent.
34079
34080         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
34081         suggested by Bruno Haible <bruno@clisp.org>.
34082
34083         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
34084
34085         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
34086
34087         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
34088         libgcrypt).
34089
34090         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
34091
34092         * lib/md2.h, lib/md2.c: New files.
34093
34094 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
34095
34096         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
34097         errno alone.  Problem reported by Frederic Jolliton.
34098
34099 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
34100
34101         * modules/verify (License): Change from GPL to LGPL.  This is a
34102         tiny module and there are apparently near-equivalents that are
34103         under the BSD license.
34104
34105 2005-10-24  Simon Josefsson  <jas@extundo.com>
34106
34107         * modules/sha1: Relicense to LGPL.
34108
34109 2005-10-24  Simon Josefsson  <jas@extundo.com>
34110
34111         * lib/md4.h: Shrink buffer size, now that we changed the type.
34112
34113 2005-10-23  Simon Josefsson  <jas@extundo.com>
34114
34115         * gnulib-tool (func_import): Fix --tests-base.
34116
34117 2005-10-22  Simon Josefsson  <jas@extundo.com>
34118
34119         * modules/arcfour (Depends-on): Need stdint.
34120
34121 2005-10-22  Simon Josefsson  <jas@extundo.com>
34122
34123         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
34124         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
34125
34126 2005-10-22  Simon Josefsson  <jas@extundo.com>
34127
34128         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
34129         suggested by Bruno Haible <bruno@clisp.org>.
34130
34131 2005-10-22  Simon Josefsson  <jas@extundo.com>
34132
34133         * lib/crc.h: Include stddef.h, for size_t.
34134
34135 2005-10-22  Simon Josefsson  <jas@extundo.com>
34136
34137         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
34138         arcfour_context struct (simplify test vector testing in GNU
34139         Shishi).
34140
34141 2005-10-21  Simon Josefsson  <jas@extundo.com>
34142
34143         * modules/des, modules/des-tests: New files.
34144
34145         * modules/gc-des, modules/gc-des-tests: New files.
34146
34147         * tests/test-des.c, tests/test-gc-des.c: New file.
34148
34149 2005-10-21  Simon Josefsson  <jas@extundo.com>
34150
34151         * modules/arctwo, modules/arctwo-tests: New files.
34152
34153         * tests/test-arctwo.c: New file.
34154
34155         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
34156
34157         * tests/test-gc-arctwo.c: New file.
34158
34159 2005-10-21  Simon Josefsson  <jas@extundo.com>
34160
34161         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
34162         Bruno Haible <bruno@clisp.org>.
34163
34164         * m4/gc-des.m4: New file.
34165
34166 2005-10-21  Simon Josefsson  <jas@extundo.com>
34167
34168         * m4/arctwo.m4: New file.
34169
34170         * m4/gc-arctwo.m4: New file.
34171
34172 2005-10-21  Simon Josefsson  <jas@extundo.com>
34173
34174         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
34175         block.
34176
34177 2005-10-21  Simon Josefsson  <jas@extundo.com>
34178
34179         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
34180         <bruno@clisp.org>.
34181
34182         * lib/hmac-sha1.c (hmac_sha1): Likewise.
34183
34184         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
34185         Bruno Haible <bruno@clisp.org>.
34186
34187         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
34188         <bruno@clisp.org>.
34189
34190 2005-10-21  Simon Josefsson  <jas@extundo.com>
34191
34192         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
34193
34194 2005-10-21  Simon Josefsson  <jas@extundo.com>
34195
34196         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
34197
34198 2005-10-21  Simon Josefsson  <jas@extundo.com>
34199
34200         * lib/des.h, lib/des.c: New files.
34201
34202         * lib/gc-gnulib.c: Support DES.c
34203
34204 2005-10-21  Simon Josefsson  <jas@extundo.com>
34205
34206         * lib/arctwo.h, lib/arctwo.c: New files.
34207
34208         * lib/gc-gnulib.c: Support ARCTWO.
34209
34210 2005-10-21  Simon Josefsson  <jas@extundo.com>
34211
34212         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34213         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34214
34215 2005-10-21  Simon Josefsson  <jas@extundo.com>
34216
34217         * gnulib-tool (func_import, func_create_testdir): Define automake
34218         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34219         Makefile.am snippet),
34220         suggested by Bruno Haible <bruno@clisp.org>.
34221
34222         * modules/gc (Makefile.am): Use it.
34223
34224 2005-10-21  Bruno Haible  <bruno@clisp.org>
34225
34226         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34227         patch.
34228
34229 2005-10-19  Simon Josefsson  <jas@extundo.com>
34230
34231         * tests/test-gc-rijndael.c: New file.
34232
34233         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34234
34235 2005-10-19  Simon Josefsson  <jas@extundo.com>
34236
34237         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34238         interface too.
34239
34240 2005-10-19  Simon Josefsson  <jas@extundo.com>
34241
34242         * tests/test-gc-arcfour.c: New file.
34243
34244         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34245
34246 2005-10-19  Simon Josefsson  <jas@extundo.com>
34247
34248         * modules/gc-md4, modules/gc-md4-tests: New file.
34249
34250         * tests/test-gc-md4.c: New file.
34251
34252 2005-10-19  Simon Josefsson  <jas@extundo.com>
34253
34254         * m4/gc-md4.m4: New file.
34255
34256 2005-10-19  Simon Josefsson  <jas@extundo.com>
34257
34258         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34259         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34260         <kasal@ucw.cz>.
34261
34262 2005-10-19  Simon Josefsson  <jas@extundo.com>
34263
34264         * m4/gc-arcfour.m4: New file.
34265
34266         * m4/gc-rijndael.m4: New file.
34267
34268 2005-10-19  Simon Josefsson  <jas@extundo.com>
34269
34270         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34271
34272 2005-10-19  Simon Josefsson  <jas@extundo.com>
34273
34274         * lib/gc-gnulib.c: Support ARCFOUR.
34275
34276 2005-10-19  Simon Josefsson  <jas@extundo.com>
34277
34278         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34279         support.
34280
34281         * lib/gc.h: Add ECB enum type.
34282
34283         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34284
34285 2005-10-18  Simon Josefsson  <jas@extundo.com>
34286
34287         * tests/test-md5.c: New file.
34288
34289         * modules/md5-tests: New file.
34290
34291 2005-10-18  Simon Josefsson  <jas@extundo.com>
34292
34293         * tests/test-md4.c: New file.
34294
34295         * modules/md4, modules/md4-tests: New files.
34296
34297 2005-10-18  Simon Josefsson  <jas@extundo.com>
34298
34299         * m4/md4.m4: New file.
34300
34301 2005-10-18  Simon Josefsson  <jas@extundo.com>
34302
34303         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34304
34305 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34306
34307         * gnulib-tool (func_create_testdir): Omit the second check whether
34308         BUILT_SOURCES in nonempty.
34309
34310 2005-10-17  Simon Josefsson  <jas@extundo.com>
34311
34312         * tests/test-rijndael.c: New file.
34313
34314 2005-10-17  Simon Josefsson  <jas@extundo.com>
34315
34316         * modules/sha1: Depend on stdint instead of md5.
34317
34318         * modules/md5: Depend on stdint, remove uint32_t.
34319
34320 2005-10-17  Simon Josefsson  <jas@extundo.com>
34321
34322         * modules/gc-sha1-tests: New file.
34323
34324         * tests/test-gc-sha1.c: New file.
34325
34326 2005-10-17  Simon Josefsson  <jas@extundo.com>
34327
34328         * m4/md5.m4: Remove call to uint32_t.m4.
34329
34330 2005-10-17  Simon Josefsson  <jas@extundo.com>
34331
34332         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34333
34334         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34335         md5.h.
34336
34337         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34338
34339         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34340
34341 2005-10-17  Simon Josefsson  <jas@extundo.com>
34342
34343         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34344
34345 2005-10-17  Simon Josefsson  <jas@extundo.com>
34346
34347         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34348
34349 2005-10-17  Simon Josefsson  <jas@extundo.com>
34350
34351         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34352
34353         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34354
34355 2005-10-17  Bruno Haible  <bruno@clisp.org>
34356
34357         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34358         that it can also be used in a test.
34359
34360 2005-10-16  Bruno Haible  <bruno@clisp.org>
34361
34362         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34363         TESTS_ENVIRONMENT, so that individual tests can augment it.
34364
34365         * gnulib-tool (func_create_testdir): Use an intermediate target for
34366         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34367         macros, like $(ALLOCA_H), which cannot be passed through the command
34368         line.
34369
34370 2005-10-15  Simon Josefsson  <jas@extundo.com>
34371
34372         * modules/rijndael-tests: New file.
34373
34374         * modules/rijndael: New file.
34375
34376 2005-10-15  Simon Josefsson  <jas@extundo.com>
34377
34378         * m4/rijndael.m4: New file.
34379
34380 2005-10-15  Simon Josefsson  <jas@extundo.com>
34381
34382         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34383
34384         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34385
34386 2005-10-14  Simon Josefsson  <jas@extundo.com>
34387
34388         * tests/test-arcfour.c: New file.
34389
34390         * modules/arcfour, modules/arcfour-tests: New files.
34391
34392 2005-10-14  Simon Josefsson  <jas@extundo.com>
34393
34394         * m4/arcfour.m4: New file.
34395
34396 2005-10-14  Simon Josefsson  <jas@extundo.com>
34397
34398         * lib/arcfour.h, lib/arcfour.c: New files.
34399
34400 2005-10-14  Roland McGrath  <roland@redhat.com>
34401
34402         Import from libc.  [BZ #1331]
34403         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34404         macro argument.
34405         Reported by Matej Vela <vela@debian.org>.
34406
34407 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34408
34409         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34410         include <wchar.h>; no longer needed.
34411
34412 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34413
34414         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34415
34416 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34417         and  Ulrich Drepper  <drepper@redhat.com>
34418
34419         Import from libc.
34420         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34421         instead of inline stream orientation test and two separate
34422         function calls.  Pay no attention to USE_IN_LIBIO.
34423
34424 2005-10-13  Simon Josefsson  <jas@extundo.com>
34425
34426         * modules/gc-hmac-md5-tests: New file.
34427
34428         * tests/test-gc-hmac-sha1.c: New file.
34429
34430         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34431
34432         * modules/gc-hmac-md5-tests: New file.
34433
34434         * tests/test-gc-md5.c: New file.
34435
34436         * modules/gc-md5-tests: New file.
34437
34438 2005-10-13  Simon Josefsson  <jas@extundo.com>
34439
34440         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34441         Move memory allocation outside of loop.
34442
34443 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34444
34445         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34446         intermediate directory is in a read-only file system.  Problem
34447         reported by Eric Blake.
34448
34449 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34450
34451         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34452
34453 2005-10-12  Simon Josefsson  <jas@extundo.com>
34454
34455         * tests/test-hmac-sha1.c: New file.
34456
34457         * modules/hmac-sha1-tests: New file.
34458
34459         * modules/hmac-sha1: New file.
34460
34461 2005-10-12  Simon Josefsson  <jas@extundo.com>
34462
34463         * modules/gc-sha1: New file.
34464
34465 2005-10-12  Simon Josefsson  <jas@extundo.com>
34466
34467         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34468
34469         * tests/test-gc-pbkdf2-sha1.c: New file.
34470
34471 2005-10-12  Simon Josefsson  <jas@extundo.com>
34472
34473         * modules/gc-md5, modules/gc-hmac-md5: New files.
34474
34475         * modules/gc (Files): Remove md5, memxor and hmac files.
34476
34477 2005-10-12  Simon Josefsson  <jas@extundo.com>
34478
34479         * m4/gc-pbkdf2-sha1.m4: New file.
34480
34481         * m4/gc-hmac-sha1.m4: New file.
34482
34483         * m4/gc-sha1: New file.
34484
34485         * m4/hmac-sha1.m4: New file.
34486
34487 2005-10-12  Simon Josefsson  <jas@extundo.com>
34488
34489         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34490
34491         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34492
34493 2005-10-12  Simon Josefsson  <jas@extundo.com>
34494
34495         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34496         suggested by Bruno Haible <bruno@clisp.org>.
34497
34498 2005-10-12  Simon Josefsson  <jas@extundo.com>
34499
34500         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34501
34502 2005-10-12  Simon Josefsson  <jas@extundo.com>
34503
34504         * lib/gc-pbkdf2-sha1.c: New file.
34505
34506         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34507
34508 2005-10-12  Simon Josefsson  <jas@extundo.com>
34509
34510         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34511
34512         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34513
34514 2005-10-12  Simon Josefsson  <jas@extundo.com>
34515
34516         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34517         GC_USE_HMAC_MD5, respectively.
34518
34519         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34520         (gc_md5): Fix typo.
34521
34522         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34523
34524         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34525
34526         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34527
34528 2005-10-12  Bruno Haible  <bruno@clisp.org>
34529
34530         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34531         Reported by Stepan Kasal <kasal@ucw.cz>.
34532
34533 2005-10-11  Simon Josefsson  <jas@extundo.com>
34534
34535         * tests/test-crc.c: New file.
34536
34537         * modules/crc, modules/crc-tests: New files.
34538
34539 2005-10-11  Simon Josefsson  <jas@extundo.com>
34540
34541         * m4/crc.m4: New file.
34542
34543 2005-10-11  Simon Josefsson  <jas@extundo.com>
34544
34545         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34546
34547         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34548
34549         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34550
34551 2005-10-11  Simon Josefsson  <jas@extundo.com>
34552
34553         * lib/crc.h, lib/crc.c: New files.
34554
34555         * lib/gc.h (gc_hash_buffer): Add doc.
34556
34557 2005-10-11  Bruno Haible  <bruno@clisp.org>
34558
34559         * modules/c-strcasestr: New file.
34560         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34561
34562 2005-10-11  Bruno Haible  <bruno@clisp.org>
34563
34564         * modules/c-strcase: New file.
34565         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34566
34567 2005-10-11  Bruno Haible  <bruno@clisp.org>
34568
34569         * lib/strcasecmp.c: Include limits.h.
34570         (strcasecmp): Avoid integer overflow on exotic platforms.
34571         * lib/strncasecmp.c: Include limits.h.
34572         (strncasecmp): Avoid integer overflow on exotic platforms.
34573         Reported by Paul Eggert.
34574
34575 2005-10-11  Bruno Haible  <bruno@clisp.org>
34576
34577         * lib/c-strcasestr.h: New file, from GNU gettext.
34578         * lib/c-strcasestr.c: New file, from GNU gettext.
34579
34580 2005-10-11  Bruno Haible  <bruno@clisp.org>
34581
34582         * lib/c-strcase.h: New file, from GNU gettext.
34583         * lib/c-strcasecmp.c: New file, from GNU gettext.
34584         * lib/c-strncasecmp.c: New file, from GNU gettext.
34585
34586 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34587
34588         * modules/mempcpy (License): GPL -> LGPL.
34589         * modules/strchrnul (License): Likewise.
34590         * modules/sysexits (License): Likewise.
34591
34592 2005-10-08  Simon Josefsson  <jas@extundo.com>
34593
34594         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34595
34596 2005-10-07  Simon Josefsson  <jas@extundo.com>
34597
34598         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34599
34600 2005-10-06  Simon Josefsson  <jas@extundo.com>
34601
34602         * tests/test-hmac-md5.c: New file.
34603
34604         * modules/hmac-md5-tests: New file.
34605
34606         * modules/hmac-md5: New file.
34607
34608 2005-10-06  Simon Josefsson  <jas@extundo.com>
34609
34610         * m4/hmac-md5.m4: New file.
34611
34612         * m4/memxor.m4: Require gl_C_RESTRICT.
34613
34614 2005-10-06  Simon Josefsson  <jas@extundo.com>
34615
34616         * lib/memxor.c (memxor): Avoid casts and warnings.
34617
34618 2005-10-06  Simon Josefsson  <jas@extundo.com>
34619
34620         * lib/hmac-md5.c: New file.
34621
34622         * lib/hmac.h: New file.
34623
34624 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34625
34626         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34627         promotes to int, not unsigned int, to catch the AIX 5.3
34628         compiler bug.
34629
34630 2005-10-05  Simon Josefsson  <jas@extundo.com>
34631
34632         * modules/memxor: New file.
34633
34634         * modules/iconv (Files): Move config.rpath to havelib, it is used
34635         there.
34636
34637         * modules/havelib (Files): Add config.rpath.
34638
34639 2005-10-05  Simon Josefsson  <jas@extundo.com>
34640
34641         * m4/memxor.m4: New file.
34642
34643 2005-10-05  Simon Josefsson  <jas@extundo.com>
34644
34645         * lib/memxor.c (memxor): Fix compiler error.
34646
34647         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34648         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34649
34650         * lib/memxor.h, lib/memxor.c: New files.
34651
34652         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34653         we assume all systems have it, suggested by Jim Meyering
34654         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34655         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34656         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34657         same reasons.
34658
34659 2005-10-05  Simon Josefsson  <jas@extundo.com>
34660
34661         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34662
34663 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34664
34665         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34666         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34667         needed, since the source code now assumes these .h files.
34668
34669 2005-10-05  Derek Price  <derek@ximbiot.com>
34670
34671         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34672
34673 2005-10-05  Bruno Haible  <bruno@clisp.org>
34674
34675         * modules/stdint (License): Change to LGPL.
34676
34677 2005-10-04  Simon Josefsson  <jas@extundo.com>
34678
34679         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34680         D. Baushke" <mdb@gnu.org>.
34681
34682 2005-10-04  Bruno Haible  <bruno@clisp.org>
34683
34684         * lib/verify.h (verify_true): Provide alternative definition for C++.
34685
34686 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34687
34688         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34689         (SSIZE_MAX): New macro, if not already defined.
34690         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34691         than 2 GiB.
34692
34693 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34694
34695         Sync from coreutils.
34696         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34697         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34698         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34699         ULLONG_MAX doesn't work with 2.7.2.1.
34700
34701 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34702
34703         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34704         From Ben Pfaff.
34705
34706         * modules/exclude (Depends-on): Depend on verify.
34707         * modules/strtoimax (Depends-on): Likewise.
34708         * modules/utimecmp (Depends-on): Likewise.
34709
34710 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34711
34712         * lib/exclude.c: Include verify.h.
34713         (verify): Remove.  All callers changed to use verify.h's version.
34714         * lib/strtoimax.c: Likewise.
34715         * lib/utimecmp.c: Likewis.e
34716
34717         Sync from coreutils.
34718         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34719         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34720         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34721         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34722         bother returning ENOSYS if settimeofday or stime fails; just let
34723         them return whatever errno they want to return.
34724         * lib/utimens.c: Include unistd.h, for dup2.
34725         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34726         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34727
34728 2005-10-02  Jim Meyering  <jim@meyering.net>
34729
34730         Sync from coreutils.
34731         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34732         from glibc-2.2.5 that fails for read-only files.
34733
34734 2005-10-02  Jim Meyering  <jim@meyering.net>
34735
34736         Sync from coreutils.
34737         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34738         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34739         `#if HAVE_CONFIG_H'.
34740         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34741         Remove AT_FDCWD test.
34742         Do not consume the fd unless successful.
34743         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34744         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34745         block, so that we don't even try to compile it if settimeofday is
34746         available.  This works around a compilation failure on OSF1 V5.1,
34747         due to stime requiring a `long int*' while tv_sec is `int'.
34748
34749 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34750
34751         Sync from coreutils.
34752         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34753         against `yes', rather than just testing for nonempty.
34754
34755 2005-10-01  Simon Josefsson  <jas@extundo.com>
34756
34757         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34758         and Darwin.
34759
34760         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34761         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34762         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34763         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34764         Check if struct addrinfo is declared.
34765
34766 2005-10-01  Simon Josefsson  <jas@extundo.com>
34767
34768         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34769         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34770         AI_* and EAI_* definitions.  Protect function declarations.
34771
34772 2005-10-01  Jim Meyering  <jim@meyering.net>
34773
34774         Sync from coreutils.
34775
34776         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34777         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34778         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34779         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34780         in the inet and nsl libraries.  Required on Solaris 5.7.
34781
34782 2005-10-01  Jim Meyering  <jim@meyering.net>
34783
34784         Sync from coreutils.
34785         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34786         in the inet and nsl libraries.  Required on Solaris 5.7.
34787
34788 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34789
34790         * lib/getdelim.c (getdelim): Remove unused variables.
34791
34792 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34793
34794         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34795         so that the code works even with ancient cpp.  Portability problem
34796         with GCC 2.7.2.1 reported by Thomas M.Ott.
34797
34798 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34799
34800         * modules/regex (Depends-on): Add strcase.
34801
34802         * modules/gethostname (Licence): Change from GPL to LGPL, since
34803         gethostname.c is a trivial implementation of a standard library
34804         function.
34805         * modules/poll (License): Change from GPL to LGPL, since it's
34806         derived from LGPL code.
34807
34808 2005-09-27  Jim Meyering  <jim@meyering.net>
34809
34810         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34811         HAVE_CONFIG_H.
34812
34813         * lib/intprops.h (signed_type_or_expr__): Define.
34814         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34815         for unsigned types.
34816
34817 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34818
34819         * lib/verify.h (verify_expr): Remove, replacing with:
34820         (verify_true): New macro that returns true instead of void.
34821         (verify_type__): Remove.
34822         (verify): Use verify_true rather than verify_type__.
34823
34824 2005-09-26  Bruno Haible  <bruno@clisp.org>
34825
34826         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34827         is necessary.
34828         (lib_SOURCES): Remove mbchar.c.
34829         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34830         (Files): Add m4/mbrtowc.m4.
34831         * modules/mbiter: Likewise.
34832         * modules/mbuiter: Likewise.
34833
34834 2005-09-26  Bruno Haible  <bruno@clisp.org>
34835
34836         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34837         compile mbchar.c if they are not both present.
34838         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34839         * m4/mbiter.m4 (gl_MBITER): Likewise.
34840         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34841         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34842         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34843
34844 2005-09-25  Jim Meyering  <jim@meyering.net>
34845
34846         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34847         also uses socklen_t.
34848
34849 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34850
34851         * lib/utimens.c (ENOSYS): Define if not already defined.
34852         (futimens): Support having a null PATH if the file descriptor
34853         is nonnegative.
34854
34855         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34856         Remove.
34857         (__attribute): Define to empty unless GCC 3.1 or later.
34858         This works around a core dump on OpenBSD 3.4, which has GCC
34859         2.95.3, which dumps core when given __attribute__(()).  It also
34860         simplifies other tests, since we really don't want to bother with
34861         worrying about which ancient version of GCC supported what.
34862         Original problem reported by Yoann Vandoorselaere, with part of
34863         the fix suggested by Derek Price.
34864
34865 2005-09-24  Jim Meyering  <jim@meyering.net>
34866
34867         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34868         so we can once again use a positive bitfield width of 1 -- now we
34869         don't have to explain why we were using a bitfield width of 2.
34870
34871 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34872
34873         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34874         and similarly for the other external symbols.  Problem reported
34875         by James Gallager.
34876
34877         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34878         bug reported by Jim Meyering.
34879
34880         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34881         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34882         not needed, since socklen is a prerequisite module.
34883
34884 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34885
34886         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34887         Problem reported by Eric Blake.
34888         (getaddrinfo): Initialize se so that it's not garbage.
34889         Redo internal storage allocation so that it doesn't make unportable
34890         assumptions about alignment.
34891         Fix a memory leak.
34892
34893         * lib/utimens.c (futimens): Use futimesat if available.
34894         Prefer it to futimes since it doesn't have the futimes bug.
34895
34896         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34897         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34898         Instead, declare a function that returns a pointer to an array,
34899         and use verify_type__ to declare the size of the array.
34900         Problem and germ of a solution reported by Bruno Haible.
34901         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34902         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34903
34904 2005-09-23  Jim Meyering  <jim@meyering.net>
34905
34906         Sync from coreutils.
34907         Correct build failure (socklen_t not defined) on at least
34908         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34909         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34910
34911 2005-09-23  Jim Meyering  <jim@meyering.net>
34912
34913         * modules/getaddrinfo (Depends-on): Add socklen.
34914
34915 2005-09-23  Bruno Haible  <bruno@clisp.org>
34916
34917         * tests/test-verify.c: New file.
34918
34919 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34920
34921         Sync from coreutils.
34922
34923         * modules/argmatch (Depends-on): Add verify.
34924         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34925         unistd-safer.
34926         * modules/save-cwd (Depends-on): Likewise.
34927
34928         * modules/openat (Files): Add lib/openat-die.c.
34929         (Depends-on): Remove error, exitfail.
34930         Add dirname.
34931
34932         * modules/verify: New file.
34933         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34934         with "verify" module.
34935
34936 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34937
34938         Sync from coreutils.
34939
34940         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34941         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34942         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34943         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34944         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34945         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34946         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34947         Don't bother checking for string.h, stdlib.h, unistd.h.
34948         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34949         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34950         module's job.
34951         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34952         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34953
34954         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34955         (gl_GETDATE): Use it.
34956
34957         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34958
34959 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34960
34961         Sync from coreutils.
34962
34963         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34964         stat-time.h.
34965         * lib/argmatch.h: Include verify.h
34966         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34967         (ARGMATCH_ASSERT): Remove; unused.
34968         * lib/canonicalize.c: Assume STDC_HEADERS.
34969         * lib/exclude.c: Include "strcase.h".
34970         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34971         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34972         and stdio-safer.h.
34973         (getusershell): Call fopen, not fopen_safer.
34974         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34975         Do not include unistd-safer.h.
34976         (save_cwd): Don't call fd_safer; no longer needed
34977         now that we include fcntl--.h.
34978
34979         * lib/getdate.y (relative_time): New type.
34980         (RELATIVE_TIME_0): New constant.
34981         (parser_control): Use relative_time instead of doing it ourselves.
34982         (%union): Add new relative_time rel member.
34983         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34984         Now typeless.
34985         (relunit, relunit_snumber): Now of type rel.
34986         (zone, rel, relunit, get_date): Adjust to above changes.
34987
34988         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34989         Do not include unistd-safer.h.
34990         (getloadavg): Don't call fd_safer; no longer needed
34991         now that we include fcntl--.h.
34992
34993         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34994         (make_dir_parents): Treat ENOSYS like EEXIST.
34995
34996         Improve quality of diagnostics on restore_cwd failure.
34997         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34998         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34999         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
35000         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
35001         each time through the loop.  Do not diagnose restore_cwd failure;
35002         that is the caller's job (and perhaps the caller does not care).
35003
35004         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
35005         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
35006         If the file already exists but is not a directory, don't bother
35007         to try to make its parents.
35008         Close potential file descriptor leak if we can't chdir("/") (!).
35009         Don't always return true if chdir($PWD) fails; return true only
35010         if the requested action was done successfully (except for the
35011         chdir($PWD)).
35012         Don't log final directory unless we actually made it.
35013         Refactor to avoid duplicate code to fix up permissions.
35014         Don't attempt to fix up parent permissions if chdir($PWD) fails.
35015
35016         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
35017         to make it a bit faster and (I hope) clearer.
35018         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
35019         Fix bug in formats like %2N.
35020
35021         * lib/verify.h: New file.
35022
35023 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
35024
35025         Sync from coreutils.
35026         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
35027
35028 2005-09-22  Jim Meyering  <jim@meyering.net>
35029
35030         Sync from coreutils.
35031
35032         * m4/lstat.m4 (gl_FUNC_LSTAT):
35033         Use AC_LIBSOURCES to require lstat.c and lstat.h.
35034         Remove obsolete comment.
35035         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
35036         * m4/xstrtod.m4: Likewise.
35037
35038         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
35039
35040 2005-09-22  Jim Meyering  <jim@meyering.net>
35041
35042         Sync from coreutils.
35043
35044         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
35045
35046         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
35047         the .tm_year member, since otherwise gcc-4.0 would now warn about
35048         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
35049
35050         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
35051         order to avoid an unsuppressible warning from gcc on 64-bit systems.
35052
35053         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
35054         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
35055         when run in a time zone for which daylight savings time is in effect
35056         for the starting date.
35057
35058         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
35059         stop us from restricting permissions of just-created absolute-named
35060         directories.
35061         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
35062         to restore initial working directory.
35063         * lib/mkdir-p.c (make_dir_parents): New parameter:
35064         different_working_dir, to tell caller if/when we change the working
35065         directory and are unable to return to the initial one.
35066         * lib/mkdir-p.h (make_dir_parents): Update prototype.
35067         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
35068         `return false'.  This fixes a bug introduced on 2004-07-30.
35069
35070         * lib/openat.c (fdopendir): Be sure to close the supplied
35071         file descriptor before returning.  This makes our replacement
35072         implementation a little closer to Solaris's, where fdopendir
35073         ties the file descriptor to the returned DIR* pointer.
35074         * lib/openat.c (unlinkat): New function.
35075         * lib/openat.h (unlinkat): Add prototype.
35076         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
35077         (openat_restore_fail): Rename from openat_restore_die.
35078         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
35079
35080         Provide an alternative to exiting immediately upon save_cwd or
35081         restore_cwd failure.  Now, an application can arrange e.g.,
35082         to perform a longjump in that case.
35083         * lib/openat.c: Include dirname.h.
35084         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
35085         (rpl_openat, fdopendir, fstatat): Call openat_save_die
35086         and openat_restore_die rather than calling error directly.
35087         Don't include "error.h" or "exitfail.h"; they're no longer needed.
35088
35089         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
35090         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
35091         define.
35092
35093         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
35094         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
35095                             int utc, int nanoseconds);
35096         Background:
35097         date should not have to allocate a megabyte of virtual memory to
35098         handle a format argument like +%1048575T.  When implemented with
35099         strftime, it must allocate such a buffer, use strftime to fill it
35100         in, print it, then free it.
35101         With fprintftime, it simply prints everything and exits.
35102         With no need for memory allocation, that's one fewer way to fail.
35103         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
35104         optional field width, not before, so we accept %9:z, not %:9z.
35105         (my_strftime): Be sure to use L_('x') for literals.
35106
35107         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
35108         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
35109         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
35110         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
35111         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
35112         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
35113         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
35114         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
35115         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
35116         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
35117         * lib/xgethostname.c, lib/xreadlink.c:
35118         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
35119
35120         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
35121         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
35122         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
35123         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35124         and don't include <sys/file.h>).
35125
35126 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
35127
35128         Sync from coreutils.
35129
35130         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
35131         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
35132         [!LDAV_DONE]: Avoid unused variable warning.
35133
35134 2005-09-21  Bruno Haible  <bruno@clisp.org>
35135
35136         * lib/unicodeio.h (unicode_to_mb): New declaration.
35137
35138 2005-09-20  Derek Price  <derek@ximbiot.com>
35139
35140         * lib/getaddrinfo.c: Don't include <netdb.h> included from
35141         getaddrinfo.h.
35142
35143 2005-09-20  Bruno Haible  <bruno@clisp.org>
35144
35145         * gnulib-tool: Remove trailing slashes from the values specified for
35146         --source-base, --m4-base, --tests-base, --aux-dir.
35147         Suggested by Simon Josefsson <jas@extundo.com>.
35148
35149 2005-09-20  Bruno Haible  <bruno@clisp.org>
35150
35151         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
35152         func_modules_to_filelist, func_import, func_create_testdir): Make all
35153         sorting results locale-independent, so that gnulib-cache.m4 doesn't
35154         change when gnulib-tool is invoked in a different locale.
35155
35156 2005-09-19  Simon Josefsson  <jas@extundo.com>
35157
35158         * m4/socklen.m4: Fix typo.
35159
35160 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35161
35162         Use a consistent style for including <config.h>.
35163         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
35164         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
35165         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
35166         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
35167         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
35168         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
35169         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
35170         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
35171         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
35172         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
35173         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
35174         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
35175         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
35176         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
35177         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
35178         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
35179         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
35180         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
35181         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
35182         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
35183         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
35184         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
35185         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
35186         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
35187         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
35188         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
35189         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
35190         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
35191         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
35192         lib/xstrtoumax.c, lib/yesno.c:
35193         Standardize inclusion of config.h.
35194         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
35195         lib/inttostr.h:  Removed inclusion of config.h from header files.
35196         * lib/inttostr.c:  Adjusted in-tree users.
35197         * lib/timespec.h: Remove superfluous warning to include config.h.
35198         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
35199         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
35200         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
35201         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
35202         config.h with HAVE_CONFIG_H.
35203
35204 2005-09-19  Jim Meyering  <jim@meyering.net>
35205
35206         * modules/pathmax (License): Change to LGPL.
35207
35208 2005-09-19  Derek Price  <derek@ximbiot.com>
35209
35210         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35211
35212 2005-09-19  Bruno Haible  <bruno@clisp.org>
35213
35214         * gnulib-tool (import): Provide default for --tests-base.
35215
35216 2005-09-19  Bruno Haible  <bruno@clisp.org>
35217
35218         * doc/quote.texi: New file, extracted from gnulib.texi.
35219         * doc/ctime.texi: New file, extracted from gnulib.texi.
35220         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35221         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35222         * doc/gnulib.texi: Include them.
35223
35224 2005-09-18  Bruno Haible  <bruno@clisp.org>
35225
35226         Portability fix.
35227         * gnulib-tool (func_readlink): New function.
35228         (func_ln_if_changed): Use it.
35229
35230 2005-09-18  Bruno Haible  <bruno@clisp.org>
35231
35232         * gnulib-tool: Support --with-tests also with --import.
35233         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35234         (func_import): Use variables $testsbase and $inctests. Emit a
35235         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35236         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35237         SUBDIRS += $testsdir.
35238         (func_create_testdir): Update.
35239
35240 2005-09-18  Bruno Haible  <bruno@clisp.org>
35241
35242         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35243         instead of $dry_run.
35244         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35245         (func_ln_if_changed): Don't handle dry-run here.
35246         (func_import): In dry-run mode, detect more precisely which actions
35247         would be performed, and don't use "...ing" verbs.
35248
35249 2005-09-18  Bruno Haible  <bruno@clisp.org>
35250
35251         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35252         (func_import): Use join on two temporary files instead of three nested
35253         loops, in order to determine which files are new or old.
35254
35255 2005-09-18  Bruno Haible  <bruno@clisp.org>
35256
35257         * gnulib-tool (func_import): Comment out code that spits out the
35258         new files with --dry-run.
35259
35260 2005-09-18  Bruno Haible  <bruno@clisp.org>
35261
35262         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35263
35264 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35265
35266         * lib/stat-time.h: New file.
35267         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35268         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35269         in a different way.
35270         (timespec_cmp): New function.
35271         * lib/utimecmp.c: Include stat-time.h.
35272         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35273         members exist, not on the obsolescent ST_MTIM_NSEC.
35274         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35275
35276 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35277
35278         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35279
35280 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35281
35282         * MODULES.html.sh (File system functions): Add stat-time.
35283         * modules/stat-time: New file.
35284         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35285         is now done in a different way, by the stat-time module.
35286         * modules/utimecmp (Depends-on): Add stat-time.
35287
35288 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35289
35290         * m4/st_mtim.m4: Remove.  Superseded by...
35291         * m4/stat-time.m4: New file.
35292         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35293         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35294
35295 2005-09-15  Derek Price  <derek@ximbiot.com>
35296
35297         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35298
35299 2005-09-15  Derek Price  <derek@ximbiot.com>
35300
35301         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35302         * lib/regex_internal.c: Ditto, using this...
35303         (__GNUC_PREREQ): ...new macro.
35304         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35305         using...
35306         (__GNUC_PREREQ): ...this new macro.
35307
35308         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35309
35310 2005-09-15  Derek Price  <derek@ximbiot.com>
35311             Paul Eggert  <eggert@cs.ucla.edu>
35312
35313         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35314         changes, consolidating in...
35315         * lib/regex_internal.h: ...this file.
35316
35317 2005-09-13  Jim Meyering  <jim@meyering.net>
35318
35319         * lib/canon-host.c: Filter through gnu indent and reword comments
35320         slightly.
35321         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35322
35323 2005-09-13  Derek Price  <derek@ximbiot.com>
35324
35325         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35326         failure.
35327         Reported by Jim Meyering  <jim@meyering.net>.
35328
35329 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35330
35331         * lib/base64.c: Typo.
35332         (base64_encode): Put b64str in initialized data section.
35333
35334 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35335
35336         Merge glibc and coreutils changes into gnulib, plus a few
35337         extra fixes.
35338         * lib/md5.c: Use #error rather than a string.
35339         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35340         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35341         (__attribute__): Define to empty for non recent-GCC.
35342         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35343         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35344         Renamed from their non-__ counterparts, with new macros replacing
35345         them if not _LIBC.  Add __THROW attribute.
35346         (rol): Remove.
35347         (struct md5_ctx): Align buffer if using GCC.
35348         * lib/sha1.h (struct sha1_ctx): Likewise.
35349         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35350         The old name was backwards.
35351         (NOTSWAP): Remove; not used.
35352         (rol): New macro, moved here from md5.h.
35353         (sha1_process_block): Remove a FIXME that doesn't make sense.
35354
35355 2005-09-12  Derek Price  <derek@ximbiot.com>
35356
35357         Return usable errors from canon-host.
35358         * lib/canon-host.h: New file.
35359         * lib/canon-host.c (canon_host): Wrap...
35360         (canon_host_r): ...this new function, which now relies exclusively on
35361         getaddrinfo.
35362         (ch_strerror): New function.
35363         (last_cherror): New global.
35364         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35365         interface.
35366         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35367         void *.
35368         (freeaddrinfo): Free ai->ai_canonname when set.
35369
35370 2005-09-12  Derek Price  <derek@ximbiot.com>
35371
35372         Make canon-host require getaddrinfo.
35373         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35374         AC_LIBSOURCE canon-host.h.  Call...
35375         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35376         gl_GETADDRINFO.
35377         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35378
35379 2005-09-12  Derek Price  <derek@ximbiot.com>
35380
35381         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35382         LGPL.
35383         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35384
35385 2005-09-12  Derek Price  <derek@ximbiot.com>
35386
35387         * lib/gai_strerror.c: Include config.h when available.  Include
35388         getaddrinfo.h before other headers to test interface.
35389         Reported by Larry Jones <lawrence.jones@ugs.com>.
35390
35391 2005-09-12  Derek Price  <derek@ximbiot.com>
35392             Paul Eggert  <eggert@cs.ucla.edu>
35393
35394         * modules/glob (Files): Add glob-libc.h.
35395
35396 2005-09-12  Derek Price  <derek@ximbiot.com>
35397             Paul Eggert  <eggert@cs.ucla.edu>
35398
35399         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35400         glob_.h, glob-libc.h.
35401         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35402
35403 2005-09-12  Derek Price  <derek@ximbiot.com>
35404             Paul Eggert  <eggert@cs.ucla.edu>
35405
35406         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35407         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35408         protecting things that should be done only in gnulib contexts.
35409         * lib/glob_.h: New file, containing only the glob things needed for
35410         gnulib.
35411         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35412         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35413         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35414         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35415         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35416         and to respect the namespace rules better.
35417
35418 2005-09-08  Simon Josefsson  <jas@extundo.com>
35419
35420         * modules/socklen: New file.
35421
35422 2005-09-08  Simon Josefsson  <jas@extundo.com>
35423
35424         * m4/socklen.m4: New file.
35425
35426 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35427
35428         * modules/utimens (Files): Add m4/utimbuf.m4, since
35429         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35430         Reported by Sergey Poznyakoff.
35431
35432 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35433
35434         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35435         definitions, since that's the preferred style in glibc.
35436         Fix a minor spacing issue, and update copyright notice to match
35437         glibc's.
35438
35439 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35440
35441         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35442
35443 2005-09-06  Simon Josefsson  <jas@extundo.com>
35444
35445         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35446         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35447
35448 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35449
35450         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35451         warning.
35452
35453 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35454
35455         * config/srclist.txt: Add glibc bug 1302.
35456
35457 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35458
35459         Change bitset word type from unsigned int to unsigned long int,
35460         as this has better performance on typical 64-bit hosts.
35461         Port bitset code to hosts with unusual word sizes.
35462         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35463         (build_collating_symbol):
35464         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35465         argument is a bitset.  This is merely a style issue, but it makes
35466         it clearer that an entire array is expected.
35467         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35468         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35469         Port to the case where bitset_word is not the same as unsigned int.
35470         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35471         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35472         Likewise.
35473         * lib/regexec.c (check_dst_limits_calc_pos_1,
35474         check_subexp_matching_top):
35475         (build_trtable, group_nodes_into_DFAstates):
35476         Likewise.
35477         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35478         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35479         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35480         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35481         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35482         * lib/regcomp.c (optimize_subexps, lower_subexp):
35483         Work even if bitset_word has holes in its bitwise representation.
35484         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35485         * lib/regexec.c (check_dst_limits_calc_pos_1,
35486         check_subexp_matching_top):
35487         Likewise.
35488         * lib/regex_internal.c (re_string_reconstruct):
35489         Don't assume UCHAR_MAX == 255.
35490         * lib/regex_internal.h (bitset_set_all): Likewise.
35491         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35492         All uses changed.
35493         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35494         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35495         All uses changed.
35496         (BITSET_WORD_MAX): New macro.
35497         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35498         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35499         (bitset_empty, bitset_copy):
35500         Prefer sizeof (bitset) to multiplying it out ourselves.
35501         (bitset_not_merge): Remove; unused.
35502         (bitset_contain): Return bool, not unsigned int with one bit on.
35503         All callers changed.
35504         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35505         alignment than re_node_set; do this by defining a new internal
35506         type struct dests_alloc and using it to allocate memory.
35507
35508 2005-09-05  Bruno Haible  <bruno@clisp.org>
35509
35510         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35511         links.
35512
35513 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35514
35515         * modules/size_max (Makefile.am): Add size_max.h
35516
35517 2005-09-04  Derek Price  <derek@ximbiot.com>
35518
35519         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35520
35521 2005-09-03  Simon Josefsson  <jas@extundo.com>
35522
35523         * gnulib-tool: Fix typo.
35524
35525 2005-09-03  Simon Josefsson  <jas@extundo.com>
35526
35527         * config/srclist.txt: Add glibc bug 1293.
35528
35529 2005-09-03  Derek Price  <derek@ximbiot.com>
35530
35531         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35532         From Larry Jones <lawrence.jones@ugs.com>.
35533
35534 2005-09-02  Simon Josefsson  <jas@extundo.com>
35535
35536         * modules/socklen: New file.
35537
35538 2005-09-02  Simon Josefsson  <jas@extundo.com>
35539
35540         * modules/havelib: New module.
35541
35542         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35543         Use havelib.
35544
35545 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35546
35547         Check for arithmetic overflow when calculating sizes, to prevent
35548         some buffer-overflow issues.  These patches are conservative, in the
35549         sense that when I couldn't determine whether an overflow was possible,
35550         I inserted a run-time check.
35551         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35552         macros.
35553         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35554         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35555         (re_xnrealloc, re_x2nrealloc): New inline functions.
35556         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35557         parse_bracket_exp):
35558         (build_equiv_class, build_charclass): Check for arithmetic overflow
35559         in size expression calculations.
35560         * lib/regex_internal.c (re_string_realloc_buffers):
35561         (build_wcs_upper_buffer, re_node_set_add_intersect):
35562         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35563         (re_dfa_add_node, register_state): Likewise.
35564         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35565         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35566         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35567         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35568
35569 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35570
35571         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35572         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35573
35574 2005-09-02  Bruno Haible  <bruno@clisp.org>
35575
35576         Support for lib vs. lib64 distinction on biarch platforms.
35577         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35578         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35579         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35580
35581 2005-09-02  Bruno Haible  <bruno@clisp.org>
35582
35583         * gnulib-tool (import): In the other first-use case, provide defaults
35584         as well.
35585
35586 2005-09-02  Bruno Haible  <bruno@clisp.org>
35587
35588         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35589         patches not yet found in the latest gettext release.
35590
35591 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35592
35593         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35594         to avoid a collision with bits/local_lim.h in glibc.
35595         All uses changed.  Problem reported by Dmitry V. Levin in
35596         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35597
35598         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35599         bugs in int versus size_t comparisons.
35600         (re_string_context_at): Fix bug where the code assumed that
35601         Idx is signed.
35602
35603         Use bool where appropriate.
35604         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35605         All callers changed.
35606         (calc_eclosure_iter): Likewise, for ROOT arg.
35607         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35608         (build_charclass_op): Likewise, for NON_MATCH arg.
35609         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35610         (re_string_construct_common): Likewise, for ICASE arg.
35611         * lib/regexec.c (re_search_2_stub, re_search_stub):
35612         Likewise, for RET_LEN arg.
35613         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35614         (set_regs): Likewise, for FL_BACKTRACK arg.
35615         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35616         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35617         (calc_eclosure_iter, parse_bracket_exp):
35618         Use bool for internal variables that are booleans.
35619         * lib/regexec.c (re_search_internal, check_matching,
35620         proceed_next_node):
35621         (set_regs, build_sifted_states, sift_states_bkref):
35622         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35623         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35624         (find_collation_sequence_value):
35625         Likewise.
35626         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35627         (re_node_set_compare):
35628         Return bool, not int. All callers changed.
35629         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35630         (build_trtable, check_node_accept): Likewise.
35631         * lib/regex_internal.h: Include stdbool.h.
35632
35633         Fix bugs uncovered when converting to bool.
35634         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35635         failure instead of charging ahead blindly.
35636         * lib/regex_internal.c (register_state): Likewise.
35637         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35638         for freeing internal storage.
35639         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35640         bitset pieces used as boolean, to avoid undefined behavior
35641         on hosts that do int overflow checking.
35642
35643 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35644
35645         * config/srclist.txt: Add glibc bugs 1285-1287.
35646
35647 2005-09-01  Jim Meyering  <jim@meyering.net>
35648
35649         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35650         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35651         Require gl_STAT_MACROS, too.
35652
35653 2005-09-01  Bruno Haible  <bruno@clisp.org>
35654
35655         * gnulib-tool (import): In the first-use case, provide defaults.
35656
35657 2005-09-01  Bruno Haible  <bruno@clisp.org>
35658
35659         * gnulib-tool (func_import): Remove the .tmp files.
35660
35661 2005-09-01  Bruno Haible  <bruno@clisp.org>
35662
35663         * gnulib-tool (func_import): Fix handling of symbolic links.
35664
35665 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35666
35667         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35668         old glibc regex code mishandles strings longer than 2**31 bytes.
35669         This patch fixes this when the regex code is used in gnulib
35670         (i.e., outside glibc).
35671
35672         This patch should not affect the use of the regex code inside
35673         glibc.  No doubt this problem also needs to be handled for glibc
35674         as well, but the result will be an incompatible change to the
35675         glibc ABI, and the old ABI will have to be supported too.  That
35676         can be the the subject for another patch.
35677
35678         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35679         governing whether the rest of this patch is active.  By default,
35680         the macro is disabled and the patch has no effect.
35681         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35682         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35683         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35684         (re_match_2, re_set_registers): Use the new types.
35685         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35686         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35687         New macros.
35688         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35689         (re_string_context_at, bin_tree_t, re_dfastate_t):
35690         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35691         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35692         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35693         (re_string_char_size_at, re_string_wchar_at):
35694         (re_string_elem_size_at):
35695         Use the new types and macros to port to 64-bit hosts.
35696         Use unsigned types for internal values, so that the code
35697         mostly works even for arrays larger than SSIZE_MAX.
35698         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35699         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35700         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35701         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35702         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35703         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35704         (calc_inveclosure, parse_dup_op, build_range_exp):
35705         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35706         (fetch_number, create_token_tree, mark_opt_subexp):
35707         Likewise.
35708         * lib/regex_internal.c (re_string_construct_common,
35709         create_ci_newstate):
35710         (create_cd_newstate, re_string_allocate, re_string_construct):
35711         (re_string_realloc_buffers, build_wcs_upper_buffer):
35712         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35713         (re_string_reconstruct, re_string_peek_byte_case):
35714         (re_string_fetch_byte_case, re_string_context_at):
35715         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35716         (re_node_set_init_copy, re_node_set_add_intersect):
35717         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35718         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35719         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35720         (re_acquire_state, re_acquire_state_context, register_state):
35721         Likewise.
35722         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35723         search_cur_bkref_entry):
35724         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35725         (re_search_internal, re_search_2_stub, re_search_stub)
35726         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35727         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35728         (update_cur_sifted_state, check_dst_limits):
35729         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35730         (check_subexp_limits, sift_states_bkref, merge_state_array):
35731         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35732         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35733         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35734         (expand_bkref_cache, check_node_accept_bytes):
35735         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35736         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35737         (acquire_init_state_context, check_halt_node_context):
35738         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35739         (sift_states_backward, clean_state_log_if_needed):
35740         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35741         (find_recover_state, transit_state_sb, transit_state_mb):
35742         (transit_state_bkref, build_trtable, match_ctx_clean):
35743         Likewise.
35744         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35745         to work around an assumption that REG_MISSING is negative.
35746
35747         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35748         (seek_collating_symbol_entry) [defined _LIBC]:
35749         (lookup_collation_sequence_value) [defined _LIBC]:
35750         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35751         Use prototypes rather than old-style function definitions.
35752         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35753         (transit_state_sb) [0]:
35754         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35755
35756         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35757         rm_eo.
35758
35759         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35760         (optimize_subexps, lower_subexp):
35761         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35762         since the signed shift might overflow.  Use 1u<<31 instead.
35763         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35764         Likewise.
35765         * lib/regexec.c (check_dst_limits_calc_pos_1,
35766         check_subexp_matching_top): Likewise.
35767
35768         * lib/regcomp.c (optimize_subexps, lower_subexp):
35769         Use CHAR_BIT rather than 8, for clarity.
35770         * lib/regexec.c (check_dst_limits_calc_pos_1):
35771         (check_subexp_matching_top): Likewise.
35772         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35773         have to worry about portability issues when shifting it left.
35774         Remove no-longer-needed test for table_size > 0.
35775         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35776         in a word, as the resulting behavior is undefined.
35777         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35778         in one case, a <= should have been an <, and in another case the
35779         whole test was missing.
35780         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35781         the standard name CHAR_BIT.
35782         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35783         this is not true on one's complement and signed-magnitude hosts.
35784
35785         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35786         next_last_offset.
35787         (struct re_dfa_t): Remove unused member states_alloc.
35788         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35789
35790 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35791
35792         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35793         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35794         and large-file glibc and in 32-bit large-file Solaris.
35795
35796 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35797
35798         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35799         lengths fit in regoff_t; this isn't true if regoff_t is the same
35800         width as size_t.
35801         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35802         (= START + RANGE) instead of RANGE.  This avoids overflow
35803         problems when regoff_t is the same width as size_t.
35804         All callers changed.
35805         (re_search_2_stub): Check for overflow when adding the
35806         sizes of the two strings.
35807         (re_search_stub): Check for overflow when adding START
35808         to RANGE; if it occurs, substitute the extreme value.
35809
35810 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35811
35812         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35813
35814 2005-08-31  Jim Meyering  <jim@meyering.net>
35815
35816         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35817         a pointer-to-const.
35818         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35819         (register_state): Likewise.
35820         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35821         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35822         (group_nodes_into_DFAstates): Likewise.
35823
35824 2005-08-31  Jim Meyering  <jim@meyering.net>
35825
35826         * check-module: Add a FIXME comment.
35827
35828 2005-08-31  Eric Blake  <ebb9@byu.net>
35829
35830         * modules/unistd-safer (Files): Add unistd--.h.
35831         * modules/stdio-safer (Files): Add stdio--.h.
35832
35833 2005-08-31  Derek Price  <derek@ximbiot.com>
35834
35835         * lib/getdelim.c (getdelim): Return EOF on EOF.
35836         Reported by Larry Jones <lawrence.jones@ugs.com>.
35837
35838 2005-08-31  Bruno Haible  <bruno@clisp.org>
35839
35840         Avoid unnecessary diffs in the generated lib/Makefile.am.
35841         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35842         the generated files.
35843         (func_import): Don't set cmd.
35844
35845 2005-08-31  Bruno Haible  <bruno@clisp.org>
35846
35847         * lib/strstr.c: Include <stddef.h>, for NULL.
35848         * lib/strcasestr.c: Likewise.
35849         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35850
35851 2005-08-31  Bruno Haible  <bruno@clisp.org>
35852
35853         * gnulib-tool: New option --macro-prefix.
35854         (func_import): Use macro_prefix.
35855         (import): Handle option --macro-prefix.
35856
35857 2005-08-31  Bruno Haible  <bruno@clisp.org>
35858
35859         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35860         Also use new variables cached_lgpl, cached_libtool.
35861
35862 2005-08-31  Bruno Haible  <bruno@clisp.org>
35863
35864         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35865         always instantiating them.
35866
35867 2005-08-31  Bruno Haible  <bruno@clisp.org>
35868
35869         * gnulib-tool (func_import): Read the previous cached settings
35870         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35871         earlier added by gnulib but are now dropped. Warn when a gnulib file
35872         overwrites a non-gnulib file.
35873
35874 2005-08-31  Bruno Haible  <bruno@clisp.org>
35875
35876         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35877         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35878         projects that don't keep autogenerated files in CVS. Put into
35879         actioncmd only the specified modules, not the transitive closure.
35880
35881 2005-08-31  Bruno Haible  <bruno@clisp.org>
35882
35883         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35884         Create directories that shall be filled.
35885         (import): Don't look for gl_* macros in configure.ac. Recurse across
35886         all directories containing a gnulib-cache.m4 files, if meaningful.
35887
35888 2005-08-31  Bruno Haible  <bruno@clisp.org>
35889
35890         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35891         (import): Set seen_libtool when we see gl_LIBTOOL.
35892
35893 2005-08-31  Bruno Haible  <bruno@clisp.org>
35894
35895         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35896         declaration macro definitions from generated gnulib.m4.
35897
35898 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35899
35900         * lib/iconvme.h: Add prototype for iconv_alloc.
35901
35902 2005-08-29  Simon Josefsson  <jas@extundo.com>
35903
35904         * lib/iconvme.c: Fix errno.
35905
35906 2005-08-29  Bruno Haible  <bruno@clisp.org>
35907
35908         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35909         that it works when the directory contains spaces.
35910
35911 2005-08-29  Bruno Haible  <bruno@clisp.org>
35912
35913         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35914
35915 2005-08-29  Bruno Haible  <bruno@clisp.org>
35916
35917         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35918         Emit more advice.
35919
35920 2005-08-29  Bruno Haible  <bruno@clisp.org>
35921         and Stepan Kasal  <kasal@ucw.cz>
35922
35923         * check-module: If more parameters are given, check each of them
35924         separately; add more exceptions, as noted by Jim Meyering.
35925         (check_module): New procedure.
35926         (%exempt_header): Now contains all exceptions.
35927
35928 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35929
35930         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35931
35932 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35933
35934         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35935
35936 2005-08-28  Bruno Haible  <bruno@clisp.org>
35937
35938         * m4/gnulib-tool.m4: New file.
35939
35940 2005-08-27  Jim Meyering  <jim@meyering.net>
35941
35942         * modules/unistd-safer (Files): Add pipe-safer.c.
35943         * modules/fcntl-safer (Files): Add creat-safer.c.
35944
35945 2005-08-27  Jim Meyering  <jim@meyering.net>
35946
35947         * m4/stdlib-safer.m4: New file.  From coreutils.
35948         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35949         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35950         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35951         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35952         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35953
35954 2005-08-27  Jim Meyering  <jim@meyering.net>
35955
35956         * lib/fopen-safer.c: Merge minor changes from coreutils.
35957         * lib/dup-safer.c: Likewise.
35958         * lib/fd-safer.c: Likewise.
35959
35960         Merge from coreutils.
35961         * lib/stdio--.h: New file.
35962         * lib/stdlib--.h: New file.
35963         * lib/mkstemp-safer.c: New file.
35964
35965         GNU tar needs these.
35966         * lib/pipe-safer.c: New file.
35967         * lib/creat-safer.c: New file.
35968         * lib/fcntl--.h (creat): Define to creat_safer.
35969         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35970         * lib/unistd--.h (pipe): Define to pipe_safer.
35971         * lib/unistd-safer.h: Declare pipe_safer.
35972
35973 2005-08-26  Simon Josefsson  <jas@extundo.com>
35974
35975         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35976         Haible <bruno@clisp.org>.
35977
35978 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35979
35980         * lib/regex_internal.h: Remove all references to
35981         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35982         or better.
35983         (bitset_not, bitset_merge, bitset_not_merge):
35984         (bitset_mask, re_string_allocate, re_string_construct):
35985         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35986         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35987         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35988         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35989         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35990         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35991         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35992         (re_acquire_state_context):
35993         Remove unnecessary forward decls.
35994         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35995         Put __attribute at function definition,
35996         now that the function decl has been removed.
35997         * lib/regex_internal.c (re_string_peek_byte_case):
35998         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35999         Likewise.
36000
36001 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
36002
36003         * m4/regex.m4: Add AC_PREREQ(2.50).
36004         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
36005
36006 2005-08-25  Simon Josefsson  <jas@extundo.com>
36007
36008         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
36009         __fsetlocking.
36010
36011 2005-08-25  Simon Josefsson  <jas@extundo.com>
36012
36013         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
36014         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
36015         GLIBC specific code.
36016
36017 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36018
36019         Make regex safe for g++.  This fixes one real bug (an "err"
36020         that should have been "*err").  g++ problem reported by
36021         Sam Steingold.
36022         * lib/regex_internal.h (re_calloc): New macro, consistent with
36023         re_malloc etc.  All callers of calloc changed to use re_calloc.
36024         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
36025         not int.  All callers changed.
36026         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
36027         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
36028         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
36029         (find_recover_state): Change "err" to "*err"; this fixes what
36030         appears to be a real bug.
36031         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
36032         versus int.
36033
36034 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36035
36036         * modules/regex (Depends-on): Add malloc, since the code
36037         assumes that !malloc(0) means failure.
36038
36039 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36040
36041         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
36042
36043         alloca modernization/simplification for regex.
36044         * lib/regex.c: Remove portability cruft for alloca.  This no longer
36045         needs to be at the start of the file, and can be moved into
36046         regex_internal.h and simplified.
36047         * lib/regex_internal.h: Include <alloca.h>.
36048         (__libc_use_alloca) [!defined _LIBC]: New macro.
36049         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
36050         now works outside glibc.
36051
36052 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36053
36054         * config/srclist.txt: Add glibc bugs 1241, 1245.
36055
36056 2005-08-25  Jim Meyering  <jim@meyering.net>
36057
36058         * lib/open-safer.c: Include <config.h>.
36059         Otherwise, we'd lose LARGEFILE support in any file using
36060         e.g. "fcntl--.h"
36061
36062 2005-08-25  Bruno Haible  <bruno@clisp.org>
36063
36064         * m4/minmax.m4: Require autoconf 2.52.
36065         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
36066         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
36067         alternatives of translit over the alphabet.
36068         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
36069
36070 2005-08-24  Simon Josefsson  <jas@extundo.com>
36071
36072         * tests/test-getpass.c: New file.
36073
36074 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36075
36076         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
36077         for GNU regex features.
36078
36079 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36080
36081         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
36082         * lib/regex.h (regerror): Likewise.
36083
36084         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
36085         requires this.  (The code never needed it.)
36086
36087         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
36088         All uses of recently-renamed identifiers changed to use the new,
36089         POSIX-compliant names.  The code will build and run just fine
36090         without these changes, but it's better to eat our own dog food
36091         and use the standard-conforming names.
36092
36093         * lib/regex.h: Fix a multitude of POSIX name space violations.
36094         These changes have an effect only for programs that define
36095         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
36096         do not change anything for programs compiled in the normal way.
36097         Also, there is no effect on the ABI.
36098
36099         (_REGEX_SOURCE): New macro.
36100         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
36101         defined and _GNU_SOURCE is not; this fixes a name space violation.
36102
36103         Rename the following macros to obey POSIX requirements.
36104         The old names are still visible as macros if _REGEX_SOURCE is defined.
36105         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
36106         RE_BACKSLASH_ESCAPE_IN_LISTS.
36107         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
36108         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
36109         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
36110         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
36111         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
36112         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
36113         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
36114         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
36115         (REG_INTERVALS): renamed from RE_INTERVALS.
36116         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
36117         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
36118         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
36119         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
36120         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
36121         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
36122         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
36123         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
36124         RE_UNMATCHED_RIGHT_PAREN_ORD.
36125         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
36126         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
36127         (REG_DEBUG): renamed from RE_DEBUG.
36128         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
36129         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
36130         unusual, since we can't clash with the POSIX REG_ICASE.
36131         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
36132         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
36133         (REG_NO_SUB): renamed from RE_NO_SUB.
36134         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
36135         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
36136         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
36137         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
36138         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
36139         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
36140         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
36141         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
36142         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
36143         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
36144         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
36145         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
36146         RE_SYNTAX_POSIX_MINIMAL_BASIC.
36147         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
36148         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
36149         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
36150         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
36151         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
36152         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
36153         (REG_FIXED): Renamed from REGS_FIXED.
36154         (REG_NREGS): Renamed from RE_NREGS.
36155
36156         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
36157         of other REG_* macros, since POSIX says the user is allowed to
36158         #undef these macros selectively.
36159
36160         (reg_errcode_t): Update comment stating what other tables need
36161         to be consistent.
36162
36163         Rename the following enum values to obey POSIX requirements.
36164         The old names are still visible as macros.
36165         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
36166         is not defined, since GNU is supposed to be a superset of POSIX as
36167         much as possible, and since we want reg_errcode_t to be a signed
36168         type for implementation consistency.
36169         (_REG_NOERROR): Renamed from REG_NOERROR.
36170         (_REG_NOMATCH): Renamed from REG_NOMATCH.
36171         (_REG_BADPAT): Renamed from REG_BADPAT.
36172         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
36173         (_REG_ECTYPE): Renamed from REG_ECTYPE.
36174         (_REG_EESCAPE): Renamed from REG_EESCAPE.
36175         (_REG_ESUBREG): Renamed from REG_ESUBREG.
36176         (_REG_EBRACK): Renamed from REG_EBRACK.
36177         (_REG_EPAREN): Renamed from REG_EPAREN.
36178         (_REG_EBRACE): Renamed from REG_EBRACE.
36179         (_REG_BADBR): Renamed from REG_BADBR.
36180         (_REG_ERANGE): Renamed from REG_ERANGE.
36181         (_REG_ESPACE): Renamed from REG_ESPACE.
36182         (_REG_BADRPT): Renamed from REG_BADRPT.
36183         (_REG_EEND): Renamed from REG_EEND.
36184         (_REG_ESIZE): Renamed from REG_ESIZE.
36185         (_REG_ERPAREN): Renamed from REG_ERPAREN.
36186         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
36187         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
36188         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
36189         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
36190
36191         (_REG_RE_NAME, _REG_RM_NAME): New macros.
36192         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
36193         changed.  But support the old name if the new one is not defined
36194         and if _REGEX_SOURCE.
36195
36196         Change the following member names in struct re_pattern_buffer.
36197         The old names are still supported if !_REGEX_SOURCE.
36198         The new names are always supported, regardless of _REGEX_SOURCE.
36199         (re_buffer): Renamed from buffer.
36200         (re_allocated): Renamed from allocated.
36201         (re_used): Renamed from used.
36202         (re_syntax): Renamed from syntax.
36203         (re_fastmap): Renamed from fastmap.
36204         (re_translate): Renamed from translate.
36205         (re_can_be_null): Renamed from can_be_null.
36206         (re_regs_allocated): Renamed from regs_allocated.
36207         (re_fastmap_accurate): Renamed from fastmap_accurate.
36208         (re_no_sub): Renamed from no_sub.
36209         (re_not_bol): Renamed from not_bol.
36210         (re_not_eol): Renamed from not_eol.
36211         (re_newline_anchor): Renamed from newline_anchor.
36212
36213         Change the following member names in struct re_registers.
36214         The old names are still supported if !_REGEX_SOURCE.
36215         The new names are always supported, regardless of _REGEX_SOURCE.
36216         (rm_num_regs): Renamed from num_regs.
36217         (rm_start): Renamed from start.
36218         (rm_end): Renamed from end.
36219
36220         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36221         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36222         Prepend __ to parameter names.
36223
36224         Undo yesterday's changes.
36225
36226 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36227
36228         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36229         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36230         lib/regex.c.
36231
36232 2005-08-24  Jim Meyering  <jim@meyering.net>
36233
36234         Sync from coreutils.
36235         * m4/fcntl-safer.m4: New file.
36236
36237         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36238         and object files for this module.
36239
36240 2005-08-24  Jim Meyering  <jim@meyering.net>
36241
36242         Sync from coreutils.
36243         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36244
36245 2005-08-24  Jim Meyering  <jim@meyering.net>
36246
36247         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36248         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36249
36250 2005-08-24  Jim Meyering  <jim@meyering.net>
36251
36252         * modules/fcntl-safer: New module.
36253         * modules/fts (Depends-on): Add fcntl-safer.
36254         * MODULES.html.sh (File descriptor based Input/Output):
36255         Add fcntl-safer.
36256
36257 2005-08-24  Bruno Haible  <bruno@clisp.org>
36258
36259         Support for unit test modules.
36260         * modules/README: Mention tests modules.
36261         * modules/TEMPLATE-TESTS: New file.
36262         * gnulib-tool: New options --extract-tests-module, --with-tests and
36263         --tests-base (unused for the moment).
36264         (testsbase, inctests): New variables.
36265         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36266         (func_verify_module): Exclude TEMPLATE-TESTS.
36267         (func_verify_nontests_module, func_verify_tests_module): New functions.
36268         (func_get_dependencies): Add implicit dependency for tests modules.
36269         (func_get_tests_module): New function.
36270         (func_modules_transitive_closure): When --with-tests was specified,
36271         include the unit tests as well, unless explicitly avoided.
36272         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36273         (func_emit_tests_Makefile_am): New function.
36274         (func_create_testdir): When --with-tests was specified, emit a
36275         tests/ directory.
36276         * MODULES.html.sh (Future developments): Update.
36277
36278 2005-08-24  Bruno Haible  <bruno@clisp.org>
36279
36280         * modules/tls-tests: New file.
36281         * tests/test-tls.c: New file, from GNU gettext.
36282
36283 2005-08-24  Bruno Haible  <bruno@clisp.org>
36284
36285         * modules/lock-tests: New file.
36286         * tests/test-lock.c: New file, from GNU gettext.
36287
36288 2005-08-24  Bruno Haible  <bruno@clisp.org>
36289
36290         * lib/lock.h: Add multiple inclusion guard.
36291         * lib/tls.h: Add multiple inclusion guard.
36292
36293 2005-08-24  Bruno Haible  <bruno@clisp.org>
36294
36295         * gnulib-tool: Add support for the --aux-dir option to
36296         --create-testdir, --create-megatestdir, --test, --megatest.
36297         (func_create_testdir, func_create_megatestdir): Optionally emit a
36298         AC_CONFIG_AUX_DIR directive.
36299         (create-testdir, create-megatestdir, test, megatest): Provide a
36300         default value for $auxdir.
36301
36302 2005-08-24  Bruno Haible  <bruno@clisp.org>
36303
36304         * gnulib-tool (import): Use compound statement instead of subshell
36305         where possible.
36306
36307 2005-08-24  Bruno Haible  <bruno@clisp.org>
36308
36309         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36310
36311 2005-08-24  Bruno Haible  <bruno@clisp.org>
36312
36313         * gnulib-tool (func_version): Update.
36314
36315 2005-08-24  Bruno Haible  <bruno@clisp.org>
36316
36317         * gnulib-tool (func_import, func_create_testdir,
36318         func_create_megatestdir): Quote all autoconf macro arguments.
36319
36320 2005-08-24  Bruno Haible  <bruno@clisp.org>
36321
36322         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36323         option --force, because --force causes the aclocal.m4 of each
36324         subdirectory to be newer than the corresponding config.h.in.
36325
36326 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36327
36328         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36329         All contents moved to gl_REGEX.
36330         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36331         assume that it does.
36332
36333 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36334
36335         * lib/regex.h (REG_NOSYS)
36336         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36337         Define, since POSIX requires it as of 2001.
36338         (_REG_ENOSYS)
36339         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36340         New private symbol, used to keep the enum signed in all cases.
36341         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36342         Youngman in
36343         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36344
36345         * lib/regex_internal.c (re_string_skip_chars, register_state):
36346         (calc_state_hash):
36347         Remove forward decls; no longer needed now that we use prototypes.
36348         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36349         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36350         (clean_state_log_if_needed): Likewise.
36351
36352 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36353
36354         * config/srclist.txt: Add glibc bugs 1231-1233.
36355
36356 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36357
36358         Fix problems reported by Sam Steingold in
36359         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36360         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36361         assumed that reg_errcode_t is a signed type, which is not
36362         necessarily true if _XOPEN_SOURCE is not defined.
36363         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36364         since some compilers warn about it otherwise.
36365
36366 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36367
36368         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36369         (init_word_char, create_initial_state, duplicate_node_closure):
36370         (fetch_token, peek_token_bracket, build_range_exp):
36371         (build_collating_symbol): Remove forward decls; no longer needed
36372         now that we use prototypes.
36373
36374         * lib/regcomp.c:
36375         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36376         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36377         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36378         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36379         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36380         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36381         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36382         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36383         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36384         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36385         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36386         (build_charclass, build_charclass_op, fetch_number, create_tree):
36387         (create_token_tree, mark_opt_subexp, duplicate_tree):
36388         Use prototypes rather than old-style definitions.
36389
36390         * lib/regex_internal.c:
36391         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36392         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36393         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36394         (re_string_reconstruct, re_string_peek_byte_case):
36395         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36396         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36397         (re_node_set_init_copy, re_node_set_add_intersect):
36398         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36399         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36400         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36401         (re_acquire_state, re_acquire_state_context, register_state):
36402         (create_ci_newstate, create_cd_newstate, free_state):
36403         Likewise.
36404         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36405         re_search_2):
36406         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36407         (re_search_internal, prune_impossible_nodes):
36408         (acquire_init_state_context, check_matching, static):
36409         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36410         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36411         (update_regs, sift_states_backward, build_sifted_states):
36412         (clean_state_log_if_needed, merge_state_array):
36413         (update_cur_sifted_state, add_epsilon_src_nodes):
36414         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36415         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36416         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36417         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36418         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36419         (check_arrival, check_arrival_add_next_nodes):
36420         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36421         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36422         (check_node_accept_bytes, check_node_accept, extend_buffers):
36423         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36424         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36425         (sift_ctx_init):
36426         Likewise.
36427
36428         * lib/regex_internal.h:
36429         (re_string_allocate, re_string_construct, re_string_reconstruct):
36430         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36431         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36432         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36433         (re_string_context_at, re_string_peek_byte_case):
36434         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36435         is defined, since we now use prototypes always.
36436
36437         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36438         C89 or better.  All uses removed.
36439
36440 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36441
36442         * config/srclist.txt: Add glibc bugs 1220-1227.
36443
36444 2005-08-20  Jim Meyering  <jim@meyering.net>
36445
36446         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36447         of unused local, dfa.
36448
36449 2005-08-20  Bruno Haible  <bruno@clisp.org>
36450
36451         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36452
36453 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36454
36455         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36456         (re_node_set_insert_last, re_dfa_add_node):
36457         Rename local variables to avoid GCC shadowing warnings.
36458
36459 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36460
36461         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36462         [defined lint]: Suppress bogus uninitialized-variable warnings.
36463
36464         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36465         and let the caller return REG_ESPACE if out of space.  This
36466         removes an uninitialied-variable warning with GCC 4.0.1, and also
36467         avoids taking the address of a local variable.  All callers
36468         changed.
36469
36470 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36471
36472         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36473         $LIBCSRC/posix/regexec.c.
36474         Add glibc bug 1217 for regcomp.c.
36475
36476 2005-08-19  Jim Meyering  <jim@meyering.net>
36477
36478         * lib/regexec.c (proceed_next_node): Redo local variables to
36479         avoid GCC shadowing warnings.
36480
36481 2005-08-18  Bruno Haible  <bruno@clisp.org>
36482
36483         * lib/strstr.c (strstr): Fix return value in multibyte case.
36484         * lib/strcasestr.c (strcasestr): Likewise.
36485
36486 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36487
36488         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36489
36490 2005-08-17  Jim Meyering  <jim@meyering.net>
36491
36492         Make the %s format (seconds since the epoch) work for a negative
36493         number and when used with a zero-padded field width, e.g. %015s.
36494
36495         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36496         label so that it precedes the code to set `digits'.  Otherwise,
36497         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36498         print `00-22'.  Now, it prints `-0022', as it should.
36499
36500 2005-08-17  Bruno Haible  <bruno@clisp.org>
36501
36502         * modules/strstr (Files): Add m4/mbrtowc.m4.
36503         (Depends-on): Add mbuiter.
36504
36505 2005-08-17  Bruno Haible  <bruno@clisp.org>
36506
36507         * modules/strcasestr: New file.
36508         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36509         strcasestr.
36510
36511 2005-08-17  Bruno Haible  <bruno@clisp.org>
36512
36513         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36514
36515 2005-08-17  Bruno Haible  <bruno@clisp.org>
36516
36517         * modules/mbuiter: New file.
36518         * MODULES.html.sh (Extended multibyte and wide character utilities):
36519         Add mbuiter.
36520
36521 2005-08-17  Bruno Haible  <bruno@clisp.org>
36522
36523         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36524         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36525
36526 2005-08-17  Bruno Haible  <bruno@clisp.org>
36527
36528         * m4/strcasestr.m4: New file.
36529
36530 2005-08-17  Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36533         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36534
36535 2005-08-17  Bruno Haible  <bruno@clisp.org>
36536
36537         * lib/strcasestr.h: New file.
36538         * lib/strcasestr.c: New file.
36539
36540 2005-08-17  Bruno Haible  <bruno@clisp.org>
36541
36542         * lib/strcasecmp.c: Use mbuiter.h.
36543
36544 2005-08-17  Bruno Haible  <bruno@clisp.org>
36545
36546         * lib/mbuiter.h: New file.
36547
36548 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36549
36550         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36551         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36552         and gl_GETOPT are both invoked via different paths (as happens
36553         with GNU tar CVS because it uses both argp and getopt), the former
36554         wins.
36555
36556 2005-08-16  Bruno Haible  <bruno@clisp.org>
36557
36558         * modules/tls: New file.
36559         * MODULES.html.sh (Multithreading): Add tls.
36560
36561 2005-08-16  Bruno Haible  <bruno@clisp.org>
36562
36563         * modules/strnlen1: New file.
36564         * MODULES.html.sh (String handling): Add strnlen1.
36565
36566 2005-08-16  Bruno Haible  <bruno@clisp.org>
36567
36568         * modules/strcase (Files): Add m4/mbrtowc.m4.
36569         (Depends-on): Add strnlen1, mbchar.
36570
36571 2005-08-16  Bruno Haible  <bruno@clisp.org>
36572
36573         * modules/mbiter: New file.
36574         * MODULES.html.sh (Extended multibyte and wide character utilities):
36575         Add mbiter.
36576
36577 2005-08-16  Bruno Haible  <bruno@clisp.org>
36578
36579         * modules/mbfile: New file.
36580         * MODULES.html.sh (Extended multibyte and wide character utilities):
36581         Add mbfile.
36582
36583 2005-08-16  Bruno Haible  <bruno@clisp.org>
36584
36585         * modules/mbchar: New file.
36586         * MODULES.html.sh (Extended multibyte and wide character utilities):
36587         New section.
36588
36589 2005-08-16  Bruno Haible  <bruno@clisp.org>
36590
36591         * m4/tls.m4: New file, from GNU gettext.
36592
36593 2005-08-16  Bruno Haible  <bruno@clisp.org>
36594
36595         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36596         always.
36597         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36598
36599 2005-08-16  Bruno Haible  <bruno@clisp.org>
36600
36601         * m4/mbiter.m4: New file.
36602
36603 2005-08-16  Bruno Haible  <bruno@clisp.org>
36604
36605         * m4/mbfile.m4: New file.
36606
36607 2005-08-16  Bruno Haible  <bruno@clisp.org>
36608
36609         * m4/mbchar.m4: New file.
36610
36611 2005-08-16  Bruno Haible  <bruno@clisp.org>
36612
36613         * lib/tls.h: New file, from GNU gettext.
36614         * lib/tls.c: New file, from GNU gettext.
36615
36616 2005-08-16  Bruno Haible  <bruno@clisp.org>
36617
36618         * lib/strnlen1.h: New file.
36619         * lib/strnlen1.c: New file.
36620
36621 2005-08-16  Bruno Haible  <bruno@clisp.org>
36622
36623         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36624         (mbi_init): Update.
36625         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36626         NUL byte, not after it.
36627
36628 2005-08-16  Bruno Haible  <bruno@clisp.org>
36629
36630         * lib/strcase.h (strcasecmp): Add note in comments.
36631         * lib/strncasecmp.c: Use code from strcasecmp.c.
36632         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36633         (strcasecmp): Work correctly in multibyte locales.
36634
36635 2005-08-16  Bruno Haible  <bruno@clisp.org>
36636
36637         * lib/mbiter.h: New file.
36638
36639 2005-08-16  Bruno Haible  <bruno@clisp.org>
36640
36641         * lib/mbfile.h: New file.
36642
36643 2005-08-16  Bruno Haible  <bruno@clisp.org>
36644
36645         * lib/mbchar.h: New file.
36646         * lib/mbchar.c: New file.
36647
36648 2005-08-16  Bruno Haible  <bruno@clisp.org>
36649
36650         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36651         the valid ones. Makes the comparison operations transitive:
36652         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36653         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36654
36655 2005-08-15  Simon Josefsson  <jas@extundo.com>
36656
36657         * modules/ssize_t (License): Change to 'unlimited'.
36658
36659         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36660
36661 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36662
36663         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36664         Add comments for each pending glibc patch.
36665
36666 2005-08-15  Bruno Haible  <bruno@clisp.org>
36667
36668         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36669         __cplusplus is defined.
36670
36671 2005-08-14  Jim Meyering  <jim@meyering.net>
36672
36673         Sync from coreutils.
36674
36675         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36676         Use the hash-table-based cycle-detection code not just when
36677         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36678         Reported by James Youngman in
36679         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36680         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36681         FTS_TIGHT_CYCLE_CHECK.
36682         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36683         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36684         once again.
36685         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36686         * lib/fts.c (fd_safer): Remove decl.
36687         Include fcntl--.h rather than unistd-safer.h
36688         (fts_safe_changedir): Don't call fd_safer; no longer needed
36689         now that we include fcntl--.h.
36690
36691 2005-08-12  Simon Josefsson  <jas@extundo.com>
36692
36693         * modules/getndelim2: Use ssize_t module.
36694         * modules/getnline: Likewise.
36695         * modules/safe-read: Likewise.
36696         * modules/xreadlink: Likewise.
36697
36698         * modules/ssize_t: New file.
36699
36700 2005-08-12  Simon Josefsson  <jas@extundo.com>
36701
36702         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36703
36704 2005-08-12  Simon Josefsson  <jas@extundo.com>
36705
36706         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36707         ssize_t.
36708
36709 2005-08-12  Simon Josefsson  <jas@extundo.com>
36710
36711         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36712         readline, getdelim and check_version.
36713         (Support for systems lacking ISO C 99: Sizes of integer types):
36714         Add size_max.
36715
36716 2005-08-12  Bruno Haible  <bruno@clisp.org>
36717
36718         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36719
36720 2005-08-11  Simon Josefsson  <jas@extundo.com>
36721
36722         * modules/readline: New file.
36723
36724         * modules/strnlen (Files): Add strnlen.h.
36725
36726 2005-08-11  Simon Josefsson  <jas@extundo.com>
36727
36728         * m4/readline.m4: New file.
36729
36730 2005-08-11  Simon Josefsson  <jas@extundo.com>
36731
36732         * lib/readline.h, readline.c: New file.
36733
36734 2005-08-11  Simon Josefsson  <jas@extundo.com>
36735
36736         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36737         gl_AVOID.
36738
36739 2005-08-11  Bruno Haible  <bruno@clisp.org>
36740
36741         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36742
36743 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36744
36745         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36746
36747 2005-08-10  Simon Josefsson  <jas@extundo.com>
36748
36749         * tests/test-iconvme.c: New file.
36750
36751 2005-08-10  Simon Josefsson  <jas@extundo.com>
36752
36753         * m4/strnlen.m4: New file.
36754
36755         * m4/strndup.m4: Don't check for strnlen declaration, done in
36756         strnlen.m4.
36757
36758 2005-08-10  Simon Josefsson  <jas@extundo.com>
36759
36760         * lib/strndup.c: Use strnlen.h.
36761
36762         * lib/strnlen.h: New file.
36763
36764 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36765
36766         * README: Typos.
36767
36768 2005-08-02  Simon Josefsson  <jas@extundo.com>
36769
36770         * modules/readline: New file.
36771
36772 2005-08-02  Simon Josefsson  <jas@extundo.com>
36773
36774         * modules/getdelim: New file.
36775
36776         * modules/getline: Rewrite, don't use getndelim2.
36777
36778 2005-08-02  Simon Josefsson  <jas@extundo.com>
36779
36780         * m4/getline.m4: Separate out getdelim stuff into separate module.
36781
36782         * m4/getdelim.m4: New file.
36783
36784 2005-08-02  Simon Josefsson  <jas@extundo.com>
36785
36786         * lib/getline.h, getline.c: Rewrite.
36787
36788         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36789
36790 2005-07-31  Bruno Haible  <bruno@clisp.org>
36791
36792         * lib/lock.h (gl_lock_initializer): New macro.
36793         (gl_lock_define_initialized): Use it.
36794         (gl_rwlock_initializer): New macro.
36795         (gl_rwlock_define_initialized): Use it.
36796         (gl_recursive_lock_initializer): New macro.
36797         (gl_recursive_lock_define_initialized): Use it.
36798
36799 2005-07-30  Karl Berry  <karl@gnu.org>
36800
36801         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36802         Report from Ben Pfaff, regarding getopt.
36803
36804 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36805
36806         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36807         normal way.
36808         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36809         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36810         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36811         (gl_GETOPT): Use the new macros.  Most of the implementation
36812         is moved to the new macros.  This is for programs like Emacs
36813         that don't want all the functionality of gl_GETOPT.
36814
36815 2005-07-26  Bruno Haible  <bruno@clisp.org>
36816
36817         * m4/lock.m4: Update from GNU gettext.
36818
36819 2005-07-26  Bruno Haible  <bruno@clisp.org>
36820
36821         * lib/lock.h: Update from GNU gettext.
36822         * lib/lock.c: Update from GNU gettext.
36823
36824 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36825
36826         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36827         obsolescent AC_TRY_RUN.  Include the default includes files, for
36828         'exit'.
36829
36830 2005-07-24  Bruno Haible  <bruno@clisp.org>
36831
36832         * modules/visibility: New file.
36833         * MODULES.html.sh (Misc): Add visibility.
36834
36835 2005-07-24  Bruno Haible  <bruno@clisp.org>
36836
36837         * m4/visibility.m4: New file.
36838
36839 2005-07-24  Bruno Haible  <bruno@clisp.org>
36840
36841         * doc/visibility.texi: New file.
36842
36843 2005-07-22  Bruno Haible  <bruno@clisp.org>
36844
36845         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36846         $(ALLOCA_H), redundant through BUILT_SOURCES.
36847         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36848         redundant through BUILT_SOURCES.
36849         * modules/byteswap (Makefile.am): Remove explicit dependency on
36850         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36851         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36852         $(FNMATCH_H), redundant through BUILT_SOURCES.
36853         * modules/getopt (Makefile.am): Remove explicit dependency on
36854         $(GETOPT_H), redundant through BUILT_SOURCES.
36855         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36856         redundant through BUILT_SOURCES.
36857         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36858         redundant through BUILT_SOURCES.
36859         * modules/stdbool (Makefile.am): Remove explicit dependency on
36860         $(STDBOOL_H), redundant through BUILT_SOURCES.
36861         * modules/stdint (Makefile.am): Remove explicit dependency on
36862         $(STDINT_H), redundant through BUILT_SOURCES.
36863         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36864         Remove explicit dependency on $(SYSEXITS_H).
36865         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36866
36867 2005-07-18  Simon Josefsson  <jas@extundo.com>
36868
36869         * lib/check-version.c (check_version): Accept identical versions too.
36870
36871 2005-07-18  Bruno Haible  <bruno@clisp.org>
36872
36873         * modules/lock: New file.
36874         * MODULES.html.sh (Multithreading): New section.
36875
36876 2005-07-18  Bruno Haible  <bruno@clisp.org>
36877
36878         * m4/lock.m4: New file, from GNU gettext.
36879
36880 2005-07-18  Bruno Haible  <bruno@clisp.org>
36881
36882         * lib/lock.h: New file, from GNU gettext.
36883         * lib/lock.c: New file, from GNU gettext.
36884
36885 2005-07-18  Bruno Haible  <bruno@clisp.org>
36886
36887         * lib/lock.h (gl_once_t): New type.
36888         (gl_once_define, gl_once): New macros.
36889         * lib/lock.c (fresh_once): New variable.
36890         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36891         functions.
36892
36893 2005-07-16  Simon Josefsson  <jas@extundo.com>
36894
36895         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36896         workaround, suggested by Bruno.
36897
36898 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36899
36900         * modules/xalloc (Depends-on): Add xalloc-die.
36901         * modules/xvasprintf (Depends-on): Add xalloc-die.
36902
36903 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36904
36905         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36906         with a minor change.
36907
36908 2005-07-15  Bruno Haible  <bruno@clisp.org>
36909
36910         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36911         When using lib/poll.c, define poll as rpl_poll.
36912
36913 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36914
36915         * modules/argp (Depends-on): Remove unlocked-io.
36916
36917 2005-07-14  Derek Price  <derek@ximbiot.com>
36918
36919         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36920         for glob symlink bug.
36921
36922 2005-07-14  Bruno Haible  <bruno@clisp.org>
36923
36924         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36925         Instead, test for *_unlocked function declarations directly.
36926
36927 2005-07-11  Simon Josefsson  <jas@extundo.com>
36928
36929         * modules/size_max: New file.
36930
36931         * modules/xsize: Depend on size_max module for size_max.m4.
36932
36933 2005-07-11  Simon Josefsson  <jas@extundo.com>
36934
36935         * lib/size_max.h: New file.
36936
36937 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36938
36939         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36940         copyright symbol and the year.
36941         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36942         (version_etc_va): Use parameterized copyright notice.
36943         Reword to conform to the current GNU coding standards.
36944
36945 2005-07-11  Karl Berry  <karl@gnu.org>
36946
36947         * doc/gnulib.texi (Quoting): new node.
36948         (Initial import): more info, from Patrice.
36949
36950 2005-07-11  Bruno Haible  <bruno@clisp.org>
36951
36952         * gnulib-tool (func_usage): Document option --avoid.
36953         (Command line options): Handle --avoid.
36954         (func_acceptable): New function.
36955         (func_modules_transitive_closure): Use it.
36956
36957 2005-07-11  Bruno Haible  <bruno@clisp.org>
36958
36959         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36960         Reported by Jim Meyering.
36961
36962 2005-07-10  Bruno Haible  <bruno@clisp.org>
36963
36964         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36965         Needed when size_t is smaller than 'unsigned int'.
36966         Reported by Paul Eggert.
36967
36968 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36969
36970         * modules/argp (Depends-on): Add unlocked-io
36971
36972 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36973
36974         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36975         block of defines.
36976
36977 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36978
36979         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36980         fix now.
36981
36982 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36983         and Paul Eggert  <eggert@cs.ucla.edu>
36984
36985         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36986         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36987
36988 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36989
36990         * modules/regex (Files): Add lib/regex_internal.c,
36991         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36992         (Depends-on): Add extensions.
36993         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36994
36995 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36996
36997         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36998         pathconf.
36999         * m4/same.m4 (gl_SAME): Likewise.
37000         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
37001
37002         * m4/regex.m4: Adjust to new libc regex implementation.
37003         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
37004         all the .c and .h parts of (the new) regex.
37005         Quote the m4 stuff better.
37006         Check for RE_ICASE bug of old gnulib.
37007         Check for REG_STARTEND of recent libc.
37008         Rename local variables from jm_* to gl_*.
37009         Quote operand of "test -f".
37010         Say "recent enough" version of libc, not "version 2".
37011         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
37012         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
37013         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
37014         Remove check for btowc, isascii.
37015         Require AM_LANGINFO_CODESET.
37016
37017 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37018
37019         * lib/regex.c, regex.h: Sync from libc.
37020         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
37021         * lib/regexec.c:
37022         New files, synced from libc, except that regex_internal.h
37023         currently has a small porting fix.
37024
37025 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37026
37027         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
37028         regex_internal.c, regexec.c.
37029         Add regex_internal.h too, but as a comment, since the libc version
37030         is currently broken in gnulib mode.
37031
37032 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
37033
37034         Support programs like Emacs that use gnulib but not gettext.
37035         * MODULES.html.sh (Internationalization functions): Add gettext-h.
37036         * modules/gettext-h: New file.
37037         * modules/gettext (Files): Remove lib/gettext.h.
37038         (Depends-on): Add gettext-h.
37039         (Makefile.am): Remove lib_SOURCES.
37040         * modules/argmatch, modules/c-stack, modules/closeout:
37041         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
37042         * modules/execute, modules/file-type, modules/getaddrinfo:
37043         * modules/getopt, modules/human, modules/javacomp:
37044         * modules/javaexec, modules/mkdir-p, modules/obstack:
37045         * modules/openat, modules/pagealign_alloc, modules/pipe:
37046         * modules/quotearg, modules/regex, modules/rpmatch:
37047         * modules/unicodeio, modules/userspec, modules/version-etc:
37048         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
37049         * modules/xsetenv:
37050         Depend on gettext-h, not gettext.
37051
37052 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
37053
37054         * gnulib-tool (func_import): Add support for 'public domain' license.
37055         * modules/alloca, modules/atexit, modules/memmove:
37056         Now public domain, not GPL.
37057         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
37058         * modules/realloc, modules/strerror, modules/strtod:
37059         Now LGPL, not GPL.
37060
37061 2005-07-05  Bruno Haible  <bruno@clisp.org>
37062
37063         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
37064         autoconf CVS. Needed for mingw.
37065
37066 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37067
37068         Remove the dependency of the strftime module on the tzset module.
37069         * modules/strftime (Depends-on): Remove dependency on tzset.
37070
37071 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37072
37073         Remove the dependency of the strftime module on the tzset module.
37074         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
37075         gl_FUNC_TZSET_CLOBBER.
37076
37077 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37078
37079         Remove the dependency of the strftime module on the tzset module.
37080         * lib/strftime.c (my_strftime)
37081         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
37082         Copy the input structure, to work around some of the bug with
37083         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
37084         Solaris releases, you should also use the tzset module, but we won't
37085         require it as a dependency any more since we don't want LGPLed code
37086         to depend on GPLed code.
37087
37088 2005-07-02  Jim Meyering  <jim@meyering.net>
37089
37090         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
37091         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
37092         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
37093         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
37094
37095 2005-07-02  Jim Meyering  <jim@meyering.net>
37096
37097         * lib/backupfile.c (backup_args): Change a `0' to NULL.
37098
37099 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37100
37101         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
37102         declares only 'struct timespec;' (!).
37103
37104 2005-07-01  Jim Meyering  <jim@meyering.net>
37105
37106         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
37107         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
37108         * lib/save-cwd.c, tempname.c:
37109         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
37110         and don't include <sys/file.h>).
37111
37112 2005-06-29  Jim Meyering  <jim@meyering.net>
37113
37114         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
37115         type name.  Use the variable name instead.
37116         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
37117         Likewise.
37118
37119 2005-06-28  Simon Josefsson  <jas@extundo.com>
37120
37121         * modules/check-version (Files): Add check-version.m4.
37122
37123 2005-06-28  Simon Josefsson  <jas@extundo.com>
37124
37125         * m4/check-version.m4: New file, suggested by Jim Meyering
37126         <jim@meyering.net>.
37127
37128 2005-06-28  Simon Josefsson  <jas@extundo.com>
37129
37130         * lib/check-version.h, lib/check-version.c: New files.
37131
37132 2005-06-28  Simon Josefsson  <jas@extundo.com>
37133
37134         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
37135         collision with global variable.  Better indentation.  Don't
37136         increment buffer pointer beyond buffer end.  Based on comments
37137         from Paul Eggert <eggert@cs.ucla.edu>.
37138
37139         * lib/base64.h: Indent.
37140
37141 2005-06-28  Simon Josefsson  <jas@extundo.com>
37142
37143         * doc/gnulib.texi (Library version handling): New section.
37144
37145 2005-06-28  Jim Meyering  <jim@meyering.net>
37146
37147         * check-module (find_included_lib_files): Hard-code another
37148         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
37149         but modules/fts-lgpl (correctly) does not list those files.
37150
37151         * modules/canonicalize (Files): Add lib/pathmax.h.
37152
37153 2005-06-25  Simon Josefsson  <jas@extundo.com>
37154
37155         * modules/check-version: New file.
37156
37157 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
37158
37159         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
37160         initializer of struct addrinfo, as an indication that we don't
37161         care how many members the structure has.
37162
37163 2005-06-24  Derek Price  <derek@ximbiot.com>
37164         and Bruno Haible  <bruno@clisp.org>
37165
37166         Remove stat module & update lstat.
37167         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
37168         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37169         * m4/stat.m4: Remove this file.
37170
37171 2005-06-24  Derek Price  <derek@ximbiot.com>
37172         and Bruno Haible  <bruno@clisp.org>
37173
37174         Remove stat module & update lstat.
37175         * lib/stat.c: Remove this file...
37176         (slash_aware_lstat): ...moving this content and its support...
37177         * lib/lstat.c (rpl_lstat): ...into here.
37178         * lib/lstat.h: New file.
37179
37180 2005-06-24  Derek Price  <derek@ximbiot.com>
37181         and Bruno Haible  <bruno@clisp.org>
37182
37183         Remove stat module & update lstat.
37184         * config/srclist.txt (libc sources): Remove stat.
37185
37186 2005-06-24  Derek Price  <derek@ximbiot.com>
37187         and Bruno Haible  <bruno@clisp.org>
37188
37189         Remove stat module & update lstat.
37190         * MODULES.html.sh (stat): Remove.
37191         * MODULES.html: Regenerated.
37192         * modules/lstat (Description): Correct function name.
37193         (Files): Add "lstat.h".
37194         (Depends-on): Remove stat, add xalloc, stat-macros.
37195         * modules/stat: Remove this file.
37196         (Include): Add "lstat.h", remove <sys/stat.h>.
37197
37198 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
37199
37200         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
37201         (ranged_convert): Don't save conversion in a temporary struct.
37202         This causes a warning with GCC 4.0.0, and anyway in the typical
37203         case it's not worth the extra 100 bytes or so of code.
37204         (ranged_convert, __mktime_internal): When calling a function via a
37205         pointer P, use P () rather than (*P) (), as we now assume C89 or
37206         better.
37207
37208 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37209
37210         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37211         "who -r" failed to give output.  Problem reported by Tim Waugh.
37212
37213         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37214         (xcalloc): Use it to avoid needless tests.
37215         Problem reported by Jim Meyering.
37216
37217 2005-06-20  Derek Price  <derek@ximbiot.com>
37218
37219         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37220         unnecessary for Autoconfs > 2.59c.
37221
37222 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37223
37224         * lib/argp.h (__option_is_short): Check upper limit of
37225         __key. Isprint() requires its argument to have the value
37226         of an unsigned char or EOF.
37227
37228 2005-06-16  Jim Meyering  <jim@meyering.net>
37229
37230         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37231         when either N or S is zero.
37232
37233 2005-06-16  Derek Price  <derek@ximbiot.com>
37234
37235         * m4/bison.m4: Declare YACC & YFLAGS precious.
37236
37237 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37238
37239         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37240         multibyte string or pattern, fall back on unibyte matching.
37241         Problem reported by James Youngman.
37242
37243 2005-06-08  Bruno Haible  <bruno@clisp.org>
37244
37245         * modules/csharpcomp: New file.
37246         * MODULES.html.sh (C#): Add csharpcomp.
37247
37248 2005-06-08  Bruno Haible  <bruno@clisp.org>
37249
37250         * m4/csharpcomp.m4: New file, from GNU gettext.
37251
37252 2005-06-08  Bruno Haible  <bruno@clisp.org>
37253
37254         * lib/csharpcomp.h: New file, from GNU gettext.
37255         * lib/csharpcomp.c: New file, from GNU gettext.
37256         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37257
37258 2005-06-08  Bruno Haible  <bruno@clisp.org>
37259
37260         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37261         warning on mingw.
37262
37263 2005-06-07  Derek Price  <derek@ximbiot.com>
37264
37265         Sync from CVS.
37266         * lib/glob_.h: Indent nested #ifdef.
37267
37268 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37269
37270         Sync from coreutils.
37271         Use "file name" when talking about file names, instead of "filename"
37272         or "path", as per the GNU coding standards.
37273         * lib/mkdir-p.c: Renamed from makepath.c.
37274         (make_dir_parents): Renamed from make_path.  All callers changed.
37275         * lib/mkdir-p.h: Likewise.  All includers changed.
37276         * lib/filenamecat.c: Renamed from path-concat.c.
37277         (file_name_concat): Renamed from path_concat.  All callers changed.
37278         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37279         * lib/filenamecat.h: Likewise.  All includers changed.
37280         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37281         in comments or local variable names.
37282         * lib/basename.c: Likewise.
37283         * lib/canonicalize.c, canonicalize.h: Likewise.
37284         * lib/dirname.c, dirname.h: Likewise.
37285         * lib/euidaccess.c: Likewise.
37286         * lib/exclude.c: Likewise
37287         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37288         * lib/fsusage.c, fsuage.h: Likewise.
37289         * lib/fts.c, fts_.h: Likewise.
37290         * lib/getcwd.c: Likewise.
37291         * lib/getloadavg.c: Likewise.
37292         * lib/mkstemp.c: Likewise.
37293         * lib/mountlist.c, mountlist.h: Likewise.
37294         * lib/openat.c, openat.h: Likewise.
37295         * lib/readlink-stub.c: Likewise.
37296         * lib/readutmp.c, readutmp.h: Likewise.
37297         * lib/rename.c: Likewise.
37298         * lib/rmdir.c: Likewise.
37299         * lib/same.c: Likewise.
37300         * lib/savedir.c: Likewise.
37301         * lib/stripslash.c: Likewise.
37302         * lib/tempname.c: Likewise.
37303         * lib/xreadlink.c: Likewise.
37304         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37305         All uses changed.
37306         * lib/exclude.h: Likewise.
37307
37308         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37309         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37310         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37311         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37312         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37313         files have been getting away with it for years (MORE/BSD 4.3
37314         is extinct now).
37315         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37316         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37317
37318         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37319         Define to 256, not 255, as per modern POSIX.
37320
37321 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37322
37323         Sync from coreutils.
37324         Use "file name" when talking about file names, instead of "filename"
37325         or "path", as per the GNU coding standards.
37326         * MODULES.html.sh: mkdir-p renamed from makepath.
37327         filenamecat renamed from path-concat.
37328         * modules/filenamecat: Renamed from modules/path-concat.
37329         (Files): filenamecat.h and filenamecat.c renamed from
37330         path-concat.h and path-concat.c.
37331         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37332         (Include): filenamecat.h, not path-concat.h.
37333         * modules/mkdir-p: Renamed from modules/makepath.
37334         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37335         makepath.c.
37336         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37337         (Include): mkdir-p.h, not makepath.h.
37338
37339 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37340
37341         Sync from coreutils.
37342         * m4/mkdir-p.m4: Renamed from makepath.m4.
37343         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37344         Rename files from makepath.c to mkdir-p.c, and from
37345         makepath.h to mkdir-p.h.
37346         * m4/filenamecat.m4: Renamed from path-concat.m4.
37347         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37348         Rename files from path-concat.c to filenamecat.c,
37349         and from path-concat.h to filenamecat.h.
37350         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37351         "file name" in local variables or comments.
37352         * m4/rename.m4: Likewise.
37353
37354 2005-06-01  Bruno Haible  <bruno@clisp.org>
37355
37356         * modules/csharpexec: New file.
37357         * MODULES.html.sh (C#): New section.
37358
37359 2005-06-01  Bruno Haible  <bruno@clisp.org>
37360
37361         * m4/csharp.m4: New file, from GNU gettext.
37362         * m4/csharpexec.m4: New file, from GNU gettext.
37363
37364 2005-06-01  Bruno Haible  <bruno@clisp.org>
37365
37366         * lib/csharpexec.h: New file, from GNU gettext.
37367         * lib/csharpexec.c: New file, from GNU gettext.
37368         * lib/csharpexec.sh.in: New file, from GNU gettext.
37369
37370 2005-05-31  Derek Price  <derek@ximbiot.com>
37371             Paul Eggert  <eggert@cs.ucla.edu>
37372
37373         Sync from cvs.
37374         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37375
37376 2005-05-31  Derek Price  <derek@ximbiot.com>
37377             Paul Eggert  <eggert@cs.ucla.edu>
37378
37379         Sync from cvs.
37380         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37381
37382 2005-05-29  Derek Price  <derek@ximbiot.com>
37383
37384         * config/srclist.txt (glob_.h, glob.c): Add these files.
37385
37386 2005-05-29  Derek Price  <derek@ximbiot.com>
37387
37388         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37389         * modules/glob: New file.
37390         * modules/getlogin_r: Add link to POSIX spec in description.
37391
37392 2005-05-29  Derek Price  <derek@ximbiot.com>
37393             Paul Eggert  <eggert@cs.ucla.edu>
37394
37395         * m4/glob.m4: New file.
37396
37397 2005-05-29  Derek Price  <derek@ximbiot.com>
37398             Paul Eggert  <eggert@cs.ucla.edu>
37399
37400         * lib/glob_.h, lib/glob.c: New files.
37401
37402 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37403
37404         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37405         * modules/fts-lgpl (Depends-on): Remove gettext.
37406
37407 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37408
37409         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37410         and don't require gt_INTTYPES_PRI.
37411
37412 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37413
37414         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37415
37416         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37417         the configuration hassle isn't worth it.
37418         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37419         (LONGEST_MODIFIER, PRIuMAX): Remove.
37420
37421 2005-05-27  Bruno Haible  <bruno@clisp.org>
37422
37423         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37424
37425 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37426
37427         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37428         _POSIX_PTHREAD_SEMANTICS for Solaris.
37429
37430 2005-05-25  Derek Price  <derek@ximbiot.com>
37431
37432         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37433
37434 2005-05-25  Derek Price  <derek@ximbiot.com>
37435             Paul Eggert  <eggert@cs.ucla.edu>
37436
37437         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37438         * lib/getlogin_r.c, getlogin_r.h: New files.
37439
37440 2005-05-25  Bruno Haible  <bruno@clisp.org>
37441             Derek Price  <derek@ximbiot.com>
37442
37443         * lib/getlogin_r.h: Simplify API documentation.
37444
37445 2005-05-23  Derek Price  <derek@ximbiot.com>
37446
37447         * modules/minmax (Files): Add m4/minmax.m4.
37448         (configure.ac): Add gl_MINMAX.
37449
37450 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37451
37452         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37453         so that unistd-safer.h (GPL'ed code) need not be included.
37454
37455 2005-05-22  Bruno Haible  <bruno@clisp.org>
37456
37457         * m4/minmax.m4: New file.
37458         Based on a patch by Derek Price <derek@ximbiot.com>.
37459
37460 2005-05-22  Bruno Haible  <bruno@clisp.org>
37461
37462         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37463         (INT64_MIN): Fix definition.
37464         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37465
37466         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37467         NEED_SIGNED_INT_TYPES.
37468
37469         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37470         HAVE_SYSTEM_INTTYPES.
37471
37472 2005-05-22  Bruno Haible  <bruno@clisp.org>
37473
37474         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37475         Also include <sys/param.h> if it defines MIN, MAX.
37476         Based on a patch by Derek Price <derek@ximbiot.com>.
37477
37478 2005-05-21  Jim Meyering  <jim@meyering.net>
37479
37480         * modules/fts (Files): Add m4/inttypes-pri.m4.
37481         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37482
37483 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37484
37485         New fts module.
37486         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37487         (setup_dir, free_dir): New functions.
37488         (enter_dir, leave_dir): Define trivial
37489         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37490         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37491         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37492         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37493         Move to fts-cycle.c.
37494         (fts_open): Use setup_dir.
37495         (fts_close): Use free_dir.
37496         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37497         This adds a label and some gotos, but the alternatives were messier.
37498         Check for memory allocation failure when entering a dir.
37499         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37500         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37501         (FTS): New member fts_cycle, that is a union that contains the
37502         old active_dir_ht and cycle_state.  All uses changed to mention
37503         fts_cycle.ht and fts_cycle.state.
37504         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37505         fts.c, with the following changes:
37506         (setup_dir, free_dir): New functions.
37507         (enter_dir): Now returns bool.  Return true if successful, false
37508         if memory exhausted.  All callers changed.
37509         Do not bother partly cleaning up on
37510         memory allocation failure; that is free_dir's job.
37511         However, free ad if hash_insert fails, to avoid memory leak.
37512         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37513         fts->fts_options to see which union member to use.
37514
37515 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37516
37517         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37518         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37519
37520 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37521
37522         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37523
37524 2005-05-20  Jim Meyering  <jim@meyering.net>
37525
37526         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37527         Now a macro, to pacify GCC.
37528
37529 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37530
37531         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37532         of -1.
37533
37534 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37535
37536         * lib/chown.c (rpl_chown): Return -1 on failure.
37537
37538 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37539
37540         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37541         Don't check for stddef.h.
37542         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37543         don't use its results.
37544         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37545         since we include them unconditionally.  Don't require
37546         AM_STDBOOL_H, since stdbool is a prerequisite.
37547         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37548         since we assume C89 or better.
37549         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37550         as we don't use their results.
37551         Don't check for fchdir, memmove, memset, strrchr, as we use
37552         them unconditionally.
37553         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37554         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37555
37556 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37557
37558         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37559         Include <stddef.h> unconditionally, since we assume C89 now.
37560         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37561         * lib/fts.c: Include fts_.h first, to check interface.
37562         Do not include intprops.h; no longer needed.
37563         Include cycle-check.h and hash.h, since fts_.h no longer does.
37564         Remove unnecessary casts of closedir to void.
37565         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37566         decide whether to decrement nlinks.
37567         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37568         (FTS): Use struct hash_table * instead of Hash_table, so that
37569         we no longer need to include hash.h here.
37570
37571 2005-05-18  Jim Meyering  <jim@meyering.net>
37572
37573         * modules/dirfd (License): Change to LGPL.  Most of the code
37574         is already in the public domain.
37575
37576 2005-05-18  Jim Meyering  <jim@meyering.net>
37577
37578         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37579         Reported by Yoann Vandoorselaere.
37580
37581 2005-05-17  Jim Meyering  <jim@meyering.net>
37582
37583         * m4/fts.m4: New file, from coreutils.
37584
37585 2005-05-17  Jim Meyering  <jim@meyering.net>
37586
37587         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37588
37589 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37590
37591         Sync from coreutils.
37592         * m4/unlinkdir.m4: New file.
37593
37594 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37595
37596         Sync from coreutils.
37597         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37598         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37599         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37600         White space changes only.
37601         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37602         special.
37603         * lib/yesno.c: Include getline.h, not ctype.h.
37604         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37605         Use getline to remove arbitrary restriction on response length.
37606
37607 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37608
37609         * config/srclist-update: Spell out "Street" in FSF postal
37610         mail address; this is the style the FSF seems to prefer.
37611
37612         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37613         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37614         this updates FSF postal mail address.
37615
37616         Sync from coreutils.
37617         * modules/unlinkdir: New file.
37618         * modules/yesno (Depends-on): Add getline.
37619         * MODULES.html.sh (File system functions): Add unlinkdir.
37620
37621 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37622
37623         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37624         lib/strsep.h:
37625         Change the initial comment to refer to GPL, not LGPL.
37626         gnulib-tool will change it to LGPL as needed.
37627
37628         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37629         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37630         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37631         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37632         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37633         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37634         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37635         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37636         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37637         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37638         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37639         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37640         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37641         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37642         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37643         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37644         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37645         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37646         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37647         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37648         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37649         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37650         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37651         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37652         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37653         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37654         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37655         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37656         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37657         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37658         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37659         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37660         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37661         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37662         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37663         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37664         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37665         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37666         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37667         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37668         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37669         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37670         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37671         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37672         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37673         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37674         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37675         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37676         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37677         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37678         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37679         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37680         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37681         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37682         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37683         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37684         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37685         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37686         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37687         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37688         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37689         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37690         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37691         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37692         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37693         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37694         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37695         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37696         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37697         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37698         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37699         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37700         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37701         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37702         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37703         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37704         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37705         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37706         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37707         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37708         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37709         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37710         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37711         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37712         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37713         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37714         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37715         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37716         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37717         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37718         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37719         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37720         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37721         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37722         lib/yesno.c, lib/yesno.h:
37723         Update FSF postal mail address.
37724
37725 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37726
37727         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37728         tests/test-memmem.c, tests/test-stpncpy.c:
37729         Update FSF postal mail address.
37730
37731 2005-05-13  Bruno Haible  <bruno@clisp.org>
37732
37733         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37734         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37735         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37736         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37737         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37738         Add support for 64-bit integers in the MSVC compiler.
37739
37740 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37741
37742         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37743
37744 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37745
37746         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37747
37748 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37749
37750         * doc/getdate.texi (General date syntax): Don't say that date
37751         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37752         Problem reported by Nic Ferrier.
37753
37754 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37755
37756         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37757         specified in ai_socktype. Fix invalid ai_protocol
37758         check. ai_protocol is usually set to 0 or depending on
37759         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37760         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37761         ai_socktype / ai_protocol in the returned addrinfo structure.
37762
37763 2005-05-10  Simon Josefsson  <jas@extundo.com>
37764
37765         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37766         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37767
37768 2005-05-10  Karl Berry  <karl@gnu.org>
37769
37770         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37771         (from http://www.gnu.org/licenses).
37772         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37773         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37774         fdl.texi suffices.
37775
37776 2005-05-10  Karl Berry  <karl@gnu.org>
37777
37778         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37779         (COPYING.DOC): remove.
37780
37781         * config/srclist-update: new FSF address.
37782
37783 2005-05-10  Derek Price  <derek@ximbiot.com>
37784
37785         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37786         possible.
37787
37788 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37789             Bruno Haible  <bruno@clisp.org>
37790
37791         * modules/inet_ntop: New file.
37792         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37793         inet_ntop.
37794
37795 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37796             Bruno Haible  <bruno@clisp.org>
37797
37798         * m4/inet_ntop.m4: New file.
37799
37800 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37801             Bruno Haible  <bruno@clisp.org>
37802
37803         * lib/inet_ntop.h: New file.
37804         * lib/inet_ntop.c: New file, from glibc with modifications.
37805
37806 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37807
37808         * modules/time_r (License): Change to LGPL.
37809         * modules/extensions (License): Change to LGPL.  Actually,
37810         the license is more permissive than that, but currently gnulib-tool
37811         doesn't know how to handle more-permissive licenses.
37812
37813         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37814         Problem reported by Dave Love.
37815
37816 2005-05-08  Jim Meyering  <jim@meyering.net>
37817
37818         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37819         blank.
37820
37821 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37822
37823         * modules/argmatch (Depends-on): Add stdbool.
37824         * modules/backupfile (Depends-on): Likewise.
37825         * modules/chdir-long (Depends-on): Likewise.
37826         * modules/closeout (Depends-on): Likewise.
37827         * modules/cycle-check (Depends-on): Likewise.
37828         * modules/dirname (Depends-on): Likewise.
37829         * modules/fnmatch (Depends-on): Likewise.
37830         * modules/fsusage (Depends-on): Likewise.
37831         * modules/fwriteerror (Depends-on): Likewise.
37832         * modules/getcwd (Depends-on): Likewise.
37833         * modules/getloadavg (Depends-on): Likewise.
37834         * modules/hard-locale (Depends-on): Likewise.
37835         * modules/makepath (Depends-on): Likewise.
37836         * modules/mountlist (Depends-on): Likewise.
37837         * modules/nanosleep (Depends-on): Likewise.
37838         * modules/posixtm (Depends-on): Likewise.
37839         * modules/quotearg (Depends-on): Likewise.
37840         * modules/readtokens (Depends-on): Likewise.
37841         * modules/readtokens0 (Depends-on): Likewise.
37842         * modules/readutmp (Depends-on): Likewise.
37843         * modules/save-cwd (Depends-on): Likewise.
37844         * modules/strftime (Depends-on): Likewise.
37845         * modules/userspec (Depends-on): Likewise.
37846         * modules/utimecmp (Depends-on): Likewise.
37847         * modules/xgetcwd (Depends-on): Likewise.
37848         * modules/xnanosleep (Depends-on): Likewise.
37849         * modules/xstrtod (Depends-on): Likewise.
37850         * modules/yesno (Depends-on): Likewise.
37851
37852 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37853
37854         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37855         needless checks.
37856
37857 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37858
37859         Merge from coreutils.  Among other things,
37860         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37861         * lib/fd-safer.c: New file.
37862         * lib/fcntl-safer.h, open-safer.c: Remove.
37863         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37864         * lib/dup-safer.c: Include unistd-safer.h first.
37865         Don't include errno.h.
37866         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37867         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37868         * lib/file-type.c: Rely on file-type.h change.
37869         * lib/getloadavg.c: Include unistd-safer.h.
37870         (getloadavg): Use safer open.
37871         * lib/getusershell.c: Include "stdio-safer.h".
37872         (getusershell): Use safer fopen.
37873         * lib/long-options.c (long_options): Use NULL rather than 0.
37874         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37875         'free'.
37876         * lib/modechange.c: Likewise.
37877         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37878         (MODE_DONE): New constant.
37879         (struct mode_change): Remove 'next' member.
37880         (make_node_op_equals): New function; like the old one of the
37881         same name, except it allocates an array.
37882         (mode_compile, mode_create_from_ref): Use it.
37883         (mode_compile): Allocate result as an array, not a linked list.
37884         Parse octal string ourself, so that we catch mistakes like "+0".
37885         (mode_adjust): Arg is an array, not a linked list.
37886         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37887         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37888         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37889         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37890         Remove.  This is now stat-macros.h's job.
37891         (talloc): Remove.  All callers replaced by xalloc, so that
37892         our invokers don't have to worry about reporting memory failures.
37893         (make_node_op_equals): Remove.
37894         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37895         New constants.
37896         (struct mode_change): Moved here from modechange.h.
37897         (mode_append_entry): Remove.
37898         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37899         apps to have incorrect behavior.  Use simpler algorithm for head
37900         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37901         Detect more invalid usages rather than having somewhat-random behavior.
37902         Don't insert an "a=" action, as that leads to incorrect behavior.
37903         (mode_compile, mode_create_from_ref): Return NULL on error instead
37904         of an enum, since now there's only one way to have an error.  All
37905         callers changed.
37906         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37907         at the correct time.  Simplify calculation of "+u" and its ilk.
37908         Don't mishandle "+X".
37909         (mode_free): Remove "register" and localize decls.
37910         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37911         (struct mode_change): Move to modechange.c; callers don't
37912         need to see this stuff.
37913         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37914         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37915         (mode_change, mode_adjust): Reflect the new signatures noted above.
37916         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37917         that might redefine system include files.
37918         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37919         (my_usleep): Use NULL rather than (void *) 0.
37920         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37921         Use siginterrupt to specify that system calls should be interrupted.
37922         (rpl_nanosleep): Move initialization of suspended closer to call of
37923         my_usleep.
37924         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37925         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37926         (desirable_utmp_entry): New function.
37927         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37928         using x2nrealloc, to simplify logic.
37929         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37930         size calculation.  Do not assume utmp file is a regular file.
37931         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37932         (READ_UTMP_CHECK_PIDS): New constant.
37933         * lib/save-cwd.c: Include unistd-safer.h.
37934         (save_cwd): Use fd_safer.
37935         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37936         [!_LIBC] Include "stat-macros.h" instead.
37937         * lib/unistd-safer.h (fd_safer): New decl.
37938
37939 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37940
37941         * modules/getloadavg (Depends-on): Add unistd-safer.
37942         * modules/getusershell (Depends-on): Add stdio-safer.
37943         * modules/lstat (Depends-on): Remove xalloc.
37944         * modules/mkstemp (Depends-on): Add stat-macros.
37945         * modules/modechange (Depends-on): Remove xstrtol.
37946         Add stat-macros, xalloc.
37947         * modules/save-cwd (Depends-on): Add unistd-safer.
37948         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37949         * modules/unistd-safer (Files): Add lib/fd-safer.c
37950         (Makefile.am): Remove lib_SOURCES.
37951
37952         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37953         Remove fcntl-safer; unistd-safer supersedes it.
37954
37955 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37956
37957         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37958         AC_HEADER_STAT.
37959         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37960         (gl_PREREQ_CHOWN): Remove.
37961         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37962         it.  Don't require AC_HEADER_STAT.
37963         (gl_PREREQ_LSTAT): Remove.
37964         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37965         Don't require AC_HEADER_STAT.
37966         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37967         (gl_PREREQ_RMDIR): Remove.
37968         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37969         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37970         the stat-macros module a prerequisite.
37971         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37972         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37973         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37974         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37975         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37976         variable names.
37977         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37978         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37979         variable prefixes.
37980         * m4/fcntl-safer.m4: Remove.
37981         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37982         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37983         Invoke gl_PREREQ_FD_SAFER.
37984         (gl_PREREQ_FD_SAFER): New macro.
37985         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37986         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37987         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37988         Remove duplicate call to AC_LIBOBJ(readutmp).
37989         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37990
37991         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37992         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37993
37994 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37995
37996         * MODULES.html.sh (Misc): Add byteswap.
37997
37998 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37999
38000         * modules/getcwd (Depends-on): Add extensions.
38001         * modules/openat (Depends-on): Likewise.
38002
38003 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38004
38005         * modules/byteswap: New file.
38006
38007 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38008
38009         * m4/byteswap.m4: New file.
38010
38011 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38012
38013         * lib/byteswap_.h: New file.
38014
38015 2005-04-25  Karl Berry  <karl@gnu.org>
38016
38017         * m4/gettext.m4: Update from GNU gettext 0.14.4.
38018
38019 2005-04-25  Albert Chin  <china@thewrittenword.com>
38020
38021         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
38022         Toolkit C bug.
38023
38024 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
38025
38026         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
38027         (func_ln_if_changed) Remove forcibly for no error message
38028         in case file does not exist.
38029
38030 2005-04-19  Simon Josefsson  <jas@extundo.com>
38031
38032         * gnulib-tool (Options): Make --symlink mean --symbolic.
38033
38034 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
38035
38036         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
38037
38038 2005-04-16  Simon Josefsson  <jas@extundo.com>
38039
38040         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
38041
38042 2005-04-15  Simon Josefsson  <jas@extundo.com>
38043
38044         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
38045
38046 2005-04-15  Simon Josefsson  <jas@extundo.com>
38047
38048         * gnulib-tool: Rename --symlink to --symbolic.
38049
38050 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
38051
38052         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
38053         symbolic links to files instead of copying/moving.  Add --aux-dir,
38054         specifying directory relative --dir where auxiliary build tools
38055         are placed.
38056
38057 2005-04-14  Bruno Haible  <bruno@clisp.org>
38058
38059         * modules/allocsa (License): Change to LGPL.
38060         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
38061
38062 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
38063
38064         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
38065         that "UTC +1 second" continues to work.  Problem reported
38066         by Dmitry V. Levin.
38067         (relunit_snumber): New rule.
38068         (relunit): Use it.
38069
38070 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
38071
38072         * lib/getdate.y (universal_time_zone_table): New constant.
38073         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
38074         universal_time_zone_table.
38075         (lookup_zone): Prefer universal_time_zone_table to
38076         local_time_zone_table, so that "GMT" time stamps are allowed in
38077         London during the summer.  Problem reported by Ian Abbott.
38078
38079 2005-04-12  Jim Meyering  <jim@meyering.net>
38080
38081         * lib/human.c (humblock): Set *options even when returning due to
38082         xstrtoumax conversion failure.  Thanks to a used-uninitialized
38083         warning from gcc-4.
38084
38085 2005-04-09  Jim Meyering  <jim@meyering.net>
38086
38087         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
38088         -Wuninitialized: initialize tm0.tm_year.
38089
38090 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
38091
38092         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
38093         count, since there's no maximum.  All uses changed.
38094         Add member dsts_seen.
38095         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
38096         not being INT_MAX.
38097         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
38098         Use pc_rels_seen to decide whther a date is absolute.
38099
38100         * lib/getdate.y (number): Don't overwrite year.
38101         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
38102         check.
38103
38104 2005-04-02  Simon Josefsson  <jas@extundo.com>
38105
38106         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
38107         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
38108
38109 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
38110
38111         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
38112         where no absolute path name can be longer than PATH_MAX.
38113
38114 2005-03-27  Jim Meyering  <jim@meyering.net>
38115
38116         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
38117
38118 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
38119
38120         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
38121         "one's complement" -> "ones' complement" in comment, as per Knuth.
38122         "value of type" -> "type or expression" in comment.
38123         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
38124
38125 2005-03-26  Jim Meyering  <jim@meyering.net>
38126
38127         Comment nits.
38128         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
38129         Correct typos: s/or/of/.
38130
38131 2005-03-26  Jim Meyering  <jim@meyering.net>
38132
38133         * modules/check-include-files: Move to ../ and rename to...
38134         * check-module: ...this.
38135
38136 2005-03-25  Jim Meyering  <jim@meyering.net>
38137
38138         * modules/xvasprintf (Files): Add xalloc.h.
38139
38140 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
38141
38142         * modules/gettext (Files): config/config.rpath ->
38143         build-aux/config.rpath
38144         * modules/iconv (Files): Likewise.
38145         Problem reported by Oskar Liljeblad.
38146
38147 2005-03-23  Jim Meyering  <jim@meyering.net>
38148
38149         * modules/check-include-files: New script to check for
38150         missing dependencies, multiple includes, etc.
38151
38152         * modules/c-strtold (Depends-on): Add xalloc.
38153         * modules/c-strtod (Depends-on): Add xalloc.
38154         * modules/hash (Depends-on): Add xalloc.
38155         (Files): Remove lib/xalloc.h.
38156
38157         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
38158         * modules/userspec (Files): Add lib/inttostr.h.
38159
38160 2005-03-23  Jim Meyering  <jim@meyering.net>
38161
38162         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
38163
38164 2005-03-22  Jim Meyering  <jim@meyering.net>
38165
38166         * modules/stat-macros: New module.
38167         * modules/canonicalize, modules/euidaccess, modules/file-type,
38168         * modules/filemode, modules/lchown, modules/makepath,
38169         * modules/rmdir, modules/stat: Depend on new stat-macros module
38170         rather than listing lib/stat-macros.h manually.
38171         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
38172
38173 2005-03-22  Jim Meyering  <jim@meyering.net>
38174
38175         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
38176
38177 2005-03-22  Bruno Haible  <bruno@clisp.org>
38178
38179         * config/srclist.txt: Replace target directory 'config' with
38180         'build-aux'.
38181         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
38182         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
38183         ../build-aux/.
38184
38185 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
38186
38187         * modules/chdir-long (Depends-on): Add mempcpy.
38188
38189         * modules/acl, modules/backupfile, modules/c-strtod,
38190         modules/c-strtold, modules/canon-host, modules/canonicalize,
38191         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
38192         modules/exclude, modules/exitfail, modules/file-type,
38193         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
38194         modules/getdate, modules/getline, modules/getpagesize,
38195         modules/getpass, modules/getugroups, modules/group-member,
38196         modules/hard-locale, modules/hash, modules/human, modules/idcache,
38197         modules/inttostr, modules/long-options, modules/makepath,
38198         modules/md5, modules/memcasecmp, modules/memcoll,
38199         modules/modechange, modules/mountlist, modules/path-concat,
38200         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
38201         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
38202         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
38203         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
38204         modules/strftime, modules/strndup, modules/strverscmp,
38205         modules/timespec, modules/unlocked-io, modules/userspec,
38206         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38207         modules/yesno:
38208         Remove lib_SOURCES line from Makefile.am section, as this is now
38209         done automatically by the corresponding Autoconf macro.
38210
38211 2005-03-21  Jim Meyering  <jim@meyering.net>
38212
38213         Changes imported from coreutils.
38214
38215         * lib/cycle-check.c: Don't include xalloc.h.
38216
38217         * lib/path-concat.c: Don't include assert.h.
38218         (path_concat): Remove assertion that would have triggered
38219         for ABASE starting with more than one slash.
38220         Reported by Andreas Schwab.
38221
38222         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38223         properly when ABASE is an absolute file name.
38224         Correct the description of this function.
38225         Include <assert.h>.
38226         Add an assertion and a test driver.
38227         This fixes a bug introduced on 2004-07-02.
38228         Andreas Schwab reported the resulting failure of cp --parents:
38229         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38230
38231 2005-03-21  Jim Meyering  <jim@meyering.net>
38232
38233         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38234         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38235
38236 2005-03-21  Jim Meyering  <jim@meyering.net>
38237         and  Paul Eggert  <eggert@cs.ucla.edu>
38238
38239         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38240         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38241         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38242         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38243         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38244         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38245         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38246         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38247         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38248         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38249         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38250         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38251         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38252         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38253         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38254         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38255         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38256         for these modules.
38257
38258 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38259
38260         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38261         (which shouldn't happen), generate nothing instead of returning 0
38262         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38263
38264 2005-03-16  Bruno Haible  <bruno@clisp.org>
38265
38266         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38267         HAVE_LONGLONG_64BIT.
38268
38269 2005-03-16  Bruno Haible  <bruno@clisp.org>
38270
38271         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38272         HAVE_LONGLONG_64BIT.
38273
38274 2005-03-16  Bruno Haible  <bruno@clisp.org>
38275
38276         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38277         HAVE_LONGLONG_64BIT.
38278
38279 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38280
38281         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38282         reliably distinguish strftime failure from empty output on POSIX
38283         hosts.
38284
38285 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38286
38287         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38288         (iconv_string): Don't guess a size-zero buffer, as that might cause
38289         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38290         result would be 'too large', where 'too large' is (heuristically)
38291         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38292         overflow concerns.  This will prevent some unwanted malloc failures
38293         when the inputs are very large.
38294
38295 2005-03-15  Karl Berry  <karl@gnu.org>
38296
38297         * config/srclist.txt (config.rpath): from gettext.
38298         * config/config.rpath: update.
38299
38300 2005-03-15  Bruno Haible  <bruno@clisp.org>
38301
38302         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38303         to 'negate'.
38304
38305         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38306         variable.
38307
38308         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38309         results.
38310
38311 2005-03-14  Simon Josefsson  <jas@extundo.com>
38312
38313         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38314         <fx@gnu.org>.
38315
38316 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38317
38318         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38319         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38320         intprops.h.
38321         * lib/strtol.c: Likewise.
38322
38323 2005-03-14  Jim Meyering  <jim@meyering.net>
38324
38325         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38326         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38327         to be nonzero so that we (and caller) can detect the difference
38328         between a valid zero-length expansion and an error return, even
38329         when the underlying strftime fails before writing anything into
38330         that location.
38331
38332 2005-03-14  Bruno Haible  <bruno@clisp.org>
38333
38334         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38335         Update from GNU gettext 0.14.3.
38336
38337 2005-03-10  Jim Meyering  <jim@meyering.net>
38338
38339         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38340
38341 2005-03-10  Jim Meyering  <jim@meyering.net>
38342
38343         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38344         so that this module works on systems without fchdir.
38345
38346 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38347
38348         Factor int-properties macros into a single file, except for
38349         glibc-related files.
38350         * lib/intprops.h: New file.
38351         * lib/getloadavg.c: Include it instead of limits.h.
38352         (INT_STRLEN_BOUND): Remove.
38353         * lib/human.c: Include intprops.h.
38354         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38355         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38356         302/1000.
38357         * lib/inttostr.h: Include intprops.h instead of limits.h.
38358         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38359         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38360         for consistency with intprops.h.
38361         (time_t_is_integer, twos_complement_arithmetic): Use them.
38362         * lib/sig2str.h: Include <signal.h>, intprops.h.
38363         (INT_STRLEN_BOUND): Remove.
38364         * lib/strftime.c (TYPE_SIGNED): Remove.
38365         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38366         * lib/strtol.c: Adjust comments to match intprops.h.
38367         * lib/userspec.c: Include intprops.h.
38368         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38369         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38370         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38371         instead of rolling our own expressions.
38372         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38373
38374         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38375         instead of int.
38376         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38377         the right thing even if adding 1900 would overflow.  Similarly
38378         for tm_mon + 1 and tm_yday + 1.
38379         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38380         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38381         (DO_SIGNED_NUMBER): New macro.
38382         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38383
38384 2005-03-07  Bruno Haible  <bruno@clisp.org>
38385
38386         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38387
38388 2005-03-07  Bruno Haible  <bruno@clisp.org>
38389
38390         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38391
38392 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38393
38394         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38395         (func_import): Only replace files via --import when they have actually
38396         changed.
38397
38398 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38399
38400         * m4/mmap-anon.m4: New file.
38401         * m4/pagealign_alloc.m4: New file.
38402
38403 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38404             Bruno Haible  <bruno@clisp.org>
38405
38406         * modules/pagealign_alloc: New file.
38407         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38408
38409 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38410             Bruno Haible  <bruno@clisp.org>
38411
38412         * lib/pagealign_alloc.h: New file.
38413         * lib/pagealign_alloc.c: New file.
38414
38415 2005-03-03  Bruno Haible  <bruno@clisp.org>
38416
38417         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38418         Use an all-permissive copyright notice, recommended by RMS.
38419
38420 2005-03-02  Bruno Haible  <bruno@clisp.org>
38421
38422         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38423         of AIX, the replacement has to be done only after <string.h> is
38424         included, therefore not in config.h. stpncpy.h does the replacement,
38425         and stpncpy.c uses it.
38426
38427 2005-03-02  Bruno Haible  <bruno@clisp.org>
38428
38429         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38430         stpncpy.c uses it.
38431
38432 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38433
38434         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38435         The workaround isn't strictly needed for POSIX conformance, and
38436         it's too much of a pain to configure and maintain.  We'll ask
38437         people to fix their kernels instead.
38438         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38439         (NANOSLEEP_BUG_WORKAROUND): Remove.
38440         (xnanosleep): Remove the workaround.
38441
38442 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38443
38444         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38445         Reported by Derek Price.
38446         (Include): Add "timespec.h".
38447
38448         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38449
38450 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38451
38452         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38453         to detect nanosleep bug.
38454
38455 2005-03-01  Bruno Haible  <bruno@clisp.org>
38456
38457         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38458
38459 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38460
38461         * modules/gethrxtime: New file.
38462         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38463         (Depends-on): Add gethrxtime.
38464         (configure.ac): Add gl_XNANOSLEEP.
38465         (Makefile.am): Remove lib_SOURCES line.
38466
38467 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38468
38469         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38470         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38471
38472 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38473
38474         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38475         * lib/timespec.h (gettime): Return void, since it always
38476         succeeds now.  All uses changed.
38477         * lib/gettime.c (gettime) Likewise.
38478         [HAVE_NANOTIME]: Prefer nanotime.
38479         Assume gettimeofday succeeds, as POSIX requires.
38480         Assime time () succeeds, since other code already does.
38481         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38482         (timespec_subtract): Remove.
38483         (NANOSLEEP_BUG_WORKAROUND): New constant.
38484         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38485         things considerably.  Use it only on GNU/Linux hosts, since the
38486         workaround shouldn't be needed elsewhere.
38487
38488 2005-02-24  Bruno Haible  <bruno@clisp.org>
38489
38490         * modules/gettext (Files): Add m4/glibc2.m4.
38491
38492 2005-02-24  Bruno Haible  <bruno@clisp.org>
38493
38494         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38495         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38496         * m4/progtest.m4:
38497         Update from GNU gettext 0.14.2.
38498         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38499
38500 2005-02-24  Bruno Haible  <bruno@clisp.org>
38501
38502         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38503         * lib/config.charset: Update from GNU gettext 0.14.2.
38504
38505 2005-02-24  Bruno Haible  <bruno@clisp.org>
38506
38507         * lib/gettext.h: Update from GNU gettext 0.14.2.
38508
38509 2005-02-23  Simon Josefsson  <jas@extundo.com>
38510
38511         * m4/iconvme.m4: New file.
38512
38513 2005-02-23  Jim Meyering  <jim@meyering.net>
38514
38515         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38516         change.
38517         Thanks to Bruno Haible for catching it.
38518
38519 2005-02-22  Simon Josefsson  <jas@extundo.com>
38520
38521         * modules/iconvme: New file.
38522
38523         * MODULES.html.sh: Add iconvme.
38524
38525 2005-02-22  Simon Josefsson  <jas@extundo.com>
38526
38527         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38528
38529 2005-02-22  Simon Josefsson  <jas@extundo.com>
38530
38531         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38532
38533 2005-02-22  Jim Meyering  <jim@meyering.net>
38534
38535         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38536         s/ifndef/ifdef/.
38537
38538 2005-02-20  Neil Conway  <neilc@samurai.com>
38539
38540         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38541         returned by OSX/Darwin if the specified buffer is not large
38542         enough for the hostname.
38543
38544 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38545
38546         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38547         pass it to _help, otherwise the latter coredumps trying to
38548         dereference state.root_argp.
38549
38550 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38551
38552         * modules/chdir-long (Depends-on): Add memrchr.
38553         * modules/memrchr (Files): Add lib/memrchr.h.
38554         (Include): "memrchr.h".
38555
38556 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38557
38558         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38559
38560 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38561
38562         * lib/memrchr.h: New file.
38563         * lib/chdir-long.c: Include it.
38564         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38565         Don't bother including stddef.h.
38566
38567 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38568
38569         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38570         inclusion.
38571         Include <sys/types.h>, for dev_t.
38572         (ME_DUMMY, ME_REMOTE): Move from here....
38573         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38574         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38575         Dmitry V. Levin.
38576         Include mountlist.h first, to test the interface.
38577
38578 2005-01-29  Bruno Haible  <bruno@clisp.org>
38579
38580         * lib/progname.c (program_name): Initialize.
38581         Needed when linking statically on MacOS X.
38582
38583 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38584
38585         Sync from coreutils.
38586         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38587         (Depends-on): Add c-strtod.
38588         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38589
38590 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38591
38592         Sync from coreutils.
38593         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38594
38595         Remove files that are specific to coreutils.
38596         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38597
38598 2005-01-28  Bruno Haible  <bruno@clisp.org>
38599
38600         * modules/javacomp: New file.
38601         * MODULES.html.sh (Java): Add javacomp.
38602
38603 2005-01-28  Bruno Haible  <bruno@clisp.org>
38604
38605         * m4/javacomp.m4: New file, from GNU gettext.
38606
38607 2005-01-28  Bruno Haible  <bruno@clisp.org>
38608
38609         * lib/javacomp.sh.in: New file, from GNU gettext.
38610         * lib/javacomp.h: New file, from GNU gettext.
38611         * lib/javacomp.c: New file, from GNU gettext.
38612
38613 2005-01-26  Simon Josefsson  <jas@extundo.com>
38614
38615         * lib/gai_strerror.c: Use GPL in header.
38616
38617 2005-01-26  Bruno Haible  <bruno@clisp.org>
38618
38619         * modules/javaexec: New file.
38620         * MODULES.html.sh (Java): Add javaexec.
38621
38622 2005-01-26  Bruno Haible  <bruno@clisp.org>
38623
38624         * m4/javaexec.m4: New file, from GNU gettext.
38625
38626 2005-01-26  Bruno Haible  <bruno@clisp.org>
38627
38628         * lib/javaexec.sh.in: New file, from GNU gettext.
38629         * lib/javaexec.h: New file, from GNU gettext.
38630         * lib/javaexec.c: New file, from GNU gettext.
38631
38632 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38633
38634         * modules/lchown (Depends-on): Remove lchown.h
38635
38636 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38637
38638         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38639         must be defined if the header file was not found, in order
38640         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38641
38642 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38643
38644         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38645         initializers for struct pentry_state.
38646         (__argp_error): Check return value of __asprintf
38647         (__argp_failure): Translate error message
38648
38649         * lib/argp-parse.c: Removed braces around the expansion of N_()
38650
38651 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38652
38653         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38654         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38655         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38656         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38657         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38658         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38659         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38660         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38661         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38662         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38663         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38664         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38665         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38666         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38667         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38668         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38669         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38670         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38671         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38672         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38673         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38674         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38675         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38676         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38677         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38678         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38679         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38680         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38681         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38682         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38683         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38684         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38685         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38686         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38687         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38688         Use an all-permissive copyright notice, recommended by RMS.
38689
38690 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38691
38692         * modules/chdir-long (Depends-on): Remove mempcpy.
38693
38694 2005-01-21  Jim Meyering  <jim@meyering.net>
38695
38696         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38697         same value as for Solaris 9.
38698
38699         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38700         component length.  This included changing the parameter to be
38701         of type `char *' rather than `char const *'.
38702         * lib/chdir-long.h (chdir_long): Update prototype.
38703
38704         * lib/openat.c (fdopendir, fstatat): New functions.
38705         * lib/openat.h: Include headers required for use of DIR and struct
38706         stat.
38707         [AT_SYMLINK_NOFOLLOW]: Define.
38708         (fdopendir, fstatat): Add prototypes.
38709
38710 2005-01-21  Bruno Haible  <bruno@clisp.org>
38711
38712         * modules/classpath: New file.
38713         * MODULES.html.sh (Java): Add classpath.
38714
38715 2005-01-21  Bruno Haible  <bruno@clisp.org>
38716
38717         * lib/classpath.h: New file, from GNU gettext.
38718         * lib/classpath.c: New file, from GNU gettext.
38719
38720 2005-01-20  Simon Josefsson  <jas@extundo.com>
38721
38722         * modules/version-etc-fsf: New file.
38723
38724 2005-01-20  Simon Josefsson  <jas@extundo.com>
38725
38726         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38727         * lib/version-etc.c: Remove version_etc_copyright.
38728         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38729         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38730
38731 2005-01-20  Simon Josefsson  <jas@extundo.com>
38732
38733         * lib/base64.h (isbase64): Add.
38734
38735         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38736         using a unsigned prototype, don't inline.
38737         (base64_decode): Use it.
38738
38739 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38740
38741         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38742         it.
38743
38744 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38745
38746         * lib/save-cwd.c (save_cwd): Remove code to support the case
38747         where fchdir is missing or flaky.
38748
38749 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38750
38751         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38752
38753 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38754
38755         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38756         AC_LIBSOURCES now does this.
38757         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38758         with new ullong_max module.
38759
38760 2005-01-19  Bruno Haible  <bruno@clisp.org>
38761
38762         * modules/sh-quote: New file.
38763         * MODULES.html.sh (Executing programs): Add sh-quote.
38764
38765 2005-01-19  Bruno Haible  <bruno@clisp.org>
38766
38767         * lib/sh-quote.h: New file, from GNU gettext.
38768         * lib/sh-quote.c: New file, from GNU gettext.
38769
38770 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38771
38772         Merge from coreutils.
38773         * m4/ullong_max.m4: New file.
38774         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38775         (gl_MACROS): Assume localeconv exists.
38776
38777 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38778
38779         Merge changes from coreutils, as described below in several
38780         changelogs dated today.
38781
38782         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38783         (O_DIRECTORY): Remove; not needed here, since "." must be
38784         a directory.  All uses removed.
38785         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38786         universal on Suns, and we also need to test for IRIX.
38787         Revamp code to use 'if' rather than '#if'.
38788         Avoid unnecessary comparison of cwd->desc to 0.
38789
38790         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38791         for known valid error numbers rather than observed invalid ones.
38792
38793 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38794
38795         * modules/ullong_max: New file.
38796
38797         * modules/chdir-long, modules/openat: New files.
38798         * modules/save-cwd (Depends-on): Depend on chdir-long.
38799         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38800
38801 2005-01-18  Jim Meyering  <jim@meyering.net>
38802
38803         Merge from coreutils.
38804         * m4/chdir-long.m4, m4/openat.m4: New files.
38805         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38806         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38807         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38808         is sane and DOES follow symlinks.  Besides, testing 20 different
38809         systems found no broken chown implementations.
38810         Prompted by a change in rsync's copy of this macro.
38811         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38812
38813         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38814
38815         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38816         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38817         NULL-means-set-to-current-time semantics.
38818         Remove temporary file immediately, rather than waiting
38819         for configure's at-exit trap code to do it.
38820
38821 2005-01-18  Jim Meyering  <jim@meyering.net>
38822
38823         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38824
38825         * lib/utimens.c (futimens): Account for the fact that futimes
38826         can also fail with errno == ENOSYS or errno == ENOENT.
38827         Patch from Dmitry V. Levin.
38828
38829         Change the name of the robust chdir function from chdir to chdir_long.
38830         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38831         (restore_cwd): Use chdir_long, not chdir.
38832         * lib/chdir-long.c: Renamed from chdir.c.
38833         * lib/chdir-long.h: Renamed from chdir.h.
38834         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38835         Hurd.
38836
38837 2005-01-18  Bruno Haible  <bruno@clisp.org>
38838
38839         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38840         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38841         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38842         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38843         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38844         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38845         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38846         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38847         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38848         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38849         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38850         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38851         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38852         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38853         Use an all-permissive copyright notice, recommended by RMS.
38854
38855 2005-01-18  Bob Proulx  <bob@proulx.com>
38856
38857         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38858         simplify offsetof() macro construct to avoid compile failure with
38859         native HP-UX 11.0 ANSI C compiler.
38860
38861 2005-01-17  Bruno Haible  <bruno@clisp.org>
38862
38863         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38864         redundant because stpncpy.m4 takes care of it.
38865
38866 2005-01-17  Bruno Haible  <bruno@clisp.org>
38867
38868         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38869
38870 2005-01-17  Bruno Haible  <bruno@clisp.org>
38871
38872         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38873         used.
38874
38875 2005-01-17  Bruno Haible  <bruno@clisp.org>
38876
38877         * lib/fwriteerror.h (fwriteerror): Change specification to include
38878         fclose.
38879         * lib/fwriteerror.c: Include <stdbool.h>.
38880         (fwriteerror): At the end, close the file stream. Record whether
38881         stdout was already closed.
38882
38883 2005-01-17  Bruno Haible  <bruno@clisp.org>
38884
38885         * lib/execute.c (environ): Declare if needed.
38886         * lib/pipe.c (environ): Likewise.
38887         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38888
38889 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38890
38891         * modules/argp: Depend on vsnprintf
38892
38893 2005-01-10  Jim Meyering  <jim@meyering.net>
38894
38895         * modules/closeout (Depends-on): Add atexit.
38896
38897 2005-01-06  Bruno Haible  <bruno@clisp.org>
38898
38899         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38900
38901 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38902
38903         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38904         definitions to be after all include files, to avoid collisions.
38905         Problem reported by Bob Proulx.
38906
38907 2005-01-04  Jim Meyering  <jim@meyering.net>
38908
38909         Changes imported from coreutils.
38910         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38911         as the mkstemp template, use a temporary directory and an
38912         8.3-friendly template to avoid trouble on systems like DJGPP.
38913         Reported by Juan M. Guerrero via Stepan Kasal.
38914         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38915         close. Remove the temporary directory right away, rather than waiting
38916         for configure's at-exit trap code to do it.
38917         Suggestion from Stepan Kasal.
38918
38919 2005-01-01  Simon Josefsson  <jas@extundo.com>
38920
38921         * gnulib-tool: Print #include directives when --import'ing.
38922
38923 2004-12-28  Simon Josefsson  <jas@extundo.com>
38924
38925         * tests/test-base64.c: Include required header files.  Remove
38926         unused variables.
38927
38928 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38929
38930         * modules/error (Depends-on): Remove gettext.
38931
38932 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38933
38934         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38935         not needed.  This removes a dependency on the gettext module.
38936         [defined _LIBC]: Do not include <libintl.h>; not needed.
38937
38938 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38939
38940         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38941         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38942
38943 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38944
38945         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38946         HAVE_DECL_STRTOLD.
38947
38948 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38949
38950         * modules/getdate (Depends-on): Remove alloca-opt.
38951
38952 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38953
38954         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38955
38956 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38957
38958         * lib/argp-parse.c: Include <stddef.h>.
38959         (alignof, alignto): New macros.
38960         (parser_init): Don't assume that void * is aligned sufficiently
38961         for struct option.
38962
38963         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38964         need to extend the stack.
38965         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38966         large.
38967
38968 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38969
38970         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38971
38972 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38973
38974         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38975         (2004-10-24) change.  Apparently this was a false alarm.
38976
38977         * modules/getdate: Depend on alloca-opt, not alloca.
38978
38979 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38980
38981         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38982         Remove now-obsolete comment about AIX.
38983         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38984         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38985         (YYMAXDEPTH): New macro.
38986
38987 2004-12-18  Simon Josefsson  <jas@extundo.com>
38988
38989         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38990
38991 2004-12-18  Bruno Haible  <bruno@clisp.org>
38992
38993         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38994
38995 2004-12-18  Bruno Haible  <bruno@clisp.org>
38996
38997         * lib/fatal-signal.c (fatal_signals): Make non-const.
38998         (init_fatal_signals): New function.
38999         (uninstall_handlers, install_handlers): Ignore signals that were set to
39000         SIG_IGN.
39001         (at_fatal_signal): Call init_fatal_signals.
39002         (init_fatal_signal_set): Likewise. Ignore signals that were set to
39003         SIG_IGN.
39004         Reported by Paul Eggert.
39005
39006 2004-12-18  Bruno Haible  <bruno@clisp.org>
39007
39008         * doc/alloca.texi: New file.
39009         * doc/alloca-opt.texi: New file.
39010
39011 2004-12-17  Jim Meyering  <jim@meyering.net>
39012
39013         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
39014         Otherwise, install-sh could exit with improper exit status when
39015         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
39016
39017 2004-12-16  Simon Josefsson  <jas@extundo.com>
39018
39019         * tests/test-base64.c: Add license.
39020
39021 2004-12-15  Stepan Kasal  <address@hidden>
39022
39023         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
39024
39025 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
39026
39027         * modules/getcwd (Files): Add m4/d-ino.m4.
39028         Suggested by Mark D. Baushke.
39029
39030 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
39031
39032         * lib/getdate.y (textint): New member "negative".
39033         (time_zone_hhmm): New function.
39034         Expect 14 shift-reduce conflicts, not 13.
39035         (o_colon_minutes): New rule.
39036         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
39037         (yylex): Set the "negative" member of signed numbers.
39038
39039 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
39040
39041         * doc/getdate.texi (Time of day items, Time zone items):
39042         Describe new formats +00:00, UTC+00:00.
39043
39044 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39045
39046         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
39047         spurious "-l"s.  Problem reported by Stepan Kasal.
39048
39049 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
39050
39051         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
39052         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
39053
39054 2004-12-04  Simon Josefsson  <jas@extundo.com>
39055
39056         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
39057         Vandoorselaere <yoann@prelude-ids.org>.
39058
39059 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39060
39061         Changes imported from coreutils.
39062         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
39063         exist.
39064         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
39065
39066 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39067
39068         Changes imported from coreutils.
39069         * lib/hard-locale.c: Assume <locale.h> exists.
39070         Include "strdup.h".
39071         (GLIBC_VERSION): New macro.
39072         (hard_locale): Assume setlocale exists.
39073         Rewrite to avoid #ifdef.
39074         Use strdup rather than malloc + strcpy.
39075         * lib/human.c: Assume <locale.h> exists.
39076         (human_readable): Assume localeconv exists.
39077
39078 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39079
39080         * modules/hard-locale (Depends-on): Add strdup.
39081
39082 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39083
39084         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
39085         convert T2, not T.  (Imported from libc.)
39086
39087 2004-11-30  Simon Josefsson  <jas@extundo.com>
39088
39089         * modules/restrict (License): Change to LGPL.
39090
39091 2004-11-30  Simon Josefsson  <jas@extundo.com>
39092
39093         * m4/restrict.m4: Add copyright and copying conditions.
39094
39095 2004-11-30  Simon Josefsson  <jas@extundo.com>
39096
39097         * m4/base64.m4: New file.
39098
39099 2004-11-30  Simon Josefsson  <jas@extundo.com>
39100
39101         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
39102         base64.
39103
39104         * tests/test-base64.c: New file.
39105
39106         * modules/base64: New file.
39107
39108 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39109
39110         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
39111         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
39112
39113         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
39114
39115 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39116
39117         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
39118         (__getcwd.c): Don't restore errno; glibc doesn't.
39119         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
39120         first, falling back to our code only if its results look suspicious.
39121         Ensure that the resulting buffer is only as large as necessary.
39122
39123         * lib/readutmp.c: Include readutmp.h first.
39124         Include <errno.h>, since readutmp.h no longer does that.
39125         * lib/readutmp.h: Don't include <errno.h>,
39126         <sys/param.h>, <time.h>; not needed to establish interface.
39127         (errno): Remove decl.
39128         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
39129         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
39130         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
39131
39132 2004-11-28  Simon Josefsson  <jas@extundo.com>
39133
39134         * lib/base64.h, base64.c: New file.
39135
39136 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
39137
39138         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
39139
39140 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39141
39142         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
39143         (Depends-on): Remove pathmax, same.  Add mempcpy.
39144         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
39145         (Makefile.am): Append getcwd.h to lib_SOURCES.
39146         (Include): Add getcwd.h.
39147         (Maintainer): Change from Jim Meyering to "all, glibc",
39148         since getdate now uses intended-for-glibc code.
39149         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
39150         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
39151
39152 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39153
39154         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
39155         HP's ANSI C compiler.
39156         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
39157         Declaring int functions causes warnings on some modern systems and
39158         shouldn't be needed to compile on ancient ones.
39159         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
39160         defined.
39161
39162         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
39163         with the following changes.
39164         (__set_errno): Parenthesize properly.
39165         Include <stdbool.h>.
39166         (MIN, MAX, MATCHING_INO): New macros.
39167         (__getcwd): Define with prototype, not K&R form.
39168         Use heuristics to allocate default buffer on stack if possible.
39169         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
39170         behavior, and to avoid the PATH_MAX limit when computing
39171         ../../../../...
39172         Use MATCHING_INO to compare inode number to file.
39173         Check for arithmetic overflow in size calculations.
39174         Fix bug in reallocation of dot array that caused getcwd to fail
39175         on directories nested deeper than 75.
39176         Be more careful about saving errno on error.
39177         Do not use realloc; use only free+malloc, as this is a bit
39178         more flexible and avoids a needless copy operation.
39179         Do not inspect st_dev and st_ino for symbolic links; POSIX
39180         doesn't specify the latter.
39181         Check for closedir errors.
39182         Avoid needless casts.
39183         Use "#ifdef weak_alias" around weak_alias, to be like other
39184         glibc code.
39185         The following changes to getcwd.c have effect only when used in
39186         gnulib; they have no effect inside glibc proper.
39187         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
39188         as alloca isn't used.
39189         (alloca, __alloca): Likewise.
39190         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
39191         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39192         unconditionally, as gnulib assumes C89 or better.
39193         Do not include <sys/param.h>.
39194         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
39195         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
39196         better.
39197         (NULL) [!defined NULL]: Remove; we assume C89 or better.
39198         Include <dirent.h> in a way that is compatible with modern Autoconf.
39199         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
39200         New macros, if not already defined.
39201         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
39202         Use "_LIBC", not "defined _LIBC", for consistency.
39203         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
39204         a mempcpy module.
39205         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39206         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39207         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39208         credit only to Jim Meyering and adjust the copyright dates.
39209         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39210         <stdlib.h>, <unistd.h>, "pathmax.h".
39211         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39212         (INITIAL_BUFFER_SIZE): Remove.
39213         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39214
39215 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39216
39217         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39218         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39219         Use the _ONCE methods, for efficiency.
39220         Check for fcntl.h.  In test program, include <errno.h>
39221         and <fcntl.h> if available.  Remove old K&R cruft from
39222         test program.  Check for common errors in GNU/Linux,
39223         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39224         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39225         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39226         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39227         name accordingly.
39228         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39229         accommodate new getcwd.c.
39230         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39231         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39232         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39233         that's all we need now.
39234
39235 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39236
39237         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39238         argp-parse.c depends on getopt internals, that means we should
39239         always use our getopt, to be on the safe side.
39240         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39241         order not to spoil the result of an eventual previous invocation
39242         of gl_GETOPT_SUBSTITUTE.
39243
39244 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39245
39246         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39247         redefinition warnings. To avoid them, include the defines
39248         in `#if !defined __need_getopt ... #endif'. The only place
39249         where __getopt_argv_const is used is in definitions
39250         of getopt_long and getopt_long_only below, which are as well
39251         protected by `#ifndef __need_getopt'.
39252         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39253         __need_getopt after including <stdio.h> and <unistd.h> These
39254         headers might have defined it.
39255
39256 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39257
39258         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39259
39260 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39261
39262         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39263         (futimens): New function, which uses futimes if available.
39264         (futimens, utimens): Support timespec==NULL, with same semantics
39265         as utime and utimens.
39266         * lib/utimens.h (futimens): New decl.
39267
39268 2004-11-23  Jim Meyering  <jim@meyering.net>
39269
39270         * lib/getopt_.h: Remove trailing blanks.
39271
39272 2004-11-23  Jim Meyering  <jim@meyering.net>
39273
39274         * lib/__fpending.c: Add comment.
39275
39276 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39277
39278         * modules/canonicalize (Depends-on): Add xreadlink.
39279         Problem reported by James Youngman.
39280
39281 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39282
39283         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39284         New macros.
39285         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39286         optopt): Use them instead of invoking ## directly; otherwise, the
39287         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39288
39289 2004-11-19  Bruno Haible  <bruno@clisp.org>
39290
39291         * lib/strtok_r.c: Move comments from here...
39292         * lib/strtok_r.h: ... to here.
39293
39294 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39295
39296         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39297         implementations that mishandle size_t overflow.
39298
39299 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39300
39301         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39302         might fail.  Problem reported by Yoann Vandoorselaere.
39303         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39304         implementations that mishandle size_t overflow.
39305
39306 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39307
39308         * modules/canon-host (Depends-on): Add strdup.
39309
39310 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39311
39312         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39313
39314 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         * lib/canon-host.c: Include "strdup.h".
39317         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39318         Use strdup instead of malloc/strcpy to duplicate strings.
39319
39320         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39321         (human_space_before_unit): New constant.
39322         * lib/human.c (human_readable): Support it.
39323
39324         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39325         (xgetcwd): Set errno correctly when failing.
39326         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39327         the failure is actually due to a PATH_MAX problem.
39328
39329         Further getopt changes to make it more likely that glibc will
39330         buy the changes back.
39331         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39332         (getopt): Use it, so to preserve glibc semantic
39333         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39334         when compiling for libc.
39335         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39336         (getopt_long, getopt_long_only): Use it.
39337
39338         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39339         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39340         (getopt): Argv is now char * const *, as per standard.
39341         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39342         not char *__getopt_argv_const *.
39343         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39344         _getopt_long_only_r): Likewise.
39345         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39346         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39347         _getopt_long_r, _getopt_long_only_r): Likewise.
39348         * lib/getopt_.h (__getopt_argv_const): Remove.
39349         (getopt): Argv is now char * const *, as per standard.
39350
39351         * lib/getdate.y (tORDINAL): New token.
39352         (day, relunit): Allow it for relative times.
39353         (relative_time_table): Use tORDINAL for ordinals.
39354
39355 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39356
39357         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39358         Document that "second" isn't allowed as an ordinal number.
39359
39360 2004-11-16  Jim Meyering  <jim@meyering.net>
39361
39362         * modules/closeout (Depends-on): Add fpending.
39363
39364 2004-11-15  Jim Meyering  <jim@meyering.net>
39365
39366         * lib/closeout.c: Include "__fpending.h" once again.
39367         Include <stdbool.h>.
39368         (close_stdout): Don't fail just because stdout was closed initially,
39369         since some programs don't write to stdout in the normal course of
39370         operation (other than --version and --help), and we don't want this
39371         function to make e.g. `touch file >&-' fail.
39372         But do fail if it was closed and someone has tried to write to it.
39373         E.g., `printf foo >&-' must fail.
39374
39375 2004-11-13  Jim Meyering  <jim@meyering.net>
39376
39377         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39378
39379 2004-11-12  Simon Josefsson  <jas@extundo.com>
39380
39381         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39382         small doc fix is still pending.
39383
39384 2004-11-11  Simon Josefsson  <jas@extundo.com>
39385
39386         * modules/strtok_r: New file.
39387
39388         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39389         strtok_r.
39390
39391 2004-11-11  Simon Josefsson  <jas@extundo.com>
39392
39393         * m4/strtok_r.m4: New file.
39394
39395         * m4/getopt.m4: Replace opterr.
39396
39397 2004-11-11  Simon Josefsson  <jas@extundo.com>
39398
39399         * lib/strtok_r.h, strtok_r.c: New file.
39400
39401 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39402
39403         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39404         of replacing opterr, getopt, etc.  This should handle the
39405         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39406
39407 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39408
39409         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39410         we can stop lying to compilers about the constness of argv when we
39411         are compiled outside glibc.
39412         (getopt, getopt_long, getopt_long_only): Use it.
39413         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39414         _getopt_internal, getopt): Likewise.
39415         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39416         _getopt_long_only_r): Likewise.
39417         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39418         _getopt_long_r, _getopt_long_only_r): Likewise.
39419
39420         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39421         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39422         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39423         the other external symbols.
39424         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39425         declaration, since the above renaming now works around collisions.
39426
39427 2004-11-11  Jim Meyering  <jim@meyering.net>
39428
39429         * lib/linebreak.c: Remove trailing blanks.
39430         * lib/alloca_.h: Likewise.
39431         * lib/acosl.c: Likewise.
39432         * lib/euidaccess.c: Likewise.
39433         * lib/allocsa.h: Likewise.
39434
39435 2004-11-10  Simon Josefsson  <jas@extundo.com>
39436
39437         * m4/getaddrinfo.m4: New file.
39438
39439 2004-11-10  Simon Josefsson  <jas@extundo.com>
39440
39441         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39442
39443 2004-11-10  Simon Josefsson  <jas@extundo.com>
39444
39445         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39446         getaddrinfo.
39447
39448         * modules/getaddrinfo: New file.
39449
39450 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39451
39452         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39453
39454 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39455
39456         * lib/mktime.c (SHR): New macro, which is a portable
39457         substitute for >> that should work even on Crays.
39458         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39459         Problem reported by Mark D. Baushke in
39460         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39461         * lib/getdate.y (SHR): Likewise.
39462         (tm_diff): Use it.
39463         * lib/strftime.c (SHR): Likewise.
39464         (tm_diff): Use it.
39465         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39466         quote_these_too, so that right shifts are well defined.  All uses
39467         changed.
39468
39469 2004-11-10  Jim Meyering  <jim@meyering.net>
39470
39471         Ensure that no close failure goes unreported.
39472         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39473         return early when it seems there's nothing to flush.
39474         Don't include __fpending.h.
39475
39476 2004-11-10  Jim Meyering  <jim@meyering.net>
39477
39478         * modules/closeout (Depends-on): Remove fpending.
39479
39480 2004-11-10  Jim Meyering  <jim@meyering.net>
39481
39482         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39483
39484 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39485
39486         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39487         gl_FUNC_STRFTIME.
39488         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39489         and AC_REQUIRE when possible, to avoid duplicate checks.
39490         Check for <wchar.h>.
39491
39492 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39493
39494         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39495
39496 2004-11-09  Bruno Haible  <bruno@clisp.org>
39497
39498         * m4/sockpfaf.m4: New file.
39499
39500 2004-11-05  Bruno Haible  <bruno@clisp.org>
39501
39502         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39503         Reported by Mark D. Baushke <mdb@cvshome.org>.
39504
39505 2004-11-04  Bruno Haible  <bruno@clisp.org>
39506
39507         2004-09-11  Bruno Haible  <bruno@clisp.org>
39508                 * allocsa.valgrind: New file.
39509         2004-02-06  Bruno Haible  <bruno@clisp.org>
39510                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39511                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39512                 Reported by Christopher Seip <chris.seip@hp.com>.
39513
39514 2004-11-04  Bruno Haible  <bruno@clisp.org>
39515
39516         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39517         (Makefile.am): Distribute it.
39518
39519 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39520
39521         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39522         with errno == ERANGE if the buffer is too small.
39523         Problem reported by Mark D. Baushke.
39524
39525 2004-11-03  Albert Chin  <china@thewrittenword.com>
39526             Paul Eggert  <eggert@cs.ucla.edu>
39527
39528         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39529         equivalent, substitute $ac_type for equivalent type rather than
39530         blindly using uint32_t *always* which won't work if uint32_t is not
39531         available.  Define _UINT32_T to work around typedef of uint32_t if
39532         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39533         2.5.1.
39534
39535 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39536
39537         * m4/jm-macros.m4: Sync from coreutils.
39538         (gl_MACROS): Check for mbrlen, for pathchk.
39539         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39540
39541 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39542
39543         * lib/xreadlink.c (MAXSIZE): New macro.
39544         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39545         size does not exceed MAXSIZE.  Avoid cast.
39546         As suggested by Mark D. Baushke in
39547         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39548         if readlink fails with buffer size just under MAXSIZE, try again
39549         with MAXSIZE.
39550
39551 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39552
39553         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39554
39555 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39556         and  Paul Eggert  <eggert@cs.ucla.edu>
39557
39558         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39559         (get_date): Overparenthesize to avoid GCC warning.
39560
39561 2004-11-02  Bruno Haible  <bruno@clisp.org>
39562
39563         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39564         returns void.
39565
39566 2004-11-02  Bruno Haible  <bruno@clisp.org>
39567
39568         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39569         function returns void.
39570
39571 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39572
39573         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39574         fflush_unlocked, flockfile, funlockfile, funlockfile,
39575         fputs_unlocked, putc_unlocked.
39576
39577 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39578
39579         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39580         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39581         already declared.
39582
39583 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39584
39585         * modules/getdate (Files): Add doc/getdate.texi.
39586         (Depends-on): Add setenv, xalloc.
39587
39588 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39589
39590         * lib/getdate.y: Add support for TZ="foo" within a date string.
39591         Fix some bugs near time_t boundaries.  Reject dates with
39592         out-of-range components, e.g., "Sept 31".
39593         Include <stdlib.h>, "setenv.h", "xalloc.h".
39594         (ISDIGIT_LOCALE): Remove; unused.
39595         Note that the TZ and time functions used here are not reentrant.
39596         (mktime_ok, get_tz): New functions.
39597         (TZBUFSIZE): New constant.
39598         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39599         This requires that we sometimes generate our own TZ="XXX..." setting.
39600
39601 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39602
39603         * doc/getdate.texi: New file, from coreutils with modifications for
39604         the new TZ parsing.
39605
39606 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39607
39608         * lib/mktime.c (not_equal_tm): Remove redundant check.
39609
39610 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39611
39612         * modules/regex (lib_SOURCES): Add regex.c.
39613         Reported by James Youngman in
39614         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39615
39616 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39617
39618         * lib/getdate.y: Use Bison 1.875 features, and some minor
39619         code cleanups.  This change does not affect semantics.
39620         Don't include <stdlib.h>; no longer needed.
39621         Don't include unlocked-io.h; only the "#if TEST" code uses
39622         stdio, and performance isn't crucial there.
39623         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39624         Bison 1.875 features as described below.
39625         All uses of "PC." replaced by "pc->".
39626         (YYSTYPE): Add a forward declaration.
39627         (yylex, yyerror): Use full prototypes in forward decls.
39628         Use "%pure-parser" rather than obsolescent "%pure_parser".
39629         Use %parse-param and %lex-param instead of obsolescent
39630         YYPARSE_PARAM and YYLEX_PARAM.
39631         (meridian_table, month_and_day_table, time_units_table,
39632         relative_time_table, time_zone_table, military_table,
39633         lookup_zone, lookup_word, get_date):
39634         Use NULL instead of 0 where appropriate.
39635         (to_hour): Avoid abort (), to avoid a dependency on
39636         stdlib.h.
39637         (yyerror, yylex): Now accepts parser_control * arg.
39638         (main) [TEST]: Use '\0' rather than 0 for char.
39639
39640 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39641
39642         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39643
39644 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39645
39646         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39647         It's now the caller's responsibility to handle the case where
39648         !HAVE_GETPAGESIZE && !defined getpagesize.
39649
39650         * lib/mktime.c (leapyear): Arg is long int, not int.
39651
39652 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39653
39654         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39655
39656 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39657
39658         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39659         missing.  Problem reported by James Youngman.
39660
39661 2004-10-16  Simon Josefsson  <jas@extundo.com>
39662
39663         * gnulib-tool: Fix comments.  Fix parse problem.
39664         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39665
39666 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39667
39668         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39669         implementation of getopt_long.  Problem reported by Alexander Taler in:
39670         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39671
39672 2004-10-15  Bruno Haible  <bruno@clisp.org>
39673
39674         * gnulib-tool: Untabify. Initialize supplied_libname.
39675         (func_usage): More homogenous output.
39676         (func_modules_transitive_closure, func_modules_to_filelist,
39677         func_emit_lib_Makefile_am): New functions.
39678         (func_import): New function, extracted from big case statement. Use
39679         func_get_license, func_modules_transitive_closure,
39680         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39681         opt_lgpl. Don't use test -a, as it's not portable.
39682         (func_create_testdir): Use func_modules_transitive_closure,
39683         func_modules_to_filelist, func_emit_lib_Makefile_am.
39684
39685 2004-10-15  Bruno Haible  <bruno@clisp.org>
39686
39687         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39688
39689 2004-10-15  Bruno Haible  <bruno@clisp.org>
39690
39691         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39692         the portions belonging to each module.
39693         Suggested by Derek Robert Price <derek@ximbiot.com>.
39694
39695 2004-10-12  Simon Josefsson  <jas@extundo.com>
39696
39697         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39698         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39699         to real functions.
39700
39701 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39702
39703         * modules/vsnprintf: New file.
39704
39705 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39706
39707         * m4/vsnprintf.m4: New file.
39708
39709 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39710
39711         * lib/vsnprintf.h: New file.
39712         * lib/vsnprintf.c: New file.
39713
39714 2004-10-11  Bruno Haible  <bruno@clisp.org>
39715
39716         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39717         vsnprintf.
39718
39719 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39720
39721         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39722
39723 2004-10-07  Bruno Haible  <bruno@clisp.org>
39724
39725         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39726         fits into the provided buffer.
39727
39728 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39729
39730         * lib/diacrit.c, diacrit.h: Add GPL notice.
39731
39732         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39733         notice.
39734         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39735         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39736         This avoids a potential constant-folding bug.
39737
39738 2004-10-05  Bruno Haible  <bruno@clisp.org>
39739
39740         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39741         for the declaration of strsep.
39742
39743 2004-10-05  Bruno Haible  <bruno@clisp.org>
39744
39745         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39746
39747 2004-10-04  Simon Josefsson  <jas@extundo.com>
39748
39749         * modules/memmem: New file.
39750         * tests/test-memmem.c: New file.
39751         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39752
39753 2004-10-04  Simon Josefsson  <jas@extundo.com>
39754
39755         * m4/memmem.m4: New file.
39756
39757 2004-10-04  Simon Josefsson  <jas@extundo.com>
39758
39759         * lib/memmem.h: New file.
39760         * lib/memmem.c: New file, taken from glibc.
39761
39762 2004-10-04  Simon Josefsson  <jas@extundo.com>
39763
39764         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39765         '#ifdef USE_UNLOCKED_IO'.
39766
39767 2004-10-04  Simon Josefsson  <jas@extundo.com>
39768
39769         * config/srclist.txt: Add memmem from glibc.
39770
39771 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39772
39773         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39774
39775         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39776         modules/exclude, modules/getdate, modules/getline,
39777         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39778         modules/getusershell, modules/linebuffer, modules/md5,
39779         modules/mountlist, modules/posixtm, modules/readtokens,
39780         modules/readutmp, modules/regex, modules/sha1,
39781         modules/version-etc, modules/yesno:
39782         Remove dependency on unlocked-io.
39783
39784 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39785
39786         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39787
39788         * m4/unlocked-io.m4: Add copyright notice.
39789         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39790
39791 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39792
39793         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39794         * lib/xmalloc.c (xmemdup): Likewise.
39795         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39796         XFREE): Remove these long-obsolescent macros.
39797         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39798         * lib/xstrdup.c: Remove.
39799
39800         * lib/regex.c (re_comp): Cast gettext return value to char *,
39801         Problem reported by Martin Neitzel via Mark D. Baushke.
39802
39803 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39804
39805         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39806         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39807         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39808         regex.c, sha1.c, version-etc.c, yesno.c:
39809         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39810         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39811         the includer's responsibility.
39812
39813         Sync from coreutils.
39814
39815         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39816         points to the start of a string, as the C Standard says the
39817         resulting behavior is undefined.
39818
39819         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39820         simple -> simple_backups, numbered_existing ->
39821         numbered_existing_backups, numbered -> numbered_backups
39822         to avoid shadowing problems.  All uses changed.
39823         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39824         * lib/backupfile.c (check_extension, numbered_backup):
39825         Rename locals to avoid shadowing 'basename'.
39826         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39827         once.
39828
39829         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39830         * lib/.cvsignore: Add getopt.h.
39831
39832 2004-10-04  Bruno Haible  <bruno@clisp.org>
39833
39834         * modules/README: New file.
39835         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39836         not a module.
39837
39838 2004-10-02  Jim Meyering  <jim@meyering.net>
39839
39840         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39841
39842 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39843
39844         * modules/strsep: New file.
39845
39846 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39847
39848         * m4/strsep.m4: New file.
39849
39850 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39851
39852         * lib/strsep.h: New file.
39853         * lib/strsep.c: New file.
39854
39855 2004-10-01  Simon Josefsson  <jas@extundo.com>
39856
39857         * lib/snprintf.c (snprintf): Handle size==0.
39858
39859 2004-10-01  Simon Josefsson  <jas@extundo.com>
39860             Bruno Haible  <bruno@clisp.org>
39861
39862         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39863         (snprintf): Declare 'args'.
39864
39865 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39866
39867         * lib/snprintf.c: Remove comments as to why each header is needed.
39868
39869 2004-10-01  Bruno Haible  <bruno@clisp.org>
39870
39871         * MODULES.html.sh: Add strsep.
39872
39873 2004-09-30  Simon Josefsson  <jas@extundo.com>
39874
39875         * modules/snprintf: New file.
39876
39877 2004-09-30  Simon Josefsson  <jas@extundo.com>
39878
39879         * m4/snprintf.m4: New file.
39880
39881 2004-09-30  Simon Josefsson  <jas@extundo.com>
39882
39883         * lib/snprintf.h, lib/snprintf.c: New files.
39884
39885 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39886
39887         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39888         (hol_entry_help): Never translate an empty string.
39889         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39890         * lib/argp.h (OPTION_NO_TRANS): New option.
39891
39892 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39893
39894         * modules/argp (Maintainer): Replace Simon Josefsson
39895         by Sergey Poznyakoff.
39896
39897 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39898
39899         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39900         changes merged back into glibc.
39901
39902 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39903
39904         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39905
39906 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39907
39908         * lib/xvasprintf.c: Include xalloc.h.
39909         (xvasprintf): Use xalloc_die, not xmalloc_die.
39910
39911 2004-09-29  Bruno Haible  <bruno@clisp.org>
39912
39913         * modules/alloca-opt: New file, derived from modules/alloca.
39914         * modules/allocsa: Depend on alloca-opt instead of alloca.
39915         * modules/setenv: Likewise.
39916         * modules/vasnprintf: Likewise.
39917         * MODULES.html.sh: Add alloca-opt.
39918
39919 2004-09-28  Simon Josefsson  <jas@extundo.com>
39920
39921         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39922         LGPL, and to replace license template from GPL to LGPL.
39923
39924 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39925
39926         * modules/dummy: Change license to LGPL.
39927
39928 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39929
39930         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39931
39932 2004-09-24  Simon Josefsson  <jas@extundo.com>
39933
39934         * modules/minmax (License): Change from GPL to LGPL.
39935
39936 2004-09-23  Simon Josefsson  <jas@extundo.com>
39937
39938         * gnulib-tool (--import): Typo.
39939
39940 2004-09-23  Simon Josefsson  <jas@extundo.com>
39941
39942         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39943
39944 2004-09-22  Bruno Haible  <bruno@clisp.org>
39945
39946         * modules/*: Add 'License' field.
39947         * gnulib-tool: Accept --extract-license option.
39948         (func_get_license): New function.
39949
39950 2004-09-21  Bruno Haible  <bruno@clisp.org>
39951
39952         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39953         Reported by Simon Josefsson.
39954
39955 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39956
39957         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39958         gl_AC_TYPE_LONG_LONG.
39959
39960 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39961
39962         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39963
39964 2004-09-18  Simon Josefsson  <jas@extundo.com>
39965         and  Paul Eggert  <eggert@cs.ucla.edu>
39966
39967         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39968         calls with autoreconf.  Define GL_LIB.
39969
39970 2004-09-14  Karl Berry  <karl@gnu.org>
39971
39972         * config/srclist.txt: unsync setenv.c, sigh.
39973
39974 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39975
39976         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39977         Problem reported by Bruno Haible in:
39978         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39979
39980 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39981
39982         * config/srclist.txt: Comment out argp-pvh.c.
39983
39984 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39985
39986         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39987         in case some system header has #define'd it.  Problem reported by
39988         Soeren D. Schulze in
39989         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39990
39991 2004-09-09  Karl Berry  <karl@gnu.org>
39992
39993         * regex.[ch]: delete from the root.  These were supposed to be
39994                 synced with emacs cvs, but this has not happened for about
39995                 a year, and anyway nothing else uses emacs regex.[ch].
39996                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39997                 lib/regex[.ch] is untouched.
39998
39999 2004-09-09  Bruno Haible  <bruno@clisp.org>
40000
40001         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
40002
40003 2004-09-09  Bruno Haible  <bruno@clisp.org>
40004
40005         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
40006         modifications.
40007         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
40008
40009 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
40010
40011         * modules/xvasprintf: New file.
40012         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
40013
40014 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
40015
40016         * lib/xvasprintf.h: New file.
40017         * lib/xvasprintf.c: New file.
40018         * lib/xasprintf.c: New file.
40019
40020 2004-09-08  Bruno Haible  <bruno@clisp.org>
40021
40022         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
40023
40024 2004-09-08  Bruno Haible  <bruno@clisp.org>
40025
40026         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
40027         length is > INT_MAX.
40028         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
40029         more.
40030
40031 2004-09-08  Bruno Haible  <bruno@clisp.org>
40032
40033         * lib/stdint_.h: New file, taken from GNU clisp.
40034
40035 2004-09-08  Bruno Haible  <bruno@clisp.org>
40036             Oskar Liljeblad  <oskar@osk.mine.nu>
40037
40038         * modules/stdint: New file.
40039         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
40040
40041 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40042
40043         Import from coreutils.
40044         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
40045         strings on unbounded length.  alloca's performance benefits aren't
40046         that important here.
40047         (V_STRDUP): Remove.
40048         (parse_with_separator): New function, with most of the internals
40049         of the old parse_user_spec.  Allow user to omit both user and group,
40050         for compatibility with FreeBSD.
40051         Clone only the user name, not the entire spec.
40052         Do not set *uid, *gid unless entirely successful.
40053         Avoid memory leak in some failing cases.
40054         Fix regression for USER.GROUP reported by Dmitry V. Levin in
40055         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
40056         (parse_user_spec): Rewrite to use parse_with_separator.
40057
40058 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40059
40060         * modules/userspec: Don't depend on alloca.
40061
40062 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40063
40064         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
40065
40066 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40067
40068         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
40069         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
40070         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
40071
40072 2004-08-16  Simon Josefsson  <jas@extundo.com>
40073
40074         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
40075         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
40076         Add --dry-run for --import.
40077         Let user provided command line parameters override configure.ac
40078         settings.
40079
40080 2004-08-12  Simon Josefsson  <jas@extundo.com>
40081
40082         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
40083         as discussed with Paul Eggert in threads rooted at
40084         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
40085         and
40086         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
40087         Before, the test was empty, and relied on ELIDE_CODE in source
40088         code.)
40089         (gl_PREREQ_GETOPT): New macro.
40090         (gl_GETOPT): Use them.
40091
40092 2004-08-12  Simon Josefsson  <jas@extundo.com>
40093
40094         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
40095         * lib/getopt_.h: Renamed from getopt.h.
40096
40097 2004-08-12  Simon Josefsson  <jas@extundo.com>
40098
40099         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
40100         Change default library name from libfoo to libgnu.
40101         Now, if you have a configure.ac that says:
40102                 gl_SOURCE_BASE(gl)
40103                 gl_M4_BASE(gl/m4)
40104                 gl_MODULES(error getopt etcetera)
40105                 gl_INIT
40106         you can import all you need by running:
40107                 ../gnulib/gnulib-tool --import
40108
40109         * modules/getopt (Files): Rename getopt.h to getopt_.h.
40110         (Makefile.am): Rewrite, use logic from argz.
40111         (Include): Use <getopt.h> instead of "getopt.h".
40112
40113 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40114
40115         * modules/argp (Files): Add m4/unlocked-io.m4.
40116         (Depends-on): Add extensions.
40117
40118 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40119
40120         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
40121         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
40122         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
40123         Check for program_invocation_name, program_invocation_short_name,
40124         flockfile, funlockfile, features.h, _getopt_long_only_r.
40125
40126 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40127
40128         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
40129         its complicated substitute.
40130         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
40131         and program_invocation_name.
40132         (__argp_basename) [!_LIBC]: Remove; the only use was
40133         replaced by its body.
40134         (__argp_short_program_name): Change condition from
40135         !defined __argp_short_program_name to
40136         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
40137         to match argp-namefrob.h.
40138         (__argp_failure): Don't assume strerror_r returns char *.
40139         * lib/argp-parse.c (N_): Define unconditionally.
40140         (argp_default_options): Fill out initializers with 0 to avoid
40141         gcc warnings.
40142
40143 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40144
40145         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
40146         getopt1.c.
40147
40148 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40149
40150         Merge from coreutils.
40151
40152         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
40153
40154         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
40155         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
40156
40157 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40158
40159         Merge from coreutils.
40160
40161         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
40162         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
40163         for Reliant Unix 5.43.
40164
40165         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
40166         (union fooround): Use uintmax_t, not long int.
40167         The rest is a merge from libc:
40168         [defined _LIBC]: Include <shlib-compat.h>.
40169         (_obstack) [defined _LIBC]: Remove after 2.3.4.
40170
40171         * lib/settime.c (settime): Recode to avoid warning with
40172         Sun Forte C 6U2.
40173
40174         * lib/strverscmp.c: Convert to UTF-8.
40175
40176 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40177
40178         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
40179         m4/uintmax_t.m4.
40180
40181 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40182
40183         * modules/xalloc-die: New file.
40184         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
40185
40186         * modules/md5 (Files): Add m4/uint32_t.m4.
40187         * modules/sha1: Renamed from modules/sha.
40188         (Files):
40189         Rename lib/sha.h to lib/sha1.h.
40190         Rename lib/sha.c to lib/sha1.c.
40191         Rename m4/sha.m4 to m4/sha1.m4.
40192         (lib_SOURCES): Likewise.
40193         (configure.ac): Rename gl_SHA to gl_SHA1.
40194         (Include): sha.h -> sha1.h.
40195
40196 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40197
40198         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
40199         * m4/sha1.m4: Renamed from sha.m4.
40200         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
40201
40202 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40203
40204         * lib/obstack.h (obstack_empty_p):
40205         Don't assume that chunk->contents is suitably aligned.
40206         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40207         Likewise. Problem reported by Benno in
40208         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40209
40210         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40211         readable.  This could be improved further but it'd take some work.
40212
40213 2004-08-08  Simon Josefsson  <jas@extundo.com>
40214
40215         * modules/xgethostname (Depends-on): Remove exit and error (not
40216         used).
40217
40218         * modules/getpass-gnu: Add getpass.h.
40219         (Depends-on): Add stdbool.
40220         * modules/getpass: Add getpass.h.
40221
40222 2004-08-08  Simon Josefsson  <jas@extundo.com>
40223
40224         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40225         Check getpass declaration.
40226
40227 2004-08-08  Simon Josefsson  <jas@extundo.com>
40228
40229         * lib/xgethostname.c: Don't include error.h (not used).
40230
40231         * lib/getpass.h: Add.
40232         * lib/getpass.c: Include getpass.h first.
40233
40234 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40235
40236         * lib/xalloc-die.c: New file.
40237         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40238         All uses removed.
40239         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40240         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40241         xalloc-die.c.
40242         (_, N_, xalloc_die): Move to xalloc-die.c.
40243         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40244         so that we needn't mess with xalloc_msg_memory_exhausted.
40245
40246         * lib/sha1.h: Renamed from sha.h.
40247         (SHA1_H): Renamed from _SHA_H.
40248         (sha1_ctx): Renamed from sha_ctx.
40249         (sha1_init_ctx): Renamed from sha_init_ctx.
40250         (sha1_process_block): Renamed from sha_process_block.
40251         (sha1_process_bytes): Renamed from sha_process_bytes.
40252         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40253         (sha1_read_ctx): Renamed from sha_read_ctx.
40254         (sha1_stream): Renamed from sha_stream.
40255         (sha1_buffer): Renamed from sha_buffer.
40256         * lib/sha1.c: Likewise; renamed from sha.c.
40257         Do not include <sys/types.h>.
40258         Include <stddef.h> rather than <stdlib.h>.
40259
40260 2004-08-08  Bruno Haible  <bruno@clisp.org>
40261
40262         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40263         FILESYSTEM_PREFIX_LEN.
40264         * lib/progreloc.c: Likewise.
40265         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40266
40267 2004-08-06  Simon Josefsson  <jas@extundo.com>
40268
40269         * modules/progname (Depends-on): Don't depend on stdbool.
40270
40271 2004-08-06  Simon Josefsson  <jas@extundo.com>
40272
40273         * modules/getsubopt: New file.
40274         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40275         getsubopt.
40276
40277 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40278
40279         More merge from coreutils.
40280
40281         * m4/utimens.m4, m4/utimecmp.m4: New files.
40282         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40283         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40284         prereq.m4, sha.m4: Import changes from coreutils.
40285
40286 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40287
40288         More merge from coreutils.
40289         * modules/raise, modules/readtokens0, modules/utimens:
40290         * modules/utimecmp, module/xnanosleep: New files.
40291         * modules/strftime: Add lib/strftime.h.
40292         Change include from <time.h> to "strftime.h".
40293         * modules/yesno: Add lib/yesno.h.
40294         * modules/backupfile: Remove lib/addext.c.
40295         * modules/euidaccess: Add stat-macros.h.
40296         * modules/canonicalize, modules/euidaccess,
40297         modules/filemode, modules/lchown, modules/makepath,
40298         modules/rmdir, modules/stat: Likewise.
40299
40300 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40301
40302         Merge from tar.
40303         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40304         SIZE_MAX is a valid preprocessor constant.
40305         (__argp_basename): Change from "#ifndef _LIBC"
40306         to "#ifndef __argp_short_program_name", so that
40307         we don't compile these functions for tar.
40308
40309         More merges from coreutils.
40310         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40311         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40312         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40313         * lib/addext.c: Remove; no longer needed.
40314         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40315         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40316         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40317         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40318         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40319         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40320         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40321         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40322         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40323         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40324         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40325         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40326         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40327         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40328         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40329         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40330         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40331         Import changes from coreutils.
40332
40333 2004-08-05  Simon Josefsson  <jas@extundo.com>
40334
40335         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40336
40337 2004-08-05  Simon Josefsson  <jas@extundo.com>
40338
40339         * m4/getsubopt.m4: New file.
40340
40341 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40342
40343         Merge from coreutils.
40344
40345         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40346         * m4/getcwd-path-max.m4: New files.
40347
40348         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40349         FILESYSTEM_PREFIX_LEN ->
40350         FILE_SYSTEM_PREFIX_LEN.
40351         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40352         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40353         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40354         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40355
40356         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40357         prerequisite modules now handle the DOS stuff.
40358         Don't check for unistd.h.
40359
40360 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40361
40362         Merge from coreutils.
40363
40364         * lib/.gdb-history: Remove; this doesn't belong here.
40365
40366         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40367         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40368         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40369         * lib/getcwd.c: New files.
40370
40371         * lib/dirname.h: Include <stdbool.h>.
40372         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40373         for consistency with POSIX terminology.  All uses changed.
40374         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40375         (strip_trailing_slashes): Use bool for booleans.
40376         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40377
40378         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40379         sometimes returns a positive errno value even when it succeeds.
40380         (print_errno_message) [!LIBC]: Fall back on strerror if
40381         __strerror_r fails.
40382
40383         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40384         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40385         (longest_relative_suffix): New function.
40386         (path_concat): Use it.  Assume first argument is not NULL.
40387         Port to DOS.  Omit redundant separators.
40388         Report an error instead of returning NULL.
40389         Use mempcpy instead of memcpy.
40390         (xpath_concat): Remove: not declared or used.
40391
40392         * lib/same.h: Include <stdbool.h>
40393         (same_name): Return bool, not int.
40394         * lib/same.c (same_name): Likewise.
40395         (errno): Don't declare; we assume C89 or better now.
40396
40397         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40398         if not already defined.
40399
40400         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40401         * lib/dup-safer.c (errno): Likewise.
40402
40403 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40404
40405         Merge from coreutils.
40406         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40407         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40408         * modules/path-concat: Don't depend on strdup.
40409
40410 2004-08-03  Simon Josefsson  <jas@extundo.com>
40411
40412         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40413         * lib/progname.h: Don't include stdbool.h.
40414
40415 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40416
40417         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40418         * MODULES.html.sh (func_all_modules): Remove fatal.
40419
40420 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40421
40422         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40423
40424 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40425
40426         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40427         working.
40428
40429 2004-08-02  Simon Josefsson  <jas@extundo.com>
40430
40431         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40432         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40433         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40434
40435 2004-08-01  Simon Josefsson  <jas@extundo.com>
40436
40437         * lib/xgetdomainname.c: Include stdlib.h, for free().
40438
40439 2004-07-19  Bruno Haible  <bruno@clisp.org>
40440
40441         * MODULES.html.sh (func_all_modules): Add dummy.
40442
40443 2004-07-16  Simon Josefsson  <jas@extundo.com>
40444
40445         * modules/dummy: New file.
40446
40447 2004-07-16  Simon Josefsson  <jas@extundo.com>
40448
40449         * lib/dummy.c: New file.
40450
40451 2004-07-16  Bruno Haible  <bruno@clisp.org>
40452
40453         * lib/backupfile.h: Add extern "C" for C++.
40454         * lib/closeout.h: Likewise.
40455         * lib/copy-file.h: Likewise.
40456         * lib/findprog.h: Likewise.
40457         * lib/full-write.h: Likewise.
40458         * lib/pathname.h: Likewise.
40459         * lib/progname.h: Likewise.
40460         * lib/stpcpy.h: Likewise.
40461         * lib/stpncpy.h: Likewise.
40462         * lib/strcase.h: Likewise.
40463         * lib/strstr.h: Likewise.
40464         * lib/xalloc.h: Likewise.
40465
40466         * lib/mbswidth.h: Add extern "C" for C++.
40467         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40468
40469 2004-07-13  Robert Millan  <robertmh@gnu.org>
40470
40471         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40472
40473 2004-07-09  Simon Josefsson  <jas@extundo.com>
40474
40475         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40476         failed without this.)
40477
40478 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40479
40480         * modules/chown (Files): Add lib/fchown-stub.c, since
40481         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40482
40483 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40484
40485         * lib/fchown-stub.c: New file.
40486
40487 2004-06-24  Jim Meyering  <jim@meyering.net>
40488
40489         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40490
40491 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40492
40493         * modules/argz: Omit "#include".
40494
40495         * MODULES.html.sh (func_all_modules): Add calloc, to match
40496         2004-06-01 addition of calloc module.
40497
40498 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         * m4/argz.m4: New file, which is autoupdated from libtool.
40501
40502 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40503
40504         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40505         libtool.
40506
40507 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40508
40509         * config/srclist-update: Don't insist on "USA." before the
40510         close-comment, as libtool omits the period and puts the */ on a
40511         separate line.
40512         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40513         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40514
40515 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40516
40517         * modules/argz: New file.
40518         * MODULES.html.sh (func_all_modules): Add argz.
40519
40520 2004-06-12  Jim Meyering  <jim@meyering.net>
40521         and  Paul Eggert  <eggert@cs.ucla.edu>
40522
40523         * modules/hash (Files): Add lib/xalloc.h.
40524         * modules/pipe (Depends-on): Add wait-process.
40525         * modules/stat (Depends-on): Add xalloc.
40526         * modules/userspec (Files): Add lib/userspec.h.
40527         * modules/xstrto
40528
40529         Upgrade from gettext-0.13.
40530         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40531         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40532         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40533
40534 2004-06-10  Jim Meyering  <jim@meyering.net>
40535
40536         * lib/calloc.c: New file.
40537
40538 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40539
40540         * lib/getdate.y (yylex): Allow space between sign and number.
40541         Problem reported by Dan Jacobson.
40542
40543 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40544
40545         Merge from coreutils CVS.
40546
40547         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40548         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40549         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40550         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40551         xstrtol.m4: Fix copyright date and/or serial number.
40552
40553         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40554         See if we need an fchown replacement.
40555         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40556         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40557         and use the replacement function if we detect either defect.
40558
40559         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40560         gl_UTIMECMP.
40561
40562 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40563         and  Jim Meyering  <jim@meyering.net>
40564
40565         Merge from coreutils CVS.
40566
40567         * lib/stat-macros.h: New file, with contents from file-type.h
40568         and coreutils' system.h.
40569         * lib/file-type.c: Include "stat-macros.h".
40570         * lib/file-type.h (file_type): Move all macro definitions to new file,
40571         stat-macros.h.
40572
40573         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40574         Wrap old code with this conditional.
40575         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40576         function that does not dereference symlinks.
40577         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40578
40579         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40580         dependency problems.
40581         (xreadlink): Accept new arg SIZE, for efficiency.
40582         All decls and uses changed.
40583         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40584
40585         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40586         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40587
40588         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40589         sysexits.h.
40590
40591 2004-06-01  Jim Meyering  <jim@meyering.net>
40592
40593         * m4/calloc.m4: New file.
40594
40595 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40596
40597         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40598         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40599         Also, fix a typo in a diagnostic.
40600
40601 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40602
40603         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40604         or AC_FUNC_REALLOC.
40605
40606 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40607
40608         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40609         macros to be defined.
40610         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40611         the allocator returns NULL because the requested size is zero.
40612
40613 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40614
40615         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40616         var.  Add comment explaining why libc still defines it.  This
40617         merges the following patch from glibc:
40618         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40619
40620 2004-05-20  Andreas Schwab  <schwab@suse.de>
40621
40622         * m4/free.m4: Replace free if it not known to work, not the other
40623         way round.
40624
40625 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40626
40627         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40628         present in glibc since revision 1.1 of this file.
40629         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40630         obstack_alignment_mask, obstack_alloc, obstack_base,
40631         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40632         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40633         obstack_grow0, obstack_init, obstack_int_grow,
40634         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40635         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40636         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40637         nonexistent functions.
40638
40639 2004-05-18  Karl Berry  <karl@gnu.org>
40640
40641         * config/srclist.txt: break link for vasnprintf.c.
40642
40643 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40644
40645         Port obstack to the AS/400, where pointers are 16 bytes wide and
40646         you cannot cast an integer to a valid pointer.  This patch is
40647         currently waiting to be integrated into glibc; see
40648         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40649
40650         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40651         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40652         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40653         (struct obstack): temp member is now a union of a pointer and
40654         an integer, instead of an integer.  All integer uses changed.
40655         This does not affect the physical layout of struct obstack,
40656         except on hosts (like the AS/400) where the size or alignment of
40657         void * is greater than that of ptrdiff_t.
40658         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40659         __STDC__)]: Store temporary in pointer member of union, not
40660         integer member.
40661         * lib/obstack.c: Include <stddef.h>, for offsetof.
40662         (struct fooalign): Remove; it doesn't need a name.
40663         (union fooround): Change double to long double, and add void *.
40664         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40665         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40666         not a macro.  Hence the values are always int; so remove all
40667         casts-to-int in uses.
40668
40669 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40670
40671         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40672         we can get this patch merged into glibc.
40673
40674 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40675             Paul Eggert  <eggert@cs.ucla.edu>
40676
40677         * m4/argp: Depend on alloca.
40678
40679 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40680             Paul Eggert  <eggert@cs.ucla.edu>
40681
40682         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40683         freecoding.
40684
40685 2004-05-17  Bruno Haible  <bruno@clisp.org>
40686
40687         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40688         precision that consists of a '.' followed by an empty digit string.
40689         Patch by Tor Lillqvist <tml@iki.fi>.
40690
40691 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40692
40693         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40694         for backward compatibility with older code.  We need our own
40695         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40696         it under some other name, and our alloca.h will define it.
40697
40698 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40699             Derek Price  <derek@ximbiot.com>
40700
40701         * lib/alloca.c: Include <alloca.h>, to get our interface.
40702         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40703         include <alloca.h> first.  Use C89 prototype for alloca; this
40704         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40705         Use #elif for simplicity, since we can assume C89 now.
40706         Don't try to source the system alloca.h since it will not be found
40707         and to prevent recursively including its replacement.
40708         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40709         * lib/regex.c: Likewise.
40710
40711 2004-05-16  Derek Price  <derek@ximbiot.com>
40712             Paul Eggert  <eggert@cs.ucla.edu>
40713
40714         getline cleanup.  This changes the getndelim2 API: both order of
40715         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40716         no delimiter).
40717
40718         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40719         interface does that.
40720         (getline): Always use getdelim, so that we don't have two
40721         copies of this code.
40722         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40723         if available.
40724         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40725         (GETNDELIM2_MAXIMUM): New macro.
40726         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40727         instead of the old practice of delim2==0.  All callers changed.
40728         Return -1 on overflow, instead of returning junk.
40729         Do not set *linesize unless allocation succeeds.
40730         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40731         that we include sys/types.h.
40732         * lib/getnline.h: Likewise.
40733         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40734         (getndelim2): Reorder arguments.
40735         * lib/getnline.c (getnline, getndelim):
40736         Don't discard the NMAX argument.
40737         (getnline): Invoke getndelim, to avoid code duplication.
40738         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40739         of (size_t) -1 by callers of the getnline family.
40740
40741 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40742
40743         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40744         Check for gettimeofday.
40745         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40746         Check for settimeofday, stime.
40747
40748 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40749
40750         * lib/nanosleep.c (suspended): Change its type from int to
40751         sig_atomic_t volatile.
40752         (first_call): Make it private to rpl_nanosleep, and have it
40753         be zero initially as that's a bit faster.
40754         (my_usleep): Round up fractional times instead of truncating them,
40755         as this is the usual meaning for 'sleep'.
40756
40757         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40758         doesn't work.
40759         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40760         (ENOSYS): Define if not defined.
40761         (settime): Fall back on stime if it exists and settimeofday fails.
40762         But don't bother with fallbacks if a method fails with errno == EPERM.
40763
40764 2004-05-11  Jim Meyering  <jim@meyering.net>
40765
40766         Prior to this change, the save_cwd caller required read access to the
40767         current directory on most systems (ones with the fchdir function).
40768
40769         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40770         fails, try write-only, and finally, resort to using xgetcwd.
40771
40772 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40773
40774         * lib/obstack.c, obstack.h: Import changes from libc.
40775
40776 2004-04-28  Bruno Haible  <bruno@clisp.org>
40777
40778         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40779         also implicitly appends .exe to executables.
40780         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40781         accepts Windows pathnames.
40782         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40783         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40784         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40785         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40786         Reported by Derek Robert Price <derek@ximbiot.com>.
40787
40788 2004-04-21  Karl Berry  <karl@gnu.org>
40789
40790         * config/srclist.txt (localcharset.c): break sync.
40791
40792 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40793
40794         * m4/host-os.m4: Add a copyright notice.
40795
40796 2004-04-20  Jim Meyering  <jim@meyering.net>
40797
40798         Change UTILS_ to gl_ in AC_DEFINE'd names.
40799         Change utils_- and jm_-prefixed variables, too.
40800         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40801         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40802         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40803
40804         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40805         Don't emit trailing blanks.
40806         Also rename jm_-prefixed variables to have gl_ prefix.
40807
40808         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40809         Also rename jm_-prefixed variables to have gl_ prefix.
40810
40811         * m4/jm-macros.m4: Reflect the renamings.
40812         * m4/prereq.m4: Likewise.
40813
40814 2004-04-20  Jim Meyering  <jim@meyering.net>
40815
40816         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40817         memory.
40818
40819 2004-04-20  Jim Meyering  <jim@meyering.net>
40820             Bruno Haible  <bruno@clisp.org>
40821
40822         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40823         memory when realloc fails.
40824
40825 2004-04-19  Jim Meyering  <jim@meyering.net>
40826
40827         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40828         now that readutmp.c may call `free (0)'.
40829
40830 2004-04-19  Bruno Haible  <bruno@clisp.org>
40831
40832         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40833         * m4/inttypes_h.m4: Likewise.
40834         * m4/stdint_h.m4: Likewise.
40835         * m4/intmax_t.m4: Likewise.
40836         * m4/uintmax_t.m4: Likewise.
40837
40838 2004-04-18  Jim Meyering  <jim@meyering.net>
40839
40840         * m4/prereq.m4: Don't forbid jm_ prefix.
40841
40842         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40843         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40844         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40845         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40846         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40847         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40848         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40849         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40850         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40851         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40852         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40853         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40854         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40855         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40856         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40857         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40858         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40859         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40860         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40861
40862 2004-04-18  Jim Meyering  <jim@meyering.net>
40863
40864         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40865         failure, don't leak memory and do call END_UTMP_ENT.
40866
40867 2004-04-16  Jim Meyering  <jim@meyering.net>
40868
40869         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40870         coreutils' stat program.
40871         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40872
40873 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40874
40875         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40876         C89.
40877         (CHAR_BIT): Remove, since we assume C89.
40878         Include <stdint.h> if available, as per current Autoconf CVS advice.
40879
40880 2004-03-31  Jim Meyering  <jim@meyering.net>
40881
40882         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40883         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40884         * m4/xalloc.m4: Likewise.
40885
40886 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40887
40888         Merge from coreutils.
40889
40890         * m4/inttostr.m4: New file.
40891         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40892         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40893         Require gl_CLOCK_TIME.
40894         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40895
40896 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40897
40898         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40899         not bool, to be more consistent with Unix conventions.
40900         Suggested by Bruno Haible.
40901
40902         Merge from coreutils.
40903
40904         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40905         * lib/umaxtostr.c: New files.
40906
40907         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40908         the usual <time.h> dance.
40909         (get_date): Change signature to support fractional time stamps.
40910         All callers changed.
40911         * lib/getdate.y: Include "getdate.h" first, as we can now
40912         assume C89 and don't need to worry about 'const'.
40913         Similarly, include "unlocked-io.h" near start, not in middle.
40914         Include <limits.h>.
40915         (textint.value): Use long int rather than int.
40916         (textint.digits): Use size_t rather than int.
40917         (BILLION, LOG10_BILLION): New constants.
40918         (parser_control): New member rel_ns.  Members day_ordinal,
40919         time_zone, month, day, hour, minutes, rel_year, rel_month,
40920         rel_day, rel_hour, rel_minutes, rel_seconds
40921         are now long int, not int.  Member seconds is now struct timespec,
40922         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40923         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40924         not int.
40925         (%union.intval): Now long int, not int.
40926         New member timespec.
40927         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40928         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40929         (spec): Now is a timespec or an item list.
40930         (timespec, items): New nonterminals.
40931         (time, rel, relunit, number, get_date):
40932         Add support for fractional seconds.
40933         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40934         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40935         (to_hour): First arg is now long int, not int.
40936         (to_year): Returns long int, not int.
40937         Don't treat year -70 like 70.
40938         (tm_diff): Returns long int, not int.
40939         (lookup_word): Use bool instead of int when appropriate.
40940         (yylex): Use size_t for count, not int.
40941         Detect overflow when parsing large integer constants.
40942         Add support for fractions.
40943         (get_date): Make pointers 'const' if possible.
40944         Use more-portable code to detect integer overflow.
40945         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40946         Don't use ctime; it's not reliable if the year has >4 digits.
40947
40948         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40949         This is for compatibility with BSD.
40950
40951         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40952         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40953         From coreutils' system.h.
40954
40955         * lib/userspec.c: Don't include "posixver.h".
40956         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40957         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40958         compatible extension.  Simplify code by removing a boolean int
40959         that was always nonzero if a string was nonnull.
40960
40961 2004-03-30  Jim Meyering  <jim@meyering.net>
40962
40963         Merge from coreutils.
40964
40965         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40966         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40967         on some systems one must include <grp.h> before it.
40968         Reported by Christian Krackowizer.
40969
40970 2004-03-30  Jim Meyering  <jim@meyering.net>
40971
40972         Merge from coreutils.
40973
40974         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40975
40976         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40977         an empty input stream.
40978
40979         * lib/readtokens.c: Include <stdbool.h>.
40980         (readtoken): Use `size_t' rather than int/long.
40981         All callers adjusted.
40982         Use `bool' rather than `int' where appropriate.
40983         Use memset rather than an explicit loop.
40984         Use x2nrealloc rather than xrealloc.
40985         Allow the use of `\0' as a delimiter.
40986         (readtokens): Likewise.
40987         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40988
40989 2004-03-30  Jim Meyering  <jim@meyering.net>
40990
40991         * m4/realloc.m4: Remove file, since now it does no more than
40992         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40993         the `configure.ac' section of module/realloc.
40994         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40995
40996 2004-03-30  Bruno Haible  <bruno@clisp.org>
40997
40998         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40999         nonnull.
41000
41001 2004-03-29  Paul Eggert  <eggert@twinsun.com>
41002
41003         Merge changes to getloadavg.c from coreutils and Emacs.
41004
41005         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
41006         Define to an expression, not to the empty string.
41007         Include cloexec.h and xalloc.h.
41008         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
41009         Use set_cloexec_flag rather than rolling our own.
41010         * lib/cloexec.c, lib/cloexec.h: New files.
41011
41012 2004-03-29  Paul Eggert  <eggert@twinsun.com>
41013
41014         * m4/cloexec.m4: New file.
41015
41016 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41017
41018         * lib/getopt.h: Sync with libc CVS.
41019
41020 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41021             Bruno Haible  <bruno@clisp.org>
41022
41023         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
41024         mbswidth.
41025
41026 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41027             Bruno Haible  <bruno@clisp.org>
41028
41029         * lib/mbswidth.h: Include <wchar.h> only if
41030         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
41031         <wchar.h>.
41032         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
41033
41034 2004-03-09  Paul Eggert  <eggert@twinsun.com>
41035
41036         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
41037         Sync with libc CVS.
41038         * lib/getopt_int.h: New file, also synced from libc.
41039
41040 2004-03-09  Paul Eggert  <eggert@twinsun.com>
41041
41042         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
41043         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
41044         Bring back getopt.c, getopt.h, getopt1.c.
41045
41046 2004-03-07  Paul Eggert  <eggert@twinsun.com>
41047
41048         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
41049         All uses changed.  Check for sa_sigaction member; this fixes
41050         a bug first reported by Jason Andrade in
41051         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
41052
41053 2004-03-07  Paul Eggert  <eggert@twinsun.com>
41054
41055         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
41056         '#if' expressions.  Unlike the code it replaces, it does not
41057         depend on (defined _SC_PAGESIZE).  However, it does depend on
41058         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
41059         first reported by Jason Andrade in
41060         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
41061
41062 2004-02-25  Simon Josefsson  <jas@extundo.com>
41063
41064         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
41065
41066 2004-02-25  Simon Josefsson  <jas@extundo.com>
41067
41068         * lib/strdup.h: New file.
41069         * lib/strdup.c: Include it.
41070         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
41071         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
41072
41073 2004-02-23  Karl Berry  <karl@gnu.org>
41074
41075         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
41076         (from fencepost.gnu.org:/gd/gnuorg).
41077
41078 2004-02-23  Karl Berry  <karl@gnu.org>
41079
41080         * config/srclistvars.sh (GNUORG) [karl]: redefine.
41081         * config/srclist.txt: add maintain/standards documents.
41082
41083 2004-02-18  Bruno Haible  <bruno@clisp.org>
41084
41085         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
41086         Reported by Derek Robert Price <derek@ximbiot.com>.
41087
41088 2004-02-16  Karl Berry  <karl@gnu.org>
41089
41090         * config/mkinstalldirs, install-sh: update from automake.
41091
41092 2004-02-06  Karl Berry  <karl@gnu.org>
41093
41094         * m4/po.m4: update from gettext 0.14.1.
41095
41096 2004-02-06  Karl Berry  <karl@gnu.org>
41097
41098         * lib/config.charset: update from gettext 0.14.1.
41099
41100 2004-02-05  Paul Eggert  <eggert@twinsun.com>
41101
41102         Add comments and code, prompted by suggestions from Bruno Haible
41103         for sh-quote.
41104         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
41105         describing the enum quoting_style values.
41106         * lib/quotearg.c (quotearg_alloc): New function.
41107         (quotearg_buffer_restyled): Treat lone { and } as special.
41108         Treat = as special.  Work around bug with older shells
41109         that "see" a '\' that is really the 2nd byte of a multibyte char.
41110         Quote empty string with shell_quoting_style.
41111
41112 2004-02-03  Bruno Haible  <bruno@clisp.org>
41113
41114         * m4/pipe.m4: New file, from GNU gettext.
41115
41116 2004-02-03  Bruno Haible  <bruno@clisp.org>
41117
41118         * lib/pipe.h: New file, from GNU gettext.
41119         * lib/pipe.c: New file, from GNU gettext.
41120
41121 2004-01-27  Bruno Haible  <bruno@clisp.org>
41122
41123         * m4/execute.m4: New file, from GNU gettext.
41124
41125 2004-01-27  Bruno Haible  <bruno@clisp.org>
41126
41127         * lib/execute.h: New file, from GNU gettext.
41128         * lib/execute.c: New file, from GNU gettext.
41129         * lib/w32spawn.h: New file, from GNU gettext.
41130
41131 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41132
41133         Merge from diffutils.
41134
41135         * lib/file-type.c (file_type): Add typed memory objects.
41136         * lib/file-type.h (S_TYPEISTMO): New macro.
41137
41138         * lib/c-stack.h (c_stack_action): Remove argv argument.
41139         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
41140         (die): Don't calculate message unless segv_action returns.
41141         (get_stack_location, min_address_from_argv, max_address_from_argv,
41142         volatile stack_base, volatile_stack_size): Remove.
41143         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
41144         that every segmentation violation is a stack overflow.  (Ouch!)
41145         See Debian bug 136249 (still outstanding) for more info about why
41146         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
41147
41148 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41149
41150         Exit-status fix from coreutils.
41151
41152         Use exit_failure consistently in place of EXIT_FAILURE,
41153         so that program exit statuses are consistent on failure.
41154
41155         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
41156         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
41157         * lib/argmatch.h: Comment fix to match the above.
41158         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
41159         Now a macro referring to exit_failure, instead of a separate
41160         variable.  Include "exitfail.h" to get it.
41161         * lib/xstrtol.h: Include "exitfail.h".
41162         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
41163
41164         * lib/long-options.c (parse_long_options): Use prototype
41165         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
41166         for clarity.
41167
41168 2004-01-21  Jim Meyering  <jim@meyering.net>
41169
41170         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
41171         so as not to conflict with a different-sized __mktime_internal
41172         function in GNU libc.
41173         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
41174         Problem building statically-linked `ls' reported by Michael Brunnbauer.
41175
41176 2004-01-20  Karl Berry  <karl@gnu.org>
41177
41178         * config/config.guess: update from config.
41179
41180         * config/srclistvars.sh: GNUWWWLICENSES for karl.
41181
41182 2004-01-20  Bruno Haible  <bruno@clisp.org>
41183
41184         Safer stack allocation.
41185         * lib/setenv.c: Include allocsa.h.
41186         (alloca): Remove fallback definition.
41187         (freea): Remove macro.
41188         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
41189         instead of freea.
41190
41191 2004-01-20  Bruno Haible  <bruno@clisp.org>
41192
41193         * m4/eealloc.m4: New file, from GNU gettext.
41194
41195 2004-01-20  Bruno Haible  <bruno@clisp.org>
41196
41197         * m4/allocsa.m4: New file, from GNU gettext.
41198
41199 2004-01-20  Bruno Haible  <bruno@clisp.org>
41200
41201         * lib/xallocsa.h: New file, from GNU gettext.
41202         * lib/xallocsa.c: New file, from GNU gettext.
41203
41204 2004-01-20  Bruno Haible  <bruno@clisp.org>
41205
41206         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41207
41208 2004-01-20  Bruno Haible  <bruno@clisp.org>
41209
41210         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41211         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41212         specially.
41213
41214 2004-01-20  Bruno Haible  <bruno@clisp.org>
41215
41216         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41217         patch.
41218
41219 2004-01-20  Bruno Haible  <bruno@clisp.org>
41220
41221         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41222
41223 2004-01-20  Bruno Haible  <bruno@clisp.org>
41224
41225         * lib/eealloc.h: New file.
41226
41227 2004-01-20  Bruno Haible  <bruno@clisp.org>
41228
41229         * lib/binary-io.h: Avoid warnings on Cygwin.
41230
41231 2004-01-20  Bruno Haible  <bruno@clisp.org>
41232
41233         * lib/allocsa.h: New file, from GNU gettext.
41234         * lib/allocsa.c: New file, from GNU gettext.
41235
41236 2004-01-18  Karl Berry  <karl@gnu.org>
41237
41238         * doc/gpl.texi, doc/lgpl.texi: new files.
41239
41240 2004-01-18  Karl Berry  <karl@gnu.org>
41241
41242         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41243         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41244
41245 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41246
41247         Merge from coreutils.
41248
41249         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41250         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41251         (gl_DEFAULT_POSIX2_VERSION): Move
41252         the documentation from 'configure' into 'config.hin',
41253         so that 'configure --help' isn't burdened by it and
41254         we don't have to worry about its formatting there.
41255         Reword the documentation so that it's more succinct
41256         and can be run together into a single paragraph.
41257         * m4/same.m4 (gl_SAME): Check for pathconf.
41258
41259 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41260
41261         Merge from coreutils.
41262
41263         * lib/posixver.c: Include posixver.h.
41264
41265         * lib/same.c: Include <stdbool.h>, <limits.h>.
41266         (_POSIX_NAME_MAX): Define if not defined.
41267         (MIN): New macro.
41268         (same_name): If file names are silently truncated, report
41269         that the file names are the same if they are the same after
41270         the silent truncation.
41271
41272         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41273         conversion function.
41274         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41275         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41276         longer needed.
41277
41278 2004-01-15  Jim Meyering  <jim@meyering.net>
41279
41280         Merge from coreutils.
41281
41282         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41283         if no library is required.
41284         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41285         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41286         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41287         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41288         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41289         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41290         value, $ac_cv_search_crypt, if it's "none required".
41291         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41292         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41293         not gl_FUNC_GETLOADAVG.
41294         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41295         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41296
41297 2004-01-15  Jim Meyering  <jim@meyering.net>
41298
41299         Merge from coreutils.
41300
41301         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41302         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41303         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41304
41305         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41306         optional configure-time default.
41307
41308         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41309
41310         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41311
41312 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41313
41314         Merge from coreutils.
41315
41316         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41317         value, $ac_cv_search_nanosleep, if it's "none required".
41318
41319 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41320
41321         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41322         with like-named macro in fnmatch.c.
41323         (EXT): Use an internal constant instead.
41324
41325         Merge fnmatch patches from glibc.
41326         * lib/fnmatch.c (mbsinit): Remove define.
41327         Add libc_hidden_ver (__fnmatch, fnmatch).
41328         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41329         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41330
41331 2004-01-14  Karl Berry  <karl@gnu.org>
41332
41333         * config/install-sh: update from automake.
41334
41335 2004-01-13  Karl Berry  <karl@gnu.org>
41336
41337         * config/install-sh: update from automake.
41338
41339 2004-01-09  Karl Berry  <karl@gnu.org>
41340
41341         * config/install-sh: update from automake.
41342
41343 2004-01-05  Karl Berry  <karl@gnu.org>
41344
41345         * config/config.{sub,guess}: update from config.
41346
41347 2003-12-31  Karl Berry  <karl@gnu.org>
41348
41349         * config/depcomp: update from automake.
41350
41351 2003-12-14  Karl Berry  <karl@gnu.org>
41352
41353         * lib/config.charset: update from gettext-runtime.
41354
41355 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41356
41357         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41358         Bug reported by Alfred M. Szmidt.
41359
41360 2003-12-03  Bruno Haible  <bruno@clisp.org>
41361
41362         * m4/gettext.m4: Upgrade from gettext-0.13.
41363         * m4/po.m4: Upgrade from gettext-0.13.
41364         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41365         * m4/intmax.m4: New file, from gettext-0.13.
41366         * m4/printf-posix.m4: New file, from gettext-0.13.
41367
41368 2003-11-29  Karl Berry  <karl@gnu.org>
41369
41370         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41371
41372 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41373             Bruno Haible  <bruno@clisp.org>
41374
41375         * lib/printf-parse.h: Don't include sys/types.h.
41376         (ARG_NONE): New macro.
41377         (char_directive): Change type of *arg_index fields to size_t.
41378         * lib/printf-parse.c: Don't include sys/types.h.
41379         (SSIZE_MAX): Remove macro.
41380         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41381         Remove unnecessary overflow check.
41382         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41383         fields.
41384
41385 2003-11-25  Bruno Haible  <bruno@clisp.org>
41386
41387         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41388
41389 2003-11-25  Bruno Haible  <bruno@clisp.org>
41390
41391         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41392         gt_TYPE_SSIZE_T.
41393
41394 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41395
41396         * modules/alloca: Remove dependency on xalloc.
41397
41398 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41399
41400         * lib/alloca.c: Remove dependency on xalloc module.
41401         (xalloc_die): Remove.
41402         (memory_full) [!defined emacs]: New macro.
41403         [!defined emacs]: Don't include xalloc.h.
41404         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41405         address arithmetic overflows.  Change datatypes a bit to avoid
41406         unnecessary casts.
41407
41408 2003-11-22  Jim Meyering  <jim@meyering.net>
41409
41410         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41411         s/size/size_t/.
41412
41413 2003-11-21  Karl Berry  <karl@gnu.org>
41414
41415         * config/config.{sub,guess}: update from config.
41416
41417 2003-11-18  Karl Berry  <karl@gnu.org>
41418
41419         * config/config.{sub,guess}: update from config.
41420
41421         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41422
41423 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41424
41425         * README: Mention that S+T cannot overflow if S is the size of
41426         an existing object and T is sufficiently small.
41427
41428 2003-11-17  Jim Meyering  <jim@meyering.net>
41429
41430         On systems without utime and without a utimes function capable of
41431         dealing with a NULL struct utimbuf* argument, this utime replacement
41432         could -- in unusual circumstances -- leak a file descriptor.
41433         * lib/utime.c: Include <unistd.h> and <errno.h>.
41434         (utime_null): Be sure to close `fd' and to preserve errno.
41435         Reported by Geoff Collyer via Arnold Robbins.
41436
41437 2003-11-17  Bruno Haible  <bruno@clisp.org>
41438
41439         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41440         (Depends-on): Add xsize.
41441
41442 2003-11-17  Bruno Haible  <bruno@clisp.org>
41443
41444         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41445
41446 2003-11-17  Bruno Haible  <bruno@clisp.org>
41447
41448         * lib/vasnprintf.c (alloca): Remove fallback definition.
41449         (freea): Remove definition.
41450         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41451         Reported by Paul Eggert.
41452
41453 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41454             Bruno Haible  <bruno@clisp.org>
41455
41456         Protect against address arithmetic overflow.
41457         * lib/printf-args.h: Include stddef.h.
41458         (arguments): Change type of field 'count' to size_t.
41459         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41460         'unsigned int' where appropriate.
41461         * lib/printf-parse.h: Include sys/types.h.
41462         (char_directive): Change type of *arg_index fields to ssize_t.
41463         (char_directives): Change type of fields 'count', max_*_length to
41464         size_t.
41465         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41466         (SSIZE_MAX): Define fallback value.
41467         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41468         instead of 'int' where appropriate. Check a_allocated, d_allocated
41469         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41470         * lib/vasnprintf.c: Include xsize.h.
41471         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41472         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41473         overflow. Avoid wraparound when converting a width or precision from
41474         decimal to binary.
41475
41476 2003-11-16  Bruno Haible  <bruno@clisp.org>
41477
41478         Update from GNU gettext.
41479         * lib/printf-parse.c: Generalize to it can be compiled for wide
41480         strings.
41481         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41482         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41483         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41484         SNPRINTF): New macros.
41485         Don't include <alloca.h> if the file is used inside libintl.
41486         (local_wcslen): New function, for Solaris 2.5.1.
41487         (VASNPRINTF): Use it instead of wcslen.
41488
41489 2003-11-16  Bruno Haible  <bruno@clisp.org>
41490
41491         * lib/xsize.h (xmax): New function.
41492         (xsum, xsum3, xsum4): Declare as "pure" functions.
41493
41494 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41495
41496         * modules/xalloc (Files): Undo latest change, since xalloc.h
41497         no longer needs SIZE_MAX or PTRDIFF_MAX.
41498
41499 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41500
41501         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41502         gl_PTRDIFF_MAX.
41503
41504 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41505
41506         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41507         "return", to pacify some unknown compiler.  Problem reported
41508         by Joerg Schilling.
41509
41510 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41511
41512         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41513         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41514         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41515         heuristic is just as accurate as far as we know, and it removes a
41516         dependency on size_max.m4 and ptrdiff_max.m4.
41517
41518 2003-11-11  Bruno Haible  <bruno@clisp.org>
41519
41520         * modules/xsize (Files): Add m4/size_max.m4.
41521         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41522
41523 2003-11-11  Bruno Haible  <bruno@clisp.org>
41524
41525         * m4/size_max.m4: New file.
41526         * m4/ptrdiff_max.m4: New file.
41527         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41528         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41529         (gl_XALLOC): Invoke it.
41530
41531 2003-11-11  Bruno Haible  <bruno@clisp.org>
41532
41533         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41534         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41535         defined.
41536
41537 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41538
41539         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41540         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41541         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41542         From Bruno Haible.
41543         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41544         not (size_t) -1, since it's defined here.
41545
41546 2003-11-09  Karl Berry  <karl@gnu.org>
41547
41548         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41549
41550 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41551
41552         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41553         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41554         Reject sizes of exactly SIZE_MAX bytes.
41555         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41556         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41557
41558 2003-11-05  Bruno Haible  <bruno@clisp.org>
41559
41560         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41561         SIZE_MAX defined in <limits.h> on Solaris.
41562
41563 2003-11-04  Jim Meyering  <jim@meyering.net>
41564
41565         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41566         variable names, rather than @VAR@.
41567         * modules/poll: Likewise.
41568
41569 2003-11-04  Bruno Haible  <bruno@clisp.org>
41570
41571         * modules/xsize: New file.
41572         * modules/linebreak: Depend on xsize.
41573         * MODULES.html.sh (func_all_modules): Add xsize.
41574
41575 2003-11-04  Bruno Haible  <bruno@clisp.org>
41576
41577         * m4/xsize.m4: New file.
41578
41579 2003-11-04  Bruno Haible  <bruno@clisp.org>
41580
41581         * lib/xsize.h: New file.
41582         * lib/linebreak.c: Include xsize.h.
41583         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41584         argument for overflow.
41585         Suggested by Paul Eggert.
41586
41587 2003-11-03  Karl Berry  <karl@gnu.org>
41588
41589         * config/config.{guess,sub}: update from config.
41590
41591 2003-11-03  Jim Meyering  <jim@meyering.net>
41592
41593         * modules/userspec (lib_SOURCES): Add userspec.h.
41594         (Include): Add "userspec.h".
41595         Improve description.
41596
41597 2003-11-03  Jim Meyering  <jim@meyering.net>
41598
41599         * lib/userspec.c: Include "userspec.h".
41600         * lib/userspec.h: New file.
41601
41602 2003-11-03  Bruno Haible  <bruno@clisp.org>
41603
41604         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41605
41606 2003-11-03  Bruno Haible  <bruno@clisp.org>
41607
41608         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41609         available, to avoid (extremely rare) race condition.
41610         Suggested by Paul Eggert.
41611
41612 2003-11-02  Karl Berry  <karl@gnu.org>
41613
41614         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41615
41616 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41617
41618         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41619         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41620         (read_filesystem_list): Set and use me_type_malloced.
41621         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41622         whatever the type happens to be), for brevity and consistency.
41623         Check for size calculation overflow on Alphas running OSF/1.
41624
41625 2003-10-31  Jim Meyering  <jim@meyering.net>
41626
41627         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41628
41629         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41630
41631 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41632             Bruno Haible  <bruno@clisp.org>
41633
41634         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41635         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41636
41637 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41638
41639         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41640         netbsd*-gnu*.  Suggested by Robert Millan.
41641
41642 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41643
41644         * modules/group-member: Depend on stdbool.
41645
41646 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41647
41648         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41649
41650 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41651
41652         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41653         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41654         after the 'gnu' in these cases.  This fixes some bugs in the
41655         previous change, and is based on suggestions by Robert Millan.
41656
41657 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41658
41659         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41660         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41661         no longer needed.
41662         * lib/quotearg.c (quotearg_n_options): Use it.
41663         * lib/group-member.c: Include <stdbool.h>.
41664         (free_group_info): Arg is now const *; don't free arg.
41665         (get_group_info): Now returns bool and accepts struct group_info *,
41666         rather than returning a malloc'ed struct group_info *.
41667         All uses changed.  Check for overflow in internal size calculation.
41668
41669         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41670         rather than xmalloc/xrealloc.
41671         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41672         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41673         conformance bug: the old code used a pointer after freeing the
41674         storage that it addressed.
41675         * lib/hash.c (hash_initialize): Simplify the code by using
41676         xalloc_oversized rather than doing it by hand.
41677         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41678         the buffer preserved.  Use free and xmalloc instead.
41679         * lib/quotearg.c (quotearg_n_options): Likewise.
41680         Use a simpler test for size overflow.  Don't use xalloc_oversized
41681         because unsigned int might be wider than size_t (!); this suggests
41682         that we should switch from unsigned int to size_t for slot numbers.
41683
41684 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41685
41686         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41687         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41688         NetBSD kernels.  Requested by Richard Stallman.
41689
41690 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41691
41692         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41693         to allocate the returned structure.  Do not allocate a subarray,
41694         as x2nrealloc will do that.
41695         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41696         instead of xnrealloc.
41697         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41698
41699 2003-10-27  Bruno Haible  <bruno@clisp.org>
41700
41701         * lib/stdbool_.h: Better support for BeOS.
41702
41703 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41704
41705         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41706         now uses inline.
41707
41708 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41709
41710         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41711         callers that want to do their own size-overflow checking.  Include
41712         <stdbool.h>, since xalloc_oversized returns bool.
41713         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41714         to use xalloc_oversized.
41715
41716         Add two functions x2realloc, x2nrealloc, for programs that grow
41717         arrays dynamically by doubling their sizes.
41718         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41719         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41720         New functions.
41721
41722         Port to C99 semantics for 'inline' of external functions.
41723         Bug reported by Bruno Haible.
41724         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41725         with the old contents of xnmalloc.
41726         (xnmalloc, xmalloc): Use it.
41727         (xnrealloc_inline): New static inline function,
41728         with the old contents of xnrealloc.
41729         (xnrealloc, xrealloc): Use it.
41730
41731         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41732         that.
41733
41734 2003-10-26  Karl Berry  <karl@gnu.org>
41735
41736         * config/srclist.txt (COPYING.DOC): no longer available from
41737         /gd/gnuorg; don't know where the ultimate source is.
41738
41739 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41740
41741         Fix several address-calculation bugs in the hash modules,
41742         plus some minor code cleanup.
41743
41744         * lib/hash.h: Include <stdbool.h>, for bool.
41745         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41746         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41747         hash_get_n_entries, hash_get_max_bucket_length,
41748         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41749         hash_rehash): Use size_t rather than unsigned.
41750         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41751         hash_get_n_buckets_used, hash_get_n_entries,
41752         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41753         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41754         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41755         Likewise.
41756         (SIZE_MAX): Define if not defined.
41757         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41758         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41759         hash_print):
41760         Use const * when possible.
41761         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41762         (check_tuning): Fix bug: if tuning parameters were very close to
41763         0 or 1, rounding errors could have caused subscript violations.
41764         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41765         (hash_initialize): Add 'fail:' label
41766         to free table and return NULL, and use it to simplify code.
41767         Use calloc rather than clearing the storage ourself.
41768         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41769         buffer size calculations.
41770         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41771         Include <stddef.h>, for size_t.
41772         * lib/hash-pjw.c (hash_pjw): Likewise.
41773         Switch to method described by Bruno Haible.
41774         Include <limits.h>, for CHAR_BIT.
41775         (SIZE_BITS): New macro.
41776
41777 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41778
41779         * m4/getline.m4 (AM_FUNC_GETLINE):
41780         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41781         hosts.  Problem reported by Derek Robert Price in
41782         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41783         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41784         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41785
41786 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41787
41788         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41789         ceiling the allocation at NMAX bytes rather than silently
41790         discarding input bytes before NMAX is reached.  This makes
41791         a difference only if NMAX exceeds SIZE_MAX / 2.
41792
41793         * lib/obstack.c: Merge from glibc.
41794         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41795         Add libc_hidden_def (_obstack_newchunk).
41796         (_obstack_free) [! defined _LIBC]: Remove.
41797         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41798         a clone of the function body.
41799         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41800         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41801
41802         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41803         glibc.
41804         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41805         arg to memcpy.
41806
41807         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41808         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41809         Don't use lvalue casts, as GCC plans to remove support for them
41810         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41811         was also present in the non-GCC version, indicating that this
41812         code had always been buggy and had never been widely used.
41813         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41814         Use the fast variant of each macro, rather than copying the
41815         definiens of the fast variant; that way, we'll be more likely to
41816         catch future bugs in the fast variants.
41817
41818 2003-10-20  Bruno Haible  <bruno@clisp.org>
41819
41820         * modules/wait-process: New file.
41821         * MODULES.html.sh (func_all_modules): Add wait-process.
41822
41823 2003-10-20  Bruno Haible  <bruno@clisp.org>
41824
41825         * m4/wait-process.m4: New file.
41826
41827 2003-10-20  Bruno Haible  <bruno@clisp.org>
41828
41829         * lib/wait-process.h: New file, from GNU gettext.
41830         * lib/wait-process.c: New file, from GNU gettext.
41831
41832 2003-10-19  Jim Meyering  <jim@meyering.net>
41833
41834         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41835         HPUX 10.20.
41836
41837 2003-10-18  Karl Berry  <karl@gnu.org>
41838
41839         * config/config.guess: update from config.
41840
41841 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41842
41843         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41844         (getgroups): First arg is int, not size_t.
41845         Don't let 'free' mangle errno.
41846
41847 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41848
41849         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41850
41851 2003-10-16  Karl Berry  <karl@gnu.org>
41852
41853         * config/config.{guess,sub}: update from config.
41854
41855 2003-10-16  Jim Meyering  <jim@meyering.net>
41856
41857         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41858         memcpy.
41859
41860 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41861
41862         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41863         (SIZE_MAX): Remove.
41864         (new_exclude, add_exclude_file): Initial size no longer needs to
41865         be a power of 2.
41866         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41867         our own address arithmetic overflow checking.
41868
41869         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41870         (fnmatch): Do not alloca more than 2000 wide characters;
41871         instead, use malloc for large buffers.
41872         Check for address arithmetic overflow, and return -1
41873         with errno set to ENOMEM in that case.
41874         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41875         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41876         instead, return -1.  Check for address arithmetic overflow.
41877
41878 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41879
41880         Handle invalid suffixes and overflow independently, so that
41881         callers can treat them independently as needed.  Fix some bugs in
41882         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41883         suffix for a human-readable blocksize.  The major caller-visible
41884         change is the addition of a new
41885         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41886         that both overflow and suffix chars were found.
41887
41888         * lib/human.c (humblock): Don't check separately for invalid suffix
41889         char; that is xstrtoumax's job (now that its bug is fixed).
41890         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41891         INTMAX_MAX]: New macros.
41892         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41893         TYPE_MAXIMUM): New macros.
41894         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41895         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41896         if overflow occurs, as it's what __strtol does and it's more useful
41897         in practice.
41898         (__xstrtol): If __strtol reports some error other than ERANGE,
41899         reflect it to the caller as LONGINT_INVALID.  If it reports
41900         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41901         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41902         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41903         value.
41904         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41905         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41906         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41907         [defined UINTMAX_MAX]: New macros.
41908
41909 2003-10-14  Bruno Haible  <bruno@clisp.org>
41910
41911         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41912
41913 2003-10-14  Bruno Haible  <bruno@clisp.org>
41914
41915         * m4/sig_atomic_t: New file, from GNU gettext.
41916         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41917
41918 2003-10-14  Bruno Haible  <bruno@clisp.org>
41919
41920         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41921         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41922         Also use volatile where needed.
41923
41924 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41925
41926         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41927         Change maintainer from Bruno Haible to 'all'.
41928
41929 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41930
41931         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41932
41933 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41934
41935         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41936         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41937         and define in terms of the other primitives.
41938         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41939         (SIZE_MAX): Define if not already defined.
41940         (array_size_overflow): New function.
41941         (xalloc_die): Abort instead of exiting if 'error' returns.
41942         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41943         (xmalloc, xrealloc): Use them.
41944         (xcalloc): Check for address arithmetic overflow.
41945         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41946         a bit faster than strcpy.
41947
41948 2003-10-10  Simon Josefsson  <jas@extundo.com>
41949
41950         * modules/argp (Depends-on): Add restrict and strcase.
41951
41952 2003-10-10  Simon Josefsson  <jas@extundo.com>
41953
41954         * m4/argp.m4: Add AC_C_INLINE.
41955
41956 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41957
41958         Merge getpass from libc, plus a few fixes.
41959
41960         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41961         Include <stdbool.h>.
41962         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41963         __fsetlocking to empty.
41964         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41965         do include <bits/libc-lock.h>.
41966         Do not include <fcntl.h>; not needed.
41967         [_LIBC]: Include <wchar.h>.
41968         (NOTCANCEL_MODE): New macro.
41969         (flockfile, funlockfile) [_LIBC]: New macros.
41970         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41971         [!_LIBC]: New macros.
41972         (call_fclose): New function.
41973         (getpass): Use it.  Save tty stream separately; this simplifies the
41974         code and makes it more reliable if stdin happens to equal stdout.
41975         Invoke __fsetlocking on tty.
41976         Handle thread cancellation if needed.
41977         Namespace cleanup (use __tcgetattr, __getline).
41978         Use bool for Booleans.
41979         [USE_IN_LIBIO]: Handle wide streams.
41980         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41981         stream might go where.
41982
41983         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41984         doesn't have to include <stdio.h> before us.
41985         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41986         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41987         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41988         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41989         if not declared, so that we can use getpass.c code from libc without
41990         rewriting it.
41991         (flockfile, ftrylockfile, funlockfile): New macros.
41992
41993 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41994
41995         * modules/getpass: Depend on stdbool.
41996
41997 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41998
41999         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
42000
42001 2003-10-07  Karl Berry  <karl@gnu.org>
42002
42003         * config/config.{guess,sub}: update from config.
42004
42005 2003-10-06  Jim Meyering  <jim@meyering.net>
42006             Bruno Haible  <bruno@clisp.org>
42007
42008         This lets translators provide better translations for the
42009         "Written by ..." part of --version output.
42010         * lib/version-etc.h: Include stdarg.h.
42011         (version_etc_copyright): Declare as readonly.
42012         (version_etc): Make this function variadic with a NULL-terminated list
42013         of author name strings.
42014         (version_etc_va): New declaration.
42015         * lib/version-etc.c: Include stdarg.h, stdlib.h.
42016         (version_etc_copyright): Declare as readonly.
42017         (version_etc_va): New function. Provide a different translatable string
42018         for each possible number of authors < 10. Abbreviate when there are 10
42019         authors or more.
42020         (version_etc): Make this function variadic. Call version_etc_va.
42021         Suggestion from Gary V. Vaughan.
42022
42023         * lib/long-options.h (parse_long_options): Change prototype: the
42024         authors string is moved to the end and becomes variadic.
42025         * lib/long-options.c: Include stdarg.h.
42026         (parse_long_options): Make this function variadic, too.
42027         Call version_etc_va, not version_etc.
42028
42029 2003-10-06  Bruno Haible  <bruno@clisp.org>
42030
42031         * modules/version-etc-2: Remove file.
42032         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
42033
42034 2003-10-06  Bruno Haible  <bruno@clisp.org>
42035
42036         * modules/fatal-signal: New file.
42037         * MODULES.html.sh (func_all_modules): Add fatal-signal.
42038
42039 2003-10-06  Bruno Haible  <bruno@clisp.org>
42040
42041         * m4/fatal-signal.m4: New file.
42042         * m4/signalblocking.m4: New file, from GNU gettext.
42043
42044 2003-10-06  Bruno Haible  <bruno@clisp.org>
42045
42046         * lib/version-etc-2.h: Remove file.
42047         * lib/version-etc-2.c: Remove file.
42048
42049 2003-10-06  Bruno Haible  <bruno@clisp.org>
42050
42051         * lib/fatal-signal.h: New file, from GNU gettext.
42052         * lib/fatal-signal.c: New file, from GNU gettext.
42053
42054 2003-10-05  Paul Eggert  <eggert@twinsun.com>
42055
42056         * README: Rework advice for preventing empty .o files.
42057         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
42058         not <sys/types.h>.
42059
42060 2003-10-04  Karl Berry  <karl@gnu.org>
42061
42062         * lib/argp*: update from libc.
42063
42064 2003-10-04  Karl Berry  <karl@gnu.org>
42065
42066         * config/config.{guess,sub}: update from config.
42067
42068 2003-10-02  Bruno Haible  <bruno@clisp.org>
42069
42070         * modules/lchown (Include): Add lchown.h.
42071         * modules/time_r (Include): Use "..." syntax.
42072         * modules/xgetdomainname (Include): Add xgetdomainname.h.
42073
42074 2003-10-01  Simon Josefsson  <jas@extundo.com>
42075
42076         * MODULES.html.sh (func_all_modules): Move gethostname from section
42077         'based on' to section 'lacking' POSIX:2001.
42078
42079 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
42080
42081         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
42082         to output mode on the same stream.
42083
42084 2003-09-29  Paul Eggert  <eggert@twinsun.com>
42085
42086         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
42087         Fix arg typo in previous patch.
42088
42089 2003-09-28  Jim Meyering  <jim@meyering.net>
42090
42091         * lib/error.c: Correct cpp indentation.
42092
42093 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42094
42095         * modules/free: New file.
42096
42097 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42098
42099         * m4/free.m4: New file.
42100
42101 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42102
42103         * lib/minmax.h (MIN, MAX)
42104         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
42105         Omit the special code that used __typeof__, since we worry that
42106         it could be more trouble than it's worth.  See:
42107         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
42108         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
42109
42110         * lib/free.c: New file.
42111
42112 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
42113
42114         Trivial fixes to Makefile.am parts of module listings.
42115         * modules/strstr: Append strstr.h to lib_SOURCES.
42116         * modules/strcase: Likewise, for strcase.h.
42117
42118 2003-09-27  Karl Berry  <karl@gnu.org>
42119
42120         * config/mkinstalldirs: update from automake.
42121
42122 2003-09-26  Paul Eggert  <eggert@twinsun.com>
42123
42124         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
42125         (error_tail): Do not loop, reallocating temporary buffer, since
42126         the output cannot contain more wide characters than the input
42127         contains bytes, the size must be big enough already.  This avoids
42128         one potential size overflow calculation.  Check for size overflow
42129         when calculating temporary buffer size.  Free temporary buffer
42130         when done, if it was allocated with malloc; this plugs a memory
42131         leak.  Remove casts from void * to pointers, that are no longer
42132         needed now that we're assuming C89 or better.
42133
42134         Merge error changes from glibc.
42135
42136         * lib/error.c, error.h: Update copyright notice header to match glibc.
42137         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
42138         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
42139         Disable cancellation while printing error.
42140         * lib/error.h: Prepend __ to parameter names.
42141
42142 2003-09-26  Jim Meyering  <jim@meyering.net>
42143
42144         * lib/error.c (error_tail): Move some declarations
42145         into inner scope where the local variables are used.
42146
42147 2003-09-26  Bruno Haible  <bruno@clisp.org>
42148
42149         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
42150         stpncpy().
42151         Don't define stpncpy through config.h; it's now done through stpncpy.h.
42152
42153 2003-09-26  Bruno Haible  <bruno@clisp.org>
42154
42155         * lib/stpncpy.h (gnu_stpncpy): New declaration.
42156         (stpncpy): Define as alias for gnu_stpncpy.
42157         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
42158
42159 2003-09-25  Simon Josefsson  <jas@extundo.com>
42160
42161         * lib/xgetdomainname.h: New file.
42162         * lib/xgetdomainname.c: New file.
42163
42164 2003-09-25  Simon Josefsson  <jas@extundo.com>
42165             Bruno Haible  <bruno@clisp.org>
42166
42167         * modules/getdomainname: New file.
42168         * modules/xgetdomainname: New file.
42169         * MODULES.html.sh (func_all_modules): Add getdomainname,
42170         xgetdomainname.
42171
42172 2003-09-25  Simon Josefsson  <jas@extundo.com>
42173             Bruno Haible  <bruno@clisp.org>
42174
42175         * m4/getdomainname.m4: New file.
42176
42177 2003-09-25  Simon Josefsson  <jas@extundo.com>
42178             Bruno Haible  <bruno@clisp.org>
42179
42180         * lib/getdomainname.h: New file.
42181         * lib/getdomainname.c: New file.
42182
42183 2003-09-25  Karl Berry  <karl@gnu.org>
42184
42185         * lib/argp-fmtstream.c, argp-help.c: update from libc.
42186
42187 2003-09-25  Karl Berry  <karl@gnu.org>
42188
42189         * config/install-sh: update from automake.
42190
42191 2003-09-25  Bruno Haible  <bruno@clisp.org>
42192
42193         * modules/version-etc-2: New file, from modules/version-etc with
42194         modifications.
42195         * MODULES.html.sh (func_all_modules): Add version-etc-2.
42196
42197 2003-09-25  Bruno Haible  <bruno@clisp.org>
42198
42199         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
42200         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
42201
42202 2003-09-24  Simon Josefsson  <jas@extundo.com>
42203
42204         * modules/xgethostname: Add xgethostname.h.
42205
42206 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42207
42208         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42209         the buffer associated with the argument.  Bug reported by
42210         Simon Josefsson.
42211
42212 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42213
42214         * README: Document assumptions that 'int' is at least 32 bits
42215         wide, that integer arithmetic is 2's complement without overflow,
42216         that there are no holes in integer values, that adding sizes of
42217         two nonoverlapping objects can't overflow, and that all-bits-zero
42218         yields scalar zero.  Fix spelling and capitalization typos.
42219
42220 2003-09-19  Karl Berry  <karl@gnu.org>
42221
42222         * lib/argp.h: update from libc.
42223
42224 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42225
42226         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42227         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42228         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42229
42230 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42231
42232         * gnulib-tool: Use "test -h", not "test -L", for portability
42233         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42234         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42235         (sed_extract_prog): Issue s commands one-by-one, rather than
42236         using \| in one s command.
42237
42238 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42239
42240         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42241         input error, instead of returning NULL the next time we are called
42242         (and therefore losing track of errno).
42243
42244 2003-09-16  Bruno Haible  <bruno@clisp.org>
42245
42246         * gnulib-tool (func_create_testdir): Warn about duplicated
42247         dependencies.
42248
42249 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42250
42251         * modules/argmatch, modules/fatal, modules/obstack,
42252         modules/xalloc, modules/xgethostname: Sort dependencies by
42253         importance, not alphabetically.
42254
42255 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42256
42257         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42258         fails, so that the caller gets the proper errno.
42259
42260         * lib/readutmp.c (read_utmp): Likewise.
42261         Check for fstat error.  Close stream and free storage
42262         when failing.
42263
42264 2003-09-14  Karl Berry  <karl@gnu.org>
42265
42266         * config/srclist.txt (strdup.c): disable for c89 changes.
42267
42268 2003-09-14  Jim Meyering  <jim@meyering.net>
42269
42270         * lib/getloadavg.c: Correct cpp indentation.
42271         * lib/strdup.c: Likewise.
42272         * lib/vasnprintf.c: Likewise.
42273
42274 2003-09-14  Bruno Haible  <bruno@clisp.org>
42275
42276         * modules/fwriteerror: New file.
42277         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42278
42279 2003-09-14  Bruno Haible  <bruno@clisp.org>
42280
42281         * lib/fwriteerror.h: New file.
42282         * lib/fwriteerror.c: New file.
42283
42284 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42285
42286         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42287         modules/xgethostname, modules/xalloc: Depend on exit.
42288
42289 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42290
42291         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42292
42293         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42294         and AC_MINIX, too, so that their extensions are available.
42295
42296         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42297         This macro has been superseded by gl_BACKUPFILE.
42298
42299         More patches to assume C89 or better.
42300
42301         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42302
42303         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42304         unconditionally.
42305         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42306         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42307         Include <string.h>, <stdlib.h> unconditionally.
42308         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42309         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42310         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42311         headers or for string.h.
42312         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42313         or strtoul.
42314
42315         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42316         headers.
42317         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42318         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42319         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42320         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42321         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42322         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42323         memcpy, memset.
42324         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42325         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42326         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42327         strtol.
42328         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42329         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42330         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42331         strtoul.
42332
42333 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42334
42335         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42336         * lib/obstack.c [!defined _LIBC]: Likewise.
42337         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42338         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42339         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42340
42341         More changes to assume C89 or better.
42342
42343         * lib/error.c (error_tail): Assume vprintf.
42344
42345         * lib/argmatch.c (getenv): Remove decl.
42346         * lib/progreloc.c (get_full_program_name): Define via prototype.
42347         * lib/setenv.c (clearenv): Likewise.
42348         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42349         needed.
42350         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42351         (malloc, memcpy): Remove decls.
42352         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42353         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42354         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42355         (memcpy): Remove macro.
42356         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42357         (__P): Remove.  All uses removed.
42358         (PTR): Remove.  All uses changed to void *.
42359         (CHAR_BIT, NULL): Remove.
42360         (spaces, zeros, memset_space, memset_zero)
42361         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42362         Remove.
42363         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42364         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42365         Define with prototype.
42366         Remove now-unnecessary prototype decl.
42367         (extra_args_spec): Assume ANSI C.  All uses changed.
42368         (extra_args_spec_iso): Remove.
42369         (my_strftime, emacs_strftimeu): Define via prototype.
42370         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42371         unconditionally.
42372         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42373         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42374         (strtoul, strtol): Remove decls.
42375         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42376         LONG_MAX): Remove.
42377         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42378         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42379         (LOCALE_PARAM_PROTO): New macro.
42380         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42381         (INTERNAL (strtol), strtol): Define with a prototype.
42382         (PARAMS): Remove.  All uses removed.
42383         * lib/tempname.c: Include <string.h> unconditionally.
42384         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42385         * lib/xgethostname.c (main): Define with a prototype.
42386         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42387         Include <stdlib.h> unconditionally.
42388         (calloc, malloc, realloc, free): Remove decls.
42389         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42390         Include <stdlib.h> unconditionally.  Sort include file names.
42391         (strtod): Remove.
42392         (xstrtod): Define with a prototype.
42393         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42394         (strtol, strtoul): Remove decls.
42395
42396 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42397
42398         More patches to assume C89 or better.
42399         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42400         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42401         string.h, memchr, STDC_HEADERS.
42402
42403 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42404
42405         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42406         Include <stdlib.h>, <string.h> unconditionally.
42407         Remove now-unnecessary cast to char *.
42408         * lib/strnlen.c: Include <string.h> unconditionally.
42409         * lib/yesno.c (yesno): Define with a prototype.
42410
42411 2003-09-11  Bruno Haible  <bruno@clisp.org>
42412
42413         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42414
42415 2003-09-10  Jim Meyering  <jim@meyering.net>
42416
42417         * lib/error.c: Correct indentation of cpp directives.
42418
42419 2003-09-10  Bruno Haible  <bruno@clisp.org>
42420
42421         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42422         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42423         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42424         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42425         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42426         <stdlib.h> and <string.h> checks.
42427         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42428         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42429
42430 2003-09-10  Bruno Haible  <bruno@clisp.org>
42431
42432         * lib/strcspn.c: Include <string.h> unconditionally.
42433         * lib/strpbrk.c: Include <string.h> unconditionally.
42434         * lib/strstr.c: Include <string.h> unconditionally.
42435         * lib/unicodeio.c: Include <string.h> unconditionally.
42436         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42437         * lib/unsetenv.c: Likewise.
42438         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42439         * lib/yesno.c: Include <stdlib.h> unconditionally.
42440         (rpmatch): Add prototype.
42441
42442 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42443
42444         More patches to assume C89 or better.
42445         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42446         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42447         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42448         or for string.h.
42449         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42450         stdlib.h.
42451         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42452         C headers.
42453         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42454         string.h.
42455         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42456         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42457         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42458         or for string.h.
42459         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42460         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42461         C headers.
42462         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42463         memcpy.
42464         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42465         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42466         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42467         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42468         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42469         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42470         string.h, free.
42471         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42472         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42473         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42474         C headers, or for string.h.
42475         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42476         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42477         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42478         headers, memory.h, stdlib.h, string.h, strings.h.
42479         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42480         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42481         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42482         strchr.
42483         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42484         headers, memory.h, string.h.
42485         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42486         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42487         free.
42488         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42489         headers.
42490         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42491         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42492         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42493         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42494         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42495
42496 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42497
42498         More K&R removal.
42499
42500         * lib/acosl.c (main): Use a prototype.
42501         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42502         tanl.c: Likewise.
42503
42504         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42505
42506         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42507         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42508         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42509         with a prototype.
42510         * lib/getopt.c (const): Remove macro.
42511         Include <string.h> unconditionally.
42512         (my_index): Remove; all uses changed to strchr.
42513         (strlen): Remove decl.
42514         (exchange): Remove forward decl; no longer needed.
42515         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42516         Define with prototype.
42517         * lib/getopt1.c (const): Remove macro.
42518         (getopt_long, getopt_long_only, main): Define with prototype.
42519
42520         * lib/getugroups.c: Include <string.h> unconditionally.
42521
42522         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42523         (getusershell, setusershell, endusershell, readname, main):
42524         Define with prototypes.
42525
42526         * lib/group-member.c: Include group-member.h first.
42527         Include <stdlib.h> unconditionally.
42528
42529         * lib/hard-locale.c: Include hard-locale.h first.
42530         Include <stdlib.h>, <string.h> unconditionally.
42531
42532         * lib/hash.c (free, malloc): Remove decls.
42533         Include <stdlib.h> unconditionally.
42534
42535         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42536         (getenv): Do not declare.
42537
42538         * lib/idcache.c: Include <string.h> unconditionally.
42539
42540         * lib/long-options.c: Include long-options.h first, to test interface.
42541         Include <stdlib.h> unconditionally.
42542
42543         * lib/makepath.c: Include makepath.h first, to test interface.
42544         Include <stdlib.h> and <string.h> unconditionally.
42545
42546         * lib/linebuffer.c: Include <stdlib.h>.
42547         (free): Remove decl.
42548
42549         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42550         stddef.h. rpl_malloc returns void *, not char *.
42551         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42552         prototype.
42553
42554         * lib/md5.h: Include <limits.h> unconditionally.
42555         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42556         (__P): Remove; all uses removed.
42557         * lib/md5.c: Include "md5.h" first.
42558         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42559         md5_buffer, md5_process_bytes, md5_process_block):
42560         Define with prototypes.
42561         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42562         * lib/sha.c: Include "sha.h" first.
42563         Include <stdlib.h>, <string.h> unconditionally.
42564
42565         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42566         * lib/memcmp.c (__ptr_t): Likewise.
42567         * lib/memrchr.c (__ptr_t): Likewise.
42568         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42569         Include <string.h> unconditionally.
42570         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42571         * lib/memchr.c: Include <stdlib.h> unconditionally.
42572         * lib/memchr.c (LONG_MAX): Remove.
42573         * lib/memrchr.c (LONG_MAX): Likewise.
42574         * lib/memchr.c (__memchr): Define via a prototype.
42575         * lib/memrchr.c (__memrchr): Likewise.
42576         * lib/memcmp.c (__P): Remove, and remove all uses.
42577         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42578         Remove forward decls; no longer needed.
42579         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42580         Use types required by C89 in prototype.
42581
42582         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42583         * lib/savedir.c: Likewise.
42584         * lib/mkdir.c (free): Remove decl.
42585         * lib/rmdir.c (rmdir): Define with a prototype.
42586         * lib/savedir.c: Include savedir.h first, to test interface.
42587
42588         * lib/mktime.c (STDC_HEADERS): Remove.
42589         Include <stdlib.h>, <string.h> unconditionally.
42590
42591         * lib/modechange.c: Include <stdlib.h> unconditionally.
42592         (malloc): Remove decl.
42593
42594         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42595         (free): Remove decl.
42596
42597         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42598         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42599         (This type really should be intptr_t, but that's a C99ism.)
42600         (_obstack_memcpy): Remove: all uses changed to memcpy.
42601         Include <string.h> unconditionally.
42602         (struct obstack): Assume __STDC__ for types of members
42603         chunkfun, freefun, extra_arg.
42604         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42605         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42606         obstack_begin, obstack_specify_allocation,
42607         obstack_specify_allocation_with_arg, obstack_chunkfun,
42608         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42609         Remove unprototyped decls and the macros that use them.
42610         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42611         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42612         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42613         (defined __STDC__ && __STDC__)]:
42614         Remove nonprototyped code.
42615         Include <stdlib.h> unconditionally.
42616         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42617         _obstack_allocated_p, _obstack_free, obstack_free,
42618         _obstack_memory_used, print_and_abort):
42619         Define using prototypes.
42620         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42621         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42622         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42623         obstack_next_free, obstack_object_size, obstack_room) [0]:
42624         Remove unused, unprototyped code.
42625
42626         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42627
42628         * lib/physmem.c (physmem_total, physmem_available, main): Define
42629         with prototypes.
42630
42631         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42632         (main): Define with a prototype.
42633
42634         * lib/posixver.c (getenv): Remove decl.
42635
42636         * lib/putenv.c (malloc): Returns void *, not char *.
42637         Include <string.h> unconditionally.
42638         (strchr, memcpy, NULL): Do not define.
42639
42640         * lib/readtokens.c: Include readtokens.h first, to test interface.
42641         Include <stdlib.h>, <string.h> unconditionally.
42642         (init_tokenbuffer): Define with a prototype.
42643
42644         * lib/regex.c (PARAMS): Remove.  All uses removed.
42645         All uses of _RE_ARGS removed, too.
42646         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42647         unconditionally.
42648         (bzero): Assume memset exists.
42649         (memcmp, memcpy, NULL): Remove.
42650         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42651         char, or assignments to local vars of type signed char.
42652         (init_syntax_once, PREFIX(extract_number_and_incr),
42653         PREFIX(print_partial_compiled_pattern),
42654         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42655         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42656         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42657         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42658         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42659         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42660         wcs_compile_range, byte_compile_range, truncate_wchar,
42661         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42662         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42663         count_mbs_length, wcs_re_match_2_internal,
42664         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42665         PREFIX(alt_match_null_string_p),
42666         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42667         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42668         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42669         now-unnecessary declaration, if any.
42670         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42671         regcomp, regexec):
42672         Remove now-unnecessary casts among pointer types.
42673         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42674
42675         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42676         (free): Remove decl.
42677
42678         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42679
42680         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42681         (free): Remove decl.
42682
42683         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42684         * lib/xgetcwd.c: Likewise.
42685
42686         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42687         (free): Remove decl.
42688
42689         * lib/strchrnul.c (strchrnul): Define with a prototype.
42690         Fix bug: c_in was not converted to char before searching.
42691
42692         The following changes are not K&R related:
42693
42694         * lib/group-member.h: Include <sys/types.h>, so that this file is
42695         self-contained.
42696         * lib/makepath.h: Likewise.
42697
42698         * lib/getusershell.c (readname, default_index, line_size, readname):
42699         Use size_t, not int, for sizes.
42700         (readname): If the size overflows, report an error instead of
42701         looping forever.
42702
42703 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42704
42705         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42706         libc.
42707
42708 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42709
42710         * README: New section: portability guidelines.
42711
42712 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42713
42714         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42715         C89 spec.
42716
42717 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42718
42719         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42720
42721 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42722
42723         Assume C89 or better; remove K&R cruft.
42724         A few of these changes were first proposed by Derek Robert Price
42725         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42726
42727         * lib/addext.c: Include <string.h> unconditionally.
42728         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42729         Don't declare getenv or malloc.
42730
42731         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42732         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42733         (NULL): Remove.
42734         (find_stack_direction, alloca): Use prototypes.
42735
42736         * lib/atexit.c (atexit): Define using a prototype.
42737
42738         * lib/basename.c, dirname.c, stripslash.c:
42739         Include <string.h> unconditionally.
42740
42741         * lib/bcopy.c: Include <stddef.h>.
42742         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42743
42744         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42745
42746         * lib/error.h (error, error_at_line, error_print_progname)
42747         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42748         * lib/error.c: Include error.h first, to check interface.
42749         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42750         (VA_START): Remove; all uses changeed to va_start.
42751         (exit, strerror): Remove decls.
42752         (error_print_progname): Prototype uncondionally.
42753         Don't include <errno.h>; no longer needed.
42754         (private_strerror): Remove.
42755         (error_tail): Always define.
42756         (error, error_at_line): Assume C89 or better; always use prototypes.
42757         * lib/fatal.c: Include "fatal.h" first, to test interface.
42758         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42759         (VA_START): Remove; all uses changed to va_start.
42760         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42761         this case.
42762         (exit): Remove decl.
42763         (fatal): Prototype unconditionally.  Assume va_start works.
42764         Abort at end, to pacify gcc.
42765
42766         * lib/euidaccess.c (main): Define with a prototype.
42767
42768         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42769
42770         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42771
42772         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42773         prototypes.
42774         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42775         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42776         (getenv): Remove decl.
42777         (fnmatch): Define using a prototype.
42778         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42779         (FCT): Define using a prototype.
42780
42781         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42782
42783         * lib/gethostname.c: Include <stddef.h>.
42784         (gethostname): Define with prototype.  Length is size_t, not int.
42785
42786 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42787
42788         Assume C89 or better; remove K&R cruft.
42789         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42790         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42791         string.h, getenv, malloc.
42792         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42793         headers.
42794         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42795         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42796         do not check for strerror.
42797         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42798         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42799         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42800         do not check for doprnt or vprintf.
42801         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42802         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42803
42804 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42805
42806         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42807         getversion.c should have been removed then, but was accidentally
42808         preserved.
42809
42810         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42811         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42812
42813 2003-09-08  Karl Berry  <karl@gnu.org>
42814
42815         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42816                 config, forget about prep.
42817
42818         * config/depcomp, missing: update from automake.
42819
42820 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42821
42822         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42823         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42824
42825 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42826
42827         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42828         copy_tm_result.  Bug reported by Simon Josefsson in
42829         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42830
42831 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42832
42833         * m4/time_r.m4: New file.
42834         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42835         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42836         is. Check for timegm declaration.
42837         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42838         Do not check for gmtime_r.
42839         Replace mktime if __mktime_internal does not exist and if mktime
42840         hasn't been replaced already.
42841
42842 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42843
42844         * lib/time_r.c, lib/time_r.h: New files.
42845
42846         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42847         __localtime_r.
42848         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42849         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42850
42851         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42852         __gmtime_r.
42853         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42854         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42855         Include <time_r.h>.
42856
42857         * lib/timegm.c: Switch to glibc implementation, with the following
42858         changes:
42859         [defined HAVE_CONFIG_H]: Include <config.h>.
42860         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42861         (__mktime_internal) [!defined _LIBC]: New decl.
42862         (__gmtime_r) [!defined _LIBC]: New macro and function.
42863         (timegm): Use a prototype, since gnulib assumes C89.
42864         Do not bother declaring tmp to be const, as it's not really usefu.
42865         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42866         (timegm): Declare only if HAVE_DECL_TIMEGM.
42867
42868 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42869
42870         * MODULES.html.sh (func_all_modules): Add time_r.
42871         * modules/time_r: New file.
42872         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42873         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42874
42875 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42876
42877         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42878         Bug reported by Lute Kamstra in
42879         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42880
42881         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42882         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42883         course with correspondingly smaller numbers for tomorrow and
42884         yesterday.  From Tadayoshi Funaba.  Originally installed into
42885         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42886         coreutils merge?).
42887
42888 2003-08-31  Simon Josefsson  <jas@extundo.com>
42889
42890         * modules/timegm: New file.
42891         * MODULES.html.sh (func_all_modules): Add timegm.
42892
42893 2003-08-31  Simon Josefsson  <jas@extundo.com>
42894
42895         * m4/timegm.m4: New file.
42896
42897 2003-08-31  Simon Josefsson  <jas@extundo.com>
42898
42899         * lib/timegm.h: New file.
42900         * lib/timegm.c: New file.  Based on
42901         wget-1.8.2/src/http.c:mktime_from_utc.
42902
42903 2003-08-31  Karl Berry  <karl@gnu.org>
42904
42905         * lib/argp.h: update from libc.
42906
42907 2003-08-28  Bruno Haible  <bruno@clisp.org>
42908
42909         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42910         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42911         followed by '#define fnmatch fnmatch_posix' gives an error.
42912
42913 2003-08-28  Bruno Haible  <bruno@clisp.org>
42914
42915         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42916         warning on QNX, which defines O_BINARY to 000000.
42917
42918 2003-08-27  Jim Meyering  <jim@meyering.net>
42919
42920         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42921         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42922         would fail after 32.  Reported by Danny Levinson.  Details here:
42923         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42924
42925 2003-08-24  Bruno Haible  <bruno@clisp.org>
42926
42927         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42928         MSVC7 <stdio.h> is included later.
42929
42930 2003-08-22  Simon Josefsson  <jas@extundo.com>
42931
42932         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42933
42934 2003-08-20  Karl Berry  <karl@gnu.org>
42935
42936         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42937
42938 2003-08-20  Bruno Haible  <bruno@clisp.org>
42939
42940         * modules/progname: New file.
42941         * MODULES.html.sh (func_all_modules): Add progname.
42942
42943 2003-08-20  Bruno Haible  <bruno@clisp.org>
42944
42945         * lib/progname.h: New file, from GNU gettext.
42946         * lib/progname.c: New file, from GNU gettext.
42947         * lib/progreloc.c: New file, from GNU gettext.
42948
42949 2003-08-19  Jim Meyering  <jim@meyering.net>
42950
42951         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42952         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42953
42954 2003-08-19  Bruno Haible  <bruno@clisp.org>
42955
42956         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42957         more.
42958
42959 2003-08-19  Bruno Haible  <bruno@clisp.org>
42960
42961         * lib/xstrdup.c: Assume <string.h> exists.
42962
42963 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42964
42965         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42966         in makefile rules.
42967
42968 2003-08-18  Jim Meyering  <jim@meyering.net>
42969
42970         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42971         * m4/lib-ld.m4: Likewise.
42972
42973 2003-08-18  Jim Meyering  <jim@meyering.net>
42974
42975         * lib/setenv.h: Indent nested cpp directive.
42976         * lib/vasnprintf.c: Remove trailing blanks.
42977
42978 2003-08-17  Simon Josefsson  <jas@extundo.com>
42979
42980         * modules/xstrndup: New file.
42981         * MODULES.html.sh (func_all_modules): Add xstrndup.
42982
42983 2003-08-17  Simon Josefsson  <jas@extundo.com>
42984
42985         * modules/argp: Fix autoconf macro name. Add more dependencies.
42986
42987 2003-08-17  Simon Josefsson  <jas@extundo.com>
42988
42989         * m4/xstrndup.m4: New file.
42990
42991 2003-08-17  Simon Josefsson  <jas@extundo.com>
42992
42993         * m4/argp.m4: New file.
42994
42995 2003-08-17  Simon Josefsson  <jas@extundo.com>
42996             Bruno Haible  <bruno@clisp.org>
42997
42998         * lib/xstrndup.h: New file.
42999         * lib/xstrndup.c: New file.
43000
43001 2003-08-17  Bruno Haible  <bruno@clisp.org>
43002
43003         * modules/strndup (Files, Include): Add lib/strndup.h.
43004
43005 2003-08-17  Bruno Haible  <bruno@clisp.org>
43006
43007         * modules/euidaccess (Files): Add lib/euidaccess.h.
43008
43009 2003-08-17  Bruno Haible  <bruno@clisp.org>
43010
43011         * lib/strndup.h: New file.
43012
43013 2003-08-17  Bruno Haible  <bruno@clisp.org>
43014
43015         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
43016         like AC_GNU_SOURCE.
43017         * modules/extensions (configure.ac): Comment out the invocation of
43018         gl_USE_SYSTEM_EXTENSIONS.
43019
43020 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43021
43022         Merges from coreutils, etc.
43023         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
43024         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
43025         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
43026         fixing a typo.
43027         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
43028         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
43029
43030 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43031
43032         Document merge from coreutils.
43033         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
43034         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
43035         * modules/utime: Add m4/utimes-null.m4.
43036
43037 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43038
43039         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
43040         space, undoing this 2003-08-12 change:
43041         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
43042
43043 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43044
43045         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
43046         strtoul.c from libc, undoing this 2003-08-12 change:
43047         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
43048
43049 2003-08-16  Jim Meyering  <jim@meyering.net>
43050
43051         Merges from coreutils.
43052         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
43053         prefix.  Adjust cache variables similarly.  Create 500 rather than
43054         just 300 files, to exercise bug on Darwin6.5, too.
43055         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
43056         $missing_dir.
43057         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
43058         AM_SYS_POSIX_TERMIOS.
43059         Reported by mkc@mathdogs.com.
43060         Also change use of $am_cv_sys_posix_termios
43061         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
43062         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
43063         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
43064         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
43065         in /proc/mounts until it finds one with matching device number.  This
43066         is unnecessary when the FILE argument *is* a mount point.  No stat call
43067         is necessary in that case.  So, disable the statvfs-testing code on
43068         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
43069         as RedHat bug# 84846.
43070         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43071         to 1MB, so as not to render systems with no stack size limit (e.g.,
43072         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
43073         Include <unistd.h>.  On some systems,
43074         it is required for the definition of _SC_PAGESIZE.
43075
43076 2003-08-16  Jim Meyering  <jim@meyering.net>
43077
43078         Merge from coreutils.
43079         * lib/xstrtoimax.c: #else #if -> #elif.
43080         * lib/xstrtoumax.c: Likewise.
43081
43082 2003-08-16  Jim Meyering  <jim@meyering.net>
43083
43084         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
43085         * m4/utimes.m4: Removed.
43086         * m4/utimes-null.m4: Renamed from utimes.m4.
43087
43088         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43089         to 1MB, so as not to render systems with no stack size limit (e.g.,
43090         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
43091         Include <unistd.h>.  On some systems,
43092         it is required for the definition of _SC_PAGESIZE.
43093
43094 2003-08-16  Jim Meyering  <jim@meyering.net>
43095         and Paul Eggert  <eggert@cs.ucla.edu>
43096
43097         Merges from coreutils, etc.
43098
43099         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
43100         using the latest version from cvs.  This avoids problems with #line
43101         directives using a vendor (Sun) compiler.
43102         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
43103         Don't set GETGROUPS_LIB here; now it's
43104         done via getgroups.m4's wrapper function.
43105         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
43106         rather than just in sh-util/configure.in, so that the
43107         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
43108         same.
43109         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
43110         AC_FUNC_GETLOADAVG where to find getloadavg.c.
43111         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
43112         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
43113         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
43114         Remove code that is now done by the newly-required macros.
43115         Append $(EXEEXT) to DF_PROG.
43116         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
43117         Do not invoke or require the following here,
43118         since prereq.m4 or some gnulib .m4 now does this for us:
43119         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
43120         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
43121         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
43122         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
43123         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
43124         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
43125         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
43126         AC_FUNC_OBSTACK.
43127         Do not replace the following functions, as this is now the job
43128         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
43129         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
43130         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
43131         atexit getpass, strdup, getpagesize.
43132         Replace 'raise'.
43133         Do not check for the following functions, as this is now the job
43134         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
43135         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
43136         setregid.
43137         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
43138         Check for sys/sysctl.h.
43139         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
43140         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
43141         of checking for ssize_t ourselves.
43142
43143         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
43144         Require every macro that gnulib/modules/* suggests for us.
43145         (jm_PREREQ_ADDEXT): New macro.
43146         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
43147         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
43148
43149         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
43150         (gl_PHYSMEM): Use it.
43151         Also check for `table' function.
43152         Check for new headers and functions.
43153         Add check for sys/sysmp.h.
43154         With suggestions from Kaveh Ghazi.
43155         Ignore headers that are present but cannot be compiled.  This
43156         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
43157         C 5.4.
43158
43159 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43160
43161         Document merge from coreutils.
43162         * modules/userspec: Depend on posixver.
43163         * modules/strftime: Depend on tzset.
43164
43165 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43166
43167         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
43168         rather than tab, after '#' in shell-script copyright notices.
43169         Suggested by Bruno Haible.
43170
43171 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43172
43173         * config/srclist-update: Use three spaces, rather than tab, after '#'
43174         in shell-script copyright notices.  Suggested by Bruno Haible.
43175         Remove unnecessary parenthesization in regular expression.
43176
43177 2003-08-15  Jim Meyering  <jim@meyering.net>
43178
43179         Merge from coreutils.
43180         * lib/xgethostname.c: Include <stdlib.h>.
43181         (xghostname): Don't exit for anything other than memory-related
43182         failure; just return NULL.
43183         * lib/userspec.c: Include "posixver.h".
43184         (parse_user_spec): Accept `.' as a separator only
43185         in pre-POSIX-200112 mode.
43186         * lib/strtoimax.c: Use #elif rather than #else #if.
43187         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
43188         Remove function, now that we can rely on a working tzset function.
43189         [!_LIBC]: Ensure that the required autoconf test has been run.
43190         [!defined _NL_CURRENT && HAVE_STRFTIME]:
43191         Use underlying_strftime for %r.
43192         * lib/sha.c: Merge in some clean-up and optimization changes from
43193         glibc.
43194         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
43195         Ensure that it is a multiple of 64.
43196         Rearrange loop exit tests so as to avoid performing an
43197         additional fread after encountering an error or EOF.
43198         * lib/realloc.c: Update copyright date.
43199
43200 2003-08-15  Jim Meyering  <jim@meyering.net>
43201         and Paul Eggert  <eggert@twinsun.com>
43202
43203         Merge from coreutils.
43204         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
43205         member but strut utmpx does not.  Needed for AIX 4.3.3.
43206         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43207
43208 2003-08-15  Jim Meyering  <jim@meyering.net>
43209         and Paul Eggert  <eggert@cs.ucla.edu>
43210
43211         Merges from coreutils, etc.
43212         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43213         Require gl_FUNC_TZSET_CLOBBER.
43214         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43215         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43216         members.
43217
43218 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43219
43220         Help the merge from coreutils.
43221         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43222         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43223         * m4/tzset.m4: Use it too.
43224
43225 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43226
43227         * modules/tzset: New file.
43228
43229 2003-08-14  Jim Meyering  <jim@meyering.net>
43230
43231         Merges from coreutils.
43232         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43233         variable names, rather than @FNMATCH_H@.
43234         * modules/alloca: Likewise for $(ALLOCA_H).
43235
43236         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43237         the three copies of the literal target, `fnmatch.h'.
43238         * modules/alloca (alloca.h): Likewise.
43239
43240 2003-08-14  Jim Meyering  <jim@meyering.net>
43241
43242         Merge from coreutils.
43243         * m4/tzset.m4: New file.
43244         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43245         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43246         otherwise, AIX 5.1 systems would end up using the latter.
43247         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43248         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43249         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43250         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43251
43252 2003-08-14  Jim Meyering  <jim@meyering.net>
43253
43254         Merge from coreutils.
43255         * lib/obstack.h: Whitespace changes.
43256         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43257         and xcalloc return values.
43258         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43259         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43260         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43261         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43262         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43263         error from mntctl.
43264         Use mntctl's return value to drive the entry-processing loop, since
43265         we can't rely on the value of the vmt_length member in the last
43266         entry.  On some systems doing so could result in exhausting
43267         virtual memory.  Based in part on a patch from Mike Jetzer.
43268
43269 2003-08-14  Jim Meyering  <jim@meyering.net>
43270         and Paul Eggert  <eggert@twinsun.com>
43271
43272         Merges from coreutils, plus other fixes.
43273         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43274         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43275         for credits and details.  Thanks to Kaveh Ghazi for helping
43276         to keep these files in sync.
43277         (ARRAY_SIZE): Define it.
43278         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43279         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43280         (memcasecmp): Don't assume size_t fits in unsigned int.
43281         Remove casts and duplicate code.
43282         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43283         (memcpy): Remove definition.
43284         Merge in some clean-up and optimization changes from glibc.
43285         [BLOCKSIZE]: Move definition to top of file.
43286         Ensure that it is a multiple of 64.
43287         Rearrange loop exit tests so as to avoid performing an
43288         additional fread after encountering an error or EOF.
43289         * lib/md5.h (md5_uintptr): Define.
43290         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43291         return to the initial working directory.  Preserve errno
43292         for caller.
43293         * lib/idcache.c: Include "xalloc.h".
43294         (xmalloc, xrealloc): Remove decls.
43295         (getuser): Remove casts no longer required in C89.
43296         * lib/human.c: Include stdio.h, for sprintf.
43297         * lib/group-member.c: Include "xalloc.h".
43298         (xmalloc, xrealloc): Remove decls.
43299         (get_group_info): Remove casts no longer required in C89.
43300         * lib/getusershell.c (readname): Remove casts no longer required in
43301         C89.
43302         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43303         * lib/getline.c: Whitespace fix, from coreutils.
43304
43305 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43306
43307         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43308         Check for isascii.
43309
43310         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43311         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43312         Undo previous (whitespace-only) change.
43313
43314 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43315
43316         * lib/exclude.c: Include <ctype.h>
43317         (IN_CTYPE_DOMAIN): New macro.
43318         (is_space): New fn.
43319         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43320         and empty lines.
43321
43322         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43323         Undo previous (whitespace-only) change.
43324
43325 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43326
43327         * config/srclist-update: Change update back to the old behavior,
43328         leaving whitespace alone.  Use one 'sed' command rather than a
43329         pipeline.
43330         (fixlicense): Now a variable, not a function.
43331         (remove_trailing_blanks): Remove.
43332         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43333         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43334         Undo previous (whitespace-only) change.
43335
43336 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43337
43338         Merge from coreutils.
43339         * modules/euidaccess: Add lib_SOURCES, include for new
43340         file euidaccess.h
43341
43342 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43343
43344         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43345         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43346         Normalize leading white space and remove trailing white space.
43347
43348         Merge from coreutils
43349         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43350
43351         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43352         0.12.1.  These files are now being upgraded automatically by
43353         ../config/srclist-update.
43354
43355 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43356
43357         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43358         Normalize leading white space and remove trailing white space.
43359         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43360         notice, as per ../config/srclist-update.
43361
43362         Merge from coreutils.
43363         * lib/euidaccess.h: New file.
43364         * lib/euidaccess.c: Include it.
43365         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43366         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43367         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43368
43369 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43370
43371         * config/srclist-update: Add copyright notice.
43372         (remove_id_lines, remove_trailing_blanks): New constants.
43373         (fixfile): Use them to normalize spacing a bit in copied files.
43374         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43375         Normalize leading white space and remove trailing white space.
43376
43377         * config/texinfo.tex: Sync with texinfo.
43378
43379         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43380         strtoul.c from libc, to merge coreutils whitespace changes.
43381
43382         * config/srclist.txt: Get the following m4 files from gettext:
43383         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43384         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43385         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43386         wint_t.m4.
43387
43388 2003-08-12  Karl Berry  <karl@gnu.org>
43389
43390         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43391         been made.
43392
43393 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43394
43395         * modules/gnu-source, m4/gnu-source.m4:
43396         Remove; we're assuming Autoconf 2.54 or later now.
43397         Suggested by Bruno Haible.
43398         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43399
43400 2003-08-11  Bruno Haible  <bruno@clisp.org>
43401
43402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43403
43404 2003-08-11  Bruno Haible  <bruno@clisp.org>
43405
43406         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43407         (vasnprintf): Use it instead of wcslen.
43408
43409 2003-08-11  Bruno Haible  <bruno@clisp.org>
43410
43411         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43412         value to ensure that _Bool promotes to int. Use #define for _Bool when
43413         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43414
43415 2003-08-10  Karl Berry  <karl@gnu.org>
43416
43417         * lib/regex.h: update from libc (whitespace fix).
43418
43419 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43420
43421         Merge some files from coreutils.  These changes were
43422         originally made by Jim Meyering.
43423         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43424         many older Unixes require this.
43425         * lib/alloca.c (alloca): Remove cast to argument of free;
43426         no longer needed in C89.
43427         * lib/alloca_.h, regex.h: Fix white space to match
43428         what GNU indent does.
43429
43430 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43431
43432         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43433         apparently Emacs's Unicode mode got confused before my 2003-08-05
43434         checkin.
43435
43436 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43437
43438         * m4/extensions.m4: New file.
43439         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43440         Require gl_USE_SYSTEM_EXTENSIONS.
43441         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43442         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43443
43444 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43445
43446         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43447         * modules/extensions, modules/gnu-source: New files.
43448         * modules/timespec, modules/unlocked-io: Depend on extensions.
43449
43450 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43451
43452         * modules/restrict: New file.
43453         * MODULES.html.sh (func_all_modules): Add restrict.
43454         * modules/regex: Depend on restrict.
43455
43456 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43457
43458         * m4/restrict.m4: New file.
43459         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43460
43461 2003-08-07  Bruno Haible  <bruno@clisp.org>
43462
43463         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43464         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43465
43466 2003-08-07  Bruno Haible  <bruno@clisp.org>
43467
43468         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43469         makes the module 'getndelim2' compatible with the module 'getline'.
43470
43471 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43472
43473         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43474         byte with "\201" to avoid glitches when editing that source file
43475         with multi-gnome-terminal.
43476
43477 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43478
43479         * lib/bumpalloc.h: Remove.
43480
43481 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43482
43483         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43484         * modules/bumpalloc: Remove.
43485
43486 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43487
43488         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43489         GNU coding style.
43490
43491         Merge from coreutils.
43492         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43493         1. From glibc.
43494         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43495         from Karl Berry, implemented by Jim Meyering.
43496         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43497         from Dmitry V. Levin.
43498         Remove anachronistic cast of xrealloc.
43499         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43500         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43501         type. Otherwise, it wouldn't compile with at least /bin/cc on
43502         ymp-cray-unicos9.0.2.X.
43503         Combine two mostly-identical uses of alloca into one.
43504         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43505
43506 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43507
43508         [From Emacs.]
43509
43510         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43511         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43512         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43513         obsolete NLIST_NAME_UNION.
43514         [__GNU__]: Undef BSD and FSCALE.
43515         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43516
43517 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43518
43519         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43520         an enum type, so that it's guaranteed to promote to int.  See:
43521         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43522
43523 2003-08-03  Karl Berry  <karl@gnu.org>
43524
43525         * config/depcomp: update from automake.
43526
43527 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43528
43529         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43530         (strerror): Don't assume that a printable int fits in 14 bytes.
43531
43532 2003-07-31  Bruno Haible  <bruno@clisp.org>
43533
43534         * modules/getpass-gnu: New file.
43535         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43536
43537 2003-07-31  Bruno Haible  <bruno@clisp.org>
43538
43539         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43540
43541 2003-07-24  Karl Berry  <karl@gnu.org>
43542
43543         * config/missing: update from automake.
43544
43545 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43546             Bruno Haible  <bruno@clisp.org>
43547
43548         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43549         * lib/getline.c (getline, getdelim): Likewise.
43550         Remove _GNU_SOURCE define; now it's defined in config.h through
43551         m4/getline.m4.
43552
43553 2003-07-23  Karl Berry  <karl@gnu.org>
43554
43555         * config/config.sub: update from prep.
43556
43557 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43558
43559         * modules/xalloc (Depends-on): Add exitfail.
43560         * modules/xmemcoll: Likewise.
43561
43562 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43563
43564         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43565         over-parenthesization in macros.
43566
43567         Sync with coreutils.
43568
43569         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43570         required by C99.
43571
43572         Use `exit_failure' for xalloc and xmemcoll instead of their own
43573         private exit-failure variables.
43574         * lib/xalloc.h (xalloc_exit_failure): Remove.
43575         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43576         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43577         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43578         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43579         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43580
43581 2003-07-20  Jim Meyering  <jim@meyering.net>
43582
43583         * modules/closeout (Depends-on): Add exitfail.
43584         Suggestion from Bruno Haible.
43585
43586 2003-07-19  Karl Berry  <karl@gnu.org>
43587
43588         * config/config.sub: update from prep.
43589
43590 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43591
43592         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43593         Remove.
43594         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43595         to test that it can stand by itself.  Include "exitfail.h".
43596         Clients should set exit_failure instead.
43597         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43598
43599 2003-07-18  Bruno Haible  <bruno@clisp.org>
43600
43601         * modules/getndelim2: New file.
43602         * modules/getline: Share files with module getndelim2.
43603         * modules/getnline: Depend on getndelim2 instead of sharing files with
43604         it. Add getnline.c to lib_SOURCES.
43605         * MODULES.html.sh (func_all_modules): Add getndelim2.
43606
43607 2003-07-18  Bruno Haible  <bruno@clisp.org>
43608
43609         * m4/getndelim2.m4: New file.
43610         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43611         invoke gl_PREREQ_GETNDELIM2.
43612         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43613         gl_PREREQ_GETNDELIM2.
43614         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43615         gl_GETNDELIM2.
43616
43617 2003-07-18  Bruno Haible  <bruno@clisp.org>
43618
43619         * lib/getndelim2.h: New file.
43620         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43621         getndelim2.h.
43622         (getndelim2): Make non-static. Change return type to ssize_t.
43623         * lib/getline.h: Change argument names.
43624         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43625         * lib/getnline.c: Include getndelim2.h.
43626
43627 2003-07-18  Andreas Schwab  <schwab@suse.de>
43628
43629         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43630
43631 2003-07-17  Karl Berry  <karl@gnu.org>
43632
43633         * config/config.sub: update from prep.
43634
43635 2003-07-17  Bruno Haible  <bruno@clisp.org>
43636
43637         * modules/getnline: New file.
43638         * modules/getline: Add lib/getndelim2.c to source file list.
43639         * MODULES.html.sh (func_all_modules): Add getnline.
43640
43641 2003-07-17  Bruno Haible  <bruno@clisp.org>
43642
43643         * m4/getnline.m4: New file.
43644
43645 2003-07-17  Bruno Haible  <bruno@clisp.org>
43646
43647         * m4/Makefile.am.in: Remove file.
43648         * m4/Makefile.am: Remove file.
43649         * m4/Makefile.in: Remove file.
43650
43651 2003-07-17  Bruno Haible  <bruno@clisp.org>
43652
43653         * lib/getnline.h: New file.
43654         * lib/getnline.c: New file.
43655         * lib/getndelim2.c: New file, extracted from getline.c.
43656         (getndelim2): Renamed from getdelim2, with added nmax argument.
43657         * lib/getline.c: Include getndelim2.c.
43658         (getdelim2): Moved out to getndelim2.c.
43659         (getline, getdelim): Update.
43660
43661 2003-07-17  Bruno Haible  <bruno@clisp.org>
43662
43663         * lib/Makefile.am: Remove file.
43664         * lib/Makefile.in: Remove file.
43665
43666 2003-07-17  Bruno Haible  <bruno@clisp.org>
43667
43668         * configure.in: Remove file.
43669         * Makefile.in: Remove file.
43670
43671 2003-07-17  Bruno Haible  <bruno@clisp.org>
43672
43673         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43674
43675 2003-07-16  Karl Berry  <karl@gnu.org>
43676
43677         * config/srclist-update: was running fixlicense twice, which caused
43678                 texinfo.tex to be nullified for some reason.  Simplify,
43679                 $gplsrc is no longer needed as far as I can see?
43680
43681 2003-07-16  Jim Meyering  <jim@meyering.net>
43682
43683         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43684
43685 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43686
43687         * config/srclist.txt: Get the following files from gettext-runtime/intl
43688         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43689         ref-del.sin.  From Bruno Haible.
43690         * config/srclist-update (fixfile): Change grep pattern again, since the
43691         previous fix didn't work (there was another trailing $).  Use
43692         '[$]' to escape the $s.
43693
43694 2003-07-15  Karl Berry  <karl@gnu.org>
43695
43696         * lib/vasnprintf.c: update from gettext.
43697
43698 2003-07-15  Karl Berry  <karl@gnu.org>
43699
43700         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43701         gets expanded when surrounded by '$'.
43702
43703 2003-07-15  Jim Meyering  <jim@meyering.net>
43704
43705         * modules/save-cwd: Don't depend on error.  From Derek Price.
43706
43707 2003-07-15  Jim Meyering  <jim@meyering.net>
43708
43709         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43710
43711 2003-07-14  Simon Josefsson  <jas@extundo.com>
43712
43713         * modules/mempcpy: New file.
43714         * MODULES.html.sh (func_all_modules): Add mempcpy.
43715
43716 2003-07-14  Simon Josefsson  <jas@extundo.com>
43717
43718         * m4/mempcpy.m4: New file.
43719
43720 2003-07-14  Simon Josefsson  <jas@extundo.com>
43721
43722         * lib/mempcpy.h: New file.
43723         * lib/mempcpy.c: New file.
43724
43725 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43726
43727         * modules/getdate, modules/posixtm: Depend on mktime.
43728
43729 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43730
43731         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43732         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43733         unicodeio.c, unicodeio.h, unlocked-io.h:
43734         Switch from LGPL to GPL.
43735
43736 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43737
43738         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43739         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43740         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43741         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43742         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43743         updated automatically by ../config/srclist-update.  This changes
43744         their license from LPGL to GPL.
43745
43746 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43747
43748         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43749         assumed to refer to the root of the most recent stable gettext version.
43750         * config/srclistvars.sh: Add defaults for eggert.
43751         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43752         Match "This program" as well as "The program".  This is needed
43753         for gettext.
43754
43755 2003-07-14  Jim Meyering  <jim@meyering.net>
43756
43757         Don't emit diagnostics.  Let callers do that.
43758         * lib/save-cwd.c: Don't include "error.h".
43759         (save_cwd): Don't call error.  Ensure that errno is valid
43760         when returning nonzero.
43761
43762         * lib/save-cwd.h (restore_cwd): Update prototype.
43763         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43764         Simplify.  Don't call error upon failure.  Let callers do that.
43765         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43766         when auditing is enabled.  But don't bother updating the #if.
43767
43768 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43769
43770         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43771         it breaks C++ compilation.
43772         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43773
43774 2003-07-10  Simon Josefsson  <jas@extundo.com>
43775
43776         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43777
43778 2003-07-10  Jim Meyering  <jim@meyering.net>
43779
43780         * m4/clock_time.m4: Remove trailing blank.
43781         * m4/intmax_t.m4: Likewise.
43782
43783 2003-07-10  Jim Meyering  <jim@meyering.net>
43784
43785         * lib/vasnprintf.c: Remove trailing blanks.
43786         Make cpp indentation consistent.
43787
43788 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43789
43790         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43791         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43792         Switch from LGPL to GPL.
43793
43794 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43795
43796         * config/srclist.txt: Sort sublists.  Add
43797         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43798         that differ from gnulib for one reason or another; we'd like this list
43799         to be smaller but for now let's document what we have.
43800
43801 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43802
43803         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43804         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43805         and sweeter "eval x=$x".
43806         * config/srclist.txt: Get lib/argp* from glibc.
43807
43808 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43809
43810         * lib/mktime.c: Fix some boundary cases and remove need for floating
43811         point.
43812
43813         Issue a compile-time diagnostic if time_t is floating point, or if
43814         two's complement arithmetic is not in effect, or if arithmetic
43815         right shift does not propagate the sign.  These assumptions were
43816         all in the original code but they weren't checked.
43817
43818         (TIME_T_MIDPOINT, verify): New macros.
43819         (__isleap): Remove; it has integer overflow problems.
43820         (leapyear): New function, without those problems.
43821         (ydhms_tm_diff): Remove; splitting into two parts.
43822         (ydhms_diff): New function, containing the arithmetic part of
43823         the old ydhms_tm_diff function.  Issue a compile-time
43824         diagnostic if we are not using C99 integer division.
43825         Avoid casts when possible.
43826         (guess_time_tm): New function, containing the checking part of
43827         the old ydhms_tm_diff function.  Return the new value, rather than
43828         the difference between it and the old.  Accept a new argument T
43829         so that *T specifies the old value.  Check for overflow in the result.
43830
43831         (__mktime_internal): Use a time_t offset, not a long int offset.
43832         This undoes the 2003-06-04 change, which is no longer needed now
43833         that we have better overflow checking.
43834         (localtime_offset): Likewise.
43835
43836         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43837         and long are 64-bit but int is only 32-bit.
43838         (ydhms_diff): Use long int to store year1 and yday1.
43839         Issue a compile-time diagnostic if long int is not wide enough.
43840
43841         (__mktime_internal): Use long int to store adjusted year and yday.
43842         Use plain C rather than preprocessor commands, if that doesn't
43843         affect efficiency.
43844         Check for overflow (and try to repair) after each probe
43845         rather than checking only at the very end.  This avoids some bugs
43846         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43847         does not equal GMT offset at maximum time).
43848         Use integer to check for overflow rather than floating point; this
43849         is more portable to non-IEEE hosts, and is a tad faster.
43850         When we detect that we are oscillating between two values,
43851         don't check whether tm_isdst has the requested value, since
43852         we already know the answer.  When tm_isdst has the wrong value,
43853         use a different heuristic to find the right one, based on the
43854         extreme values actually observed in practice in tz2003a,
43855         rather than the (overly optimistic) "previous 3 calendar quarters".
43856
43857         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43858         "T const" to accommodate glibc style.
43859         (check_result): Use less-confusing report format.  "long" -> "long int.
43860         (main): Likewise.
43861         Don't loop if the iteration overflows time_t.
43862         Allow a negative step in the iteration.
43863
43864 2003-07-06  Karl Berry  <karl@gnu.org>
43865
43866         * config/depcomp: update from automake.
43867         * config/config.sub: update from prep.
43868
43869 2003-07-03  Karl Berry  <karl@gnu.org>
43870
43871         * config/config.guess: update from prep.
43872
43873 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43874
43875         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43876         xreadlink.c now includes it unconditionally.
43877
43878 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43879
43880         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43881         having it depend on HAVE_SYS_TYPES_H.
43882
43883 2003-07-01  Bruno Haible  <bruno@clisp.org>
43884
43885         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43886         <sys/types.h> should be sufficient.
43887         Reported by Paul Eggert.
43888
43889 2003-06-26  Karl Berry  <karl@gnu.org>
43890
43891         * config/depcomp: update from automake.
43892
43893 2003-06-26  Bruno Haible  <bruno@clisp.org>
43894
43895         * modules/human: Depend on module stdbool.
43896
43897 2003-06-25  Bruno Haible  <bruno@clisp.org>
43898
43899         * modules/readlink: New file.
43900         * modules/xreadlink: Depend on it.
43901         * MODULES.html.sh (func_all_modules): Add readlink.
43902
43903 2003-06-25  Bruno Haible  <bruno@clisp.org>
43904
43905         * m4/readlink.m4: New file.
43906
43907 2003-06-25  Bruno Haible  <bruno@clisp.org>
43908
43909         * lib/readlink.c: New file.
43910
43911 2003-06-22  Karl Berry  <karl@gnu.org>
43912
43913         * config/srclist.txt: update mkinstalldirs from automake.
43914         * config/mkinstalldirs: update.
43915
43916 2003-06-22  Bruno Haible  <bruno@clisp.org>
43917
43918         Portability to mingw32.
43919         * m4/ssize_t.m4: New file, from GNU gettext.
43920         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43921         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43922
43923 2003-06-22  Bruno Haible  <bruno@clisp.org>
43924
43925         * modules/safe-read: Add m4/ssize_t.m4.
43926         * modules/xreadlink: Add m4/ssize_t.m4.
43927
43928 2003-06-20  Bruno Haible  <bruno@clisp.org>
43929
43930         Assume C89, so PARAMS isn't needed.
43931         * lib/unicodeio.h (PARAMS): Remove.
43932         * lib/unicodeio.c: Don't use PARAMS.
43933
43934 2003-06-18  Karl Berry  <karl@gnu.org>
43935
43936         * config/config.{guess,sub}: update from prep.
43937
43938 2003-06-18  Jim Meyering  <jim@meyering.net>
43939
43940         Merge changes from coreutils.
43941         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43942         Remove explicit declarations of xmalloc and realloc.
43943         Include xalloc.h.
43944         (read_utmp): Remove anachronistic cast of xmalloc.
43945
43946 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43947
43948         Assume C89, so PARAMS isn't needed.
43949         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43950         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43951         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43952         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43953         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43954         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43955         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43956         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43957         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43958         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43959         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43960         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43961         no longer needed. Anyway, config.h should always be included before any
43962         other file.
43963
43964 2003-06-11  Simon Josefsson  <jas@extundo.com>
43965
43966         * modules/sysexits: New file.
43967         * MODULES.html.sh (func_all_modules): Add sysexits.
43968
43969 2003-06-11  Simon Josefsson  <jas@extundo.com>
43970
43971         * lib/sysexit_.h: New file.
43972
43973 2003-06-11  Derek Price  <derek@ximbiot.com>
43974
43975         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43976         necessary.
43977
43978 2003-06-11  Bruno Haible  <bruno@clisp.org>
43979
43980         * m4/sysexits.m4: New file.
43981
43982 2003-06-10  Simon Josefsson  <jas@extundo.com>
43983
43984         * lib/argp.h: New file, from glibc.
43985         * lib/argp-ba.c: New file, from glibc.
43986         * lib/argp-eexst.c: New file, from glibc.
43987         * lib/argp-fmtstream.c: New file, from glibc.
43988         * lib/argp-fmtstream.h: New file, from glibc.
43989         * lib/argp-fs-xinl.c: New file, from glibc.
43990         * lib/argp-help.c: New file, from glibc.
43991         * lib/argp-namefrob.h: New file, from glibc.
43992         * lib/argp-parse.c: New file, from glibc.
43993         * lib/argp-pv.c: New file, from glibc.
43994         * lib/argp-pvh.c: New file, from glibc.
43995         * lib/argp-xinl.c: New file, from glibc.
43996
43997 2003-06-10  Simon Josefsson  <jas@extundo.com>
43998
43999         * modules/strchrnul: New file.
44000
44001 2003-06-10  Simon Josefsson  <jas@extundo.com>
44002
44003         * modules/argp: New file.
44004
44005 2003-06-10  Simon Josefsson  <jas@extundo.com>
44006
44007         * m4/strchrnul.m4: New file.
44008
44009 2003-06-10  Simon Josefsson  <jas@extundo.com>
44010
44011         * lib/strchrnul.h: New file.
44012         * lib/strchrnul.c: New file.
44013
44014 2003-06-10  Bruno Haible  <bruno@clisp.org>
44015
44016         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
44017
44018 2003-06-07  Karl Berry  <karl@gnu.org>
44019
44020         * config/config.{guess,sub}: update from prep.
44021
44022 2003-06-07  Jim Meyering  <jim@meyering.net>
44023
44024         * modules/strtod: Use $(...) notation, not @...@ for
44025         AC_REPLACE'd variables.
44026         * modules/localcharset: Likewise.
44027
44028 2003-06-07  Jim Meyering  <jim@meyering.net>
44029
44030         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
44031         in place of my name in the copyright comment.
44032         Remove definition and uses of __P.
44033
44034         From coreutils.
44035         * lib/stat.c: Don't declare xmalloc explicitly.
44036         Instead, include "xalloc.h".
44037         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
44038         xrealloc, and xcalloc return values.
44039         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
44040         Improve comment.
44041         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
44042
44043 2003-06-07  Bruno Haible  <bruno@clisp.org>
44044
44045         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
44046         avoid AC_CONFIG_LINKS.
44047         * modules/fnmatch (Makefile.am): Use explicit creation rule for
44048         fnmatch.h, to avoid AC_CONFIG_LINKS.
44049         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
44050
44051 2003-06-07  Bruno Haible  <bruno@clisp.org>
44052
44053         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
44054         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
44055         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
44056         directory.
44057         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
44058         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
44059         directory.
44060
44061 2003-06-06  Jim Meyering  <jim@meyering.net>
44062
44063         Merge from coreutils.
44064         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
44065         Consolidate declarations and initializations of *_base* locals.
44066
44067         Merge from coreutils.
44068         This avoids a core dump on systems without GNU putenv,
44069         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
44070         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
44071         (unsetenv): New static function, from GNU libc.
44072         (rpl_putenv): Use it.
44073
44074         * lib/modechange.c: Remove trailing blanks.
44075
44076         Merge from coreutils.
44077         * lib/fsusage.c: Remove declaration of statfs.
44078         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
44079
44080         * lib/posixtm.c: Include <stdbool.h> unconditionally.
44081
44082 2003-06-06  Jim Meyering  <jim@meyering.net>
44083
44084         * lib/stdbool_.h: Renamed from stdbool.h.in.
44085
44086 2003-06-06  Jim Meyering  <jim@meyering.net>
44087             Bruno Haible  <bruno@clisp.org>
44088
44089         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
44090         Adjust Makefile.am snippet not to redirect directly to target.
44091         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
44092
44093 2003-06-05  Paul Eggert  <eggert@twinsun.com>
44094
44095         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
44096         mismatch, look in future quarters as well as past.  This fixes a
44097         bug when processing fall-backwards gaps immediately after a long
44098         period of daylight-saving time.
44099
44100         * lib/mktime.c: Assume freestanding C89 or better.
44101         (HAVE_LIMITS_H): Remove.  Assume it's 1.
44102         (__P): Remove; not used.
44103         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
44104         (mktime, not_equal_tm, print_tm, check_result,
44105         main): Use prototypes.  Use const * where appropriate.
44106         (main): Fix typo in testing code that uncovered by above changes.
44107         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
44108
44109 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44110
44111         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
44112         locale.h, localeconv.  This merges changes from coreutils.
44113
44114         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
44115         It can be removed after the next Autoconf is released.
44116         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
44117         needed.
44118
44119 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44120
44121         * lib/mktime.c: Fix Debian bug 177940
44122         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
44123         (localtime_offset): Now long int, not time_t, because we want it
44124         to be guaranteed to be signed.  All uses changed.
44125         (__mktime_internal): If overflow would occur when adding offset,
44126         don't add it.
44127
44128         Merge 'human' changes from coreutils.  Rewrite to support
44129         locale-specific notations like thousands separators.
44130         * lib/human.c: Simplify authorship notice.
44131         Include human.h immediately after config.h.
44132         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
44133         <limits.h>: Do not include, since human.h does.
44134         (SIZE_MAX, UINTMAX_MAX): New macros.
44135         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
44136         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
44137         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
44138         (power_letter): Renamed from suffixes.
44139         (generate_suffix_backwards): Remove.
44140         (adjust_value): Now takes int style (because of human.h changes)
44141         and long double value (for greater precision on some platforms).
44142         (group_number): New function.
44143         (human_readable): Use it.  Use integer options, not enum.
44144         Put the options before the sizes in the arg list.
44145         Support all the new options.
44146         The old human_readable function has been removed;
44147         use inttostr.h instead.
44148         (human_readable, default_block_size, humblock):
44149         Use uintmax_t, not int, for block sizes.
44150         (human_readable_inexact, block_size_types): Remove.
44151         (block_size_opts): New constant.
44152         (human_options): Renamed from human_block_size, with new signature
44153         that allows block sizes up to UINTMAX_MAX.  All callers changed.
44154         * lib/human.h: Add copyright and authorship notice.
44155         Include <limits.h> and <stdbool.h> unconditionally.
44156         (PARAMS): Remove.  All uses removed.
44157         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
44158         (enum human_inexact_style): Remove tag; now a nameless enum.
44159         (human_floor, human_ceiling, human_round_to_even): Now have
44160         values 2, 0, 1 rather than -1, 1, 0.
44161         (human_group_digits, human_suppress_point_zero, human_autoscale,
44162         human_base_1024, human_SI, human_B): New constants.
44163         (human_readable_inexact, human_block_size): Remove.
44164         (human_readable): Size args are now uintmax_t, not int.
44165         (human_options): New decl.
44166
44167         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
44168         unnecessary now that we assume C89 or better.  This change
44169         imported from coreutils.
44170
44171         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44172         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
44173         in the 2003-05-30 sync from glibc.
44174
44175         .h files should stand alone, but we shouldn't include <sys/types.h>
44176         if we can get away with just <stddef.h>.
44177
44178         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
44179         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
44180         rather than <sys/types.h>, as we merely need size_t.
44181         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
44182         to get size_t.
44183         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
44184         Include <stdio.h>, to get FILE.
44185         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
44186         memcasecmp.h has included <stddef.h> and all we need is size_t.
44187         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
44188         our interface, instead of including <sys/types.h>
44189
44190 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44191
44192         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
44193         now, as glibc mktime is buggy on non-glibc systems.
44194
44195 2003-06-03  Karl Berry  <karl@gnu.org>
44196
44197         * config/config.sub: update from prep.
44198
44199 2003-06-02  Paul Eggert  <eggert@twinsun.com>
44200
44201         [from coreutils]
44202         Fix some minor time-related bugs with POSIX time arguments.
44203         Some valid time stamps were being rejected (notably -1, and
44204         time stamps before 1900 on 64-bit hosts).  And some invalid
44205         time stamps were being accepted, e.g. September 31.
44206
44207         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44208         that we can return (time_t) -1 successfully.
44209         * lib/posixtm.c: Likewise.
44210         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44211         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44212         (t): Remove static var.
44213         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44214         of static var.  All uses changed.
44215         (year): Do not reject years before 1900; they can occur with
44216         64-bit time_t.
44217         (posix_time_parse): Do not check for out-of-range components;
44218         that is now the caller's responsibility, since our checks were
44219         only approximations.
44220         (posixtime): Use mktime to check for out-of-range components,
44221         since it knows them exactly.
44222         If mktime returns (time_t) -1, check whether an error actually occurred
44223         by invoking localtime on -1.
44224         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44225         posixtime failures better.
44226         Improve the test data (in comments only).
44227
44228 2003-06-02  Karl Berry  <karl@gnu.org>
44229
44230         * config/mkinstalldirs (version): new variable.
44231         (--version): new option.
44232         (usage): improve message.
44233
44234 2003-05-30  Karl Berry  <karl@gnu.org>
44235
44236         * lib/mktime.c: update from libc.
44237
44238 2003-05-30  Bruno Haible  <bruno@clisp.org>
44239
44240         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44241         * config/config.rpath: Upgrade to gettext-0.12.1.
44242
44243 2003-05-30  Bruno Haible  <bruno@clisp.org>
44244
44245         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44246         * m4/nls.m4: New file, from gettext-0.12.1.
44247         * m4/po.m4: New file, from gettext-0.12.1.
44248         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44249
44250 2003-05-30  Bruno Haible  <bruno@clisp.org>
44251
44252         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44253         * lib/localcharset.h: Likewise.
44254         * lib/localcharset.c: Likewise.
44255
44256 2003-05-29  Karl Berry  <karl@gnu.org>
44257
44258         * config/config.rpath: update from gettext.
44259
44260 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44261
44262         Assume the headers required for C89 freestanding compilers.
44263         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44264         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44265         * m4/human.m4 (gl_HUMAN): Likewise.
44266         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44267         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44268         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44269         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44270         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44271         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44272
44273 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44274
44275         Assume the headers required for C89 freestanding compilers.
44276         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44277         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44278         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44279         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44280         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44281         define, since <limits.h> is guaranteed to do that.
44282         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44283         * lib/exclude.c: Include <stdbool.h> unconditionally.
44284         * lib/tempname.c: Include <stddef.h> unconditionally.
44285         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44286         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44287         <stddef.h> does that.
44288         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44289         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44290         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44291         needed.
44292         * lib/xstrtol.c: Likewise.
44293         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44294         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44295
44296         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44297         warnings on some platforms.
44298
44299         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44300         arbitrarily.
44301
44302 2003-05-26  Jim Meyering  <jim@meyering.net>
44303
44304         Merge in a change from coreutils:
44305         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44306         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44307         that condition, rather than `-1' which is slightly misleading.
44308         Change the name of the cache variable to have the gl_ prefix.
44309         Prompted by a patch from Richard Dawe for DJGPP.
44310
44311 2003-05-24  Karl Berry  <karl@gnu.org>
44312
44313         * config/config.guess: update from prep.
44314
44315 2003-05-22  Karl Berry  <karl@gnu.org>
44316
44317         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44318
44319 2003-05-20  Karl Berry  <karl@gnu.org>
44320
44321         * config/config.guess: update from prep.
44322
44323 2003-05-18  Karl Berry  <karl@gnu.org>
44324
44325         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44326         might actually be set by the user.
44327
44328         * config/depcomp, install-sh, mdate-sh: update from automake.
44329
44330 2003-05-17  Bruno Haible  <bruno@clisp.org>
44331
44332         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44333         invalid expansion for AC_EGREP_CPP.
44334         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44335         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44336         Suggested by Akim Demaille <akim@epita.fr> in
44337         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44338
44339 2003-05-12  Jim Meyering  <jim@meyering.net>
44340
44341         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44342         the space-padded-by-default conversion specifiers, %e, %k, %l.
44343
44344 2003-05-12  Bruno Haible  <bruno@clisp.org>
44345
44346         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44347         the string is longer than 4 KB.
44348
44349 2003-05-11  Karl Berry  <karl@gnu.org>
44350
44351         * config/config.{guess,sub}: update from prep.
44352
44353 2003-05-09  Bruno Haible  <bruno@clisp.org>
44354
44355         * modules/error: Add m4/strerror_r.m4 to file list.
44356
44357 2003-05-03  Bruno Haible  <bruno@clisp.org>
44358
44359         Upgrade to Unicode-4.0.
44360         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44361         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44362         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44363         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44364         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44365         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44366         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44367         Change width of U+E0100..U+E01EF from 1 to 0.
44368
44369 2003-04-25  Jim Meyering  <jim@meyering.net>
44370
44371         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44372         of type size_t, not int.
44373
44374 2003-04-25  Bruno Haible  <bruno@clisp.org>
44375
44376         * lib/copy-file.c: Include <stddef.h>, for size_t.
44377
44378 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44379
44380         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44381         code which expansion is under static control.  Patch imported from
44382         Akim Demaille's patch to Bison; see
44383         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44384
44385 2003-04-14  Bruno Haible  <bruno@clisp.org>
44386
44387         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44388
44389 2003-04-11  Jim Meyering  <jim@meyering.net>
44390
44391         Merge changes from Coreutils.
44392
44393         2003-03-22  Jim Meyering  <jim@meyering.net>
44394
44395         * lib/strftime.c (widen): Cast alloca return value to proper type.
44396
44397         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44398
44399         From GNU libc.
44400         * lib/strftime.c (my_strftime): Handle very large width
44401         specifications for numeric values correctly.  Improve checks for
44402         overflow.
44403
44404         2003-01-19  Jim Meyering  <jim@meyering.net>
44405
44406         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44407         definitions.
44408         (nl_get_alt_digit) [! defined my_strftime]: Define.
44409         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44410         _nl_get_alt_digit and _nl_get_walt_digit.
44411
44412         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44413         libc. These changes have no effect outside of _LIBC.
44414
44415 2003-04-10  Bruno Haible  <bruno@clisp.org>
44416
44417         * modules/findprog: New file.
44418         * MODULES.html.sh (func_all_modules): Add it.
44419
44420 2003-04-10  Bruno Haible  <bruno@clisp.org>
44421
44422         * m4/findprog.m4: New file.
44423         * m4/eaccess.m4: New file.
44424
44425 2003-04-10  Bruno Haible  <bruno@clisp.org>
44426
44427         * lib/findprog.h: New file, from GNU gettext.
44428         * lib/findprog.c: New file, from GNU gettext.
44429
44430 2003-04-05  Jim Meyering  <jim@meyering.net>
44431
44432         Merge changes from Coreutils.
44433
44434         * lib/exclude.h (PARAMS): Remove definition and uses.
44435         * lib/exclude.c: Remove uses of `PARAMS'.
44436
44437         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44438         Add test-cases for DOS filenames. Declare program_name.
44439         (main): Set up program_name.  Patch by Rich Dawe.
44440
44441         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44442         error from mntctl.
44443         Use mntctl's return value to drive the entry-processing loop, since
44444         we can't rely on the value of the vmt_length member in the last
44445         entry.  On some systems doing so could result in exhausting
44446         virtual memory.  Based in part on a patch from Mike Jetzer.
44447
44448 2003-04-04  Bruno Haible  <bruno@clisp.org>
44449
44450         * modules/linebreak: New file.
44451         * MODULES.html.sh (func_all_modules): Add it.
44452
44453 2003-04-04  Bruno Haible  <bruno@clisp.org>
44454
44455         * m4/linebreak.m4: New file.
44456
44457 2003-04-04  Bruno Haible  <bruno@clisp.org>
44458
44459         * lib/linebreak.h: New file, from GNU gettext.
44460         * lib/linebreak.c: New file, from GNU gettext with slight
44461         modifications.
44462         * lib/lbrkprop.h: New file, from GNU gettext.
44463
44464 2003-04-03  Bruno Haible  <bruno@clisp.org>
44465
44466         * modules/utf8-ucs4: New file.
44467         * modules/utf16-ucs4: New file.
44468         * modules/ucs4-utf8: New file.
44469         * modules/ucs4-utf16: New file.
44470         * MODULES.html.sh (func_all_modules): Add them.
44471
44472 2003-04-03  Bruno Haible  <bruno@clisp.org>
44473
44474         * m4/utf-ucs4.m4: New file.
44475         * m4/ucs4-utf.m4: New file.
44476
44477 2003-04-03  Bruno Haible  <bruno@clisp.org>
44478
44479         * lib/utf8-ucs4.h: New file, from GNU gettext.
44480         * lib/utf16-ucs4.h: New file, from GNU gettext.
44481         * lib/ucs4-utf8.h: New file, from GNU gettext.
44482         * lib/ucs4-utf16.h: New file, from GNU gettext.
44483
44484 2003-04-02  Bruno Haible  <bruno@clisp.org>
44485
44486         * modules/binary-io: New file.
44487         * MODULES.html.sh (func_all_modules): Add it.
44488
44489 2003-04-02  Bruno Haible  <bruno@clisp.org>
44490
44491         * lib/binary-io.h: New file, from GNU gettext.
44492
44493 2003-04-01  Bruno Haible  <bruno@clisp.org>
44494
44495         * modules/pathname: New file.
44496         * MODULES.html.sh (func_all_modules): Add it.
44497
44498 2003-04-01  Bruno Haible  <bruno@clisp.org>
44499
44500         * lib/pathname.h: New file, from GNU gettext.
44501         * lib/concatpath.c: New file, from GNU gettext.
44502
44503 2003-03-30  Bruno Haible  <bruno@clisp.org>
44504
44505         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44506
44507 2003-03-30  Bruno Haible  <bruno@clisp.org>
44508
44509         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44510         function chown() doesn't exist.
44511
44512 2003-03-28  Bruno Haible  <bruno@clisp.org>
44513
44514         * modules/copy-file: New file.
44515         * MODULES.html.sh (func_all_modules): Add it.
44516
44517 2003-03-28  Bruno Haible  <bruno@clisp.org>
44518
44519         * m4/copy-file.m4: New file.
44520
44521 2003-03-28  Bruno Haible  <bruno@clisp.org>
44522
44523         * lib/copy-file.h: New file, from GNU gettext.
44524         * lib/copy-file.c: New file, from GNU gettext.
44525
44526 2003-03-18  Jim Meyering  <jim@meyering.net>
44527
44528         * lib/quote.c (quote_n): Fix typo in comment.
44529
44530 2003-03-18  Bruno Haible  <bruno@clisp.org>
44531
44532         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44533         checking.
44534         * m4/onceonly_2_57.m4: Likewise.
44535
44536 2003-03-17  Bruno Haible  <bruno@clisp.org>
44537
44538         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44539         (m4_quote): Remove macro.
44540         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44541
44542 2003-03-14  Jim Meyering  <jim@meyering.net>
44543
44544         Merge changes from Coreutils.
44545         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44546         to be const, in order to avoid warnings.
44547         (obstack_room): Likewise.
44548         (obstack_empty_p): Likewise.
44549
44550 2003-03-14  Bruno Haible  <bruno@clisp.org>
44551
44552         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44553         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44554
44555 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44556
44557         Merge changes from Bison.
44558         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44559         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44560         when compiling Bison 1.875's `bitset bset = obstack_alloc
44561         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44562         * lib/hash.c: Include <stdbool.h> unconditionally.
44563
44564 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44565
44566         * m4/onceonly.m4 (m4_quote): New macro.
44567         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44568         Quote AC_FOREACH variable-expansions properly.
44569
44570 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44571
44572         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44573
44574 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44575
44576         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44577         Reported by Bruce Becker; see:
44578         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44579
44580 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44581             Bruno Haible  <bruno@clisp.org>
44582
44583         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44584         Reported by John Hughes, see
44585         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44586
44587 2003-02-20  Bruno Haible  <bruno@clisp.org>
44588
44589         * MODULES.html.sh (func_all_modules): Add poll.
44590
44591 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44592
44593         * modules/poll: New file.
44594
44595 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44596
44597         * lib/poll_.h: New file.
44598         * lib/poll.c: New file.
44599
44600 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44601
44602         * m4/poll.m4: New file.
44603
44604 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44605
44606         * modules/mathl: New file.
44607
44608 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44609
44610         * lib/mathl.h: New file.
44611         * lib/acosl.c: New file.
44612         * lib/asinl.c: New file.
44613         * lib/atanl.c: New file.
44614         * lib/ceill.c: New file.
44615         * lib/cosl.c: New file.
44616         * lib/expl.c: New file.
44617         * lib/floorl.c: New file.
44618         * lib/frexpl.c: New file.
44619         * lib/ldexpl.c: New file.
44620         * lib/logl.c: New file.
44621         * lib/sincosl.c: New file.
44622         * lib/sinl.c: New file.
44623         * lib/sqrtl.c: New file.
44624         * lib/tanl.c: New file.
44625         * lib/trigl.c: New file.
44626         * lib/trigl.h: New file.
44627
44628 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44629
44630         * m4/mathl.m4: New file.
44631
44632 2003-02-18  Bruno Haible  <bruno@clisp.org>
44633
44634         * MODULES.html.sh (func_all_modules): Add mathl.
44635
44636 2003-02-17  Bruno Haible  <bruno@clisp.org>
44637
44638         * modules/mkdtemp: New module.
44639         * MODULES.html.sh (func_all_modules): Add it.
44640
44641 2003-02-17  Bruno Haible  <bruno@clisp.org>
44642
44643         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44644
44645 2003-02-17  Bruno Haible  <bruno@clisp.org>
44646
44647         * lib/mkdtemp.h: New file, from GNU gettext.
44648         * lib/mkdtemp.c: New file, from GNU gettext.
44649
44650 2003-02-02  Jim Meyering  <jim@meyering.net>
44651
44652         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44653         e.g. glibc-2.2.93.
44654
44655 2003-01-31  Bruno Haible  <bruno@clisp.org>
44656
44657         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44658         'rpl_rename'.
44659         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44660         'rpl_strnlen'.
44661         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44662         'rpl_strtod'.
44663         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44664         'rpl_utime'.
44665
44666 2003-01-31  Bruno Haible  <bruno@clisp.org>
44667
44668         * lib/rename.c: #undef rename before defining rpl_rename.
44669         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44670
44671 2003-01-30  Bruno Haible  <bruno@clisp.org>
44672
44673         * modules/vasnprintf, modules/vasprintf: New modules.
44674         * MODULES.html.sh (func_all_modules): Add them.
44675
44676 2003-01-30  Bruno Haible  <bruno@clisp.org>
44677
44678         * m4/signed.m4: New file, from GNU gettext.
44679         * m4/longdouble.m4: New file, from GNU gettext.
44680         * m4/wchar_t.m4: New file, from GNU gettext.
44681         * m4/wint_t.m4: New file, from GNU gettext.
44682         * m4/vasnprintf.m4: New file.
44683         * m4/vasprintf.m4: New file.
44684
44685 2003-01-30  Bruno Haible  <bruno@clisp.org>
44686
44687         * lib/printf-args.h: New file, from GNU gettext.
44688         * lib/printf-args.c: New file, from GNU gettext.
44689         * lib/printf-parse.h: New file, from GNU gettext.
44690         * lib/printf-parse.c: New file, from GNU gettext.
44691         * lib/vasnprintf.h: New file, from GNU gettext.
44692         * lib/vasnprintf.c: New file, from GNU gettext.
44693         * lib/asnprintf.c: New file, from GNU gettext.
44694         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44695         * lib/vasprintf.c: New file, from GNU gettext.
44696         * lib/asprintf.c: New file, from GNU gettext.
44697
44698 2003-01-29  Bruno Haible  <bruno@clisp.org>
44699
44700         * modules/stpncpy: New module.
44701         * MODULES.html.sh (func_all_modules): Add it.
44702
44703 2003-01-29  Bruno Haible  <bruno@clisp.org>
44704
44705         * m4/stpncpy.m4: New file.
44706
44707 2003-01-29  Bruno Haible  <bruno@clisp.org>
44708
44709         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44710         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44711
44712 2003-01-28  Bruno Haible  <bruno@clisp.org>
44713
44714         * modules/c-ctype: New module.
44715         * MODULES.html.sh (func_all_modules): Add it.
44716
44717 2003-01-28  Bruno Haible  <bruno@clisp.org>
44718
44719         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44720         Paul Eggert.
44721         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44722         Paul Eggert.
44723
44724 2003-01-27  Bruno Haible  <bruno@clisp.org>
44725
44726         * modules/xsetenv: New module.
44727         * MODULES.html.sh (func_all_modules): Add it.
44728
44729 2003-01-27  Bruno Haible  <bruno@clisp.org>
44730
44731         * lib/xsetenv.h: New file, from GNU gettext.
44732         * lib/xsetenv.c: New file, from GNU gettext.
44733
44734 2003-01-23  Jim Meyering  <jim@meyering.net>
44735
44736         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44737         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44738
44739 2003-01-23  Bruno Haible  <bruno@clisp.org>
44740
44741         * modules/minmax: New module.
44742         * MODULES.html.sh (func_all_modules): Add it.
44743
44744 2003-01-23  Bruno Haible  <bruno@clisp.org>
44745
44746         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44747         Eggert.
44748
44749 2003-01-22  Bruno Haible  <bruno@clisp.org>
44750
44751         * modules/exit: New module.
44752         * MODULES.html.sh (func_all_modules): Add it.
44753
44754 2003-01-22  Bruno Haible  <bruno@clisp.org>
44755
44756         * lib/exit.h: New file, from GNU gettext.
44757
44758 2003-01-19  Bruno Haible  <bruno@clisp.org>
44759
44760         * gnulib-tool: Recognize option --extract-maintainer.
44761         (func_get_maintainer): New function.
44762         * modules/*: Add Maintainer entry.
44763
44764 2003-01-16  Jim Meyering  <jim@meyering.net>
44765
44766         * m4/regex.m4: The `regex' struct is both input and output.
44767         Initialize it before each use.  Patch by Tim Waugh.
44768
44769 2003-01-16  Bruno Haible  <bruno@clisp.org>
44770
44771         * MODULES.html.sh: Add a table of contents. Add the module name as
44772         leftmost column. Add hyperlinks.
44773
44774 2003-01-15  Bruno Haible  <bruno@clisp.org>
44775
44776         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44777
44778 2003-01-15  Bruno Haible  <bruno@clisp.org>
44779
44780         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44781         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44782         suffix.
44783
44784 2003-01-15  Bruno Haible  <bruno@clisp.org>
44785
44786         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44787
44788 2003-01-15  Bruno Haible  <bruno@clisp.org>
44789
44790         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44791         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44792
44793 2003-01-14  Jim Meyering  <jim@meyering.net>
44794
44795         * lib/same.c (same_name): Tweak a comment.
44796
44797 2003-01-14  Bruno Haible  <bruno@clisp.org>
44798
44799         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44800         when a string comparison is sufficient.
44801
44802 2003-01-14  Bruno Haible  <bruno@clisp.org>
44803
44804         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44805         'unsigned int'.
44806
44807 2003-01-14  Bruno Haible  <bruno@clisp.org>
44808
44809         * lib/hash-pjw.c: Add comment about low quality of this function.
44810
44811 2003-01-13  Bruno Haible  <bruno@clisp.org>
44812
44813         * modules/stpcpy: Distribute lib/stpcpy.h.
44814         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44815
44816 2003-01-13  Bruno Haible  <bruno@clisp.org>
44817
44818         * modules/*: Add a description.
44819         * modules/strpbrk: Fix Makefile.am snippet.
44820         * modules/strtoimax: Fix dependencies.
44821         * modules/strtoumax: Likewise.
44822
44823 2003-01-13  Bruno Haible  <bruno@clisp.org>
44824
44825         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44826         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44827         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44828
44829 2003-01-13  Bruno Haible  <bruno@clisp.org>
44830
44831         * gnulib-tool (func_create_testdir): Store config/* files in the main
44832         directory.
44833         * config.rpath: Move to ...
44834         * config/config.rpath: ... here.
44835         * modules/gettext: Contains config/config.rpath, not config.rpath.
44836         * modules/iconv: Likewise.
44837
44838 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44839
44840         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44841         to avoid collisions with libcurses and libreadline.
44842
44843         * m4/getstr.m4: Remove.
44844         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44845
44846 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44847
44848         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44849         to avoid collisions with libcurses and libreadline.
44850
44851         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44852         * lib/getstr.h, getstr.c: Remove.
44853         * lib/getline.c: Include "getline.h", to check interface.
44854         Move body of old getstr.c here: this defines MIN_CHUNK and
44855         declares getdelim2, which is renamed from getstr.
44856         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44857
44858         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44859         All uses changed.
44860         * lib/linebuffer.h: Likewise.
44861         (readline): Remove backward-compatibility macro.
44862
44863 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44864
44865         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44866         to avoid collisions with libcurses and libreadline.
44867         * getstr: Remove.
44868         * MODULES.html.sh: Remove getstr.
44869         * modules/getline: Depend on unlocked-io, not getstr.
44870
44871 2003-01-12  Jim Meyering  <jim@meyering.net>
44872
44873         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44874
44875 2003-01-10  Bruno Haible  <bruno@clisp.org>
44876
44877         * modules/alloca: Change Makefile.am requirements. Simplify Include
44878         requirements. Add lib/alloca_.h to file list.
44879
44880 2003-01-10  Bruno Haible  <bruno@clisp.org>
44881
44882         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44883
44884 2003-01-10  Bruno Haible  <bruno@clisp.org>
44885
44886         * lib/alloca_.h: New file.
44887         * lib/getdate.y: Unconditionally include alloca.h.
44888         * lib/makepath.c: Likewise.
44889         * lib/setenv.c: Likewise.
44890         * lib/userspec.c: Likewise.
44891
44892 2003-01-09  Karl Berry  <karl@gnu.org>
44893
44894         * MODULES.html.sh: include `dirname $0` in PATH, to find
44895         gnulib-tool.
44896
44897 2003-01-09  Bruno Haible  <bruno@clisp.org>
44898
44899         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44900         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44901
44902 2003-01-09  Bruno Haible  <bruno@clisp.org>
44903
44904         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44905
44906 2003-01-09  Bruno Haible  <bruno@clisp.org>
44907
44908         * lib/stdbool.h.in: New file.
44909
44910 2003-01-09  Bruno Haible  <bruno@clisp.org>
44911
44912         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44913         * MODULES.html.sh: Likewise.
44914
44915 2003-01-08  Jim Meyering  <jim@meyering.net>
44916
44917         * lib/full-write.c: Undefine and define-away `const' after inclusion
44918         of errno.h, not before.  Suggestion from Bruno Haible.
44919
44920 2003-01-08  Bruno Haible  <bruno@clisp.org>
44921
44922         * modules/full-read: Depend on full-write.
44923
44924 2003-01-08  Bruno Haible  <bruno@clisp.org>
44925
44926         * lib/safe-read.c: Include specification header first, to ensure its
44927         selfcontainedness.
44928         * lib/full-write.c: Likewise.
44929
44930 2003-01-07  Jim Meyering  <jim@meyering.net>
44931
44932         * lib/full-write.c: Rework so that it may serve to define full_read,
44933         too.
44934         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44935
44936 2003-01-07  Bruno Haible  <bruno@clisp.org>
44937
44938         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44939         <inttypes.h>.
44940         * lib/xstrtol.h: Likewise.
44941         * lib/xstrtoimax.c: Likewise.
44942         * lib/xstrtoumax.c: Likewise.
44943         * lib/human.h: Likewise.
44944
44945         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44946         on systems that have <inttypes.h> but not <stdint.h>.
44947
44948 2003-01-07  Bruno Haible  <bruno@clisp.org>
44949
44950         * MODULES.html.sh: Add copyright notice.
44951         (missed_files): Omit CVS directory entries.
44952         (func_module): Make it work with sed-3.02.
44953         * MODULES.txt: Remove file.
44954
44955 2003-01-06  Jim Meyering  <jim@meyering.net>
44956
44957         * lib/version-etc.c: Update year in translatable copyright string.
44958
44959 2003-01-03  Karl Berry  <karl@gnu.org>
44960
44961         * config/config.{guess,sub}: update from prep.
44962
44963 2003-01-02  Karl Berry  <karl@gnu.org>
44964
44965         * doc/COPYING.DOC: belatedly updated to 1.2.
44966
44967 2003-01-01  Karl Berry  <karl@gnu.org>
44968
44969         * gnulib-tool (func_verify_module): report module name $module in
44970         error message, not $1.
44971         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44972         be created, only if it doesn't exist.
44973         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44974
44975 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44976
44977         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44978
44979 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44980
44981         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44982         memcmp if strcoll doesn't work.
44983
44984 2002-12-31  Bruno Haible  <bruno@clisp.org>
44985
44986         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44987         nonempty.
44988
44989 2002-12-31  Bruno Haible  <bruno@clisp.org>
44990
44991         * lib/memcoll.c (STRCOLL): New macro.
44992         (memcoll): Use it.
44993
44994 2002-12-31  Bruno Haible  <bruno@clisp.org>
44995
44996         * lib/localcharset.h: New file.
44997         * lib/localcharset.c: Include it.
44998         * lib/unicodeio.c: Likewise.
44999
45000 2002-12-31  Bruno Haible  <bruno@clisp.org>
45001
45002         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
45003         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
45004
45005 2002-12-31  Bruno Haible  <bruno@clisp.org>
45006
45007         * lib/getline.h: Include <stddef.h>, for size_t.
45008
45009         * lib/unicodeio.h: Include <stddef.h>, for size_t.
45010         * lib/unicodeio.c: Don't include <stddef.h>.
45011
45012 2002-12-31  Bruno Haible  <bruno@clisp.org>
45013
45014         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
45015         HAVE_TM_ZONE.
45016
45017 2002-12-24  Karl Berry  <karl@gnu.org>
45018
45019         * config/config.guess: update from prep.
45020
45021 2002-12-24  Bruno Haible  <bruno@clisp.org>
45022
45023         General infrasructure.
45024         * m4/README: Rewritten.
45025         * m4/onceonly.m4: New file.
45026         * m4/onceonly_2_57.m4: New file.
45027
45028         Module atexit.
45029         * m4/atexit.m4: New file.
45030
45031         Module strtod.
45032         * m4/strtod.m4: New file.
45033
45034         Module strtol.
45035         * m4/strtol.m4: New file.
45036
45037         Module strtoul.
45038         * m4/strtoul.m4: New file.
45039
45040         Module memchr.
45041         * m4/memchr.m4: New file.
45042
45043         Module memcmp.
45044         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
45045         (jm_FUNC_MEMCMP): Invoke it.
45046
45047         Module memcpy.
45048         * m4/memcpy.m4: New file.
45049
45050         Module memmove.
45051         * m4/memmove.m4: New file.
45052
45053         Module memset.
45054         * m4/memset.m4: New file.
45055
45056         Module strcspn.
45057         * m4/strcspn.m4: New file.
45058
45059         Module strpbrk.
45060         * m4/strpbrk.m4: New file.
45061
45062         Module strstr.
45063         * m4/strstr.m4: New file.
45064
45065         Module strerror.
45066         * m4/strerror.m4: New file.
45067
45068         Module mktime.
45069         * m4/mktime.m4: Renamed from jm-mktime.m4.
45070         (gl_PREREQ_MKTIME): New macro.
45071         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
45072
45073         Module malloc.
45074         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
45075         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
45076         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
45077
45078         Module realloc.
45079         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
45080         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
45081         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
45082
45083         Module strftime.
45084         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
45085         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
45086         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
45087         gl_TM_GMTOFF.
45088         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
45089
45090         Module xalloc.
45091         * m4/xalloc.m4: New file.
45092
45093         Module alloca.
45094         * m4/alloca.m4: New file.
45095
45096         Module putenv.
45097         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
45098         (jm_FUNC_PUTENV): Invoke it.
45099
45100         Module setenv.
45101         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
45102         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
45103         when invoked twice.
45104         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
45105         gt_FUNC_SETENV.
45106
45107         Module memrchr.
45108         * m4/memrchr.m4: New file.
45109
45110         Module stpcpy.
45111         * m4/stpcpy.m4: New file.
45112
45113         Module strcase.
45114         * m4/strcase.m4: New file.
45115
45116         Module strdup.
45117         * m4/strdup.m4: New file.
45118
45119         Module strnlen.
45120         * m4/strnlen.m4: New file.
45121
45122         Module strndup.
45123         * m4/strndup.m4: New file.
45124
45125         Module xstrtod.
45126         * m4/xstrtod.m4: New file.
45127
45128         Module xstrtol.
45129         * m4/xstrtol.m4: New file.
45130
45131         Module getdate.
45132         * m4/getdate.m4: New file.
45133
45134         Module unlocked-io.
45135         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
45136         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
45137         * m4/jm-glibc-io.m4n: Remove file.
45138
45139         Module long-options.
45140         * m4/long-options.m4: New file.
45141
45142         Module md5.
45143         * m4/md5.m4: New file.
45144
45145         Module sha.
45146         * m4/sha.m4: New file.
45147
45148         Module getstr.
45149         * m4/getstr.m4: New file.
45150
45151         Module getline.
45152         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
45153         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
45154         <sys/types.h>, for size_t. Use the function name gnu_getline, not
45155         simply getline. Infoke gl_PREREQ_GETLINE.
45156
45157         Module obstack.
45158         * m4/obstack.m4: New file.
45159
45160         Module hash.
45161         * m4/hash.m4: New file.
45162
45163         Module readtokens.
45164         * m4/readtokens.m4: New file.
45165
45166         Module strverscmp.
45167         * m4/strverscmp.m4: New file.
45168
45169         Module stdbool.
45170         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
45171         OSF/1.
45172
45173         Module strtoll.
45174         * m4/strtoll.m4: New file.
45175
45176         Module strtoull.
45177         * m4/strtoull.m4: New file.
45178
45179         Module strtoimax.
45180         * m4/strtoimax.m4: New file.
45181
45182         Module strtoumax.
45183         * m4/strtoumax.m4: New file.
45184
45185         Module xstrtoimax.
45186         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
45187         jm_AC_PREREQ_XSTRTOIMAX.
45188         Moved the strtol prerequisites to strtol.m4.
45189         Moved the strtoll prerequisites to strtoll.m4.
45190         Moved the strtoimax prerequisites to strtoimax.m4.
45191
45192         Module xstrtoumax.
45193         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
45194         jm_AC_PREREQ_XSTRTOUMAX.
45195         Moved the strtoul prerequisites to strtoul.m4.
45196         Moved the strtoull prerequisites to strtoull.m4.
45197         Moved the strtoumax prerequisites to strtoumax.m4.
45198
45199         Module chown.
45200         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
45201         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
45202
45203         Module dup2.
45204         * m4/dup2.m4: New file.
45205
45206         Module ftruncate.
45207         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45208         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45209
45210         Module getgroups.
45211         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45212         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45213
45214         Module gettimeofday.
45215         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45216         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45217         gl_PREREQ_GETTIMEOFDAY.
45218
45219         Module mkdir.
45220         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45221         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45222
45223         Module mkstemp.
45224         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45225         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45226         jm_AC_TYPE_UINTMAX_T.
45227         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45228
45229         Module stat.
45230         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45231         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45232
45233         Module lstat.
45234         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45235         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45236
45237         Module timespec.
45238         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45239         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45240         * m4/st_mtim.m4: Indentation.
45241
45242         Module nanosleep.
45243         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45244         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45245         gl_PREREQ_NANOSLEEP.
45246
45247         Module regex.
45248         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45249         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45250         (gl_REGEX): New macro.
45251
45252         Module rename.
45253         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45254         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45255
45256         Module rmdir.
45257         * m4/rmdir.m4: New file.
45258
45259         Module utime.
45260         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45261         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45262         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45263
45264         Module dirname.
45265         * m4/dirname.m4: New file.
45266
45267         Module getopt.
45268         * m4/getopt.m4: New file.
45269
45270         Module unistd-safer.
45271         * m4/unistd-safer.m4: New file.
45272
45273         Module fnmatch.
45274         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45275         declaration.
45276         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45277         (gl_FUNC_FNMATCH_POSIX): New macro.
45278         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45279         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45280         simply fnmatch.
45281
45282         Module exclude.
45283         * m4/exclude.m4: New file.
45284
45285         Module human.
45286         * m4/human.m4: New file.
45287
45288         Module acl.
45289         * m4/acl.m4: Nop.
45290
45291         Module backupfile.
45292         * m4/backupfile.m4: New file.
45293         * m4/d-ino.m4: Indentation.
45294
45295         Module fsusage.
45296         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45297         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45298         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45299
45300         Module dirfd.
45301         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45302         requirements.
45303
45304         Module euidaccess.
45305         * m4/euidaccess.m4: New file.
45306
45307         Module file-type.
45308         * m4/file-type.m4: New file.
45309
45310         Module fileblocks.
45311         * m4/fileblocks.m4: New file.
45312
45313         Module filemode.
45314         * m4/filemode.m4: New file.
45315
45316         Module isdir.
45317         * m4/isdir.m4: New file.
45318
45319         Module lchown.
45320         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45321         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45322
45323         Module makepath.
45324         * m4/makepath.m4: New file.
45325
45326         Module modechange.
45327         * m4/modechange.m4: New file.
45328
45329         Module mountlist.
45330         * m4/mountlist.m4: New file.
45331         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45332         Indentation.
45333
45334         Module path-concat.
45335         * m4/path-concat.m4: New file.
45336
45337         Module pathmax.
45338         * m4/pathmax.m4: New file.
45339
45340         Module same.
45341         * m4/same.m4: New file.
45342
45343         Module save-cwd.
45344         * m4/save-cwd.m4: New file.
45345
45346         Module savedir.
45347         * m4/savedir.m4: New file.
45348
45349         Module xgetcwd.
45350         * m4/xgetcwd.m4: New file.
45351         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45352
45353         Module xreadlink.
45354         * m4/xreadlink.m4: New file.
45355
45356         Module safe-read.
45357         * m4/safe-read.m4: New file.
45358
45359         Module safe-write.
45360         * m4/safe-write.m4: New file.
45361
45362         Module closeout.
45363         * m4/closeout.m4: New file.
45364
45365         Module stdio-safer.
45366         * m4/stdio-safer.m4: New file.
45367
45368         Module getpass.
45369         * m4/getpass.m4: New file.
45370
45371         Module getugroups.
45372         * m4/getugroups.m4: New file.
45373
45374         Module group-member.
45375         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45376         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45377
45378         Module idcache.
45379         * m4/idcache.m4: New file.
45380
45381         Module userspec.
45382         * m4/userspec.m4: New file.
45383
45384         Module gettime.
45385         * m4/clock_time.m4: New file.
45386         * m4/gettime.m4: New file.
45387
45388         Module settime.
45389         * m4/settime.m4: New file.
45390
45391         Module posixtm.
45392         * m4/posixtm.m4: New file.
45393
45394         Module gethostname.
45395         * m4/gethostname.m4: New file.
45396
45397         Module canon-host.
45398         * m4/canon-host.m4: New file.
45399
45400         Module gettext.
45401         * m4/codeset.m4: New file, from gettext-0.11.5.
45402         * m4/gettext.m4: New file, from gettext-0.11.5.
45403         * m4/glibc21.m4: New file, from gettext-0.11.5.
45404         * m4/iconv.m4: New file, from gettext-0.11.5.
45405         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45406         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45407         * m4/inttypes.m4: New file, from gettext-0.11.5.
45408         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45409         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45410         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45411         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45412         * m4/lib-link.m4: New file, from gettext-0.11.5.
45413         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45414         * m4/progtest.m4: New file, from gettext-0.11.5.
45415         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45416         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45417         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45418
45419         Module localcharset.
45420         * m4/localcharset.m4: New file.
45421
45422         Module hard-locale.
45423         * m4/hard-locale.m4: New file.
45424
45425         Module mbswidth.
45426         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45427         onceonly macros.
45428         * m4/mbrtowc.m4: Add comment.
45429
45430         Module memcasecmp.
45431         * m4/memcasecmp.m4: New file.
45432
45433         Module memcoll.
45434         * m4/memcoll.m4: New file.
45435
45436         Module unicodeio.
45437         * m4/unicodeio.m4: New file.
45438
45439         Module rpmatch.
45440         * m4/rpmatch.m4: New file.
45441
45442         Module yesno.
45443         * m4/yesno.m4: New file.
45444
45445         Module exitfail.
45446         * m4/exitfail.m4: New file.
45447
45448         Module c-stack.
45449         * m4/c-stack.m4 (gl_C_STACK): New macro.
45450         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45451
45452         Module error.
45453         * m4/error.m4 (gl_ERROR): New macro.
45454         (jm_PREREQ_ERROR): Use onceonly macros.
45455
45456         Module fatal.
45457         * m4/fatal.m4: New file.
45458
45459         Module getloadavg.
45460         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45461         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45462
45463         Module getpagesize.
45464         * m4/getpagesize.m4: New file.
45465
45466         Module getusershell.
45467         * m4/getusershell.m4: New file.
45468
45469         Module physmem.
45470         * m4/physmem.m4: New file.
45471
45472         Module posixver.
45473         * m4/posixver.m4: New file.
45474
45475         Module quotearg.
45476         * m4/quotearg.m4: New file.
45477
45478         Module quote.
45479         * m4/quote.m4: New file.
45480
45481         Module readutmp.
45482         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45483
45484         Module sig2str.
45485         * m4/sig2str.m4: New file.
45486
45487         Other.
45488         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45489         ulonglong.m4.
45490         * m4/intmax_t.m4: New file.
45491         * m4/d-type.m4: Indentation.
45492         * m4/jm-macros.m4: Update.
45493         * m4/prereq.m4 (jm_PREREQ): Update.
45494         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45495         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45496         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45497         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45498         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45499         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45500         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45501         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45502         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45503         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45504         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45505         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45506         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45507         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45508         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45509         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45510         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45511         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45512         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45513
45514 2002-12-24  Bruno Haible  <bruno@clisp.org>
45515
45516         * MODULES.txt: Update according to m4/ changes.
45517
45518         Module gettext.
45519         * config.rpath: New file, from gettext-0.11.5.
45520
45521         * modules/*: New module descriptions.
45522         * gnulib-tool: New file.
45523         * MODULES.html.sh: New file.
45524
45525 2002-12-21  Karl Berry  <karl@gnu.org>
45526
45527         * doc/fdl.texi: update to version 1.2.
45528
45529 2002-12-19  Karl Berry  <karl@gnu.org>
45530
45531         * config/config.guess: update from prep.
45532
45533 2002-12-18  Bruno Haible  <bruno@clisp.org>
45534
45535         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45536         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45537
45538 2002-12-17  Bruno Haible  <bruno@clisp.org>
45539
45540         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45541         stdlib.h, string.h.
45542
45543 2002-12-17  Bruno Haible  <bruno@clisp.org>
45544
45545         * lib/canon-host.c (strdup): Remove unused declaration.
45546
45547         * lib/fsusage.c: Include full_read.h.
45548         (get_fs_usage): Use full_read instead of safe_read.
45549
45550         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45551
45552 2002-12-12  Karl Berry  <karl@gnu.org>
45553
45554         * config/config.guess: update from prep.
45555
45556 2002-12-11  Bruno Haible  <bruno@clisp.org>
45557
45558         * m4/setenv.m4: New file, from gettext-0.11.5.
45559
45560 2002-12-11  Bruno Haible  <bruno@clisp.org>
45561
45562         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45563         not unsetenv().
45564         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45565         modifications:
45566
45567         2002-12-11  Bruno Haible  <bruno@clisp.org>
45568
45569                 * setenv.c (alloca): Fall back to malloc.
45570                 (freea): New macro.
45571                 (setenv): Use freea() to free memory allocated with alloca().
45572
45573         2002-11-13  Bruno Haible  <bruno@clisp.org>
45574
45575                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45576                 function declarations.
45577                 * unsetenv.c (unsetenv): Likewise.
45578
45579         2002-03-04  Bruno Haible  <bruno@clisp.org>
45580
45581                 Portability to AIX 4.3.3.
45582                 * unsetenv.c: New file, extracted from setenv.c.
45583                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45584
45585         2001-12-20  Bruno Haible  <bruno@clisp.org>
45586
45587                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45588                 use malloc instead. For SunOS 4.
45589
45590         2001-12-11  Bruno Haible  <bruno@clisp.org>
45591
45592                 * setenv.c: Declare alloca.
45593                 (compar_fn_t): New typedef.
45594                 (KNOWN_VALUE, STORE_VALUE): Use it.
45595
45596         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45597         setenv.h.
45598
45599 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45600
45601         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45602         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45603         Choose values that are less likely to collide with system fnmatch
45604         options.
45605         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45606         defined (e.g., a pure POSIX system).
45607         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45608         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45609
45610 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45611
45612         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45613         a pain in practice to deal with generated m4 files.  This change
45614         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45615
45616         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45617         and jm-glibc-io.m4, as they are no longer a special case.
45618         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45619         kludge and the auto-generation stuff.  Check only whether the
45620         functions are declared, not whether they exist, since older hosts
45621         that don't declare the functions can't use the optimization anyway.
45622
45623 2002-12-06  Jim Meyering  <jim@meyering.net>
45624
45625         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45626
45627         Merge in changes from libc's misc/error.c, in preparation
45628         for the merge of gnulib's changes back into libc.
45629
45630         * lib/error.c (_): Define only if not already defined.
45631         Move definition to follow all #include directives.
45632         Include unlocked-io.h only if !_LIBC.
45633         [_LIBC]: Include <libio/libioP.h>.
45634         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45635         (fflush): Tweak definition to use INTUSE.
45636         (putc): Define.
45637
45638 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45639
45640         * lib/alloca.c [defined emacs]: Include "lisp.h".
45641         (xalloc_die) [defined emacs]: New macro.
45642         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45643         [! defined emacs]: Include <xalloc.h>.
45644         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45645         (pointer): Typedef to POINTER_TYPE *.
45646         (malloc): Remove decl; we now always use xmalloc.
45647         (alloca): Use old-style definition, since Emacs needs this.
45648         Check for arithmetic overflow when computing combined size.
45649
45650 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45651
45652         Do not generate unlocked-io.h automatically, since it's easier to
45653         maintain it by hand.
45654
45655         * lib/unlocked-io.h: New file, from GNU diffutils,
45656         but with proper copyright notice and attribution.
45657         * lib/gen-uio: Remove.
45658         * lib/Makefile.am: Add copyright notice.
45659         (libfetish_a_SOURCES): Add unlocked-io.h.
45660         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45661         (DISTCLEANFILES, io_functions): Remove macros.
45662         (EXTRA_DIST): Remove gen_uio.
45663         (unlocked-io.h): Remove rule.
45664
45665 2002-12-04  Jim Meyering  <jim@meyering.net>
45666
45667         Reflect the fact that stat.c and lstat.c are no longer generated.
45668         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45669         (DISTCLEANFILES): Likewise.
45670         (EXTRA_DIST): Likewise.
45671         (all_local): Don't depend on stat.c or lstat.c.
45672         (stat.c, lstat.c): Remove rules.
45673         (EXTRA_DIST): Remove xstat.in.
45674
45675         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45676         * lib/stat.c: New file.  Contents mostly from xstat.in.
45677         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45678         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45679
45680         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45681         too.
45682         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45683
45684 2002-12-03  Jim Meyering  <jim@meyering.net>
45685
45686         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45687         but not semantics, to minimize the differences between these two files.
45688         (safe_read): Change comment to mention SAFE_READ_ERROR.
45689
45690         * lib/safe-read.c (IS_EINTR): Define.
45691         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45692
45693 2002-12-02  Jim Meyering  <jim@meyering.net>
45694
45695         * lib/safe-read.c (EINTR): Define.
45696         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45697         (INT_MAX): Provide fallback.
45698         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45699
45700         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45701
45702 2002-12-02  Bruno Haible  <bruno@clisp.org>
45703
45704         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45705         Define, taken from safe-read.c.
45706         (INT_MAX): Provide fallback.
45707         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45708         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45709
45710         * lib/safe-read.c (EINTR): Remove definition.
45711         (safe_read): Don't use EINTR if it is absent.
45712
45713 2002-12-01  Jim Meyering  <jim@meyering.net>
45714
45715         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45716         zero.
45717         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45718
45719 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45720
45721         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45722         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45723         with `if (! (value < limit)) abort ();', for readability.
45724
45725 2002-11-26  Karl Berry  <karl@gnu.org>
45726
45727         * lib/strdup.c: copy from libc again, with jim's ok.
45728         * lib/.cppi-disable: re-add strdup.c
45729
45730 2002-11-25  Karl Berry  <karl@gnu.org>
45731
45732         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45733         instead of "strtol.c".
45734
45735 2002-11-25  Karl Berry  <karl@gnu.org>
45736
45737         * config/install-sh: update from automake for variable quoting, $0 in
45738         error msgs, etc.
45739
45740         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45741         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45742         entry.
45743
45744 2002-11-25  Jim Meyering  <jim@meyering.net>
45745
45746         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45747
45748 2002-11-24  Karl Berry  <karl@gnu.org>
45749
45750         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45751         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45752
45753 2002-11-24  Jim Meyering  <jim@meyering.net>
45754
45755         Update from coreutils:
45756
45757         * lib/mktime.c: Merge in changes from libc.
45758
45759         Avoid a link-time failure on some Linux systems.
45760         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45761         (otherwise).
45762         (__mon_yday): Declare with the STATIC attribute.
45763         (__mktime_internal): Likewise.
45764         Based on a report from Greg Schafer.
45765
45766 2002-11-23  Jim Meyering  <jim@meyering.net>
45767
45768         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45769         Use `unsigned', not `int', as type of index.
45770
45771         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45772
45773         * lib/fsusage.c: Remove unneeded parentheses around operands of
45774         `defined'.
45775
45776 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45777
45778         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45779         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45780         so that we can be included first.
45781         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45782         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45783         No need to include stddef.h or sys/types.h any more.
45784         Surround local include files with "", not "<>".
45785         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45786         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45787         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45788         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45789         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45790         (ISPRINT): Remove; no longer needed now that we assume C89.
45791
45792         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45793         Preserve errno.
45794
45795         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45796         quotearg_char): Use SIZE_MAX rather than
45797         (size_t) -1 when we are talking about "infinity".
45798
45799         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45800
45801 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45802
45803         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45804         hint that one should use `if (! x) abort ();' rather than `assert
45805         (x);', and anyway it's one less thing to worry about configuring.
45806         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45807         hash_rehash, hash_insert): Use abort rather than assert.
45808
45809 2002-11-22  Bruno Haible  <bruno@clisp.org>
45810
45811         * lib/safe-read.h: Assume C89. Add comments.
45812         (safe_read): Change return type to size_t.
45813         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45814         byte counts > SSIZE_MAX correctly.
45815         * lib/safe-write.h: New file.
45816         * lib/safe-write.c: New file.
45817         * lib/full-read.h: New file.
45818         * lib/full-read.c: New file.
45819         * lib/full-write.h: Assume C89. Add comments.
45820         * lib/full-write.c: Include safe-write.h.
45821         (full_write): Rewritten to use safe_write.
45822         Suggested by Jim Meyering and Paul Eggert.
45823
45824 2002-11-21  Jim Meyering  <jim@meyering.net>
45825
45826         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45827
45828         Merge in changes from the coreutils.
45829
45830         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45831         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45832         <stdint.h>.
45833         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45834         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45835         int.  Work more efficiently if X is the same width as uintmax_t.
45836         Do not compare X to -1, to avoid bogus compiler warning.
45837         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45838         Don't assume that f_frsize and f_bsize are the same type.
45839
45840         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45841         warning on FreeBSD.
45842
45843         * lib/makepath.c (make_path): Restore umask *before* creating the final
45844         component.
45845         (make_path): Minor reformatting.
45846
45847         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45848         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45849         HAVE_MALLOC/HAVE_REALLOC.
45850
45851         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45852         dummy ones.  At least on GNU/Linux systems, `auto' means something
45853         else.
45854         From Michael Stone.
45855
45856 2002-11-21  Bruno Haible  <bruno@clisp.org>
45857
45858         Remove case insensitive option matching.
45859         * lib/argmatch.h (argcasematch): Remove declaration.
45860         (ARGCASEMATCH): Remove macro.
45861         (__xargmatch_internal): Remove case_sensitive argument.
45862         (XARGMATCH): Update.
45863         (XARGCASEMATCH): Remove macro.
45864         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45865         case_sensitive argument.
45866         (argcasematch): Remove function.
45867         (__xargmatch_internal): Remove case_sensitive argument.
45868         (main): Use XARGMATCH instead of XARGCASEMATCH.
45869
45870         * lib/xmalloc.c: Change compile-time error message. Add comment about
45871         required autoconf version.
45872
45873 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45874
45875         Merge argmatch cleanups from Bison.  Assume C89.
45876
45877         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45878         Include stdlib.h, for EXIT_FAILURE.
45879         Always include <string.h>, since we assume C89.
45880         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45881         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45882         Include <stddef.h> instead, since it's all we need for size_t.
45883         (PARAMS): Remove.  All uses removed.
45884         (ARRAY_CARDINALITY): Do not bother to #undef.
45885         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45886         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45887         Remove unnecessary parentheses.
45888         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45889         Insert necessary parentheses.
45890         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45891         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45892
45893 2002-11-19  Bruno Haible  <bruno@clisp.org>
45894
45895         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45896         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45897
45898         * lib/mbswidth.h (PARAMS): Remove macro.
45899         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45900         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45901
45902         * lib/gcd.h (PARAMS): Remove macro.
45903         (gcd): Use ANSI C function declarations.
45904         * lib/gcd.c (gcd): Likewise.
45905
45906 2002-11-15  Bruno Haible  <bruno@clisp.org>
45907
45908         * lib/strcspn.c: Include <stddef.h>.
45909         (strcspn): Use ANSI C function declaration. Change return type to
45910         size_t. Use NULL.
45911         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45912         (strpbrk): Use NULL.
45913         * lib/strpbrk.h (PARAMS): Remove macro.
45914         (strpbrk): Use ANSI C function declaration.
45915         * lib/strstr.c: Don't include <sys/types.h>.
45916         * lib/strstr.h (PARAMS): Remove macro.
45917         (strstr): Use ANSI C function declarations.
45918
45919 2002-11-14  Karl Berry  <karl@gnu.org>
45920
45921         * config/mkinstalldirs: `do' on separate line, instead of
45922         `for var; do'.
45923
45924 2002-11-06  Bruno Haible  <bruno@clisp.org>
45925
45926         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45927         * lib/gcd.c (gcd): Likewise.
45928
45929 2002-11-05  Bruno Haible  <bruno@clisp.org>
45930
45931         * lib/gcd.h: New file, from gettext-0.11.5.
45932         * lib/gcd.c: New file, from gettext-0.11.5.
45933
45934 2002-11-05  Bruno Haible  <bruno@clisp.org>
45935
45936         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45937         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45938         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45939         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45940
45941         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45942         <libintl.h>.
45943         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45944         <libintl.h>.
45945
45946         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45947         * lib/human.c: Include gettext.h instead of <libintl.h>.
45948         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45949         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45950         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45951         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45952         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45953         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45954         (textdomain): Remove definition.
45955         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45956
45957         * lib/long-options.c: Remove include of <libintl.h> and definition of
45958         _.
45959         * lib/same.c: Remove include of <libintl.h> and definition of _.
45960
45961 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45962
45963         * lib/config.charset: A few additions for Solaris.
45964
45965 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45966
45967         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45968         * lib/localcharset.c (locale_charset): Declare as extern "C".
45969
45970 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45971
45972         * lib/config.charset: msdos in uk_UA uses CP1125.
45973
45974 2002-11-04  Bruno Haible  <bruno@clisp.org>
45975
45976         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45977         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45978         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45979         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45980         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45981
45982 2002-11-04  Bruno Haible  <bruno@clisp.org>
45983
45984         * lib/localcharset.c (locale_charset): Don't return an empty string.
45985
45986 2002-11-04  Bruno Haible  <bruno@clisp.org>
45987
45988         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45989         aliases.
45990
45991 2002-11-04  Bruno Haible  <bruno@clisp.org>
45992
45993         * lib/config.charset: Update for newest glibc. Add canonical names
45994         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45995
45996 2002-11-04  Bruno Haible  <bruno@clisp.org>
45997
45998         * lib/config.charset: Add support for NetBSD.
45999
46000 2002-11-04  Bruno Haible  <bruno@clisp.org>
46001
46002         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
46003
46004 2002-11-01  Bruno Haible  <bruno@clisp.org>
46005
46006         * configure.in: Add AC_CONFIG_AUX_DIR call.
46007         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
46008         test/Makefile.
46009         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
46010
46011 2002-09-28  Karl Berry  <karl@gnu.org>
46012
46013         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
46014         installed automake until the next release, since changes have been
46015         made.
46016
46017 2002-09-25  Karl Berry  <karl@gnu.org>
46018
46019         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
46020         * lib/getopt*: copy from libc/posix.
46021         * lib/gettext.h: copy from gettext.
46022         * lib/.cppi-disable: add strdup.c, gettext.h.
46023
46024 2002-09-25  Karl Berry  <karl@gnu.org>
46025
46026         * config/srclist.txt: enable gettext.h check.
46027         * config/config.{guess,sub}: update from prep.
46028         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
46029                 from automake 1.6.3.
46030         See srclist*.
46031
46032 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
46033
46034         * regex.c (PATFETCH): Remove the translating fetch.
46035         (PATFETCH_RAW): Rename to PATFETCH.
46036         (set_image_of_range): New fun.
46037         (SET_RANGE_TABLE_WORK_AREA): Use it.
46038         (regex_compile): Don't translate the pattern chars so eagerly.
46039         Only do it when inserting an `exactn' bytecode or when handling
46040         a char-range.
46041         (mutually_exclusive_p): Avoid empty statement.
46042
46043 2002-07-06  Jim Meyering  <meyering@lucent.com>
46044
46045         * m4/README: Don't mention Makefile.am.in.
46046         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
46047
46048 2002-07-01  Jim Meyering  <meyering@lucent.com>
46049
46050         * lib/c-stack.c: Include sys/time.h.
46051         From Volker Borchert.
46052
46053 2002-06-26  Paul Eggert  <eggert@twinsun.com>
46054
46055         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
46056
46057 2002-06-26  Paul Eggert  <eggert@twinsun.com>
46058
46059         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
46060         New macro.  Use it uniformly instead of
46061         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
46062         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
46063         reported by Vin Shelton.
46064
46065 2002-06-22  Paul Eggert  <eggert@twinsun.com>
46066
46067         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
46068         Do not assume SA_SIGINFO behavior.
46069         Bug reported by Jim Meyering on NetBSD 1.5.2.
46070
46071 2002-06-22  Jim Meyering  <meyering@lucent.com>
46072
46073         * m4/c-stack.m4: New file, from diffutils-2.8.2.
46074         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
46075
46076         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
46077         now that configure.ac uses AC_GNU_SOURCE.
46078         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
46079         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
46080
46081         Update to latest tools.  Suggestions from Paul Eggert.
46082         * m4/stdbool.m4: New file, from diffutils-2.8.2.
46083         * m4/gnu-source.m4: Update from diffutils-2.8.2.
46084         * m4/fnmatch.m4: Likewise.
46085         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
46086         to AC_HEADER_STDBOOL
46087
46088 2002-06-22  Jim Meyering  <meyering@lucent.com>
46089
46090         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
46091         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
46092
46093 2002-06-22  Jim Meyering  <meyering@lucent.com>
46094
46095         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
46096
46097         * lib/exitfail.c, exitfail.h: Likewise.
46098         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
46099
46100         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
46101         of fnmatch.h.
46102         (EXTRA_DIST): Add fnmatch_loop.c.
46103         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
46104
46105         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
46106         * lib/fnmatch.c: Update from diffutils-2.8.2.
46107         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
46108         * lib/fnmatch.h: Remove file.
46109
46110 2002-06-21  Jim Meyering  <meyering@lucent.com>
46111
46112         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
46113         * m4/mbrtowc.m4: Likewise.
46114
46115         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
46116         * m4/mbswidth.m4: Reflect name change:
46117         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
46118         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46119
46120         * m4/lib-link.m4: Update from gettext-0.11.2.
46121         * m4/gettext.m4: Likewise.
46122
46123         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
46124         From Alfred M. Szmidt.
46125
46126 2002-06-18  Paul Eggert  <eggert@twinsun.com>
46127
46128         * lib/file-type.h: Report an error if neither S_ISREG nor
46129         S_IFREG is defined, instead of using a test specific to glibc
46130         2.2.  This should be safe, since POSIX requires S_ISREG and
46131         Unix Version 7 had S_IFREG.  We don't need to check for
46132         <sys/types.h> since we don't use any symbols that it defines.
46133
46134 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
46135
46136         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
46137         $@-t, so that each temporary file name is unique and valid in the first
46138         8 characters, for operation under DOS.
46139
46140 2002-06-15  Paul Eggert  <eggert@twinsun.com>
46141
46142         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
46143
46144 2002-06-15  Jim Meyering  <meyering@lucent.com>
46145
46146         Work even with DJGPP 2.03, which lacks support for symlinks.
46147         From Richard Dawe.
46148         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
46149         is defined.
46150         * lib/lchown.c (S_ISLNK): Likewise.
46151
46152 2002-06-15  Jim Meyering  <meyering@lucent.com>
46153
46154         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
46155         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
46156         have been included before this file.
46157
46158 2002-06-14  Jim Meyering  <meyering@lucent.com>
46159
46160         * lib/file-type.h: Use the version from diffutils-2.8.2.
46161         * lib/file-type.c: Likewise.
46162
46163 2002-06-07  Jim Meyering  <meyering@lucent.com>
46164
46165         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
46166         They're needed at least for NetBSD 1.5.2.
46167         ($statxfs_includes): Include those same headers.
46168         ($statxfs_includes): Include sys/vfs.h if available.
46169         ($statxfs_includes): Likewise for sys/statvfs.h.
46170         Check for the following members in both structs statfs and statvfs:
46171         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
46172
46173 2002-06-01  Jim Meyering  <meyering@lucent.com>
46174
46175         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
46176         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
46177
46178 2002-05-28  Jim Meyering  <meyering@lucent.com>
46179
46180         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
46181         Reported by Volker Borchert.
46182
46183 2002-05-27  Jim Meyering  <meyering@lucent.com>
46184
46185         Fix a problem seen only on nonconforming systems whereby ls.c's
46186         use of localtime, and then of gettimeofday would cause trouble:
46187         the localtime call used to initialize rpl_gettimeofday's save
46188         mechanism would clobber ls's current local time information so
46189         that in any long listing the first file would always be listed
46190         with date 1970-01-01.  Analysis by Volker Borchert.
46191
46192         * lib/gettimeofday.c (localtime): Undefine.
46193         (rpl_localtime): New function.
46194
46195 2002-05-27  Jim Meyering  <meyering@lucent.com>
46196
46197         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
46198         localtime.
46199
46200         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
46201         use the replacement function; it wouldn't resolve at link time.
46202         Reported by Volker Borchert.
46203
46204 2002-05-22  Jim Meyering  <meyering@lucent.com>
46205
46206         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46207         file-type.h.
46208         * lib/file-type.h: New file.
46209         * lib/file-type.c (file_type): New file/function.  Extracted from
46210         diffutils.
46211
46212 2002-04-30  Jim Meyering  <meyering@lucent.com>
46213
46214         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46215
46216 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46217
46218         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46219
46220 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46221
46222         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46223         Do not check for alloca.h (no longer used) or stdbool.h (was never
46224         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46225
46226 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46227
46228         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46229
46230 2002-04-29  Jim Meyering  <meyering@lucent.com>
46231
46232         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46233         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46234         Use AC_FUNC_STRNLEN here instead.
46235
46236         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46237         With autoconf-2.53a, it's part of AC_PROG_CC.
46238
46239 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46240
46241         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46242         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46243
46244 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46245
46246         * lib/sig2str.h, lib/sig2str.c: New files.
46247         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46248
46249 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46250
46251         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46252         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46253         of 127, since 64 is the largest conceivable number for ancient
46254         nonstandard hosts.
46255         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46256
46257 2002-04-28  Jim Meyering  <meyering@lucent.com>
46258
46259         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46260
46261 2002-04-24  Jim Meyering  <meyering@lucent.com>
46262
46263         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46264         (jm_PREREQ): Use it.
46265
46266         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46267         mach/mach.h fcntl.h.
46268         Check for this function: setlocale.
46269
46270 2002-04-24  Jim Meyering  <meyering@lucent.com>
46271
46272         * lib/gettext.h: New file, from Gettext.
46273         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46274         (libfetish_a_SOURCES): Add gettext.h.
46275
46276 2002-04-16  Jim Meyering  <meyering@lucent.com>
46277
46278         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46279         ut_pid, ut_id, ut_exit.
46280
46281 2002-04-16  Jim Meyering  <meyering@lucent.com>
46282
46283         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46284         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46285         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46286
46287 2002-04-12  Jim Meyering  <meyering@lucent.com>
46288
46289         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46290         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46291         existence of the getmntinfo function.  Needed for Darwin 5.3.
46292
46293         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46294         This is necessary at least on Darwin 5.3.
46295
46296         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46297         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46298         strnlen.o in the library, and that makes some versions of ranlib
46299         object.
46300
46301 2002-04-12  Jim Meyering  <meyering@lucent.com>
46302
46303         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46304
46305 2002-04-09  Jim Meyering  <meyering@lucent.com>
46306
46307         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46308         to be more precise.  Rather than saying we're checking whether the
46309         function `works', say what we're testing.
46310         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46311         Reported by Bruno Haible.
46312
46313 2002-03-10  Jim Meyering  <meyering@lucent.com>
46314
46315         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46316         Suggestion from Santiago Vila.
46317
46318 2002-03-08  Jim Meyering  <meyering@lucent.com>
46319
46320         * lib/rename.c: Mention that this wrapper is needed also on
46321         mips-dec-ultrix4.4 systems.
46322
46323 2002-03-02  Jim Meyering  <meyering@lucent.com>
46324
46325         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46326         not HAVE_CLOCK_SETTIME.
46327
46328 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46329
46330         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46331         Check for clock_settime.
46332
46333 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46334
46335         * lib/nanosleep.h: Rename to....
46336         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46337
46338         * lib/gettime.c: New file.
46339         * lib/settime.c: New file.
46340         * lib/stime.c: Remove.
46341
46342         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46343         timespec.h.  Remove nanosleep.h.
46344
46345 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46346
46347         * m4/acl.m4: New file.
46348         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46349         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46350
46351 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46352
46353         * lib/acl.c, lib/acl.h: New files.
46354         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46355
46356 2002-02-24  Jim Meyering  <meyering@lucent.com>
46357
46358         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46359         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46360         cause trouble.  Reported by Nelson Beebe.
46361
46362 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46363
46364         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46365         compilers that don't know that xalloc_die never returns.
46366
46367 2002-02-20  Jim Meyering  <meyering@lucent.com>
46368
46369         * lib/getdate.c: Regenerate using bison-1.33.
46370
46371 2002-02-17  Jim Meyering  <meyering@lucent.com>
46372
46373         * config/config.guess (main): Don't use `head -1'; it's no longer
46374         portable. Use `sed 1q' instead.
46375
46376 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46377
46378         * m4/codeset.m4: Upgrade to gettext-0.11.
46379         * m4/gettext.m4: Upgrade to gettext-0.11.
46380         * m4/glibc21.m4: Upgrade to gettext-0.11.
46381         * m4/iconv.m4: Upgrade to gettext-0.11.
46382         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46383         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46384         * m4/lib-ld.m4: New file, from gettext-0.11.
46385         * m4/lib-link.m4: New file, from gettext-0.11.
46386         * m4/lib-prefix.m4: New file, from gettext-0.11.
46387         * m4/progtest.m4: Upgrade to gettext-0.11.
46388
46389 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46390
46391         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46392         (jm_PREREQ): Use it.
46393
46394 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46395
46396         * lib/posixver.c, lib/posixver.h: New files.
46397         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46398
46399 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46400             Bruno Haible  <bruno@clisp.org>
46401
46402         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46403         (fwrite_success_callback): New declaration.
46404         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46405         print_unicode_char. Call failure callback instead of error.
46406         (fwrite_success_callback): New function.
46407         (exit_failure_callback): New function.
46408         (fallback_failure_callback): New function.
46409         (print_unicode_char): Call unicode_to_mb.
46410
46411 2002-01-26  Jim Meyering  <meyering@lucent.com>
46412
46413         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46414         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46415
46416 2002-01-26  Jim Meyering  <meyering@lucent.com>
46417
46418         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46419
46420 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46421
46422         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46423
46424 2002-01-22  Jim Meyering  <meyering@lucent.com>
46425
46426         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46427         Otherwise, some versions of automake would omit the rule that makes
46428         Makefile from Makefile.in.
46429
46430 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46431
46432         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46433         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46434         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46435         (memcoll): Set errno to zero if there is no error.
46436
46437         * lib/quotearg.c (quotearg_buffer_restyled):
46438         Fix bug with quoting buffers containing NUL when backslashing escapes.
46439         This bug was exposed by the other changes in this patch.
46440         (quotearg_n_options): New arg ARGSIZE.
46441         All callers changed.
46442         (quoting_options_from_style): New function.
46443         (quotearg_n_style): Use it.
46444         (quotearg_n_style_mem): New function.
46445
46446         * lib/quotearg.h (quotearg_n_style_mem): New function.
46447
46448 2002-01-19  Jim Meyering  <meyering@lucent.com>
46449
46450         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46451         Remove useless quotes: DF_PROG="df".
46452         * m4/strnlen.m4: New file.
46453
46454 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46455
46456         * lib/backupfile.c (ISDIGIT): Comment fix.
46457         * lib/getdate.y (ISDIGIT): Likewise.
46458         * lib/posixtm.c (ISDIGIT, year): Likewise.
46459         * lib/strverscmp.c (ISDIGIT): Likewise.
46460         * lib/userspec.c (ISDIGIT): Likewise.
46461
46462 2002-01-16  Jim Meyering  <meyering@lucent.com>
46463
46464         * lib/getdate.y: Add three semicolons, each just before a closing
46465         brace. Bison (as of version 1.31) no longer papers over that mistake.
46466
46467 2002-01-05  Jim Meyering  <meyering@lucent.com>
46468
46469         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46470
46471 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46472
46473         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46474         not silently exit merely because the output buffer happens to
46475         have nothing pending.
46476
46477 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46478
46479         See the big note in ../ChangeLog.
46480         * lib/human.c (suffixes): Prefer K to k for 1024.
46481         (generate_suffix_backwards): New function.
46482         (human_readable_inexact): Use it.
46483         * lib/xstrtol.c (__xstrtol): If there is no number but there
46484         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46485         Accept 'K' as well as 'k'.
46486
46487 2001-12-15  Jim Meyering  <meyering@lucent.com>
46488
46489         * lib/regex.h (__restrict_arr): Update from libc.
46490
46491         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46492         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46493         (STREQ): Define.
46494
46495 2001-12-14  Jim Meyering  <meyering@lucent.com>
46496
46497         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46498         Suggestion from Bruno Haible.
46499
46500 2001-12-10  Jim Meyering  <meyering@lucent.com>
46501
46502         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46503         xrealloc, Instead, include "xalloc.h".
46504         (initbuffer): Don't cast xmalloc return value to char*.
46505         (readline): Reword comment.
46506         Don't cast xrealloc return value to char*
46507         Return NULL, not 0.
46508
46509 2001-12-09  Jim Meyering  <meyering@lucent.com>
46510
46511         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46512         about `signed and unsigned type in conditional expression'.
46513         * lib/posixtm.c (posix_time_parse): Likewise.
46514
46515         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46516
46517         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46518         to avoid a pedantic warning.
46519
46520         * lib/getstr.c: Don't include assert.h.
46521         (getstr): Remove warning-evoking assertions.
46522         Return -1 if offset parameter is out of bounds.
46523         Change the type of a local from int to size_t.
46524
46525         * lib/strftime.c (my_strftime_localtime_r): Include this function
46526         definition in the `#if ! HAVE_TM_GMTOFF' block.
46527
46528         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46529         Include xalloc.h instead.
46530
46531 2001-12-02  Jim Meyering  <meyering@lucent.com>
46532
46533         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46534         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46535         included.
46536
46537         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46538         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46539
46540 2001-11-30  Akim Demaille  <akim@epita.fr>
46541
46542         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46543         before being defined.
46544
46545 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46546
46547         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46548         First arg is int, not unsigned.
46549         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46550         (SIZE_MAX, UINT_MAX): New macros.
46551         (quotearg_n_options): Abort if N is negative.
46552         Avoid overflow check on hosts where size_t is 64 bits and int
46553         is 32 bits, as overflow is impossible there.
46554         Fix off-by-one typo that caused unnecessary reallocation.
46555
46556 2001-11-27  Jim Meyering  <meyering@lucent.com>
46557
46558         * lib/tempname.c: Merge with version from libc.
46559         * lib/regex.c: Likewise.
46560
46561         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46562         systems for which STDC_HEADERS is 0, it was not included, resulting in
46563         a warning about an integer-to-pointer conversion problem with getenv.
46564         Reported by Volker Borchert.
46565
46566 2001-11-26  Jim Meyering  <meyering@lucent.com>
46567
46568         * lib/gtod.h: Remove file.
46569         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46570         * lib/gettimeofday.c: Don't include gtod.h.
46571         (GTOD_init): Remove function.
46572         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46573         Suggestion from Volker Borchert.
46574
46575 2001-11-23  Jim Meyering  <meyering@lucent.com>
46576
46577         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46578         it.
46579         * lib/hash.c (struct hash_table): Define it here instead.
46580
46581 2001-11-22  Jim Meyering  <meyering@lucent.com>
46582
46583         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46584
46585 2001-11-20  Jim Meyering  <meyering@lucent.com>
46586
46587         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46588         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46589
46590 2001-11-19  Jim Meyering  <meyering@lucent.com>
46591
46592         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46593         directory.  Use "conftestXXXXXX" as the template.
46594         Suggestion from Paul Eggert.
46595
46596         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46597         immediately, so the test doesn't mistakenly hit the max-open-files
46598         limit.
46599
46600 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46601
46602         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46603         (TEMPORARIES): New macro.
46604         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46605         removes an artificial limitation (e.g. HP-UX 10.20, where
46606         TMP_MAX is 17576).
46607
46608 2001-11-18  Jim Meyering  <meyering@lucent.com>
46609
46610         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46611
46612 2001-11-18  Jim Meyering  <meyering@lucent.com>
46613
46614         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46615         on SunOS 4.
46616
46617         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46618         files will be created before anything else.
46619
46620 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46621
46622         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46623         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46624
46625 2001-11-17  Jim Meyering  <meyering@lucent.com>
46626
46627         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46628         Prompted by a report from Bob Proulx.
46629
46630         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46631         Instead, require UTILS_FUNC_MKSTEMP.
46632
46633 2001-11-17  Jim Meyering  <meyering@lucent.com>
46634
46635         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46636         Now, that's done as part of AC_FUNC_STRTOD.
46637
46638 2001-11-17  Jim Meyering  <meyering@lucent.com>
46639
46640         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46641         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46642         rather than group writable.  Patch by Juan F. Codagnone.
46643
46644         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46645         xrealloc, Instead, include "xalloc.h".
46646
46647         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46648         Remove explicit declarations of xmalloc, xrealloc,
46649         and xstrdup.  Instead, include "xalloc.h".
46650
46651         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46652         unlocked-io.h.
46653         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46654         Likewise.
46655         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46656
46657         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46658         Reported by Padraig Brady.
46659
46660         * lib/mkstemp.c: #undef mkstemp.
46661         Include config.h.
46662         (rpl_mkstemp): Rename from mkstemp.
46663         Protoize.
46664
46665 2001-11-16  Jim Meyering  <meyering@lucent.com>
46666
46667         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46668         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46669         determine the amount of total physical memory, use pstat_getstatic.
46670         HPUX-11 doesn't define _SC_PHYS_PAGES.
46671         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46672         If sysconf couldn't be used to determine the amount of available
46673         physical memory, use both pstat_getstatic and pstat_getdynamic.
46674         Based on a patch from Bob Proulx.
46675
46676 2001-11-10  Jim Meyering  <meyering@lucent.com>
46677
46678         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46679         (jm_PREREQ): Use it.
46680
46681 2001-11-09  Jim Meyering  <meyering@lucent.com>
46682
46683         * m4/jm-macros.m4: Require autoconf-2.52f.
46684         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46685         Use these AC_-prefixed names, not the AM_-prefixed ones.
46686
46687         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46688
46689 2001-11-05  Jim Meyering  <meyering@lucent.com>
46690
46691         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46692
46693 2001-11-04  Jim Meyering  <meyering@lucent.com>
46694
46695         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46696         $DEFS.
46697
46698 2001-11-03  Jim Meyering  <meyering@lucent.com>
46699
46700         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46701         of AC_DEFUN.
46702
46703         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46704         know the name of the variable in the macro definition.
46705
46706 2001-11-03  Jim Meyering  <meyering@lucent.com>
46707
46708         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46709         in argmatch_to_argument call.
46710
46711         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46712         argument.
46713
46714         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46715         e.g., a fault due to an attempt to free a NULL pointer.
46716
46717 2001-11-01  Jim Meyering  <meyering@lucent.com>
46718
46719         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46720         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46721
46722 2001-11-01  Jim Meyering  <meyering@lucent.com>
46723
46724         * lib/dirfd.c, lib/dirfd.h: New files.
46725         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46726
46727         * lib/hash.c (hash_print) [TESTING]: Clean up.
46728
46729 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46730
46731         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46732         to avoid a warning if -Wall.
46733
46734 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46735
46736         * README: New file
46737         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46738         (per RMS's instructions, this is now the canonical source)
46739         * lgpl/, gpl/: New directories.
46740
46741 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46742
46743         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46744
46745 2001-10-21  Jim Meyering  <meyering@lucent.com>
46746
46747         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46748         this code would end up calling gettext even in packages built
46749         with --disable-nls.
46750         * lib/getopt.c (_): Likewise.
46751         * lib/regex.c (_): Likewise.
46752
46753 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46754
46755         * m4/error.m4 (jm_PREREQ_ERROR):
46756         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46757         AC_FUNC_STRERROR_R does that.
46758         Check for strerror declaration.
46759
46760         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46761         are supposed to have them these days.
46762         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46763         Merge changes from latest Autoconf CVS.
46764         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46765         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46766         POSIX decided to standardize on the int flavor of strerror_r.
46767
46768 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46769
46770         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46771         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46772         Use strerror_r that is only a macro, even if it is not a function.
46773         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46774         (private_strerror): Use prototypes, not old-style function definition.
46775         (print_errno_message): New function.
46776         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46777         char*-flavored one.
46778         (error_tail, error, error_at_line): Use it.
46779
46780 2001-10-11  Jim Meyering  <meyering@lucent.com>
46781
46782         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46783         and quote_n (1, ... to avoid clobbering a buffer.
46784
46785 2001-10-05  Jim Meyering  <meyering@lucent.com>
46786
46787         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46788         hash-pjw.h.
46789         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46790         * lib/hash-pjw.h: New file.
46791
46792 2001-09-30  Jim Meyering  <meyering@lucent.com>
46793
46794         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46795         `struct fsstat' has the `f_fstypename' member.
46796         Use that to define FS_TYPE, which is now used to make
46797         the getfsstat link test tighter.
46798
46799 2001-09-30  Jim Meyering  <meyering@lucent.com>
46800
46801         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46802         Include <sys/ucred.h>, for Apple Darwin.
46803         Include sys/mount.h and sys/fs_types.h only if available.
46804         (FS_TYPE): Define.
46805         (read_filesystem_list): Use FS_TYPE.
46806
46807 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46808
46809         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46810         a boolean context.
46811
46812 2001-09-29  Jim Meyering  <meyering@lucent.com>
46813
46814         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46815         [one-argument getmntent function]): Include stdio.h before mntent.h.
46816         SunOS 4.1.x needs it for the declaration of `FILE'.
46817         Patch by Volker Borchert.
46818
46819         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46820         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46821         sys/fs_types.h, and make the link-test for getfsstat guard #include
46822         directives with appropriate #if HAVE_*_H tests so that we can
46823         detect getfsstat on Apple Darwin1.3.7 systems.
46824         Reported by Nelson Beebe.
46825         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46826
46827 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46828
46829         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46830         #defines strtoimax.  Also treat the other strto* functions
46831         like strtoimax.
46832
46833         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46834         Check for strtoul and strtoumax,
46835         as those declarations are made even in the signed case.
46836         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46837         Likewise, for strtol and strtoimax.
46838
46839 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46840
46841         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46842         #defines strtoimax.  Also treat the other strto* functions
46843         like strtoimax.
46844
46845         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46846         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46847         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46848
46849 2001-09-26  Jim Meyering  <meyering@lucent.com>
46850
46851         Most macros in unlocked-io.h had the wrong number of arguments.
46852         * lib/gen-uio: New script.
46853         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46854         * lib/unlocked-io.hin: Remove file.
46855         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46856         rather than trying to embed it here.
46857         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46858         Reported by Padraig Brady.
46859
46860 2001-09-25  Volker Borchert  <bt@teknon.de>
46861
46862         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46863         `result'.
46864
46865 2001-09-24  Jim Meyering  <meyering@lucent.com>
46866
46867         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46868
46869 2001-09-23  Jim Meyering  <meyering@lucent.com>
46870
46871         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46872         instead of the mere test for existence of mntent.h.  The latter
46873         would get a false-positive on AIX 3.4 systems.
46874         In the outer getmntent if-block, don't die if neither of the getmntent
46875         tests succeeds.  Instead, just fall through and continue with the
46876         remaining tests.
46877
46878 2001-09-23  Jim Meyering  <meyering@lucent.com>
46879
46880         * lib/mountlist.c: Remove useless parentheses in #if directives.
46881         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46882         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46883
46884 2001-09-22  Jim Meyering  <meyering@lucent.com>
46885
46886         * m4/gettext.m4: New file.  From gettext.
46887         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46888         * m4/progtest.m4: Likewise
46889         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46890         * m4/glibc21.m4: Likewise.
46891
46892         * m4/libintl.m4: Remove.  No longer used.
46893
46894 2001-09-22  Jim Meyering  <meyering@lucent.com>
46895
46896         * lib/localcharset.c: Update from latest gettext.
46897         * lib/config.charset: Likewise.
46898
46899 2001-09-20  Jim Meyering  <meyering@lucent.com>
46900
46901         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46902         strtoimax.
46903         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46904         strtoumax.
46905
46906 2001-09-20  Jim Meyering  <meyering@lucent.com>
46907
46908         * lib/xstrtol.c (strtoimax): Guard declaration with
46909         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46910         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46911         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46912         (strtoumax): Likewise, for completeness (it wasn't necessary).
46913
46914 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46915
46916         * lib/strtoimax.c (HAVE_LONG_LONG):
46917         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46918         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46919         to work around bug in IBM C compiler.
46920
46921 2001-09-17  Jim Meyering  <meyering@lucent.com>
46922
46923         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46924         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46925         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46926         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46927         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46928         whenever the right hand side need not be expanded by the shell.
46929
46930 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46931
46932         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46933         library.  It's not correct, as some older glibcs are buggy.
46934         fnmatch wasn't fixed until glibc 2.2.
46935
46936         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46937         special shell magic here.
46938
46939 2001-09-16  Jim Meyering  <meyering@lucent.com>
46940
46941         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46942         * m4/jm-macros.m4: Require it.
46943
46944 2001-09-16  Jim Meyering  <meyering@lucent.com>
46945
46946         * lib/mkdir.c: New file.
46947
46948 2001-09-15  Jim Meyering  <meyering@lucent.com>
46949
46950         * m4/jm-macros.m4: Check for help2man.
46951
46952 2001-09-11  Jim Meyering  <meyering@lucent.com>
46953
46954         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46955         The body, by Paul Eggert, was moved here from configure.in.
46956         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46957
46958 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46959
46960         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46961         (jm_PREREQ): Use it.
46962
46963 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46964
46965         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46966         Use ssize_t, not int, to store result of readlink.
46967         Check for ssize_t overflow as well as size_t overflow,
46968         as POSIX says the result of readlink is implementation-defined
46969         when ssize_t overflows.
46970         Remove unnecessary cast to char*.
46971         Use free+malloc instead of realloc, as the storage doesn't need
46972         to be preserved and it's clearer and can be more efficient that way.
46973         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46974         * lib/xreadlink.h (xreadlink): Update prototype.
46975
46976 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46977
46978         * lib/xgetcwd.c: Revert some of the previous change; intead,
46979         fix the HAVE_GETCWD_NULL code to behave more like the
46980         !HAVE_GETCWD_NULL code used to.
46981
46982         Include "xalloc.h".
46983         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46984         invoke xalloc_die.
46985
46986 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46987
46988         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46989         sys/param.h, as pathmax.h includes them.
46990
46991 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46992
46993         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46994         (jm_PREREQ_XGETCWD): New macro.
46995
46996         * m4/getcwd.m4: New file.
46997
46998 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46999
47000         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
47001         like the HAVE_GETCWD_NULL code.
47002         Include pathmax.h if not HAVE_GETCWD.
47003         Do not include xalloc.h.
47004         (INITIAL_BUFFER_SIZE): New symbol.
47005         Do not use xmalloc / xrealloc, since the caller is responsible for
47006         handling errors.  Preserve errno around `free' during failure.
47007         Do not overrun buffer when using getwd.
47008
47009 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47010
47011         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
47012         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
47013         getcwd (NULL, 0).
47014
47015 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47016
47017         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
47018         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
47019         spotted by Jim Meyering.
47020
47021 2001-09-03  Jim Meyering  <meyering@lucent.com>
47022
47023         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
47024         failure.
47025
47026 2001-09-02  Jim Meyering  <meyering@lucent.com>
47027
47028         * lib/error.c: Update from GNU libc.
47029
47030 2001-09-01  Jim Meyering  <meyering@lucent.com>
47031
47032         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
47033         Used by df.
47034
47035 2001-09-01  Jim Meyering  <meyering@lucent.com>
47036
47037         * lib/xreadlink.c: New file.
47038         * lib/xreadlink.h: New file.
47039         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
47040         xreadlink.h.
47041
47042         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
47043         doesn't conflict with sparc Solaris 7's definition in
47044         /usr/include/sys/int_types.h.
47045
47046         * lib/exclude.c: Use `""', not `<>' to #include non-system header
47047         files.
47048         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
47049         and strncasecmp as r-values.  Unixware didn't have declarations.
47050
47051 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47052
47053         * lib/xstrtol.h: Add copyright notice.
47054         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
47055         LONGINT_INVALID_SUFFIX_CHAR.
47056
47057 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47058
47059         * lib/xstrtol.c (strtoimax): New decl.
47060
47061 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47062
47063         * lib/xgetcwd.c: Don't include pathmax.h.
47064         Include stdlib.h and unistd.h if available.
47065         Include xalloc.h.
47066         (xmalloc, xstrdup, free): Remove decls.
47067         (xgetcwd): Don't assume sizes fit in unsigned.
47068         Check for overflow when computing sizes.
47069         Simplify reallocation code.
47070
47071 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47072
47073         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
47074         a directory's st_size can have an arbitrary value, so the old
47075         usage could waste an arbitrary amount of memory.  All uses
47076         changed.
47077         * lib/savedir.h: Update prototype.
47078
47079 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47080
47081         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
47082
47083         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
47084         old strtoimax.c.
47085
47086         Also, make the following further changes to make this file's
47087         configuration more similar to that of strtol.c:
47088         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
47089         (strtoumax, uintmax_t, strtoull, strtol): Remove.
47090         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
47091         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
47092         changed to signed values.
47093
47094         And make the following changes as well:
47095         Fix copyright notice, as 1999 was missing.
47096         (verify): New macro.
47097         (strtoimax): Check sizes at compile-time, not run-time.
47098         Prefer strtol to strtoll if both work.
47099         (main): Remove; it was not that useful and was a pain to maintain.
47100
47101         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
47102
47103 2001-08-31  Jim Meyering  <meyering@lucent.com>
47104
47105         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
47106         Use an initial, malloc'd, buffer of length 128 rather than
47107         a statically allocated one of length 1024.
47108
47109 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47110
47111         Simplify code, partly by assuming autoconf 2.52 semantics.
47112
47113         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
47114
47115         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
47116         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
47117         All uses removed.
47118         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
47119         Move AC_REQUIRE to next-to-top level, to avoid confusion.
47120         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
47121         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
47122         jm_AC_HEADER_INTTYPES_H.
47123         * m4/jm-macros.m4 (jm_MACROS): Likewise.
47124
47125         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
47126
47127         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
47128         Quote first arg of AC_DEFUN.
47129         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
47130         since they are needed to parse the include file even if we need
47131         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
47132         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
47133         but with opposite signedness.
47134
47135 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47136
47137         Merge 'exclude' changes from tar 1.13.22.
47138         This fixes one or two unlikely storage allocation overflow bugs,
47139         but doesn't change user-visible behavior otherwise.
47140
47141 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47142
47143         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
47144         (jm_PREREQ_EXCLUDE): New macro.
47145
47146 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47147
47148         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
47149         tm to be declared.
47150
47151 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47152
47153         * lib/hash.c: Remove '2001' from copyright notice.
47154
47155 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47156
47157         * lib/full-write.h: New file.
47158         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
47159         * lib/full-write.c: Correct credits, as cccp.c no longer
47160         exists and anyway it was so heavily changed from the old cccp
47161         code as to be unrecognizable.  Include full-write.h.
47162         (full_write) Return size_t, with short writes meaning failure.
47163         All callers changed.  This fixes a bug with large buffers
47164         on 64-bit hosts.
47165         * lib/utime.c: Include full-write.h.
47166
47167 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47168
47169         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
47170         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
47171         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
47172         Include if available.
47173         (<xalloc.h>): Include
47174         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
47175         (verify): New macro.  Use it to verify that EXCLUDE macros do not
47176         collide with FNM macros.
47177         (struct patopts): New struct.
47178         (struct exclude): Use it, as exclude patterns now come with options.
47179         (new_exclude): Support above changes.
47180         (new_exclude, add_exclude_file):
47181         Initial size must now be a power of two to simplify overflow checking.
47182         (free_exclude, fnmatch_no_wildcards): New function.
47183         (excluded_filename): No longer requires options arg, as the options
47184         are determined by add_exclude.  Now returns bool, not int.
47185         (excluded_filename, add_exclude):
47186         Add support for the fancy new exclusion options.
47187         (add_exclude, add_exclude_file): Now takes int options arg.
47188         Check for arithmetic overflow when computing sizes.
47189         (add_exclude_file): xrealloc might modify errno, so don't
47190         realloc until after errno might be used.
47191
47192         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
47193         New macros.
47194         (free_exclude): New decl.
47195         (add_exclude, add_exclude_file): Now takes int options arg.
47196         (excluded_filename): No longer requires options arg, as the options
47197         are determined by add_exclude.  Now returns bool, not int.
47198
47199 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47200
47201         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
47202
47203 2001-08-27  Jim Meyering  <meyering@lucent.com>
47204
47205         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47206
47207         * lib/version-etc.c (N_): Remove definition.
47208         Revert most of last change.
47209         Instead, simply don't mark the `Copyright...' string for translation.
47210         Based on advice from Paul Eggert.
47211
47212         * lib/strtoxmax.c: Tweak comment.
47213
47214 2001-08-26  Jim Meyering  <meyering@lucent.com>
47215
47216         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47217
47218         * m4/xstrtoimax.m4: New file.
47219         * m4/xstrtoumax.m4: Add comments explaining why we
47220         AC_REPLACE_FUNCS(strtol).
47221
47222 2001-08-26  Jim Meyering  <meyering@lucent.com>
47223
47224         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47225         of copyright with `%s' so translators don't get an untranslated
47226         message in 2002.
47227         (COPYRIGHT_YEAR): Define.
47228         (version_etc): Use fprintf rather than fputs.
47229         Suggestion from Ulrich Drepper.
47230
47231         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47232
47233         * lib/strtoll.c: New file, from GNU libc.
47234         * lib/xstrtoimax.c: New file.
47235
47236         * lib/xstrtol.h: Add xstrtoimax.
47237         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47238         * lib/strtoimax.c: New file.  Likewise, but first define
47239         STRTOUXMAX_SIGNED.
47240
47241         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47242         ...
47243         * lib/strtoxmax.c: ... then renamed to this.
47244
47245 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47246
47247         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47248         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47249         (jm_AC_TYPE_INTMAX_T): New macro.
47250         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47251
47252         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47253
47254         * m4/longlong.m4: Renamed from ulonglong.m4.
47255         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47256         * m4/uintmax_t.m4: Removed.
47257
47258 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47259
47260         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47261         Port to Solaris 8, where 'sed' requires a space after the 'r'
47262         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47263         Redirect output to $tmp just once.
47264
47265 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47266
47267         * lib/addext.c (<errno.h>): Include.
47268         (errno): Declare if not defined.
47269         (addext): Work correctly when pathconf returns -1 and leaves
47270         errno alone because there is no limit.  Also, work even if
47271         pathconf returns a value greater than SIZE_MAX.
47272
47273 2001-08-12  Jim Meyering  <meyering@lucent.com>
47274
47275         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47276         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47277         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47278         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47279         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47280         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47281         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47282         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47283         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47284         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47285         utime.m4, utimes.m4, xstrtoumax.m4:
47286         Quote the first argument in each use of AC_DEFUN.
47287
47288 2001-08-12  Jim Meyering  <meyering@lucent.com>
47289
47290         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47291         Simply `return getcwd (NULL, 0);'.
47292         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47293         Use 1300 as initial value for length, not PATH_MAX.
47294
47295         * lib/pathmax.h: Clean up cpp syntax.
47296
47297 2001-08-12  Jim Meyering  <meyering@lucent.com>
47298
47299         * lib/gettimeofday.c: New file.
47300         * lib/gtod.h: New file.
47301         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47302
47303 2001-08-05  Jim Meyering  <meyering@lucent.com>
47304
47305         * m4/jm-macros.m4: Require autoconf-2.52.
47306
47307 2001-08-04  Jim Meyering  <meyering@lucent.com>
47308
47309         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47310         stmt, to get in sync with glibc.
47311
47312 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47313
47314         The following changes are from gettext 0.10.39 as maintained by
47315         Bruno Haible.
47316
47317         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47318         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47319         with inverted sense.  All uses changed.
47320
47321         * lib/mbswidth.c: Don't include <limits.h>.
47322         Include <stdlib.h> and <string.h> unconditionally.
47323         (iswcntrl, mbsinit, ISCNTRL): New macros.
47324         (mbsnwidth): Use K&R style function declarations.
47325         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47326         can optimize it when MB_CUR_MAX == 1.
47327         The width of control characters is zero, not 1.
47328
47329 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47330
47331         The following changes are from gettext 0.10.39 as maintained by
47332         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47333
47334         * m4/codeset.m4: Upgrade to serial AM1.
47335         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47336         all uses changed.  Quote first arg of AC_DEFUN.
47337         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47338
47339         * m4/iconv.m4: Upgrade to serial AM2.
47340         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47341         Add --with-libconv-prefix.
47342         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47343         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47344         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47345         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47346         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47347
47348         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47349         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47350         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47351         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47352         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47353         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47354         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47355         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47356         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47357
47358         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47359         string.h any more.
47360
47361         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47362         not the default value.
47363
47364         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47365         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47366         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47367         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47368         Also check for iswcntrl, used for wcwidth fallback.
47369         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47370         to Autoconf 2.13.
47371
47372 2001-08-03  Jim Meyering  <meyering@lucent.com>
47373
47374         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47375         as it was in the original.  Reported by Paul Eggert.
47376
47377 2001-07-16  Jim Meyering  <meyering@lucent.com>
47378
47379         * m4/gettimeofday.m4: New file.
47380         Prompted by a report from Bernhard Baehr.
47381
47382 2001-07-15  Jim Meyering  <meyering@lucent.com>
47383
47384         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47385         stuff. Now it's in ../Makefile.cfg.
47386
47387 2001-07-15  Jim Meyering  <meyering@lucent.com>
47388
47389         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47390         (BUILT_SOURCES): Add unlocked-io.h.
47391         (io_functions): Define.
47392         (unlocked-io.h): New rule.
47393         (DISTCLEANFILES): Add unlocked-io.h.
47394         (all-local): Depend on unlocked-io.h, to ensure it is created.
47395
47396         * lib/unlocked-io.hin: New file
47397
47398         * lib/regex.c: Update from glibc.
47399
47400 2001-07-05  Jim Meyering  <meyering@lucent.com>
47401
47402         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47403         recommendation.
47404         (libfetish_a_SOURCES): Put all .h files here instead.
47405         Remove a thus-exposed (better checks in automake) duplicate and
47406         two unnecessary .h files.
47407
47408 2001-07-04  Jim Meyering  <meyering@lucent.com>
47409
47410         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47411         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47412         distcheck failure.
47413
47414 2001-07-02  Jim Meyering  <meyering@lucent.com>
47415
47416         The following changes were prompted by suggestions from Bruno Haible.
47417
47418         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47419         is now generated.
47420         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47421         definition of EXTRA_DIST.
47422         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47423         ensure that the generated file is created/updated whenever the list
47424         of $(unlocked_functions) is changed.
47425         (jm-glibc-io.m4): New rule.
47426         (unlocked-io.h): New rule -- currently unused.
47427
47428 2001-06-24  Jim Meyering  <meyering@lucent.com>
47429
47430         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47431         unmatched right bracket, rather than kludging it with an extra,
47432         falsely-matching quote in a comment.  Patch by Akim Demaille.
47433
47434 2001-06-11  Jim Meyering  <meyering@lucent.com>
47435
47436         * lib/regex.c: Update from GNU libc.
47437
47438 2001-05-27  Jim Meyering  <meyering@lucent.com>
47439
47440         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47441         Check for ut_type in struct utmp.
47442
47443 2001-05-27  Jim Meyering  <meyering@lucent.com>
47444
47445         * lib/readutmp.h (UT_TYPE): Define.
47446
47447 2001-05-24  Jim Meyering  <meyering@lucent.com>
47448
47449         * lib/argmatch.c: Include "quote.h".
47450         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47451         quote function.  Reported by Göran Uddeborg.
47452
47453 2001-05-22  Jim Meyering  <meyering@lucent.com>
47454
47455         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47456         now that we use the package-supplied version unconditionally.
47457         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47458
47459 2001-05-21  Jim Meyering  <meyering@lucent.com>
47460
47461         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47462         shell syntax errors.
47463
47464 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47465
47466         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47467
47468 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47469
47470         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47471         Don't bother to check library strftime, since
47472         we'll be using our own my_strftime function anyway.
47473         Define my_strftime instead of strftime.
47474
47475 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47476
47477         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47478         which is not yet declared.
47479
47480 2001-05-15  Jim Meyering  <meyering@lucent.com>
47481
47482         * m4/regex.m4: Use proper quoting so brackets appear in the test
47483         program.
47484         Reported by, and with help from, Bruno Haible.
47485
47486 2001-05-13  Jim Meyering  <meyering@lucent.com>
47487
47488         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47489         undefined.
47490
47491 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47492
47493         dirname code cleanup.  base_name now behaves more compatibly
47494         with POSIX basename when given file names that have trailing
47495         slashes, and similarly for dir_name.  Add new primitives
47496         base_len and dir_len.  Put the directory-name-related decls
47497         into dirname.h.
47498
47499         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47500         * lib/backupfile.c (base_name): Likewise.
47501         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47502         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47503         * lib/makepath.c (strip_trailing_slashes): Likewise.
47504         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47505         ISSLASH): Likewise.
47506         * lib/rename.c (strip_trailing_slashes): Likewise.
47507         * lib/same.c (base_name): Likewise.
47508         * lib/stripslash.c (ISSLASH): Likewise.
47509
47510         * lib/addext.c: Include <dirname.h> after size_t is defined.
47511         * lib/backupfile.c: Likewise.
47512
47513         * lib/addext.c (addext): Use base_len to trim redundant
47514         trailing slashes instead of doing it ourselves.
47515         But do not trim the last slash if it is not redundant.
47516
47517         * lib/backupfile.c (find_backup_file_name,
47518         max_backup_version): Use base_len instead of rolling it ourselves.
47519         Handle the case of "" and (on DOS) "C:" correctly.
47520
47521         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47522         needed. Include <string.h>, <dirname.h>.
47523         (base_name): Allow file names ending in slashes, other than names
47524         that are all slashes.  In this case, return the basename followed
47525         by the slashes.  This is more general, and can be used in places
47526         where the original base_name purposely had an assertion failure.
47527         (base_len): New function.
47528
47529         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47530         Do not include <assert.h>; no longer needed.
47531         Include xalloc.h.
47532         (memrchr): Remove decl.
47533         (dir_name_r): Remove.
47534         (dir_len): Renamed from dirlen.  All callers changed.
47535         Rewrite in terms of base_name, for simplicity and consistency.
47536         (dir_name): Never return NULL.  All callers changed.
47537         Do not include <stdlib.h> in test program; no longer needed.
47538         return 0; is fine for test program.
47539
47540         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47541         New macros.
47542         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47543
47544         * lib/path-concat.c (path_concat): Use base_len to compute
47545         base length, not strlen; this means we cannot rely on memcpy
47546         to null-terminate.
47547
47548         * lib/same.c (STREQ): Remove.
47549         (same_name): Handle the case where the basename ends in trailing '/'.
47550
47551         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47552         a slash was stripped.  Do not strip the last slash after a
47553         file system prefix.
47554
47555 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47556
47557         * lib/Makefile.am (libfetish_a_SOURCES):
47558         Add strftime.c, since we now compile it on all hosts.
47559
47560         * lib/strftime.c (my_strftime):
47561         Define to nstrftime if emacs, but only if my_strftime is not defined.
47562         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47563         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47564         Add one more extra argument: a nanoseconds value.
47565         All uses changed.
47566         (ns): New macro.
47567         (my_strftime function): Add %N format.
47568         (emacs_strftimeu): Renamed from emacs_strftime,
47569         with extra ut argument.
47570
47571 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47572
47573         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47574
47575 2001-04-21  Jim Meyering  <meyering@lucent.com>
47576
47577         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47578         doesn't interfere.
47579
47580 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47581
47582         * m4/ftruncate.m4: Check for chsize.
47583         Link with ftruncate.o unconditionally if ftruncate is missing.
47584         This was required when cross-compiling to i586-mingw32msvc.
47585
47586 2001-04-08  Jim Meyering  <meyering@lucent.com>
47587
47588         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47589         recomputed; that's necessary when the offset spans a DST transition.
47590         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47591
47592 2001-04-02  Jim Meyering  <meyering@lucent.com>
47593
47594         * lib/regex.h, regex.c: Update from GNU libc.
47595
47596 2001-03-24  Jim Meyering  <meyering@lucent.com>
47597
47598         * m4/jm-macros.m4: Require autoconf-2.49d.
47599
47600 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47601
47602         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47603
47604 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47605
47606         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47607
47608 2001-03-17  Jim Meyering  <meyering@lucent.com>
47609
47610         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47611         now that the version in autoconf is equivalent.
47612         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47613
47614         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47615         Suggestion from Akim Demaille.
47616
47617         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47618         (jm_PREREQ_TEMPNAME): New function.
47619
47620 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47621
47622         * lib/tempname.c (uint64_t): Define to uintmax_t if
47623         not defined, and if UINT64_MAX is not defined.
47624         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47625         Reported by John David Anglin.
47626
47627 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47628
47629         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47630         resolve alias if codeset is empty.
47631         * lib/config.charset (BeOS): Use wildcard syntax.
47632
47633 2001-03-13  Jim Meyering  <meyering@lucent.com>
47634
47635         * lib/path-concat.c (path_concat)
47636         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47637         concatenating e.g., `C:' and `foo'.
47638         From Bruno Haible.
47639
47640 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47641
47642         * lib/localcharset.c (locale_charset): Don't use
47643         setlocale(LC_CTYPE,NULL). Don't return NULL.
47644         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47645
47646 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47647
47648         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47649         support for DOS/DJGPP.
47650
47651 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47652
47653         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47654         lacks mkstemp.  Compile our own tempname.c if we compile our own
47655         mkstemp.c, as mkstemp relies on tempname.
47656
47657 2001-03-01  Jim Meyering  <meyering@lucent.com>
47658
47659         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47660         AH_VERBATIM really does output its argument verbatim.
47661
47662 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47663
47664         * lib/Makefile.am (libfetish_a_SOURCES):
47665         Add dup-safer.c, fopen-safer.c.
47666         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47667
47668         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47669         * lib/unistd-safer.h: New files.
47670
47671 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47672
47673         The mkstemp replacement is taken from glibc 2.2.2, with some
47674         portability fixes for use outside glibc, as follows:
47675
47676         * lib/tempname.c (struct_stat64): New macro.
47677         (direxists, __gen_tempname): Use it.
47678         This avoids a portability problem with Solaris 8.
47679
47680         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47681         (<stddef.h>, <stdint.h>, <string.h>):
47682         Include only if STDC_HEADERS || _LIBC.
47683         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47684         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47685         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47686         (__set_errno): Define this macro if <errno.h> doesn't.
47687         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47688         Define these macros if <stdio.h> doesn't.
47689         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47690         Define these macros if <sys/stat.h>
47691         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47692         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47693         __xstat64): Define if not _LIBC.
47694         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47695         (__gen_tempname): Invoke gettimeofday only if
47696         HAVE_GETTIMEOFDAY || _LIBC;
47697         otherwise, fall back on plain "time".
47698         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47699
47700         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47701
47702         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47703
47704 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47705
47706         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47707
47708 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47709
47710         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47711         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47712         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47713         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47714
47715 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47716
47717         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47718         Remove workaround macros for hosts that have mbrtowc but not
47719         mbstate_t, as we now insist on proper declarations for both
47720         before using mbrtowc.
47721
47722 2001-02-17  Jim Meyering  <meyering@lucent.com>
47723
47724         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47725         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47726         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47727         UnixWare 7.1.1.
47728
47729         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47730         rather than AC_CACHE_VAL.
47731
47732 2001-02-17  Jim Meyering  <meyering@lucent.com>
47733
47734         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47735         around included file name.
47736
47737         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47738
47739         * lib/strftime.c: Update from GNU libc (the only changes were to
47740         comments).
47741
47742 2001-02-17  Jim Meyering  <meyering@lucent.com>
47743
47744         * lib/regex.c: Update from libc.
47745
47746 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47747
47748         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47749         clash.
47750
47751 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47752
47753         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47754         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47755         Reported by Mark Hounschell via Paul Eggert.
47756
47757 2001-02-07  Jim Meyering  <meyering@lucent.com>
47758
47759         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47760
47761 2001-02-05  Jim Meyering  <meyering@lucent.com>
47762
47763         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47764         it includes the patch required for `large file' support with at least
47765         HP-UX's 10.20 /bin/cc.
47766
47767 2001-02-03  Jim Meyering  <meyering@lucent.com>
47768
47769         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47770         AS_IF, now that it works once again (mysteriously).
47771         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47772
47773 2001-01-30  Jim Meyering  <meyering@lucent.com>
47774
47775         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47776         * m4/chown.m4: Rename conftestchown to conftest.chown.
47777         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47778         s/conftestdir2/conftest.d2/.
47779         * m4/utimes.m4: s/conftestdata/conftest.data/
47780         Inspired by Pavel Roskin's change in autoconf.
47781
47782 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47783
47784         * lib/config.charset: Update for FreeBSD 4.2.
47785
47786 2001-01-27  Jim Meyering  <meyering@lucent.com>
47787
47788         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47789         a use of AS_IF.
47790         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47791
47792 2001-01-26  Jim Meyering  <meyering@lucent.com>
47793
47794         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47795         quotearg.c includes it.
47796
47797 2001-01-26  Jim Meyering  <meyering@lucent.com>
47798
47799         * lib/quotearg.c: Include stddef.h.
47800         * lib/quote.c: Include stddef.h.
47801         Reported by Axel Kittenberger.
47802
47803         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47804         line in double quotes so that it evokes a better diagnostic.
47805         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47806         Reported by Axel Kittenberger.
47807
47808 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47809
47810         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47811         as if it was a `charset'.
47812
47813 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47814
47815         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47816         has const.
47817
47818 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47819
47820         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47821         to avoid a warning.  Add back 'const' to inptr.
47822
47823 2001-01-20  Jim Meyering  <meyering@lucent.com>
47824
47825         Be sure that headers are checked before used in code compiled
47826         for the type checks.
47827         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47828         In place of that, invoke jm_CHECK_ALL_TYPES.
47829         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47830         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47831         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47832         The check for ssize_t was mistakenly run before the test for unistd.h.
47833
47834         The configure-time check for stdbool.h was missing.
47835         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47836         (jm_PREREQ_HASH): New function.
47837
47838 2001-01-17  Jim Meyering  <meyering@lucent.com>
47839
47840         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47841         for autoconf-2.49c.
47842         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47843
47844 2001-01-16  Jim Meyering  <meyering@lucent.com>
47845
47846         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47847         From Bruno Haible.
47848
47849 2001-01-14  Jim Meyering  <meyering@lucent.com>
47850
47851         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47852         foo and bar.  Create conftestdir/ in the script, not in the C code.
47853         Remove directories in the script, not in the C code.
47854         Remove conftestdir{,2} before trying to create the directory.
47855         Make the entire configure script fail if the mkdir fails.
47856
47857 2001-01-14  Jim Meyering  <meyering@lucent.com>
47858
47859         * lib/rename.c: New file.  From Volker Borchert.
47860         Include stdlib.h, string.h or strings.h, and xalloc.h.
47861         Use strip_trailing_slashes rather than open-coding it.
47862
47863 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47864
47865         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47866
47867 2001-01-03  Jim Meyering  <meyering@lucent.com>
47868
47869         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47870         of local `inptr' to avoid warning with some system declarations of
47871         iconv.
47872
47873 2001-01-02  Volker Borchert  <bt@teknon.de>
47874
47875         * m4/rename.m4: New file.
47876         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47877
47878 2001-01-01  Jim Meyering  <meyering@lucent.com>
47879
47880         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47881         even on systems with utmpx.h.  It's necessary for the declaration of
47882         utmp's ut_user member.  Reported by Andreas Jaeger.
47883
47884         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47885         available. They are required for the declarations of getgrgid and
47886         getpwuid resp.
47887         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47888         Reported by Andreas Jaeger.
47889
47890 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47891
47892         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47893         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47894         so `make install' also works in VPATH builds.
47895
47896 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47897
47898         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47899         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47900         can be used in subdirectories.
47901
47902 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47903
47904         * lib/modechange.c: Do not assume that mode_t uses the
47905         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47906         the other-execute bit of FOO even if S_IXOTH != 1.
47907
47908         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47909         WOTH, XOTH, ALLM): New macros.
47910         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47911          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47912         Use them.
47913         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47914         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47915         (mode_compile):
47916         No need to use uintmax_t; unsigned long is long enough.
47917         Don't bother to get suffix since we don't use it.
47918
47919 2000-12-26  Jim Meyering  <meyering@lucent.com>
47920
47921         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47922         better with autoheader.
47923
47924 2000-12-24  Jim Meyering  <meyering@lucent.com>
47925
47926         * lib/hash.c (is_prime): Return explicit boolean values.
47927         (hash_get_first): Return NULL to appease Irix5.6's 89.
47928         Reported by Nelson Beebe.
47929
47930 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47931
47932         * lib/localcharset.c (locale_charset): Add support for Win32.
47933
47934 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47935
47936         * lib/physmem.h, lib/physmem.c: New files.
47937
47938         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47939         (noinst_HEADERS): Add physmem.h.
47940
47941         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47942         't' for compatibility with Solaris 8 sort.
47943
47944 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47945
47946         * lib/config.charset: Add support for BeOS.
47947
47948 2000-12-17  Jim Meyering  <meyering@lucent.com>
47949
47950         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47951         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47952
47953 2000-12-16  Jim Meyering  <meyering@lucent.com>
47954
47955         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47956         N and M) would have treated it like `chown N:N FILE'.
47957
47958         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47959
47960 2000-12-16  Jim Meyering  <meyering@lucent.com>
47961
47962         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47963         SHELLS_FILE to a file name that's useful on djgpp systems.
47964         Include stdlib.h.
47965         (ADDITIONAL_DEFAULT_SHELLS): Define.
47966         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47967         Based mostly on a patch from Prashant TR.
47968
47969 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47970
47971         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47972         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47973         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47974
47975 2000-12-08  Andreas Schwab  <schwab@suse.de>
47976
47977         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47978         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47979
47980 2000-12-07  Jim Meyering  <meyering@lucent.com>
47981
47982         * lib/stripslash.c (ISSLASH): Define.
47983         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47984         `/'.
47985         From Prashant TR.
47986
47987         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47988         (dir_name_r): Declare this function as static.
47989         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47990         manifest itself on a name containing a mix of slashes and
47991         backslashes.
47992         Make this function work with names starting with a DOS-style
47993         drive letter and colon prefix.
47994         (dir_name): Append `.' if necessary.
47995         Based mostly on patches from Prashant TR and Eli Zaretskii.
47996
47997         * lib/dirname.h (dir_name_r): Remove prototype.
47998
47999 2000-12-06  Paul Eggert  <eggert@twinsun.com>
48000
48001         * m4/off_t-format.m4: Remove this file.
48002         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
48003
48004 2000-12-06  Jim Meyering  <meyering@lucent.com>
48005
48006         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
48007         replacement strtoull, we may well need the replacement strtoul, too.
48008         Check for declarations of strtoul and strtoull.
48009         Check for strtol.  Mainly as a cue to cause automake to include
48010         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
48011         Check for limits.h -- strtol.c needs it.
48012
48013 2000-12-05  Jim Meyering  <meyering@lucent.com>
48014
48015         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
48016
48017 2000-12-04  Jim Meyering  <meyering@lucent.com>
48018
48019         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
48020         Also include memory.h, stdlib.h, unistd.h if appropriate.
48021         Reported by Andreas Jaeger (conflicting declaration of malloc).
48022
48023 2000-12-02  Jim Meyering  <meyering@lucent.com>
48024
48025         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
48026         * m4/jm-macros.m4 (jm_MACROS): require it.
48027
48028 2000-12-02  Jim Meyering  <meyering@lucent.com>
48029
48030         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
48031
48032 2000-12-01  Paul Eggert  <eggert@twinsun.com>
48033
48034         * lib/memrchr.c: Include <config.h> before any system include file.
48035
48036 2000-11-30  Jim Meyering  <meyering@lucent.com>
48037
48038         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
48039
48040 2000-11-30  Jim Meyering  <meyering@lucent.com>
48041
48042         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
48043
48044 2000-11-29  Paul Eggert  <eggert@twinsun.com>
48045
48046         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
48047
48048 2000-11-26  Jim Meyering  <meyering@lucent.com>
48049
48050         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
48051
48052 2000-11-22  Paul Eggert  <eggert@twinsun.com>
48053
48054         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
48055         size of (size_t) -1; it's not portable.
48056
48057 2000-11-17  Jim Meyering  <meyering@lucent.com>
48058
48059         * lib/strstr.c: Update from GNU libc.
48060
48061 2000-11-17  Akim Demaille  <akim@epita.fr>
48062
48063         * lib/obstack.h: Formatting changes.
48064         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
48065         prevent type checking.
48066         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
48067         cast the value to (void *): assigning a `foo *' to a `void *'
48068         variable is valid.
48069         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
48070
48071 2000-11-16  Jim Meyering  <meyering@lucent.com>
48072
48073         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
48074
48075 2000-11-11  Jim Meyering  <meyering@lucent.com>
48076
48077         * lib/error.c: Add a couple #includes, merging from GNU libc version.
48078
48079 2000-11-10  Jim Meyering  <meyering@lucent.com>
48080
48081         * lib/obstack.h: Update from GNU libc.
48082         * lib/obstack.c: Likewise.
48083
48084 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
48085
48086         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
48087
48088 2000-11-06  Paul Eggert  <eggert@twinsun.com>
48089
48090         * lib/getusershell.c (setusershell): Use rewind rather than
48091         fseek/fseeko, to avoid configuration hassles with fseeko.
48092         Don't bother opening SHELLS_FILE if shellstream is NULL;
48093         it's not necessary.
48094
48095 2000-11-05  Jim Meyering  <meyering@lucent.com>
48096
48097         * lib/makepath.h (make_dir): Declare.
48098         * lib/makepath.c (make_dir): Remove `static' attribute.
48099         Tweak a comment.
48100
48101 2000-11-04  Jim Meyering  <meyering@lucent.com>
48102
48103         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
48104
48105 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
48106
48107         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
48108         last one in a bucket, advance to the next bucket.
48109
48110 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
48111
48112         * lib/fnmatch.c: Do not comment out all the code if we are using
48113         the GNU C library, because in some cases we are replacing buggy
48114         code in the GNU C library itself.
48115
48116 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
48117
48118         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
48119         (regex_compile): Catch bogus \(\1\).
48120
48121 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48122
48123         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
48124         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
48125         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
48126
48127 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48128
48129         * lib/error.h, getline.h, modechange.h:
48130         Remove "2000" from Copyright line, as the file hasn't been
48131         changed this year other than in the copyright notice.
48132
48133         * lib/xalloc.h: Add "2000" to Copyright line, as this file
48134         was changed this year.
48135
48136 2000-10-29  Jim Meyering  <meyering@lucent.com>
48137
48138         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
48139         renaming.
48140         * m4/ls-mntd-fs.m4: Likewise
48141
48142 2000-10-29  Jim Meyering  <meyering@lucent.com>
48143
48144         * lib/xstat.in: Fix grammar in comment.
48145
48146 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
48147
48148         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
48149         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
48150         doesn't define __restrict_arr.
48151
48152 2000-10-28  Jim Meyering  <meyering@lucent.com>
48153
48154         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
48155         (jm_PREREQ_MEMCHR): New function.
48156
48157 2000-10-28  Jim Meyering  <meyering@lucent.com>
48158
48159         * lib/memchr.c: Update from libc.
48160         Adjust for portability:
48161         [HAVE_STDLIB_H]: Include stdlib.h.
48162         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
48163         Undef __memchr, too.
48164         [!weak_alias]: Define __memchr to memchr.
48165
48166         * lib/regex.c: Update from libc.
48167         * lib/regex.h: Likewise.
48168         * lib/getopt1.c: Likewise.
48169         * lib/memcmp.c: Likewise.
48170
48171         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
48172         Avoid using fseek, when possible -- it's broken by design.
48173         Patch by Ulrich Drepper.
48174
48175 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
48176
48177         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
48178         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
48179         Giving in to popular pressure to shut up the compiler with casts.
48180
48181 2000-10-26  Jim Meyering  <meyering@lucent.com>
48182
48183         * lib/strftime.c: Update from libc.
48184
48185 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
48186
48187         * regex.c: More `unsigned char' -> `re_char' changes.
48188         Also change several `int' into `re_wchar_t'.
48189         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
48190         (PUSH_FAILURE_POINTER): Don't cast any more.
48191         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
48192         We want GCC to complain, since this piece of code makes
48193         re_match non-reentrant, which *should* be fixed.
48194         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
48195         (EXTEND_BUFFER): Use RETALLOC.
48196         (SET_LIST_BIT): Don't cast.
48197         (re_wchar_t): New type.
48198         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
48199         that those two functions will always properly return.
48200         (IMMEDIATE_QUIT_CHECK): Cast to void.
48201         (analyse_first): Use recursion rather than an explicit stack.
48202         (re_compile_fastmap): Can't fail anymore.
48203         (re_search_2): Don't check re_compile_fastmap for failure.
48204         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
48205         Now also sets the new value (passed in a new argument).
48206         (re_match_2_internal): Use it.
48207         Also, use a new var `reg' of type size_t when looping through regs
48208         rather than reuse the inappropriate `mcnt'.
48209
48210 2000-10-25  Jim Meyering  <meyering@lucent.com>
48211
48212         * lib/obstack.c: Update from libc.
48213
48214 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48215
48216         * regex.c (regex_compile): Change the way of handling a range from
48217         a char less than 256 to a char not less than 256.
48218
48219 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48220
48221         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48222         NT-Emacs only.
48223         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48224         so that re_search functions only quit when callers expect them to.
48225
48226 2000-10-23  Jim Meyering  <meyering@lucent.com>
48227
48228         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48229         wrong.  That set_locale call must not have any side effects.
48230         From Paul Eggert.
48231
48232 2000-10-22  Jim Meyering  <meyering@lucent.com>
48233
48234         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48235         [CYCLIC]: Remove now-unused definition.
48236
48237         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48238         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48239         Suggestion from Ulrich Drepper.
48240
48241 2000-10-21  Jim Meyering  <meyering@lucent.com>
48242
48243         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48244         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48245         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48246
48247 2000-10-21  Jim Meyering  <meyering@lucent.com>
48248
48249         * lib/dirname.c (memrchr): Declare if necessary.
48250         (dir_name): Remove the restriction that there be no
48251         trailing slashes.  Now, this code skips past them, effectively
48252         ignoring them.
48253         [TEST_DIRNAME] (main): New unit tests.
48254
48255         * lib/memrchr.c: New file from GNU libc.
48256         Undef __memrchr, too.
48257         [!weak_alias]: Define __memrchr to memrchr.
48258         Guard weak_alias use with `#ifdef weak_alias'.
48259
48260 2000-10-21  Jim Meyering  <meyering@lucent.com>
48261
48262         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48263         (dir_name): Use dir_name_r.
48264         * lib/dirname.h (dir_name_r): Declare it.
48265
48266 2000-10-17  Jim Meyering  <meyering@lucent.com>
48267
48268         * lib/quote.h (PARAMS): Define and use.
48269         Reported by Akim Demaille.
48270
48271         * lib/getopt.c: Update from libc.
48272
48273 2000-10-16  Jim Meyering  <meyering@lucent.com>
48274
48275         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48276         setlocale.
48277         From Jan Fedak.
48278
48279 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48280
48281         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48282
48283 2000-09-25  Jim Meyering  <meyering@lucent.com>
48284
48285         * lib/md5.h (rol): Define (from GnuPG).
48286
48287         * lib/sha.c: Give credit (GnuPG) where due.
48288         (M): Use rol rather than open-coding it.
48289         Add a FIXME comment.
48290
48291 2000-09-21  Jim Meyering  <meyering@lucent.com>
48292
48293         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48294         Reported by Michael Stone.
48295
48296 2000-09-20  Jim Meyering  <meyering@lucent.com>
48297
48298         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48299         (noinst_HEADERS): Add sha.h.
48300         Based on code from Scott G. Miller and from GnuPG.
48301
48302 2000-09-18  Jim Meyering  <meyering@lucent.com>
48303
48304         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48305         LIBS. Otherwise, everyone ends up linking with -lelf for some
48306         configurations.
48307         Reported by Mike Stone.
48308
48309 2000-09-15  Jim Meyering  <meyering@lucent.com>
48310
48311         * lib/regex.c: Update from libc.
48312
48313 2000-09-10  Jim Meyering  <meyering@lucent.com>
48314
48315         * lib/getopt.c (_getopt_internal): Update from glibc.
48316
48317 2000-09-09  Jim Meyering  <meyering@lucent.com>
48318
48319         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48320         think it should be used as a general replacement for isascii.
48321         * lib/fnmatch.c: Likewise.
48322         * lib/mbswidth.c: Likewise
48323         * lib/regex.c: Likewise.
48324
48325         Don't use atoi.
48326         * lib/userspec.c: Include sys/param.h and limits.h.
48327         Include xstrtol.h.
48328         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48329         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48330         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48331         UID, GID.  Check range.
48332
48333 2000-09-06  Jim Meyering  <meyering@lucent.com>
48334
48335         * lib/getopt.c (_getopt_internal): Update from glibc.
48336
48337 2000-08-30  Jim Meyering  <meyering@lucent.com>
48338
48339         * lib/strftime.c: Merge in changes from GNU libc.
48340
48341 2000-08-26  Jim Meyering  <meyering@lucent.com>
48342
48343         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48344         * m4/fpending.m4: New file.
48345
48346 2000-08-26  Jim Meyering  <meyering@lucent.com>
48347
48348         * lib/closeout.c: Include "__fpending.h".
48349         (close_stdout_status): Return right away if there's nothing to flush.
48350
48351         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48352         * lib/__fpending.c: New file.
48353         * lib/__fpending.h: New file.
48354
48355 2000-08-20  Jim Meyering  <meyering@lucent.com>
48356
48357         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48358         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48359         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48360
48361 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48362
48363         Improve fileutils installation on systems where running
48364         programs (like install) can't be unlinked.
48365         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48366         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48367
48368 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48369
48370         Standardize on "memory exhausted" instead of "Memory exhausted"
48371         or "virtual memory exhausted".
48372         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48373         "virtual memory exhausted".
48374         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48375         our own message.
48376         * lib/userspec.c (parse_user_spec): Likewise.
48377         * lib/bumpalloc.h: comment fix
48378         * lib/same.c, userspec.c: Include xalloc.h.
48379
48380         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48381         not char *const and pointing to a constant array.
48382         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48383         (xrealloc): Comment fix.
48384
48385         * lib/userspec.c (parse_user_spec):
48386         Don't translate a message until just before returning,
48387         to avoid unnecessary translation.
48388
48389 2000-08-07  Jim Meyering  <meyering@lucent.com>
48390
48391         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48392         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48393         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48394         getgroups.c, gethostname.c, getopt.h, group-member.c,
48395         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48396         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48397         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48398         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48399         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48400         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48401         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48402         yesno.c: Back out Copyright date changes for each file with no change
48403         this year.  This eases coordination with other programs using the same
48404         source code modules.  From Paul Eggert.
48405
48406 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48407
48408         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48409         not char, for compatibility with glibc 2.1.3 strftime.c.
48410
48411 2000-08-03  Greg McGary  <greg@mcgary.org>
48412
48413         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48414         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48415         (EXTEND_BUFFER): Use them.
48416
48417 2000-08-01  Jim Meyering  <meyering@lucent.com>
48418
48419         * lib/dirname.c (ISSLASH): Define.
48420         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48421         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48422         both `\' and `/' may be use as path separators.
48423         Based on a patch from Prashant TR.
48424
48425 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48426
48427         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48428         slot vector a constant, since it might get modified.
48429
48430 2000-07-31  Jim Meyering  <meyering@lucent.com>
48431
48432         * lib/xmalloc.c: Use `virtual memory exhausted', not
48433         `Memory exhausted'.
48434         * lib/obstack.c (print_and_abort): Likewise.
48435
48436 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48437
48438         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48439         buffer, so that the caller can always quote one small
48440         component of a "memory exhausted" message in slot 0.
48441         From a suggestion by Jim Meyering.
48442
48443 2000-07-30  Jim Meyering  <meyering@lucent.com>
48444
48445         * lib/makepath.c (make_path): Quote the other instance, too.
48446
48447         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48448         (STATIC_BUF_SIZE): Define.
48449         (quotearg_n_options): Use only statically allocated storage when
48450         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48451         than STATIC_BUF_SIZE.
48452
48453 2000-07-29  Jim Meyering  <meyering@lucent.com>
48454
48455         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48456         * lib/dirname.c (dir_name): Likewise.
48457
48458         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48459         `/'.
48460
48461         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48462         (dir_name): Assert that there are no trailing slashes.
48463
48464 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48465
48466         * lib/mbswidth.h (mbswidth): Add a flags argument.
48467         (mbswidth): New declaration.
48468         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48469         * lib/mbswidth.c (mbswidth): Add a flags argument.
48470         (mbsnwidth): New function.
48471
48472 2000-07-24  Jim Meyering  <meyering@lucent.com>
48473
48474         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48475
48476 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48477
48478         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48479
48480 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48481
48482         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48483         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48484         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48485         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48486         invoke multibyte primitives.
48487
48488 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48489
48490         * lib/quotearg.c:
48491         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48492         so that mbstate_t is always defined.
48493
48494         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48495         be 1 in at least one GCC installation, and this configuration
48496         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48497         performance on hosts that have mbrtowc but have only unibyte
48498         locales, but I assume these hosts are rare.
48499
48500 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48501
48502         * lib/mbswidth.c (_XOPEN_SOURCE):
48503         Don't define; this causes problems on Solaris 7.
48504         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48505
48506 2000-07-23  Jim Meyering  <meyering@lucent.com>
48507
48508         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48509         too: getgrgid, getpwuid, getuid.
48510
48511 2000-07-23  Jim Meyering  <meyering@lucent.com>
48512
48513         * lib/basename.c (base_name): Add an assertion.
48514
48515 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48516
48517         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48518         shadow its mbsinit function.
48519
48520 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48521
48522         * lib/mbswidth.h: New file.
48523         * lib/mbswidth.c: New file.
48524         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48525         (noinst_HEADERS): Add mbswidth.h.
48526
48527 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48528
48529         * lib/config.charset: Add support for FreeBSD. Improve support for
48530         HP-UX and IRIX 6.
48531
48532 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48533
48534         * m4/mbswidth.m4: New file.
48535         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48536
48537 2000-07-15  Jim Meyering  <meyering@lucent.com>
48538
48539         * lib/makepath.c: Include quote.h.
48540         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48541         corresponding argument in a `quote (...)' call.
48542         Give better diagnostics.
48543
48544         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48545         (noinst_HEADERS): Add quote.h.
48546
48547         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48548         from tar's src/misc.c.
48549         * lib/quote.h: New file.  Prototypes for same.
48550
48551 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48552
48553         From a suggestion by Bruno Haible.
48554         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48555         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48556         to decide whether to define the BeOS workaround macro;
48557         this adjusts to the change to AC_MBSTATE_T.
48558
48559 2000-07-14  Jim Meyering  <meyering@lucent.com>
48560
48561         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48562         jm_AC_TYPE_UINTMAX_T.
48563
48564 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48565
48566         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48567
48568         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48569         quotearg_buffer_restyled): Add support for
48570         clocale_quoting_style.  Undo previous change to
48571         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48572         and "{RIGHT QUOTATION MARK}" msgids.
48573
48574 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48575
48576         From a suggestion by Bruno Haible.
48577         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48578         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48579         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48580         and mbstate_t, to a single-part test that simply defines mbstate_t.
48581         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48582         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48583
48584 2000-07-10  Jim Meyering  <meyering@lucent.com>
48585
48586         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48587
48588         * m4/gnu-source.m4: Output to confdefs.h directly.
48589         Suggestion from Akim Demaille.
48590
48591 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48592
48593         The old behavior of quoting `like this' doesn't look good with
48594         newer, ISO-style fonts.  See:
48595         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48596
48597         Instead, quote "like this" by default.  Let the translator
48598         tailor the locale-specific quoting behavior by providing
48599         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48600
48601         * lib/quotearg.c (N_): New macro.
48602         (gettext_default): New function.
48603         (quotearg_buffer_restyled): Use
48604         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48605         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48606
48607 2000-07-09  Jim Meyering  <meyering@lucent.com>
48608
48609         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48610         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48611
48612         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48613         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48614
48615 2000-07-09  Jim Meyering  <meyering@lucent.com>
48616
48617         * lib/Most files: Update copyright dates to include 2000.
48618
48619 2000-07-08  Jim Meyering  <meyering@lucent.com>
48620
48621         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48622         if not defined.
48623         (xgethostname): Remove now-unnecessary #ifdef.
48624         Move declaration of `err' into loop where it's used.
48625
48626 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48627         and Bruno Haible  <haible@clisp.cons.org>
48628
48629         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48630         only if the test for an object-type mbstate_t fails.  This
48631         prevents us from mistakenly reporting that mbstate_t is a
48632         system object type after we "#define mbstate_t int" to work
48633         around its lack.
48634
48635 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48636         and Bruno Haible  <haible@clisp.cons.org>
48637
48638         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48639
48640 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48641
48642         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48643         to strerror_r.
48644         Include <ctype.h> for use of isalpha.
48645
48646 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48647
48648         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48649         by allocating a larger buffer. Test the gethostname return value for
48650         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48651         returns an error and ENAMETOOLONG isn't defined.
48652
48653 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48654
48655         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48656         dimension.
48657
48658 2000-07-04  Jim Meyering  <meyering@lucent.com>
48659
48660         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48661         of the deprecated AC_CHECKING.
48662
48663 2000-07-04  Jim Meyering  <meyering@lucent.com>
48664
48665         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48666         Reported by Bruno Haible.
48667
48668 2000-07-04  Jim Meyering  <meyering@lucent.com>
48669
48670         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48671         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48672         lacks mbrtowc.
48673
48674 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48675
48676         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48677         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48678
48679 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48680         and Bruno Haible  <haible@clisp.cons.org>
48681
48682         * lib/quotearg.c (mbrtowc):
48683         Assign to *pwc, and return 1 only if result is nonzero.
48684         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48685
48686 2000-07-03  Jim Meyering  <meyering@lucent.com>
48687
48688         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48689
48690 2000-07-03  Jim Meyering  <meyering@lucent.com>
48691
48692         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48693         This is necessary to get a definition of e.g., UTMP_FILE on
48694         HP-UX 10.20.
48695         From Bob Proulx.
48696
48697 2000-07-02  Jim Meyering  <meyering@lucent.com>
48698
48699         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48700
48701         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48702         AC_LIBOBJ(function_name).
48703         * m4/chown.m4: Likewise.
48704         * m4/fnmatch.m4: Likewise.
48705         * m4/ftruncate.m4: Likewise.
48706         * m4/getgroups.m4: Likewise.
48707         * m4/getline.m4: Likewise.
48708         * m4/group-member.m4: Likewise.
48709         * m4/jm-macros.m4: Likewise.
48710         * m4/lstat.m4: Likewise.
48711         * m4/malloc.m4: Likewise.
48712         * m4/memcmp.m4: Likewise.
48713         * m4/nanosleep.m4: Likewise.
48714         * m4/putenv.m4: Likewise.
48715         * m4/realloc.m4: Likewise.
48716         * m4/regex.m4: Likewise.
48717         * m4/stat.m4: Likewise.
48718         * m4/strftime.m4: Likewise.
48719
48720 2000-07-02  Jim Meyering  <meyering@lucent.com>
48721
48722         * lib/quotearg.c (mbstate_t): Don't define here.
48723
48724 2000-07-02  Jim Meyering  <meyering@lucent.com>
48725
48726         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48727
48728 2000-07-01  Jim Meyering  <meyering@lucent.com>
48729
48730         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48731
48732 2000-07-01  Jim Meyering  <meyering@lucent.com>
48733
48734         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48735         problem.
48736
48737 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48738
48739         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48740         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48741
48742 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48743
48744         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48745         per change in ../m4/ls-mntd-fs.m4.
48746         (read_filesystem_list): Ignore symbolic links.
48747
48748 2000-06-29  Jim Meyering  <meyering@lucent.com>
48749
48750         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48751         for declaration of strcmp.
48752
48753         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48754
48755         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48756         Avoid warning by casting result to `char *' to remove `const'.
48757
48758 2000-06-28  Jim Meyering  <meyering@lucent.com>
48759
48760         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48761         included by quotearg.c, for which we perform this test.  From
48762         Bruno Haible.
48763
48764 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48765
48766         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48767         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48768         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48769
48770 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48771
48772         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48773
48774 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48775
48776         savedir now sets errno on failure and invokes xmalloc to get memory.
48777         Fix a couple of other minor bugs while we're at it.
48778
48779         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48780         (NAMLEN): Remove macro.
48781         (malloc, realloc): Remove decls.
48782         (stpcpy): Likewise.
48783         ("xalloc.h"): Include.
48784         (NAME_SIZE_DEFAULT): New macro.
48785         (savedir): Use xmalloc / xrealloc to allocate memory.
48786         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48787         Skip "" directory entries.
48788         Use strlen to calculate directory entry length, since the old method
48789         is rarely used these days and isn't worth supporting.
48790         Don't use a pointer after freeing it.
48791         Check for integer overflow when calculating allocation size.
48792         Use memcpy to copy entries, instead of stpcpy.
48793         Set errno properly when returning NULL.
48794         Check for readdir error.
48795
48796 2000-06-26  Jim Meyering  <meyering@lucent.com>
48797
48798         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48799
48800 2000-06-25  Jim Meyering  <meyering@lucent.com>
48801
48802         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48803         Linux header bug when _XOPEN_SOURCE is defined to 500.
48804
48805 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48806
48807         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48808         deficiency.
48809
48810 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48811
48812         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48813         Include xalloc.h.
48814         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48815
48816 2000-06-24  Jim Meyering  <meyering@lucent.com>
48817
48818         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48819         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48820         for which strerror does return char*, but which lacks a conveniently
48821         accessible declaration of the function.  If the compile-test says
48822         strerror_r doesn't work, then resort to a `run'-test that works on
48823         BeOS and segfaults on DEC Unix.
48824
48825 2000-06-24  Jim Meyering  <meyering@lucent.com>
48826
48827         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48828
48829 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48830
48831         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48832         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48833
48834 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48835
48836         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48837         (mbrtowc, mbstate_t): Define substitutes if
48838         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48839         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48840         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48841
48842 2000-06-23  Jim Meyering  <meyering@lucent.com>
48843
48844         * m4/afs.m4: Add missing AC_MSG_RESULT.
48845         Reported by Bruno Haible.
48846
48847         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48848         Suggestion from Bruno Haible.
48849
48850 2000-06-23  Jim Meyering  <meyering@lucent.com>
48851
48852         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48853
48854 2000-06-21  Jim Meyering  <meyering@lucent.com>
48855
48856         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48857
48858 2000-06-21  Jim Meyering  <meyering@lucent.com>
48859
48860         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48861         (noinst_HEADERS): Add getstr.h.
48862
48863         * lib/getline.c (getstr): Move into a separate file.
48864         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48865         the following changes: new parameter, delim2; both delim[12]
48866         parameters have type `int', not `char'.  The latter would lose
48867         with 8-bit delimiters.
48868         * lib/getstr.h: New file.
48869
48870 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48871
48872         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48873         than 1024, return a memory chunk of least possible size, instead
48874         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48875         Use free/xmalloc instead of xrealloc to avoid copying for very long
48876         paths.
48877
48878 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48879
48880         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48881         the empty string.
48882
48883 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48884
48885         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48886         address, not strdup.  Include <stdlib.h> and don't declare free().
48887
48888 2000-06-19  Jim Meyering  <meyering@lucent.com>
48889
48890         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48891
48892 2000-06-18  Jim Meyering  <meyering@lucent.com>
48893
48894         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48895
48896         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48897         `checking whether...' message to be consistent with that of the
48898         lstat test.
48899
48900 2000-06-18  Jim Meyering  <meyering@lucent.com>
48901
48902         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48903         Besides, these days every porting target provides a mkdir function.
48904
48905         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48906         needed. (this snippet comes from src/system.h).
48907
48908 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48909
48910         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48911
48912 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48913
48914         * lib/human.c (adjust_value): New function.
48915         (human_readable_inexact): Apply rounding style even when
48916         printing approximate values.
48917
48918 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48919
48920         * lib/human.c (human_readable_inexact): Allow an input block
48921         size that is not a multiple of the output block size, and vice versa.
48922         Reported by Piergiorgio Sartor.
48923
48924 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48925
48926         * lib/getdate.y (get_date): Apply relative times after time
48927         zone indicator, not before.  Reported by Todd A. Jacobs.
48928
48929 2000-06-13  Jim Meyering  <meyering@lucent.com>
48930
48931         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48932
48933         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48934
48935 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48936
48937         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48938
48939 2000-06-12  Jim Meyering  <meyering@lucent.com>
48940
48941         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48942         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48943         optional argument.
48944         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48945         the optional argument, `lib'.
48946
48947 2000-06-08  Jim Meyering  <meyering@lucent.com>
48948
48949         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48950
48951 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48952
48953         Rewrite largefile configuration so that we don't need to run
48954         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48955         AC_CANONICAL_HOST in configure.in -- jmm]
48956
48957         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48958         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48959         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48960         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48961         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48962         All uses changed.
48963         Instead of inspecting the output of getconf, try to compile the
48964         test program without and with the macro definition.
48965         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48966         for getconf.  Instead, check for the needed flags by compiling
48967         test programs.
48968
48969 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48970
48971         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48972
48973 2000-06-04  Jim Meyering  <meyering@lucent.com>
48974
48975         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48976         SunOS 4.1.4 for which gid_t is an unsigned type.
48977
48978 2000-06-03  Jim Meyering  <meyering@lucent.com>
48979
48980         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48981         now that autoconf requires that.
48982
48983         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48984         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48985         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48986
48987 2000-06-03  Jim Meyering  <meyering@lucent.com>
48988
48989         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48990
48991 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48992
48993         * m4/glibc21.m4: New file.
48994         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48995
48996 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48997
48998         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48999         newer, don't install charset.alias.
49000         * lib/config.charset: Change the Linux/glibc rules so they become empty
49001         on glibc-2.1 or newer.
49002
49003 2000-06-02  Jim Meyering  <meyering@lucent.com>
49004
49005         * lib/mountlist.c: Back out last change.  Instead, do this...
49006         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
49007         me_dummy member using the same `ignore'-testing code.
49008         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
49009         fs_type strings.
49010         From Mark D. Roth.
49011
49012 2000-05-29  Jim Meyering  <meyering@lucent.com>
49013
49014         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
49015         mounts with the `ignore' attribute.  Based on a patch from
49016         Mark D. Roth.
49017
49018 2000-05-28  Jim Meyering  <meyering@lucent.com>
49019
49020         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
49021         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49022         * m4/stat.m4: Likewise.
49023         * m4/lstat.m4: Likewise.
49024         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
49025
49026         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
49027         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
49028
49029 2000-05-26  Jim Meyering  <meyering@lucent.com>
49030
49031         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
49032
49033 2000-05-24  Jim Meyering  <meyering@lucent.com>
49034
49035         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
49036         autoconf requires that.
49037         * m4/lib-check.m4: Likewise.
49038         * m4/jm-macros.m4: Likewise.
49039         * m4/strftime.m4: Likewise.
49040
49041         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
49042         AC_CHECK_DECLS, now that autoconf requires that.
49043
49044 2000-05-22  Jim Meyering  <meyering@lucent.com>
49045
49046         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49047         * m4/lstat.m4: Likewise.
49048
49049 2000-05-22  Jim Meyering  <meyering@lucent.com>
49050
49051         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
49052
49053 2000-05-20  Jim Meyering  <meyering@lucent.com>
49054
49055         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
49056         (jm_PREREQ): Use it.
49057
49058 2000-05-18  Jim Meyering  <meyering@lucent.com>
49059
49060         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
49061         back, too, since it may have been modified by allocate_entry.
49062         (hash_delete): Rewrite to use neither the assignment operator
49063         nor the comma operator in an if-expression.
49064
49065 2000-05-15  Paul Eggert  <eggert@twinsun.com>
49066
49067         * lib/closeout.c:
49068         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
49069         Remove; no longer needed.
49070         "quotearg.h": Add include.
49071         (file_name): Do not bother to explicitly initialize to NULL; it's less
49072         efficient on some hosts.
49073         (close_stdout_status): Remove test as to whether stdout was already
49074         closed; it breaks for the case "echo x | sort >&-".
49075         Quote file name colons.
49076         Do not assume that _("write error") lacks format strings.
49077
49078 2000-05-15  Jim Meyering  <meyering@lucent.com>
49079
49080         * lib/version-etc.c (version_etc_copyright): Update the copyright
49081         string used in all --version output.
49082
49083 2000-05-14  Jim Meyering  <meyering@lucent.com>
49084
49085         * lib/closeout.c (close_stdout_set_file_name): New function.
49086         (close_stdout_status): Use new file-scoped global.
49087         Return right away if fstat says the stdout file descriptor is invalid.
49088         * lib/closeout.h (close_stdout_set_file_name): Declare.
49089
49090 2000-05-10  Jim Meyering  <meyering@lucent.com>
49091
49092         * lib/closeout.c [default_exit_status]: New file-scoped variable.
49093         (close_stdout_set_status): New function.
49094         * lib/closeout.h (close_stdout_set_status): Declare.
49095
49096 2000-05-09  Jim Meyering  <meyering@lucent.com>
49097
49098         * m4/gettext.m4: Rename this...
49099         * m4/libintl.m4: ...to this.
49100
49101 2000-05-08  Jim Meyering  <meyering@lucent.com>
49102
49103         * lib/long-options.c: Don't include closeout.h.
49104         (parse_long_options): Don't call close_stdout for --version.
49105
49106 2000-05-06  Paul Eggert  <eggert@twinsun.com>
49107
49108         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
49109         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
49110         2.1.3 bug.  This avoids a clash when files like regex.c define
49111         _GNU_SOURCE.
49112
49113 2000-05-06  Jim Meyering  <meyering@lucent.com>
49114
49115         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
49116         (AC_REPLACE_FUNCS): Add strnlen.
49117
49118         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
49119         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
49120
49121         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
49122         AC_SEARCH_LIBS call for nanosleep.
49123         (LIB_NANOSLEEP): Set and AC_SUBST.
49124
49125 2000-05-06  Jim Meyering  <meyering@lucent.com>
49126
49127         * lib/strnlen.c: Undefine __strnlen and strnlen.
49128         [!weak_alias]: Define __strnlen to strnlen.
49129
49130         * lib/atexit.c: New file, from libiberty.
49131
49132 2000-05-06  Jim Meyering  <meyering@lucent.com>
49133
49134         * lib/closeout.c (close_stdout_status): Also check for errors on the
49135         stderr stream.
49136
49137 2000-05-05  Jim Meyering  <meyering@lucent.com>
49138
49139         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
49140         AC_SEARCH_LIBS call for clock_gettime.
49141         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
49142
49143         * m4/search-libs.m4: Update from autoconf.
49144
49145         su doesn't work on Solaris 2.6.
49146         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
49147         <shadow.h>.  Reported by Dragos Harabor.
49148
49149 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
49150
49151         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
49152         memcpy instead of xmalloc, xrealloc, path_concat.
49153         (locale_charset): Treat empty environment variables as absent.
49154         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
49155
49156 2000-05-04  Jim Meyering  <meyering@lucent.com>
49157
49158         * lib/getopt.c: Update from glibc.
49159         * lib/obstack.c: Likewise.
49160         * lib/obstack.h: Likewise.
49161         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
49162         file
49163
49164         * lib/regex.h: Likewise.
49165         * lib/strndup.c: Likewise.
49166         * lib/strnlen.c: New file, from glibc.
49167
49168 2000-05-03  Jim Meyering  <meyering@lucent.com>
49169
49170         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
49171
49172 2000-05-02  Paul Eggert  <eggert@twinsun.com>
49173
49174         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
49175         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
49176         compile-time test, rather than inspecting host and OS, to
49177         decide whether to define _LARGEFILE_SOURCE.
49178
49179 2000-05-01  Jim Meyering  <meyering@lucent.com>
49180
49181         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
49182
49183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
49184         Based on a patch from Bruno Haible.
49185
49186 2000-05-01  Jim Meyering  <meyering@lucent.com>
49187
49188         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
49189
49190 2000-04-29  Jim Meyering  <meyering@lucent.com>
49191
49192         * lib/path-concat.c: Declare strdup only if it's not defined.
49193         * lib/canon-host.c: Likewise.
49194
49195 2000-04-28  Jim Meyering  <meyering@lucent.com>
49196
49197         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
49198         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
49199         is included first, then limits.h is included by locale.h by libintl.h.
49200         From John David Anglin.
49201
49202 2000-04-25  Jim Meyering  <meyering@lucent.com>
49203
49204         * lib/makepath.c (S_IRWXUGO): Define.
49205         (make_path): Always perform explicit chmod if MODE specifies any
49206         of the `special' permission bits.  Prompted by a bug report against
49207         install from Mate Wierdl and Joost van Baal.
49208
49209 2000-04-18  Jim Meyering  <meyering@lucent.com>
49210
49211         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49212         (jm_PREREQ): Use it.
49213
49214 2000-04-18  Jim Meyering  <meyering@lucent.com>
49215
49216         * lib/README: New file.
49217
49218         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49219         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49220
49221 2000-04-17  Jim Meyering  <meyering@lucent.com>
49222
49223         Get it right :-)
49224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49225         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49226         Suggestion from Akim Demaille.
49227
49228 2000-04-17  Jim Meyering  <meyering@lucent.com>
49229
49230         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49231         the definition of it to rpl_strftime also defined-away the system's
49232         declaration.
49233
49234 2000-04-15  Jim Meyering  <meyering@lucent.com>
49235
49236         Use `C' to denote so-called `contiguous' files, the same way
49237         that tar does.
49238         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49239         (ftypelet): Use S_ISCTG.
49240         From Michael Deutschmann.
49241
49242 2000-04-14  Jim Meyering  <meyering@lucent.com>
49243
49244         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49245         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49246         clobbered.
49247
49248 2000-04-14  Jim Meyering  <meyering@lucent.com>
49249
49250         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49251
49252 2000-04-13  Jim Meyering  <meyering@lucent.com>
49253
49254         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49255         AH_VERBATIM to insert required #ifndef into config.h.in.
49256         Suggestion from Akim Demaille.
49257
49258 2000-04-12  Jim Meyering  <meyering@lucent.com>
49259
49260         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49261         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49262         Christian Krackowizer.
49263
49264         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49265         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49266         (AC_SYS_LARGEFILE): Require.
49267         (AM_C_PROTOTYPES): Require.
49268
49269 2000-04-08  Jim Meyering  <meyering@lucent.com>
49270
49271         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49272         names don't conflict.  Reported by Eli Zaretskii.
49273
49274 2000-04-07  Jim Meyering  <meyering@lucent.com>
49275
49276         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49277         sys/types.h, to work around system header problems on AIX 3.2.5.
49278         From Bruno Haible.
49279
49280 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49281
49282         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49283         bug.  Deal with the different error behavior of Irix iconv.
49284
49285 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49286
49287         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49288         IRIX if the installer said otherwise.
49289
49290 2000-04-05  Jim Meyering  <meyering@lucent.com>
49291
49292         Portability tweaks required for ultrix4.3.
49293         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49294         (jm_CHECK_DECLS): Add getutent to the list of functions.
49295         (_jm_DECL_HEADERS): Add utmpx.h.
49296         From John David Anglin.
49297
49298         * m4/strftime.m4: Back out the 2000-04-02 change.
49299         Instead of that change, simply undefine putenv in the test program.
49300
49301 2000-04-05  Jim Meyering  <meyering@lucent.com>
49302
49303         Portability tweaks required for ultrix4.3.
49304         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49305         getutent.
49306         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49307         * lib/canon-host.c: Declare strdup.
49308         * lib/path-concat.c: Likewise.
49309         From John David Anglin.
49310
49311 2000-04-04  Jim Meyering  <meyering@lucent.com>
49312
49313         Be more DOS 8.3-friendly.
49314         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49315         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49316         * lib/Makefile.am: Reflect renaming.
49317         Reported by Eli Zaretskii.
49318
49319         Use a temporary file name that won't clash with `charset.alias'
49320         in the DOS 8.3 name space.
49321         * lib/Makefile.am (charset_tmp): Define.
49322         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49323         (uninstall-local): Likewise.
49324         Reported by Eli Zaretskii.
49325
49326 2000-04-03  Jim Meyering  <meyering@lucent.com>
49327
49328         * m4/gettext.m4: Fix typo in comment.
49329
49330         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49331         textutils/configure.in).  Suggestion from Paul Eggert.
49332         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49333
49334 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49335
49336         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49337         variable in the shell rather than using putenv, which isn't
49338         portable.  This avoids the configure-time inter-test dependency
49339         on the potentially-renamed putenv function.
49340
49341 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49342
49343         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49344         before checking struct stat.st_blksize, so that
49345         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49346
49347 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49348
49349         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49350         since strftime.c uses HAVE_STRFTIME to decide whether to use
49351         the underlying strftime.
49352
49353 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49354
49355         * lib/time/strftime.c (my_strftime): Make sure we call the system
49356         strftime, not ourselves, when invoking the underlying strftime.
49357
49358 2000-03-24  Jim Meyering  <meyering@lucent.com>
49359
49360         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49361         (charset_alias): Define.
49362         (install-exec-local): Factor out common code.
49363         (uninstall-local): Split lines longer than 80.
49364         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49365         (SUFFIXES): Define.
49366         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49367         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49368
49369 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49370
49371         * lib/config.charset: Output a line containing "Packages using this
49372         file".
49373         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49374         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49375         ref-del.sed): New rules.
49376
49377 2000-03-17  Jim Meyering  <meyering@lucent.com>
49378
49379         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49380         Otherwise, include <strings.h>
49381
49382 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49383
49384         * lib/unicodeio.c (utf8_wctomb): New function.
49385         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49386         format instead of in UCS-4 with platform dependent endianness.
49387
49388 2000-03-10  Jim Meyering  <meyering@lucent.com>
49389
49390         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49391         From Marco Franzen.
49392
49393 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49394
49395         * lib/savedir.c (savedir): Work even if directory size is
49396         negative; this can happen with some screwy NFS configurations.
49397
49398 2000-03-06  Jim Meyering  <meyering@lucent.com>
49399
49400         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49401         if it's NULL (because we ran out of memory).  From Bruno Haible.
49402
49403 2000-03-05  Jim Meyering  <meyering@lucent.com>
49404
49405         * lib/localcharset.c ("path-concat.h"): Include.
49406         (get_charset_aliases): Use path_concat instead of ANSI string
49407         concatenation.
49408
49409         * lib/unicodeio.h (PARAMS): Define.
49410         Use it to guard prototype.
49411
49412 2000-03-04  Jim Meyering  <meyering@lucent.com>
49413
49414         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49415         for lib/localcharset.c.
49416
49417 2000-03-04  Jim Meyering  <meyering@lucent.com>
49418
49419         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49420         installing into it.
49421         (uninstall-local): Uncomment this rule so `make distcheck' works
49422         once again.
49423
49424         * lib/unicodeio.c (<errno.h>): Include it.
49425         (errno): Declare if not defined.
49426
49427         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49428
49429         * lib/config.charset: New version, incorporating remarks from a linux
49430         i18n mailing list.  From Bruno Haible.
49431
49432 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49433
49434         * m4/codeset.m4: New file.
49435         * m4/iconv.m4: New file.
49436         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49437
49438 2000-03-03  Jim Meyering  <meyering@lucent.com>
49439
49440         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49441
49442 2000-03-02  Jim Meyering  <meyering@lucent.com>
49443
49444         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49445         the messages come out on separate lines.
49446
49447         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49448         rather than jm_CHECK_DECLARATIONS.
49449         * m4/decl.m4: Remove now-unused file.
49450
49451         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49452         geteuid.
49453
49454 2000-03-02  Jim Meyering  <meyering@lucent.com>
49455
49456         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49457
49458 2000-03-01  Jim Meyering  <meyering@lucent.com>
49459
49460         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49461         * lib/unicodeio.c: Likewise.
49462
49463 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49464
49465         * lib/config.charset: New file.
49466         * lib/localcharset.c: New file.
49467         * lib/unicodeio.h, lib/unicodeio.c: New files.
49468         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49469         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49470         (noinst_HEADERS): Add unicodeio.h.
49471         (all-local, install-exec-local, charset.alias): New targets.
49472
49473 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49474
49475         * lib/quotearg.c (ALERT_CHAR): New macro.
49476         (quotearg_buffer_restyled): Use it.
49477
49478 2000-02-27  Jim Meyering  <meyering@lucent.com>
49479
49480         * m4/check-decl.m4: Add getenv to the list.
49481
49482 2000-02-27  Jim Meyering  <meyering@lucent.com>
49483
49484         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49485         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49486
49487         * lib/backupfile.c: Guard inclusion of stdlib.h with
49488         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49489         Declare malloc if needed.
49490
49491         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49492         `#ifndef HAVE_DECL..'
49493         now that autoconf always defines the HAVE_DECL_ symbols.
49494         * lib/human.c: Likewise.
49495         * lib/same.c: Likewise.
49496         * lib/strtoumax.c: Likewise.
49497
49498         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49499         declaration check was not run.
49500         * lib/hash.c: Likewise.
49501         * lib/human.c: Likewise.
49502         * lib/same.c: Likewise.
49503         * lib/strtoumax.c: Likewise.
49504
49505         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49506         `.', then first look up the entire `.'-containing string as a login
49507         name.
49508
49509 2000-02-23  Jim Meyering  <meyering@lucent.com>
49510
49511         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49512         in place of my hack.
49513
49514 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49515
49516         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49517         (textint): New typedef.
49518         (parser_control): Member year changed from int to textint.
49519         All uses changed.
49520         (YYSTYPE): Removed; replaced by %union with int and textint members.
49521         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49522         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49523         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49524         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49525         (date, number, to_year): Use width of number in digits, not its value,
49526         to determine whether it's a 2-digit year, or a 2-digit time.
49527         (yylex): Store number of digits of numeric tokens.
49528         Reported by John Kendall.
49529
49530         (parser_control): Changed from struct parser_control to typedef (for
49531         consistency).  All uses changed.
49532
49533         (tID): Removed; not used.
49534         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49535
49536 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49537
49538         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49539         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49540
49541 2000-02-12  Jim Meyering  <meyering@lucent.com>
49542
49543         * lib/userspec.c (ISDIGIT): Define it.
49544         (isdigit): Remove definition.
49545         (is_number): Use ISDIGIT, not isdigit.
49546         <libintl.h>: Include.
49547         (_ and N_): Define.
49548         (parse_user_spec): Mark translatable strings.
49549
49550 2000-02-10  Jim Meyering  <meyering@lucent.com>
49551
49552         With these changes, nanosleep.[ch] are finally enough like the other
49553         lib/* replacement files to compile on a few more losing systems.
49554
49555         * lib/nanosleep.h: Don't include config.h.
49556         Remove prototype from declaration of nanosleep.
49557         (PARAMS): Remove now-unneeded definition.
49558         * lib/nanosleep.c: #undef nanosleep.
49559         (rpl_nanosleep): Rename from nanosleep.
49560
49561 2000-02-10  Jim Meyering  <meyering@lucent.com>
49562
49563         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49564         gnu_nanosleep to rpl_nanosleep.
49565
49566 2000-02-09  Jim Meyering  <meyering@lucent.com>
49567
49568         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49569         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49570
49571 2000-02-08  Akim Demaille  <akim@epita.fr>
49572
49573         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49574         `[' and `]' and remove uses of `changequote'.
49575         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49576         (AC_SYS_LARGEFILE): Likewise.
49577         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49578         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49579         of changequote.
49580         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49581         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49582         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49583         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49584
49585 2000-02-05  Jim Meyering  <meyering@lucent.com>
49586
49587         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49588         Remove explicit use of AC_HEADER_TIME.  It is required by
49589         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49590         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49591         in autoconf whereby the expansion of the latter ended up preceding
49592         the expansion of its prerequisite, AC_HEADER_TIME.
49593         Reported by Volker Borchert.
49594
49595 2000-02-03  Jim Meyering  <meyering@lucent.com>
49596
49597         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49598
49599 2000-02-03  Jim Meyering  <meyering@lucent.com>
49600
49601         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49602         rather than with `#if HAVE_UTMPNAME'.
49603
49604 2000-02-02  Jim Meyering  <meyering@lucent.com>
49605
49606         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49607         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49608         Reported by Eli Zaretskii.
49609
49610 2000-02-01  Jim Meyering  <meyering@lucent.com>
49611
49612         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49613
49614 2000-01-31  Jim Meyering  <meyering@lucent.com>
49615
49616         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49617         functions.  Add the time.h and sys/time.h headers along with the
49618         AC_REQUIRE'ment of AC_HEADER_TIME.
49619
49620 2000-01-31  Jim Meyering  <meyering@lucent.com>
49621
49622         * lib/nanosleep.h (nanosleep): Guard declaration with
49623         `#if ! HAVE_DECL_NANOSLEEP'.
49624         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49625         the declaration in that vendor's sys/timers.h.
49626         Reported by Christian Krackowizer.
49627
49628         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49629         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49630         (ISPRINT): Likewise.
49631         Reported by Tom Tromey.
49632
49633 2000-01-30  Jim Meyering  <meyering@lucent.com>
49634
49635         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49636
49637         * m4/prereq.m4 (utmp_includes): Define.
49638         Check for ut_user and ut_name members in both struct utmpx
49639         and struct utmp.
49640
49641 2000-01-30  Jim Meyering  <meyering@lucent.com>
49642
49643         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49644         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49645         header files where only utmpx.ut_user is declared.
49646
49647         * lib/readutmp.h (UT_USER): Define.
49648
49649 2000-01-29  Jim Meyering  <meyering@lucent.com>
49650
49651         * m4/lib-check.m4: New file containing library-related checks from
49652         fileutils and sh-utils (textutils had none).
49653
49654 2000-01-28  Jim Meyering  <meyering@lucent.com>
49655
49656         * m4/perl.m4: Change format of warning message to look more like that
49657         from the missing script.  Suggestion from François Pinard.
49658
49659 2000-01-25  Jim Meyering  <meyering@lucent.com>
49660
49661         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49662         well as time.h in the compile check.
49663         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49664         Fix typo in cross-compiling case: s/yes/no/.
49665
49666 2000-01-23  Jim Meyering  <meyering@lucent.com>
49667
49668         * m4/jm-macros.m4: Move df-related tests here from
49669         fileutils/configure.in
49670
49671         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49672         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49673
49674         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49675         s/space/ac_fsusage_space/.
49676         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49677
49678         * m4/ftruncate.m4: New file (derived from part of
49679         fileutils/configure.in).
49680         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49681         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49682
49683         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49684         AC_SUBST these here, rather than just in sh-util/configure.in, so
49685         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49686         all the same.
49687         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49688         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49689         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49690         (AC_SUBST(POW_LIBM)): Likewise.
49691         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49692
49693 2000-01-23  Jim Meyering  <meyering@lucent.com>
49694
49695         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49696         obstack.c.
49697
49698 2000-01-22  Jim Meyering  <meyering@lucent.com>
49699
49700         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49701
49702         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49703
49704         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49705         configure.in
49706         (AC_CHECK_HEADERS): Likewise for sh-utils.
49707         (AC_CHECK_HEADERS): Likewise for textutils.
49708         Merge the three lists of headers.
49709
49710         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49711         from fileutils' configure.in.
49712
49713         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49714         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49715         check-decl.m4.
49716
49717         * m4/check-decl.m4: Use #if rather than #ifdef.
49718         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49719         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49720         (_jm_DECL_HEADERS): Define new function.
49721         (jm_CHECK_DECLARATIONS): Require it.
49722
49723 2000-01-22  Jim Meyering  <meyering@lucent.com>
49724
49725         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49726         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49727         Required for some AIX systems.  Reported by Christian Krackowizer.
49728         [TESTING] (main): New function.
49729
49730         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49731         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49732         letters.
49733
49734         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49735         iswprint.
49736
49737         * lib/strverscmp.c (ISDIGIT): Define.
49738         (strverscmp): Use ISDIGIT, not isdigit.
49739
49740 2000-01-19  Jim Meyering  <meyering@lucent.com>
49741
49742         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49743         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49744         defines `struct timespec' in <sys/time.h>
49745
49746         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49747         Thanks to Akim for explaining.
49748
49749 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49750
49751         * lib/nanosleep.c (nanosleep):
49752         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49753         POSIX.1 doesn't require SA_INTERRUPT and some systems
49754         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49755         it's been part of POSIX.1 since day 1 (in 1988).
49756
49757 2000-01-17  Jim Meyering  <meyering@lucent.com>
49758
49759         * lib/interlock: Remove unused file.  Reported by François Pinard.
49760
49761 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49762
49763         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49764         alert, backslash, formfeed, and vertical tab unnecessarily in
49765         shell quoting style.
49766
49767 2000-01-16  Jim Meyering  <meyering@lucent.com>
49768
49769         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49770         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49771         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49772         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49773
49774 2000-01-16  Jim Meyering  <meyering@lucent.com>
49775
49776         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49777         because the latter didn't work.
49778
49779 2000-01-15  Jim Meyering  <meyering@lucent.com>
49780
49781         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49782         (AC_REPLACE_FUNCS): Add memcpy and memset.
49783         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49784         Add strpbrk.
49785         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49786
49787 2000-01-12  Jim Meyering  <meyering@lucent.com>
49788
49789         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49790         (jm_PREREQ): Use it.
49791         (jm_PREREQ_READUTMP): New macro.
49792         (jm_PREREQ): Use it.
49793
49794 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49795
49796         Quote multibyte characters correctly.
49797         * m4/c-bs-a.m4: New file.
49798         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49799         (jm_PREREQ): Use it.
49800
49801 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49802
49803         * m4/uintmax_t.m4: Port to autoconf 2.13.
49804
49805 2000-01-08  Jim Meyering  <meyering@ascend.com>
49806
49807         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49808         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49809
49810 2000-01-04  Jim Meyering  <meyering@ascend.com>
49811
49812         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49813         jm_STRUCT_DIRENT_D_TYPE.
49814         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49815         jm_STRUCT_DIRENT_D_INO.
49816         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49817         jm_STRUCT_UTIMBUF.
49818         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49819         renamings.
49820         * m4/utime.m4: Likewise.
49821
49822         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49823         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49824
49825 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49826
49827         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49828         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49829
49830 2000-01-02  Jim Meyering  <meyering@ascend.com>
49831
49832         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49833         remember if this is necessary.
49834
49835 1999-12-26  Jim Meyering  <meyering@ascend.com>
49836
49837         * m4/jm-macros.m4: Use it here.
49838         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49839
49840 1999-12-23  Jim Meyering  <meyering@ascend.com>
49841
49842         * m4/jm-macros.m4: Check for clock_gettime (moved from
49843         fileutils/configure.in)
49844         Check for gettimeofday.
49845
49846 1999-12-20  Jim Meyering  <meyering@ascend.com>
49847
49848         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49849         autoconf-2.14a-1999-12-20.
49850
49851 1999-12-19  Jim Meyering  <meyering@ascend.com>
49852
49853         * m4/lstat-slash.m4: New file.
49854         * m4/jm-macros.m4: Use the new macro:
49855         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49856
49857 1999-12-07  Jim Meyering  <meyering@ascend.com>
49858
49859         * m4/perl.m4: Require that File::Compare be available, too.
49860         Too many systems seem to lack it.
49861
49862         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49863         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49864
49865 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49866
49867         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49868         problem with the QNX 4.25 shell, which doesn't propagate exit
49869         status of failed commands inside shell assignments.
49870
49871 1999-11-17  Jim Meyering  <meyering@ascend.com>
49872
49873         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49874
49875 1999-11-07  Jim Meyering  <meyering@ascend.com>
49876
49877         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49878
49879 1999-11-06  Jim Meyering  <meyering@ascend.com>
49880
49881         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49882         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49883
49884 1999-11-05  Jim Meyering  <meyering@ascend.com>
49885
49886         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49887         configure.in of textutils, fileutils, and sh-utils into this one
49888         (shared between those packages) file.
49889         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49890         AC_STRUCT_ST_BLKSIZE.
49891
49892 1999-11-03  Jim Meyering  <meyering@ascend.com>
49893
49894         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49895         of AC_CHECK_TYPE checks includes unistd.h.
49896         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49897         Suggestion from Akim Demaille.
49898
49899 1999-10-30  Jim Meyering  <meyering@ascend.com>
49900
49901         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49902         m4-quoted string.
49903         * m4/ls-mntd-fs.m4: Likewise.
49904         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49905         * m4/jm-winsz1.m4: Likewise.
49906
49907         * m4/const.m4: Remove file, since the fix made it into the experimental
49908         version of autoconf.
49909         * m4/mktime.m4: Likewise.
49910
49911         * m4/check-type.m4: Remove file, now that the latest version of
49912         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49913
49914         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49915         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49916         AC_CHECK_TYPE.
49917
49918 1999-10-04  Jim Meyering  <meyering@ascend.com>
49919
49920         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49921
49922 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49923
49924         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49925         2.95.1 bug with HP-UX 10.20.
49926
49927 1999-09-17  Jim Meyering  <meyering@ascend.com>
49928
49929         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49930         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49931         due to missing strdup (against sh-utils-2.0).
49932
49933 1999-08-29  Jim Meyering  <meyering@ascend.com>
49934
49935         * m4/jm-macros.m4: Require jm_BISON.
49936         * m4/bison.m4: New file.
49937
49938 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49939
49940         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49941         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49942
49943 1999-08-05  Jim Meyering  <meyering@ascend.com>
49944
49945         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49946         to avoid conflicts with `conftest' on 8+3 filesystems.
49947         Suggestion from Eli Zaretskii.
49948
49949 1999-08-04  Jim Meyering  <meyering@ascend.com>
49950
49951         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49952         fileutils and sh-utils (textutils's getline test was inadequate).
49953         (AM_FUNC_GETLINE): Run this test.
49954         (AC_CHECK_FUNCS): Check for getdelim.
49955         Reported by Bob Proulx.
49956
49957 1999-08-02  Jim Meyering  <meyering@ascend.com>
49958
49959         * m4/jm-macros.m4: Add a comment.
49960
49961 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49962
49963         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49964         <inttypes.h> defines strtoumax as a macro (and not as a
49965         function).
49966
49967 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49968
49969         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49970         that we can shift, multiply and divide unsigned long long
49971         values; Ultrix cc can't do it.
49972
49973 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49974
49975         * m4/mktime.m4: New file, which is a preview of what should appear
49976         in the next public autoconf release.
49977
49978 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49979
49980         * m4/lfs.m4: Remove this file.
49981         * m4/largefile.m4: New file.  It contains the old contents of
49982         lfs.m4, except that all names with prefix AC_LFS have been
49983         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49984         compatible with future autoconf versions.  Also, some minor m4
49985         quoting problems have been fixed.
49986
49987 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49988
49989         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49990         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49991         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49992         and simplify the shell code.
49993
49994 1999-08-01  Jim Meyering  <meyering@ascend.com>
49995
49996         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49997         m4.
49998
49999 1999-07-20  Jim Meyering  <meyering@ascend.com>
50000
50001         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
50002
50003 1999-07-15  Jim Meyering  <meyering@ascend.com>
50004
50005         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
50006
50007 1999-05-22  Jim Meyering  <meyering@ascend.com>
50008
50009         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
50010
50011 1999-05-20  Jim Meyering  <meyering@ascend.com>
50012
50013         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
50014         Add a colon after each `then' in case $4 is empty.
50015
50016 1999-05-16  Jim Meyering  <meyering@ascend.com>
50017
50018         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
50019
50020 1999-05-10  Jim Meyering  <meyering@ascend.com>
50021
50022         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
50023
50024         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
50025         AC_FUNC_MKTIME.
50026
50027 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
50028
50029         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
50030
50031 1999-05-04  Paul Eggert  <eggert@twinsun.com>
50032
50033         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
50034         not CPPFLAGS, so that linking works correctly in IRIX.
50035
50036 1999-04-30  Paul Eggert  <eggert@twinsun.com>
50037
50038         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
50039
50040 1999-04-20  Paul Eggert  <eggert@twinsun.com>
50041
50042         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
50043         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
50044         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
50045         jm_AC_TYPE_UNSIGNED_LONG_LONG.
50046         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
50047
50048         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
50049
50050 1999-04-20  Jim Meyering  <meyering@ascend.com>
50051
50052         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
50053         AC_REPLACE xstroull if necessary.  From Paul Eggert.
50054         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
50055
50056 1999-04-18  Jim Meyering  <meyering@ascend.com>
50057
50058         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
50059         * m4/jm-macros.m4: Use it.
50060
50061 1999-04-06  Jim Meyering  <meyering@ascend.com>
50062
50063         * m4/strftime.m4: Remove test for %f.
50064
50065 1999-03-29  Jim Meyering  <meyering@ascend.com>
50066
50067         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
50068         superset of the AC_TYPE_* checks in the textutils, fileutils,
50069         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
50070         AC_TYPE_PID_T.
50071
50072 1999-03-28  Jim Meyering  <meyering@ascend.com>
50073
50074         * m4/jm-macros.m4: Define GNU_PACKAGE here.
50075         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
50076         replaced e.g., in the *.sh files of the sh-utils.
50077
50078 1999-03-20  Jim Meyering  <meyering@ascend.com>
50079
50080         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
50081         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
50082         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
50083
50084 1999-03-19  Jim Meyering  <meyering@ascend.com>
50085
50086         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
50087
50088 1999-03-12  Jim Meyering  <meyering@ascend.com>
50089
50090         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
50091
50092 1999-03-07  Jim Meyering  <meyering@ascend.com>
50093
50094         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
50095         declared.
50096
50097 1999-02-17  Jim Meyering  <meyering@ascend.com>
50098
50099         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
50100         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
50101
50102 1999-02-07  Jim Meyering  <meyering@ascend.com>
50103
50104         * m4/group-member.m4: New file -- extracted from sh-utils'
50105         configure.in.
50106
50107         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
50108         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
50109
50110 1999-02-06  Jim Meyering  <meyering@ascend.com>
50111
50112         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
50113         * m4/fnmatch.m4: Likewise.
50114         * m4/getgroups.m4: Likewise.
50115         * m4/lstat.m4: Likewise.
50116         * m4/malloc.m4: Likewise.
50117         * m4/putenv.m4: Likewise.
50118         * m4/realloc.m4: Likewise.
50119         * m4/regex.m4: Likewise.
50120         * m4/stat.m4: Likewise.
50121         * m4/strftime.m4: Likewise.
50122         Suggestion from Alain Magloire.
50123
50124         * m4/chown.m4: Use `.$ac_objext', not `.o'.
50125         * m4/fnmatch.m4: Likewise.
50126         * m4/getgroups.m4: Likewise.
50127         * m4/getline.m4: Likewise.
50128         * m4/lstat.m4: Likewise.
50129         * m4/malloc.m4: Likewise.
50130         * m4/memcmp.m4: Likewise.
50131         * m4/putenv.m4: Likewise.
50132         * m4/realloc.m4: Likewise.
50133         * m4/regex.m4: Likewise.
50134         * m4/stat.m4: Likewise.
50135         * m4/strftime.m4: Likewise.
50136         Suggestion from Alain Magloire.
50137
50138         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
50139         an argument.
50140
50141         * m4/regex.m4: Add a run-time Test for proper operation of
50142         re_compile_pattern.
50143
50144 1999-01-31  Jim Meyering  <meyering@ascend.com>
50145
50146         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
50147
50148 1999-01-30  Jim Meyering  <meyering@ascend.com>
50149
50150         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
50151
50152         * m4/jm-mktime.m4: Make this a wrapper around the official
50153         AM_FUNC_MKTIME rather than my private copy, now that the official one
50154         is up to date.
50155         * m4/mktime.m4: Remove file.
50156
50157         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
50158         * m4/uptime.m4: Likewise.
50159         * m4/uintmax_t.m4: Likewise.
50160
50161 1999-01-28  Jim Meyering  <meyering@ascend.com>
50162
50163         * m4/jm-macros.m4: Use jm_AFS.
50164         * m4/afs.m4: New file (from fileutils' configure.in).
50165
50166         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
50167         * m4/chown.m4: Likewise.
50168         * m4/d-ino.m4: Likewise.
50169         * m4/d-type.m4: Likewise.
50170         * m4/fnmatch.m4: Likewise.
50171         * m4/getgroups.m4: Likewise.
50172         * m4/gettext.m4: Likewise.
50173         * m4/jm-mktime.m4: Likewise.
50174         * m4/jm-winsz2.m4: Likewise.
50175         * m4/lcmessage.m4: Likewise.
50176         * m4/ls-mntd-fs.m4: Likewise.
50177         * m4/malloc.m4: Likewise.
50178         * m4/memcmp.m4: Likewise.
50179         * m4/putenv.m4: Likewise.
50180         * m4/realloc.m4: Likewise.
50181         * m4/st_mtim.m4: Likewise.
50182         * m4/strftime.m4: Likewise.
50183
50184 1999-01-16  Jim Meyering  <meyering@ascend.com>
50185
50186         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
50187         (ARGMATCH_DIE_DECL): Define.
50188
50189 1999-01-12  Jim Meyering  <meyering@ascend.com>
50190
50191         * m4/Makefile.am.in: Rewrite to avoid using fmt.
50192         Reported by Lars Hecking.
50193
50194 1999-01-10  Jim Meyering  <meyering@ascend.com>
50195
50196         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
50197         gross kludge.
50198         * m4/inttypes_h.m4: Likewise.
50199         * m4/lstat.m4: Likewise.
50200         * m4/malloc.m4: Likewise.
50201         * m4/readdir.m4: Likewise.
50202         * m4/realloc.m4: Likewise.
50203         * m4/st_dm_mode.m4: Likewise.
50204         * m4/stat.m4: Likewise.
50205         * m4/utimbuf.m4: Likewise.
50206         * m4/utimes.m4: Likewise.
50207
50208         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50209         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50210         comments in config.h.in are meaningful.
50211
50212         * m4/jm-macros.m4: Require autoconf-2.13 here.
50213
50214         * m4/regex.m4: By default, don't use the included regex.c on systems
50215         with glibc 2.  Suggestion from Uli Drepper.
50216
50217 1999-01-02  Jim Meyering  <meyering@ascend.com>
50218
50219         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50220
50221 1998-12-18  Jim Meyering  <meyering@ascend.com>
50222
50223         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50224         Based on a suggestion from Lars Hecking.
50225
50226 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50227
50228         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50229
50230 1998-11-16  Jim Meyering  <meyering@ascend.com>
50231
50232         * m4/lfs.m4: Double-quote the `uname...` expression.
50233
50234 1998-11-14  Jim Meyering  <meyering@ascend.com>
50235
50236         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50237         * m4/stat.m4: Likewise.
50238
50239 1998-11-03  Jim Meyering  <meyering@ascend.com>
50240
50241         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50242         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50243
50244 1998-10-18  Jim Meyering  <meyering@ascend.com>
50245
50246         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50247
50248 1998-10-17  Jim Meyering  <meyering@ascend.com>
50249
50250         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50251         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50252         calls for those previously hard-coded headers.  Instead, take a new
50253         parameter.
50254         (jm_CHECK_DECLARATIONS): Reflect interface change.
50255         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50256         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50257
50258         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50259
50260 1998-10-14  Jim Meyering  <meyering@ascend.com>
50261
50262         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50263         instead of "TZ=America/Vancouver".  From Paul Eggert.
50264
50265 1998-10-11  Jim Meyering  <meyering@ascend.com>
50266
50267         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50268         This adds a test for a recently added compatibility fix for mktime.c.
50269         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50270
50271 1998-09-27  Jim Meyering  <meyering@ascend.com>
50272
50273         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50274
50275         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50276         ../configure.in, including a change from Gordon Matzigkeit to allow
50277         cross-compiling for the Hurd.
50278
50279         * m4/glibc.m4: New file/macro to test for the GNU C Library
50280         versions 1 and 2.  From Gordon Matzigkeit.
50281         Indent.
50282
50283 1998-09-21  Jim Meyering  <meyering@ascend.com>
50284
50285         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50286
50287 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50288
50289         Port nanosecond-resolution times to UnixWare 2.1.2 and
50290         pedantic Solaris 2.6.
50291
50292         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50293         AC_STRUCT_ST_MTIM.
50294         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50295         Generate name of ns member, instead of just 1 or undef.
50296         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50297
50298 1998-08-15  Jim Meyering  <meyering@ascend.com>
50299
50300         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50301         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50302         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50303         instead of jm_TYPE_SSIZE_T.
50304
50305 1998-08-12  Jim Meyering  <meyering@ascend.com>
50306
50307         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50308
50309 1998-08-02  Jim Meyering  <meyering@ascend.com>
50310
50311         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50312         in acconfig.h manually.
50313
50314 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50315
50316         * m4/st_mtim.m4: New file.
50317
50318 1998-07-28  Jim Meyering  <meyering@ascend.com>
50319
50320         * m4/utimes.m4: Undef stat.
50321
50322 1998-07-25  Jim Meyering  <meyering@ascend.com>
50323
50324         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50325         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50326
50327 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50328
50329         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50330         uid and gid actually remain unchanged.
50331
50332 1998-07-07  Jim Meyering  <meyering@ascend.com>
50333
50334         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50335
50336 1998-07-04  Jim Meyering  <meyering@ascend.com>
50337
50338         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50339         to prove that this macro can be used in packages without regex.c.
50340
50341 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50342
50343         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50344         is to be used.
50345
50346 1998-07-03  Jim Meyering  <meyering@ascend.com>
50347
50348         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50349
50350         * m4/gettext.m4: New file -- from gettext-0.10.35.
50351         * m4/lcmessage.m4: Likewise.
50352         * m4/progtest.m4: Likewise.
50353
50354         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50355         * m4/jm-macros.m4: Require the new macro.
50356
50357 1998-06-29  Jim Meyering  <meyering@ascend.com>
50358
50359         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50360         for the definition of NGROUPS (used in a system header included
50361         by sys/mount.h).
50362
50363 1998-06-28  Jim Meyering  <meyering@ascend.com>
50364
50365         * m4/ls-mntd-fs.m4: New file.
50366         * m4/fstypename.m4: New file.
50367
50368         * m4/jm-macros.m4: Require the new macro.
50369         * m4/jm-glibc-io.m4: New file.
50370
50371 1998-05-19  Jim Meyering  <meyering@ascend.com>
50372
50373         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50374         * m4/lchown.m4: New file.
50375
50376         * m4/Makefile.am.in: New file.
50377         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50378
50379 1998-05-14  Jim Meyering  <meyering@ascend.com>
50380
50381         * m4/Makefile.am (EXTRA_DIST): Add them.
50382         * m4/jm-macros.m4: New file.
50383         * m4/utimbuf.m4: New file.
50384
50385 1998-05-12  Jim Meyering  <meyering@ascend.com>
50386
50387         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50388
50389 1998-05-11  Jim Meyering  <meyering@ascend.com>
50390
50391         * m4/isc-posix.m4: New file.
50392
50393 1998-05-10  Jim Meyering  <meyering@ascend.com>
50394
50395         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50396
50397 1998-05-09  Jim Meyering  <meyering@ascend.com>
50398
50399         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50400         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50401         with automake.
50402
50403         * m4/ssize_t.m4: New file.
50404         * m4/mktime.m4: Remove file -- the new automake has this now.
50405
50406 1998-04-26  Jim Meyering  <meyering@ascend.com>
50407
50408         * m4/assert.m4: New file.
50409         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50410
50411 1998-04-05  Jim Meyering  <meyering@ascend.com>
50412
50413         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50414         (jm_PREREQ): Use it here.
50415
50416 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50417
50418         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50419         in acconfig.h.
50420
50421 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50422
50423         * m4/prereq.m4: New file.
50424         * m4/error.m4: New file.
50425         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50426
50427 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50428
50429         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50430         cache-check for the same variable -- that defeated the purpose of
50431         the test; the test program was never run.  This was a problem only
50432         on systems with losing getline functions -- HP-UX 10.20 is one.
50433         Reported by Bjorn Helgaas.
50434
50435 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50436
50437         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50438
50439 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50440
50441         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50442
50443         * m4/const.m4: New file.  Use an initializer in this declaration
50444         typedef int charset[2]; const charset x;
50445         Reported by Bob Glickstein.
50446
50447 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50448
50449         * m4/chown.m4: Fix reversed types on -1 args to chown.
50450         From Kaveh Ghazi.
50451
50452 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50453
50454         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50455         Add lseek and memchr.
50456
50457         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50458         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50459         have a 20-character limit on names.
50460
50461 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50462
50463         * m4/inttypes_h.m4: New file.
50464         * m4/uintmax_t.m4: New file.
50465         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50466
50467
50468         -----
50469
50470         Local Variables:
50471         coding: utf-8
50472         End:
50473
50474         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50475
50476         Copying and distribution of this file, with or without
50477         modification, are permitted provided the copyright notice
50478         and this notice are preserved.