Make rename replace existing destinations on Windows.
[gnulib.git] / ChangeLog
1 2009-03-20  Ben Pfaff  <blp@gnu.org>
2
3         Make rename replace existing destinations on Windows.
4         * m4/rename.m4: Add test for Mingw.
5         * lib/rename.c: Add rename replacement that uses MoveFileEx with
6         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
7         * doc/posix-functions/rename.texi: Document.
8
9 2009-04-10  Bruno Haible  <bruno@clisp.org>
10
11         New include file "iconveh.h".
12         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
13         * lib/striconveh.h: Include it.
14         (enum iconv_ilseq_handler): Remove definition.
15         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
16         striconveh.h.
17         * lib/striconveha.c: Include striconveh.h.
18         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
19         * modules/striconveh (Files): Add lib/iconveh.h.
20         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
21         lib/striconveh.h.
22
23 2009-04-10  Bruno Haible  <bruno@clisp.org>
24
25         * lib/uniconv.h: Update comment.
26
27 2009-04-10  Bruno Haible  <bruno@clisp.org>
28
29         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
30         always.
31         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32         * lib/unistr/u16-mbtouc-aux.c: Likewise.
33         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
34         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
35         "unistring-notinline.h", so that the function gets defined always.
36         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
37         * lib/unistr/u8-uctomb.c: Likewise.
38         * lib/unistr/u16-mbtouc.c: Likewise.
39         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
40         * lib/unistr/u16-uctomb.c: Likewise.
41         * lib/unistr/u32-mbtouc.c: Likewise.
42         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
43         * lib/unistr/u32-uctomb.c: Likewise.
44
45 2009-04-10  Bruno Haible  <bruno@clisp.org>
46
47         Mark 'utime' obsolete.
48         * modules/utime (Status, Notice): New sections.
49         Suggested by Jim Meyering.
50
51         Fix cross-compile guess for utime test.
52         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
53         autoconf.
54         * doc/posix-functions/utime.texi: Give more precisions.
55         Reported by Jan <ipif@ymail.com>.
56
57 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
58
59         filevercmp: correct today's change
60         * lib/filevercmp.c: Also handle coreutils' test inputs.
61         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
62
63         Fix regression in 'filevercmp' module. Thanks Sven Joachim
64         for reporting it.
65         * lib/filevercmp.c: Special handle for "", "." and "..".
66         * tests/test-filevercmp.c: Enlarge the set suite.
67
68 2009-04-07  Jim Meyering  <meyering@redhat.com>
69
70         useless-if-before-free: show how to remove braced useless free, too
71         * build-aux/useless-if-before-free: still only in a comment, though.
72
73 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
74
75         maint.mk: import changes to syntax-check macros from coreutils
76         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
77         Use them in the relevant macros.
78
79 2009-04-06  Bruno Haible  <bruno@clisp.org>
80
81         Fix unportable use of bit-fields.
82         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
83         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
84         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
85
86 2009-04-06  Bruno Haible  <bruno@clisp.org>
87
88         Avoid test failures on AIX and OSF/1.
89         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
90         that malloc(0) = NULL.
91         * tests/unicase/test-u8-tolower.c (check): Likewise.
92         * tests/unicase/test-u8-totitle.c (check): Likewise.
93         * tests/unicase/test-u8-toupper.c (check): Likewise.
94         * tests/unicase/test-u16-casefold.c (check): Likewise.
95         * tests/unicase/test-u16-tolower.c (check): Likewise.
96         * tests/unicase/test-u16-totitle.c (check): Likewise.
97         * tests/unicase/test-u16-toupper.c (check): Likewise.
98         * tests/unicase/test-u32-casefold.c (check): Likewise.
99         * tests/unicase/test-u32-tolower.c (check): Likewise.
100         * tests/unicase/test-u32-totitle.c (check): Likewise.
101         * tests/unicase/test-u32-toupper.c (check): Likewise.
102         * tests/uninorm/test-u8-nfc.c (check): Likewise.
103         * tests/uninorm/test-u8-nfd.c (check): Likewise.
104         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
105         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
106         * tests/uninorm/test-u16-nfc.c (check): Likewise.
107         * tests/uninorm/test-u16-nfd.c (check): Likewise.
108         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
109         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
110         * tests/uninorm/test-u32-nfc.c (check): Likewise.
111         * tests/uninorm/test-u32-nfd.c (check): Likewise.
112         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
113         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
114
115 2009-04-05  Bruno Haible  <bruno@clisp.org>
116
117         Work around an autoconf limitation.
118         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
119         comment line if it would be longer than 3 KB.
120
121 2009-04-05  Bruno Haible  <bruno@clisp.org>
122
123         Avoid test failure with libiconv-1.13.
124         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
125         of the expected test results.
126
127 2009-04-05  Bruno Haible  <bruno@clisp.org>
128
129         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
130         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
131         that it should be installed.
132
133 2009-04-05  Bruno Haible  <bruno@clisp.org>
134
135         * gnulib-tool: New option --copy-file.
136         (func_usage): Document it.
137         (func_dest_tmpfilename): Moved out of func_import.
138         (func_add_file, func_update_file): New functions, extracted from
139         func_import.
140         (func_import): Update.
141
142 2009-04-05  Karl Berry  <karl@gnu.org>
143
144         * README: prominently mention gnulib-tool.
145         Rearrange sections so getting the code is near the top.
146
147 2009-04-05  Bruno Haible  <bruno@clisp.org>
148
149         * lib/unicase.h: Mention u*_cmp2.
150         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
151         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
152         * lib/unicase/ulc-casecmp.c: Likewise.
153         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
154         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
155         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
156         unistr/u8-cmp.
157         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
158         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
159         unistr/u16-cmp.
160         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
161         unistr/u32-cmp.
162
163         * lib/uninorm.h: Mention u*_cmp2.
164         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
165         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
166         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
167         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
168         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
169         unistr/u8-cmp.
170         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
171         unistr/u16-cmp.
172         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
173         unistr/u32-cmp.
174
175         New module 'unistr/u32-cmp2'.
176         * lib/unistr/u32-cmp2.c: New file.
177         * modules/unistr/u32-cmp2: New file.
178
179         New module 'unistr/u16-cmp2'.
180         * lib/unistr/u16-cmp2.c: New file.
181         * modules/unistr/u16-cmp2: New file.
182
183         New module 'unistr/u8-cmp2'.
184         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
185         * lib/unistr/u8-cmp2.c: New file.
186         * lib/unistr/u-cmp2.h: New file.
187         * modules/unistr/u8-cmp2: New file.
188
189 2009-04-05  Bruno Haible  <bruno@clisp.org>
190
191         * lib/unictype.h (uc_property_is_valid): New macro.
192         * tests/unictype/test-pr_byname.c (main): Use it.
193
194         * lib/unistr.h: Doc fixes.
195         * lib/uniconv.h: Doc fixes.
196         * lib/unictype.h: Doc fixes.
197
198 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
199
200         Port coreutils 7.2 to Solaris 8.
201
202         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
203         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
204         for Solaris 8.  This is a bit of a hack, as it means it's the
205         caller's responsibility to add -lnsl if needed, but most likely it
206         won't be needed since only getaddrinfo uses this and getaddrinfo
207         isn't needed on Solaris 8.
208
209         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
210         problem to Solaris 8 encountered with coreutils 7.2, which
211         resulted in a message "fnmatch.c:292: warning: passing argument 4
212         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
213         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
214
215 2009-04-03  Simon Josefsson  <simon@josefsson.org>
216
217         * m4/ld-version-script.m4: Add FIXME comment.
218
219 2009-04-02  Simon Josefsson  <simon@josefsson.org>
220
221         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
222         SOVERSION variable.
223
224 2009-04-02  Bruno Haible  <bruno@clisp.org>
225
226         * Makefile (info, html, dvi, pdf): Combine the rules.
227         Suggested by Jim Meyering.
228
229 2009-04-01  Bruno Haible  <bruno@clisp.org>
230
231         * Makefile (info, html, dvi, pdf): New targets.
232         Reported by Reuben Thomas <rrt@sc3d.org>.
233
234 2009-04-01  Bruno Haible  <bruno@clisp.org>
235
236         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
237         can be put into PATH.
238         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
239
240 2009-04-01  Bruno Haible  <bruno@clisp.org>
241
242         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
243
244 2009-04-01  Bruno Haible  <bruno@clisp.org>
245
246         Rename module 'visibility'.
247         * modules/lib-symbol-visibility: Renamed from modules/visibility.
248         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
249         * doc/gnulib.texi: Update.
250         * MODULES.html.sh (Misc): Update.
251         * NEWS: Mention the change.
252
253 2009-04-01  Simon Josefsson  <simon@josefsson.org>
254
255         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
256         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
257         Eric Blake <ebb9@byu.net> for review.
258         * MODULES.html.sh: Add lib-msvc-compat.
259         * doc/gnulib.texi: Link to new section.
260         * m4/ld-output-def.m4: New file.
261         * doc/ld-output-def.texi: New file.
262
263 2009-04-01  Simon Josefsson  <simon@josefsson.org>
264
265         Rename ld-version-script to lib-symbol-versions.  Suggested by
266         Bruno Haible <bruno@clisp.org>.
267         * modules/ld-version-script: Renamed to lib-symbol-versions.
268         * doc/ld-version-script.texi: Fix module name.
269         * MODULES.html.sh: Add lib-symbol-versions.
270
271 2009-03-31  Simon Josefsson  <simon@josefsson.org>
272
273         * modules/u64-tests: New file.
274         * tests/test-u64.c: New file.
275
276 2009-03-04  Simon Josefsson  <simon@josefsson.org>
277
278         * MODULES.html.sh: Mention u64.
279         * modules/u64: New module.
280         * modules/crypto/sha512: Depend on u64 module instead of providing
281         u64.h.
282
283 2009-03-27  Eric Blake  <ebb9@byu.net>
284
285         test-strerror: make debugging EAI_SYSTEM easier
286         * modules/getaddrinfo-tests (Depends-on): Add strerror.
287         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
288         failure was EAI_SYSTEM.
289
290 2009-03-25  Bruno Haible  <bruno@clisp.org>
291
292         Fix a problem with --enable-relocatable on Solaris 7.
293         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
294         since 2008-02-24.
295
296 2009-03-25  Eric Blake  <ebb9@byu.net>
297
298         test-sockets: avoid gcc warning
299         * tests/test-sockets.c (main): Silence compiler warning.
300
301 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
302
303         New modules nproc, pthread, contributed by Glen Lenker.
304
305         * MODULES.html.sh: Add pthread, nproc.
306         * lib/nproc.c: New file.
307         * lib/nproc.h: New file.
308         * lib/pthread.in.h: New file.
309         * m4/pthread.m4: New file.
310         * modules/nproc: New file.
311         * modules/pthread: New file.
312
313 2009-03-24  Simon Josefsson  <simon@josefsson.org>
314
315         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
316         New variable.
317
318 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
319
320         filevercmp: handle simple~ and numbered.~3~ backup suffixes
321         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
322         * tests/test-filevercmp.c: Add tests for backup suffixes.
323
324 2009-03-24  Simon Josefsson  <simon@josefsson.org>
325
326         * modules/stdlib (Depends-on): Add stdint, needed when defining
327         struct random_data on, for example, HP-UX 10.20.  Reported by
328         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
329
330 2009-03-24  Simon Josefsson  <simon@josefsson.org>
331
332         * lib/readline.c (readline): Call fflush on stdout after printing
333         prompt.
334
335 2009-03-20  Bruno Haible  <bruno@clisp.org>
336
337         Remove dependency from 'close' module to -lws2_32 on native Windows.
338         * lib/close-hook.h: New file.
339         * lib/close-hook.c: New file.
340         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
341         w32sock.h.
342         (_gl_close_fd_maybe_socket): Remove function.
343         (rpl_close): Invoke execute_all_close_hooks instead of
344         _gl_close_fd_maybe_socket.
345         * lib/sockets.c: Include close-hook.h, w32sock.h.
346         (close_fd_maybe_socket): New function, essentially from lib/close.c.
347         (close_sockets_hook): New variable.
348         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
349         (gl_sockets_cleanup): Unregister it.
350         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
351         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
352         * modules/close-hook: New file.
353         * modules/close (Files): Remove lib/w32sock.h.
354         (Depends-on): Add close-hook.
355         (Link): Remove section.
356         * modules/sockets (Files): Add lib/w32sock.h.
357         (Depends-on): Add close-hook.
358         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
359         invocation.
360         * NEWS: Mention that LIB_CLOSE is gone.
361
362 2009-03-23  Eric Blake  <ebb9@byu.net>
363
364         signal-tests: test previous patch
365         * tests/test-signal.c: New file.
366         * modules/signal-tests: Likewise.
367
368         signal.h: always support 'volatile sig_atomic_t'
369         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
370         (gl_SIGNAL_H_DEFAULTS): Add a default.
371         * modules/signal (Makefile.am): Substitute if needed.
372         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
373         users can blindly add volatile.
374         * doc/posix-headers/signal.texi (signal.h): Document it.
375         Reported by Matthew Woehlke.
376
377 2009-03-23  Jim Meyering  <meyering@redhat.com>
378
379         pathmax: PATH_MAX: use pathconf only when available
380         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
381         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
382         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
383         This avoids a link failure in a PSP cross-compilation environment
384         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
385
386         * lib/vasnprintf.c (divide): Fix typo in comment.
387
388 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
389
390         * gnulib-tool (func_filter_filelist): Fix comment.
391
392 2009-03-20  Bruno Haible  <bruno@clisp.org>
393
394         Make sockets.h self-contained.
395         * lib/sockets.c: Include sockets.h first.
396         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
397
398 2009-03-19  Eric Blake  <ebb9@byu.net>
399
400         doc: mention more functions added in cygwin 1.7.0
401         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
402         addition.
403         * doc/posix-functions/log2f.texi: Likewise.
404
405 2009-03-19  Jim Meyering  <meyering@redhat.com>
406
407         fsusage: avoid syntax error due to statement-before-declaration
408         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
409         after all declarations.  Reported by Matthew Woehlke in
410         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
411
412 2009-03-18  Eric Blake  <ebb9@byu.net>
413
414         build-aux/compile: sync from automake
415         * build-aux/compile: New file, from automake.
416         * config/srclist.txt: Mention build-aux/compile.
417
418 2009-03-17  Bruno Haible  <bruno@clisp.org>
419
420         * lib/git-merge-changelog.c: Fix typo in comment.
421         Reported by Reuben Thomas <rrt@sc3d.org>.
422
423 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
424
425         * m4/regex.m4: update and improve help for
426         --without-included-regex.
427
428 2009-03-17  Simon Josefsson  <simon@josefsson.org>
429
430         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
431         failure on missing include files.
432
433 2009-03-17  Eric Blake  <ebb9@byu.net>
434
435         doc: mention more functions added in cygwin 1.7.0
436         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
437         addition.
438         * doc/posix-functions/fwscanf.texi: Likewise.
439         * doc/posix-functions/swprintf.texi: Likewise.
440         * doc/posix-functions/swscanf.texi: Likewise.
441         * doc/posix-functions/vfwprintf.texi: Likewise.
442         * doc/posix-functions/vfwscanf.texi: Likewise.
443         * doc/posix-functions/vswprintf.texi: Likewise.
444         * doc/posix-functions/vswscanf.texi: Likewise.
445         * doc/posix-functions/vwprintf.texi: Likewise.
446         * doc/posix-functions/vwscanf.texi: Likewise.
447         * doc/posix-functions/wcscasecmp.texi: Likewise.
448         * doc/posix-functions/wcsdup.texi: Likewise.
449         * doc/posix-functions/wcsftime.texi: Likewise.
450         * doc/posix-functions/wcsncasecmp.texi: Likewise.
451         * doc/posix-functions/wprintf.texi: Likewise.
452         * doc/posix-functions/wscanf.texi: Likewise.
453         * doc/glibc-functions/gethostbyname2.texi: Likewise.
454
455 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
456
457         maint.mk: really add $(AM_MAKEFLAGS)
458         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
459         was inadvertently omitted in the last commit.
460         Spotted by Bruno Haible.
461
462         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
463         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
464         $(AM_MAKEFLAGS)' rather than plain `make'.
465
466         gnulib-tool: execute $MAKE not make
467         * gnulib-tool: Default $MAKE to 'make'.
468         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
469         than make.  Initialize $MAKE in the do-autobuild script.
470
471         gnulib-tool: use $MAKE not make in generated files
472         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
473         make, in generated files.  Initialize $MAKE in the do-autobuild
474         script.
475
476         * top/GNUmakefile (_have-git-version-gen): Fix typo.
477
478         GNUmakefile: disable parallelism only for multiple, recursive targets
479         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
480         additions in the Makefile.
481         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
482         by Automake.
483         (.NOTPARALLEL): Only disable parallel builds if multiple targets
484         are listed on the command line and at least one of them is
485         listed in $(ALL_RECURSIVE_TARGETS).
486
487 2009-03-14  Bruno Haible  <bruno@clisp.org>
488
489         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
490         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
491         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
492         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
493         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
494         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
495         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
496         unistr/u8-uctomb.
497         * modules/unistr/u8-strchr (Depends-on): Likewise.
498         * modules/unistr/u8-strrchr (Depends-on): Likewise.
499         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
500         unistr/u16-uctomb.
501         * modules/unistr/u16-strchr (Depends-on): Likewise.
502         * modules/unistr/u16-strrchr (Depends-on): Likewise.
503
504 2009-03-12  Bruno Haible  <bruno@clisp.org>
505
506         Work around select() bug on Interix 3.5.
507         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
508         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
509         * m4/select.m4: New file.
510         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
511         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
512         * modules/select (Files): Add m4/select.m4.
513         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
514         * modules/nanosleep (Depends-on): Add select.
515         * modules/poll (Depends-on): Likewise.
516         * doc/posix-functions/select.texi: Mention the Interix bug.
517         Reported by Markus Duft <mduft@gentoo.org>.
518
519         * lib/select.c: Renamed from lib/winsock-select.c.
520         * modules/select (Files): Add lib/select.c, remove
521         lib/winsock-select.c.
522         (configure.ac): Update.
523
524 2009-03-12  Jim Meyering  <meyering@redhat.com>
525
526         avoid gcc warnings about unused macro definitions
527         * lib/readtokens.c (STREQ): Remove unused definition.
528         * lib/xmalloc.c (SIZE_MAX): Likewise.
529         * lib/openat-die.c (N_): Likewise.
530         * lib/mountlist.c (SIZE_MAX): Remove definition.
531         Instead, include <stdint.h>.
532         * lib/readutmp.c: Likewise.
533         * modules/readutmp (Depends-on): Add stdint.
534         * modules/mountlist (Depends-on): Add stdint.
535         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
536
537 2009-03-10  Bruno Haible  <bruno@clisp.org>
538
539         Tests for module 'mbmemcasecoll'.
540         * modules/mbmemcasecoll-tests: New file.
541         * tests/test-mbmemcasecoll1.sh: New file.
542         * tests/test-mbmemcasecoll2.sh: New file.
543         * tests/test-mbmemcasecoll3.sh: New file.
544         * tests/test-mbmemcasecoll.c: New file.
545
546         New module 'mbmemcasecoll'.
547         * lib/mbmemcasecoll.h: New file.
548         * lib/mbmemcasecoll.c: New file.
549         * modules/mbmemcasecoll: New file.
550
551         * tests/test-mbmemcasecmp.h: New file, extracted from
552         tests/test-mbmemcasecmp.c.
553         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
554         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
555         (main): Update.
556         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
557
558 2009-03-09  Bruno Haible  <bruno@clisp.org>
559
560         Tests for module 'mbmemcasecmp'.
561         * modules/mbmemcasecmp-tests: New file.
562         * tests/test-mbmemcasecmp1.sh: New file.
563         * tests/test-mbmemcasecmp2.sh: New file.
564         * tests/test-mbmemcasecmp3.sh: New file.
565         * tests/test-mbmemcasecmp.c: New file.
566
567         New module 'mbmemcasecmp'.
568         * lib/mbmemcasecmp.h: New file.
569         * lib/mbmemcasecmp.c: New file.
570         * modules/mbmemcasecmp: New file.
571
572 2009-03-09  Bruno Haible  <bruno@clisp.org>
573
574         Tests for module 'unicase/ulc-casecoll'.
575         * modules/unicase/ulc-casecoll-tests: New file.
576         * tests/unicase/test-ulc-casecoll1.sh: New file.
577         * tests/unicase/test-ulc-casecoll2.sh: New file.
578         * tests/unicase/test-ulc-casecoll.c: New file.
579
580         New module 'unicase/ulc-casecoll'.
581         * lib/unicase.h (ulc_casecoll): New declaration.
582         * lib/unicase/ulc-casecoll.c: New file.
583         * modules/unicase/ulc-casecoll: New file.
584
585         New module 'unicase/ulc-casexfrm'.
586         * lib/unicase.h (ulc_casexfrm): New declaration.
587         * lib/unicase/ulc-casexfrm.c: New file.
588         * modules/unicase/ulc-casexfrm: New file.
589
590 2009-03-09  Bruno Haible  <bruno@clisp.org>
591
592         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
593         invocations.
594
595         * m4/mbscasecmp.m4: Remove file.
596         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
597         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
598
599         * m4/mbscasestr.m4: Remove file.
600         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
601         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
602
603         * m4/mbschr.m4: Remove file.
604         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
605         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
606
607         * m4/mbscspn.m4: Remove file.
608         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
609         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
610
611         * m4/mbslen.m4: Remove file.
612         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
613         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
614
615         * m4/mbsncasecmp.m4: Remove file.
616         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
617         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
618
619         * m4/mbsnlen.m4: Remove file.
620         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
621         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
622
623         * m4/mbspbrk.m4: Remove file.
624         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
625         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
626
627         * m4/mbspcasecmp.m4: Remove file.
628         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
629         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
630
631         * m4/mbsrchr.m4: Remove file.
632         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
633         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
634
635         * m4/mbssep.m4: Remove file.
636         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
637         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
638
639         * m4/mbsspn.m4: Remove file.
640         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
641         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
642
643         * m4/mbsstr.m4: Remove file.
644         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
645         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
646
647         * m4/mbstok_r.m4: Remove file.
648         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
649         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
650
651         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
652
653         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
654         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
655
656         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
657
658 2009-03-08  Bruno Haible  <bruno@clisp.org>
659
660         Tests for module 'unicase/ulc-casecmp'.
661         * modules/unicase/ulc-casecmp-tests: New file.
662         * tests/unicase/test-ulc-casecmp1.sh: New file.
663         * tests/unicase/test-ulc-casecmp2.sh: New file.
664         * tests/unicase/test-ulc-casecmp.c: New file.
665
666         New module 'unicase/ulc-casecmp'.
667         * lib/unicase.h (ulc_casecmp): New declaration.
668         * lib/unicase/ulc-casecmp.c: New file.
669         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
670         'const SRC_UNIT *'.
671         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
672         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
673         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
674         * modules/unicase/ulc-casecmp: New file.
675
676         Tests for module 'unicase/u32-is-cased'.
677         * modules/unicase/u32-is-cased-tests: New file.
678         * tests/unicase/test-u32-is-cased.c: New file.
679
680         Tests for module 'unicase/u16-is-cased'.
681         * modules/unicase/u16-is-cased-tests: New file.
682         * tests/unicase/test-u16-is-cased.c: New file.
683
684         Tests for module 'unicase/u8-is-cased'.
685         * modules/unicase/u8-is-cased-tests: New file.
686         * tests/unicase/test-u8-is-cased.c: New file.
687         * tests/unicase/test-is-cased.h: New file.
688
689         New module 'unicase/u32-is-cased'.
690         * lib/unicase/u32-is-cased.c: New file.
691         * modules/unicase/u32-is-cased: New file.
692
693         New module 'unicase/u16-is-cased'.
694         * lib/unicase/u16-is-cased.c: New file.
695         * modules/unicase/u16-is-cased: New file.
696
697         New module 'unicase/u8-is-cased'.
698         * lib/unicase/u8-is-cased.c: New file.
699         * lib/unicase/u-is-cased.h: New file.
700         * modules/unicase/u8-is-cased: New file.
701
702         Tests for module 'unicase/u32-is-casefolded'.
703         * modules/unicase/u32-is-casefolded-tests: New file.
704         * tests/unicase/test-u32-is-casefolded.c: New file.
705
706         Tests for module 'unicase/u16-is-casefolded'.
707         * modules/unicase/u16-is-casefolded-tests: New file.
708         * tests/unicase/test-u16-is-casefolded.c: New file.
709
710         Tests for module 'unicase/u8-is-casefolded'.
711         * modules/unicase/u8-is-casefolded-tests: New file.
712         * tests/unicase/test-u8-is-casefolded.c: New file.
713         * tests/unicase/test-is-casefolded.h: New file.
714
715         New module 'unicase/u32-is-casefolded'.
716         * lib/unicase/u32-is-casefolded.c: New file.
717         * modules/unicase/u32-is-casefolded: New file.
718
719         New module 'unicase/u16-is-casefolded'.
720         * lib/unicase/u16-is-casefolded.c: New file.
721         * modules/unicase/u16-is-casefolded: New file.
722
723         New module 'unicase/u8-is-casefolded'.
724         * lib/unicase/u8-is-casefolded.c: New file.
725         * modules/unicase/u8-is-casefolded: New file.
726
727         Tests for module 'unicase/u32-is-titlecase'.
728         * modules/unicase/u32-is-titlecase-tests: New file.
729         * tests/unicase/test-u32-is-titlecase.c: New file.
730
731         Tests for module 'unicase/u16-is-titlecase'.
732         * modules/unicase/u16-is-titlecase-tests: New file.
733         * tests/unicase/test-u16-is-titlecase.c: New file.
734
735         Tests for module 'unicase/u8-is-titlecase'.
736         * modules/unicase/u8-is-titlecase-tests: New file.
737         * tests/unicase/test-u8-is-titlecase.c: New file.
738         * tests/unicase/test-is-titlecase.h: New file.
739
740         New module 'unicase/u32-is-titlecase'.
741         * lib/unicase/u32-is-titlecase.c: New file.
742         * modules/unicase/u32-is-titlecase: New file.
743
744         New module 'unicase/u16-is-titlecase'.
745         * lib/unicase/u16-is-titlecase.c: New file.
746         * modules/unicase/u16-is-titlecase: New file.
747
748         New module 'unicase/u8-is-titlecase'.
749         * lib/unicase/u8-is-titlecase.c: New file.
750         * modules/unicase/u8-is-titlecase: New file.
751
752         Tests for module 'unicase/u32-is-lowercase'.
753         * modules/unicase/u32-is-lowercase-tests: New file.
754         * tests/unicase/test-u32-is-lowercase.c: New file.
755
756         Tests for module 'unicase/u16-is-lowercase'.
757         * modules/unicase/u16-is-lowercase-tests: New file.
758         * tests/unicase/test-u16-is-lowercase.c: New file.
759
760         Tests for module 'unicase/u8-is-lowercase'.
761         * modules/unicase/u8-is-lowercase-tests: New file.
762         * tests/unicase/test-u8-is-lowercase.c: New file.
763         * tests/unicase/test-is-lowercase.h: New file.
764
765         New module 'unicase/u32-is-lowercase'.
766         * lib/unicase/u32-is-lowercase.c: New file.
767         * modules/unicase/u32-is-lowercase: New file.
768
769         New module 'unicase/u16-is-lowercase'.
770         * lib/unicase/u16-is-lowercase.c: New file.
771         * modules/unicase/u16-is-lowercase: New file.
772
773         New module 'unicase/u8-is-lowercase'.
774         * lib/unicase/u8-is-lowercase.c: New file.
775         * modules/unicase/u8-is-lowercase: New file.
776
777         Tests for module 'unicase/u32-is-uppercase'.
778         * modules/unicase/u32-is-uppercase-tests: New file.
779         * tests/unicase/test-u32-is-uppercase.c: New file.
780
781         Tests for module 'unicase/u16-is-uppercase'.
782         * modules/unicase/u16-is-uppercase-tests: New file.
783         * tests/unicase/test-u16-is-uppercase.c: New file.
784
785         Tests for module 'unicase/u8-is-uppercase'.
786         * modules/unicase/u8-is-uppercase-tests: New file.
787         * tests/unicase/test-u8-is-uppercase.c: New file.
788         * tests/unicase/test-is-uppercase.h: New file.
789
790         New module 'unicase/u32-is-uppercase'.
791         * lib/unicase/u32-is-uppercase.c: New file.
792         * modules/unicase/u32-is-uppercase: New file.
793
794         New module 'unicase/u16-is-uppercase'.
795         * lib/unicase/u16-is-uppercase.c: New file.
796         * modules/unicase/u16-is-uppercase: New file.
797
798         New module 'unicase/u8-is-uppercase'.
799         * lib/unicase/u8-is-uppercase.c: New file.
800         * modules/unicase/u8-is-uppercase: New file.
801
802         New module 'unicase/u32-is-invariant'.
803         * lib/unicase/u32-is-invariant.c: New file.
804         * modules/unicase/u32-is-invariant: New file.
805
806         New module 'unicase/u16-is-invariant'.
807         * lib/unicase/u16-is-invariant.c: New file.
808         * modules/unicase/u16-is-invariant: New file.
809
810         New module 'unicase/u8-is-invariant'.
811         * lib/unicase/u8-is-invariant.c: New file.
812         * lib/unicase/invariant.h: New file.
813         * lib/unicase/u-is-invariant.h: New file.
814         * modules/unicase/u8-is-invariant: New file.
815
816         Tests for module 'unicase/u32-casecoll'.
817         * modules/unicase/u32-casecoll-tests: New file.
818         * tests/unicase/test-u32-casecoll.c: New file.
819
820         Tests for module 'unicase/u16-casecoll'.
821         * modules/unicase/u16-casecoll-tests: New file.
822         * tests/unicase/test-u16-casecoll.c: New file.
823
824         Tests for module 'unicase/u8-casecoll'.
825         * modules/unicase/u8-casecoll-tests: New file.
826         * tests/unicase/test-u8-casecoll.c: New file.
827
828         New module 'unicase/u32-casecoll'.
829         * lib/unicase/u32-casecoll.c: New file.
830         * modules/unicase/u32-casecoll: New file.
831
832         New module 'unicase/u16-casecoll'.
833         * lib/unicase/u16-casecoll.c: New file.
834         * modules/unicase/u16-casecoll: New file.
835
836         New module 'unicase/u8-casecoll'.
837         * lib/unicase/u8-casecoll.c: New file.
838         * lib/unicase/u-casecoll.h: New file.
839         * modules/unicase/u8-casecoll: New file.
840
841         New module 'unicase/u32-casexfrm'.
842         * lib/unicase/u32-casexfrm.c: New file.
843         * modules/unicase/u32-casexfrm: New file.
844
845         New module 'unicase/u16-casexfrm'.
846         * lib/unicase/u16-casexfrm.c: New file.
847         * modules/unicase/u16-casexfrm: New file.
848
849         New module 'unicase/u8-casexfrm'.
850         * lib/unicase/u8-casexfrm.c: New file.
851         * lib/unicase/u-casexfrm.h: New file.
852         * modules/unicase/u8-casexfrm: New file.
853
854         Tests for module 'unicase/u32-casecmp'.
855         * modules/unicase/u32-casecmp-tests: New file.
856         * tests/unicase/test-u32-casecmp.c: New file.
857
858         Tests for module 'unicase/u16-casecmp'.
859         * modules/unicase/u16-casecmp-tests: New file.
860         * tests/unicase/test-u16-casecmp.c: New file.
861
862         Tests for module 'unicase/u8-casecmp'.
863         * modules/unicase/u8-casecmp-tests: New file.
864         * tests/unicase/test-u8-casecmp.c: New file.
865         * tests/unicase/test-casecmp.h: New file.
866
867         New module 'unicase/u32-casecmp'.
868         * lib/unicase/u32-casecmp.c: New file.
869         * modules/unicase/u32-casecmp: New file.
870
871         New module 'unicase/u16-casecmp'.
872         * lib/unicase/u16-casecmp.c: New file.
873         * modules/unicase/u16-casecmp: New file.
874
875         New module 'unicase/u8-casecmp'.
876         * lib/unicase/u8-casecmp.c: New file.
877         * lib/unicase/u-casecmp.h: New file.
878         * modules/unicase/u8-casecmp: New file.
879
880         Tests for module 'unicase/u32-casefold'.
881         * modules/unicase/u32-casefold-tests: New file.
882         * tests/unicase/test-u32-casefold.c: New file.
883
884         Tests for module 'unicase/u16-casefold'.
885         * modules/unicase/u16-casefold-tests: New file.
886         * tests/unicase/test-u16-casefold.c: New file.
887
888         Tests for module 'unicase/u8-casefold'.
889         * modules/unicase/u8-casefold-tests: New file.
890         * tests/unicase/test-u8-casefold.c: New file.
891
892         New module 'unicase/u32-casefold'.
893         * lib/unicase/u32-casefold.c: New file.
894         * modules/unicase/u32-casefold: New file.
895
896         New module 'unicase/u16-casefold'.
897         * lib/unicase/u16-casefold.c: New file.
898         * modules/unicase/u16-casefold: New file.
899
900         New module 'unicase/u8-casefold'.
901         * lib/unicase/u8-casefold.c: New file.
902         * lib/unicase/u-casefold.h: New file.
903         * modules/unicase/u8-casefold: New file.
904
905         New module 'unicase/tocasefold'.
906         * lib/unicase/casefold.h: New file.
907         * lib/unicase/tocasefold.c: New file.
908         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
909         * modules/unicase/tocasefold: New file.
910
911         Tests for module 'unicase/u32-totitle'.
912         * modules/unicase/u32-totitle-tests: New file.
913         * tests/unicase/test-u32-totitle.c: New file.
914
915         Tests for module 'unicase/u16-totitle'.
916         * modules/unicase/u16-totitle-tests: New file.
917         * tests/unicase/test-u16-totitle.c: New file.
918
919         Tests for module 'unicase/u8-totitle'.
920         * modules/unicase/u8-totitle-tests: New file.
921         * tests/unicase/test-u8-totitle.c: New file.
922
923         New module 'unicase/u32-totitle'.
924         * lib/unicase/u32-totitle.c: New file.
925         * modules/unicase/u32-totitle: New file.
926
927         New module 'unicase/u16-totitle'.
928         * lib/unicase/u16-totitle.c: New file.
929         * modules/unicase/u16-totitle: New file.
930
931         New module 'unicase/u8-totitle'.
932         * lib/unicase/u8-totitle.c: New file.
933         * lib/unicase/u-totitle.h: New file.
934         * modules/unicase/u8-totitle: New file.
935
936         Tests for module 'unicase/u32-tolower'.
937         * modules/unicase/u32-tolower-tests: New file.
938         * tests/unicase/test-u32-tolower.c: New file.
939
940         Tests for module 'unicase/u16-tolower'.
941         * modules/unicase/u16-tolower-tests: New file.
942         * tests/unicase/test-u16-tolower.c: New file.
943
944         Tests for module 'unicase/u8-tolower'.
945         * modules/unicase/u8-tolower-tests: New file.
946         * tests/unicase/test-u8-tolower.c: New file.
947
948         New module 'unicase/u32-tolower'.
949         * lib/unicase/u32-tolower.c: New file.
950         * modules/unicase/u32-tolower: New file.
951
952         New module 'unicase/u16-tolower'.
953         * lib/unicase/u16-tolower.c: New file.
954         * modules/unicase/u16-tolower: New file.
955
956         New module 'unicase/u8-tolower'.
957         * lib/unicase/u8-tolower.c: New file.
958         * modules/unicase/u8-tolower: New file.
959
960         Tests for module 'unicase/u32-toupper'.
961         * modules/unicase/u32-toupper-tests: New file.
962         * tests/unicase/test-u32-toupper.c: New file.
963
964         Tests for module 'unicase/u16-toupper'.
965         * modules/unicase/u16-toupper-tests: New file.
966         * tests/unicase/test-u16-toupper.c: New file.
967
968         Tests for module 'unicase/u8-toupper'.
969         * modules/unicase/u8-toupper-tests: New file.
970         * tests/unicase/test-u8-toupper.c: New file.
971
972         New module 'unicase/u32-toupper'.
973         * lib/unicase/u32-toupper.c: New file.
974         * modules/unicase/u32-toupper: New file.
975
976         New module 'unicase/u16-toupper'.
977         * lib/unicase/u16-toupper.c: New file.
978         * modules/unicase/u16-toupper: New file.
979
980         New module 'unicase/u8-toupper'.
981         * lib/unicase/u8-toupper.c: New file.
982         * modules/unicase/u8-toupper: New file.
983
984         New module 'unicase/u32-casemap'.
985         * lib/unicase/u32-casemap.c: New file.
986         * modules/unicase/u32-casemap: New file.
987
988         New module 'unicase/u16-casemap'.
989         * lib/unicase/u16-casemap.c: New file.
990         * modules/unicase/u16-casemap: New file.
991
992         New module 'unicase/u8-casemap'.
993         * lib/unicase/unicasemap.h: New file.
994         * lib/unicase/u8-casemap.c: New file.
995         * lib/unicase/u-casemap.h: New file.
996         * modules/unicase/u8-casemap: New file.
997
998         New module 'unicase/special-casing'.
999         * lib/unicase/special-casing.h: New file.
1000         * lib/unicase/special-casing.c: New file.
1001         * lib/unicase/special-casing-table.gperf: New file, generated by
1002         gen-uni-tables.c.
1003         * modules/unicase/special-casing: New file.
1004
1005         Tests for module 'unicase/locale-language'.
1006         * modules/unicase/locale-language-tests: New file.
1007         * tests/unicase/test-locale-language.sh: New file.
1008         * tests/unicase/test-locale-language.c: New file.
1009
1010         New module 'unicase/locale-language'.
1011         * lib/unicase/locale-language.c: New file.
1012         * lib/unicase/locale-languages.gperf: New file.
1013         * modules/unicase/locale-language: New file.
1014
1015         Generate more tables for case conversion and case folding.
1016         * lib/gen-uni-tables.c (SCC_*): New enum items.
1017         (struct special_casing_rule): New type.
1018         (casing_rules, num_casing_rules, allocated_casing_rules): New
1019         variables.
1020         (add_casing_rule, fill_casing_rules): New functions.
1021         (struct casefold_rule): New type.
1022         (casefolding_rules, num_casefolding_rules,
1023         allocated_casefolding_rules): New variables.
1024         (fill_casefolding_rules): New function.
1025         (unicode_casefold): New variable.
1026         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
1027         sort_casing_rules, output_casing_rules): New functions.
1028         (main): Accept to more arguments: SpecialCasing.txt and
1029         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
1030         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
1031         Output mapping for casefolding.
1032
1033         * lib/unicase.h: Include stdbool.h, uninorm.h.
1034         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
1035         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
1036         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
1037         arguments.
1038         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
1039         resultp arguments.
1040         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
1041         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
1042         resultp arguments.
1043         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
1044         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
1045         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
1046         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
1047         declarations.
1048         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
1049
1050 2009-03-08  Bruno Haible  <bruno@clisp.org>
1051
1052         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
1053         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
1054         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
1055         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
1056
1057 2009-03-07  Bruno Haible  <bruno@clisp.org>
1058
1059         Adjust u*_normcmp, u*_normcoll API.
1060         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
1061         u16_normcoll, u32_normcoll): Change failure conventions.
1062         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
1063         errno and return -1.
1064         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
1065
1066 2009-03-07  Bruno Haible  <bruno@clisp.org>
1067
1068         Tests for module 'uninorm/u32-normcoll'.
1069         * modules/uninorm/u32-normcoll-tests: New file.
1070         * tests/uninorm/test-u32-normcoll.c: New file.
1071
1072         Tests for module 'uninorm/u16-normcoll'.
1073         * modules/uninorm/u16-normcoll-tests: New file.
1074         * tests/uninorm/test-u16-normcoll.c: New file.
1075
1076         Tests for module 'uninorm/u8-normcoll'.
1077         * modules/uninorm/u8-normcoll-tests: New file.
1078         * tests/uninorm/test-u8-normcoll.c: New file.
1079
1080 2009-03-07  Bruno Haible  <bruno@clisp.org>
1081
1082         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
1083         tests/uninorm/test-u32-normcmp.c.
1084         * tests/uninorm/test-u32-normcmp.c: Include it.
1085         (test_nonascii): New function, extracted from main. Add some more
1086         tests.
1087         (main): Invoke test_ascii and test_nonascii.
1088         * modules/uninorm/u32-normcmp-tests (Files): Add
1089         tests/uninorm/test-u32-normcmp.h.
1090         (Depends-on): Remove uninorm/u32-normcmp.
1091
1092         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
1093         tests/uninorm/test-u16-normcmp.c.
1094         * tests/uninorm/test-u16-normcmp.c: Include it.
1095         (test_nonascii): New function, extracted from main. Add some more
1096         tests.
1097         (main): Invoke test_ascii and test_nonascii.
1098         * modules/uninorm/u16-normcmp-tests (Files): Add
1099         tests/uninorm/test-u16-normcmp.h.
1100         (Depends-on): Remove uninorm/u16-normcmp.
1101
1102         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
1103         tests/uninorm/test-u8-normcmp.c.
1104         * tests/uninorm/test-u8-normcmp.c: Include it.
1105         (test_nonascii): New function, extracted from main. Add some more
1106         tests.
1107         (main): Invoke test_ascii and test_nonascii.
1108         * modules/uninorm/u8-normcmp-tests (Files): Add
1109         tests/uninorm/test-u8-normcmp.h.
1110         (Depends-on): Remove uninorm/u8-normcmp.
1111
1112 2009-03-07  Bruno Haible  <bruno@clisp.org>
1113
1114         New module 'uninorm/u32-normcoll'.
1115         * lib/uninorm/u32-normcoll.c: New file.
1116         * modules/uninorm/u32-normcoll: New file.
1117
1118         New module 'uninorm/u16-normcoll'.
1119         * lib/uninorm/u16-normcoll.c: New file.
1120         * modules/uninorm/u16-normcoll: New file.
1121
1122         New module 'uninorm/u8-normcoll'.
1123         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
1124         declarations.
1125         * lib/uninorm/u8-normcoll.c: New file.
1126         * lib/uninorm/u-normcoll.h: New file.
1127         * modules/uninorm/u8-normcoll: New file.
1128
1129         New module 'uninorm/u32-normxfrm'.
1130         * lib/uninorm/u32-normxfrm.c: New file.
1131         * modules/uninorm/u32-normxfrm: New file.
1132
1133         New module 'uninorm/u16-normxfrm'.
1134         * lib/uninorm/u16-normxfrm.c: New file.
1135         * modules/uninorm/u16-normxfrm: New file.
1136
1137         New module 'uninorm/u8-normxfrm'.
1138         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
1139         declarations.
1140         * lib/uninorm/u8-normxfrm.c: New file.
1141         * lib/uninorm/u-normxfrm.h: New file.
1142         * modules/uninorm/u8-normxfrm: New file.
1143
1144 2009-03-07  Bruno Haible  <bruno@clisp.org>
1145
1146         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
1147         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
1148         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
1149
1150 2009-03-07  Bruno Haible  <bruno@clisp.org>
1151
1152         New module 'memxfrm'.
1153         * lib/memxfrm.h: New file.
1154         * lib/memxfrm.c: New file.
1155         * modules/memxfrm: New file.
1156
1157 2009-03-07  Bruno Haible  <bruno@clisp.org>
1158
1159         New module 'memcmp2'.
1160         * lib/memcmp2.h: New file.
1161         * lib/memcmp2.c: New file.
1162         * modules/memcmp2: New file.
1163
1164 2009-03-07  Bruno Haible  <bruno@clisp.org>
1165
1166         Tests for module 'uninorm/decomposing-form'.
1167         * modules/uninorm/decomposing-form-tests: New file.
1168         * tests/uninorm/test-decomposing-form.c: New file.
1169
1170         New module 'uninorm/decomposing-form'.
1171         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
1172         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
1173         Add 'decomposing_variant' field.
1174         * lib/uninorm/decomposing-form.c: New file.
1175         * lib/uninorm/nfc.c (uninorm_nfc): Update.
1176         * lib/uninorm/nfd.c (uninorm_nfd): Update.
1177         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
1178         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
1179         * modules/uninorm/decomposing-form: New file.
1180         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
1181         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
1182
1183 2009-03-07  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
1186         strings.
1187
1188 2009-03-06  Bruno Haible  <bruno@clisp.org>
1189
1190         Tests for module 'uninorm/u32-normcmp'.
1191         * tests/uninorm/test-u32-normcmp.c: New file.
1192         * modules/uninorm/u32-normcmp-tests: New file.
1193
1194         Tests for module 'uninorm/u16-normcmp'.
1195         * tests/uninorm/test-u16-normcmp.c: New file.
1196         * modules/uninorm/u16-normcmp-tests: New file.
1197
1198         Tests for module 'uninorm/u8-normcmp'.
1199         * tests/uninorm/test-u8-normcmp.c: New file.
1200         * modules/uninorm/u8-normcmp-tests: New file.
1201
1202         New module 'uninorm/u32-normcmp'.
1203         * lib/uninorm/u32-normcmp.c: New file.
1204         * modules/uninorm/u32-normcmp: New file.
1205
1206         New module 'uninorm/u16-normcmp'.
1207         * lib/uninorm/u16-normcmp.c: New file.
1208         * modules/uninorm/u16-normcmp: New file.
1209
1210         New module 'uninorm/u8-normcmp'.
1211         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
1212         declarations.
1213         * lib/uninorm/u8-normcmp.c: New file.
1214         * lib/uninorm/u-normcmp.h: New file.
1215         * modules/uninorm/u8-normcmp: New file.
1216
1217 2009-03-06  Bruno Haible  <bruno@clisp.org>
1218
1219         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
1220         Reported by Eric Blake.
1221
1222 2009-03-06  Eric Blake  <ebb9@byu.net>
1223             Bruno Haible  <bruno@clisp.org>
1224
1225         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
1226         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
1227         condition.
1228         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
1229         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
1230         condition.
1231         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
1232
1233 2009-03-06  Eric Blake  <ebb9@byu.net>
1234
1235         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
1236         to avoid compiler warnings.
1237         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
1238
1239 2009-03-05  Bruno Haible  <bruno@clisp.org>
1240
1241         * tests/test-ftell.c (main): Disable test beyond end of file on
1242         FreeMiNT.
1243         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
1244
1245 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
1246
1247         * lib/filevercmp.c: Move hidden files up in ordering.
1248         * tests/test-filevercmp.c: Add tests for hidden files.
1249
1250 2009-03-04  Bruno Haible  <bruno@clisp.org>
1251
1252         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
1253         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
1254         AM_CFLAGS.
1255         Reported by Simon Josefsson.
1256
1257 2009-03-03  Bruno Haible  <bruno@clisp.org>
1258
1259         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
1260         Reported by Simon Josefsson.
1261
1262         * doc/ld-version-script.texi: Update node reference.
1263
1264 2009-03-03  Bruno Haible  <bruno@clisp.org>
1265
1266         * modules/visibility (License): Change to 'unlimited'.
1267         Suggested by Simon Josefsson.
1268
1269 2009-03-03  Jim Meyering  <meyering@redhat.com>
1270
1271         unlinkdir: cannot_unlink_dir may modify process state
1272         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
1273         it's neither thread-safe nor appropriate for use in a library.
1274
1275 2009-03-03  Eric Blake  <ebb9@byu.net>
1276
1277         test-closein: silence test under Darwin
1278         * tests/test-closein.sh: Ignore stderr from cat, since we don't
1279         care if it dies from EPIPE or EBADF.
1280
1281 2009-03-03  Bruno Haible  <bruno@clisp.org>
1282
1283         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
1284         earlier.
1285         * doc/visibility.texi: Fix @node and @section.
1286
1287 2009-03-03  Simon Josefsson  <simon@josefsson.org>
1288
1289         * doc/gnulib.texi: Link to sections for ld version script and
1290         visibility.
1291         * doc/visibility.texi: Add @node and @section.
1292         * modules/ld-version-script: New module.
1293         * m4/ld-version-script.m4: New file.
1294         * doc/ld-version-script.texi: New file.
1295
1296 2009-03-02  David Lutterkort  <lutter@redhat.com>
1297
1298         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
1299         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1300
1301 2009-03-02  Bruno Haible  <bruno@clisp.org>
1302
1303         * doc/visibility.texi: Mention libtool's -export-symbols option.
1304
1305 2009-03-02  Jim Meyering  <meyering@redhat.com>
1306
1307         announce-gen: new option: --no-print-checksums
1308         * build-aux/announce-gen (usage): Describe it.
1309         (print_checksums): Print a newline here, not in the [*] footnote.
1310         (main): Honor it.
1311
1312 2009-03-01  Bruno Haible  <bruno@clisp.org>
1313
1314         Use socklen_t in the native Windows replacements prototypes.
1315         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
1316         instead of 'int'.
1317         * lib/getsockopt.c (rpl_getsockopt): Likewise.
1318         * lib/setsockopt.c (rpl_setsockopt): Likewise.
1319         * modules/getsockopt (Depends-on): Add socklen.
1320         * modules/setsockopt (Depends-on): Add socklen.
1321
1322 2009-03-01  Bruno Haible  <bruno@clisp.org>
1323
1324         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
1325         least 4.2.
1326
1327 2009-03-01  Eric Blake  <ebb9@byu.net>
1328             Bruno Haible  <bruno@clisp.org>
1329
1330         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
1331         error messages.
1332         * lib/wait-process.c (wait_subprocess): Omit error message about
1333         deadly signal sent to the child of termsigp != NULL.
1334
1335 2009-03-01  Eric Blake  <ebb9@byu.net>
1336
1337         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
1338
1339 2009-03-01  Bruno Haible  <bruno@clisp.org>
1340
1341         Avoid a gcc warning.
1342         * tests/test-sched.c (b): Make global.
1343         Reported by Eric Blake.
1344
1345 2009-01-19  Martin Lambers  <marlam@marlam.de>
1346
1347         Provide POSIX semantics for socket timeout options on W32.
1348         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
1349         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
1350         * modules/setsockopt: Depend on sys_time module for struct timeval.
1351         * modules/getsockopt: Depend on sys_time module for struct timeval.
1352
1353 2009-03-01  Simon Josefsson  <simon@josefsson.org>
1354
1355         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
1356         __USE_GNU, for consistency with netdb.in.h.
1357         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1358
1359 2009-03-01  Bruno Haible  <bruno@clisp.org>
1360
1361         More support for FreeMiNT.
1362         * lib/fseeko.c (rpl_fseeko): Complete last commit.
1363         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1364
1365 2009-03-01  Bruno Haible  <bruno@clisp.org>
1366
1367         More support for FreeMiNT.
1368         * lib/fpurge.c (fpurge): Correct last commit.
1369         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1370
1371 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1372
1373         Fix unportable awk script in vc-list-files.
1374         * build-aux/vc-list-files: In the replacement awk script, use
1375         substr with a second argument of 1, not zero.
1376         Report by Simon Josefsson.
1377
1378 2009-02-28  Bruno Haible  <bruno@clisp.org>
1379
1380         More support for FreeMiNT.
1381         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
1382         to FreeMiNT today.
1383         * lib/fwriting.c (fwriting): Likewise.
1384         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
1385
1386 2009-02-28  Bruno Haible  <bruno@clisp.org>
1387
1388         * tests/test-freadseek.c (main): Disable test beyond end of file on
1389         FreeMiNT.
1390         * tests/test-ftello.c (main): Likewise.
1391         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
1392
1393 2009-02-28  Bruno Haible  <bruno@clisp.org>
1394
1395         Add tentative support for FreeMiNT.
1396         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
1397         * lib/fpurge.c (fpurge): Likewise.
1398         * lib/freadable.c (freadable): Likewise.
1399         * lib/freading.c (freading): Likewise.
1400         * lib/freadptr.c (freadptr): Likewise.
1401         * lib/freadseek.c (freadptrinc): Likewise.
1402         * lib/fseeko.c (rpl_fseeko): Likewise.
1403         * lib/fseterr.c (fseterr): Likewise.
1404         * lib/fwritable.c (fwritable): Likewise.
1405         * lib/fwriting.c (fwriting): Likewise.
1406         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
1407         Hourihane.
1408         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
1409
1410 2009-02-28  Bruno Haible  <bruno@clisp.org>
1411
1412         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
1413         SIGCHLD.
1414         Reported by Jim Meyering.
1415
1416 2009-02-28  Bruno Haible  <bruno@clisp.org>
1417
1418         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
1419         Mention the results of these tests on various platforms.
1420         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
1421         order.
1422         * doc/posix-functions/printf.texi: Likewise.
1423         * doc/posix-functions/snprintf.texi: Likewise.
1424         * doc/posix-functions/sprintf.texi: Likewise.
1425         * doc/posix-functions/vfprintf.texi: Likewise.
1426         * doc/posix-functions/vprintf.texi: Likewise.
1427         * doc/posix-functions/vsnprintf.texi: Likewise.
1428         * doc/posix-functions/vsprintf.texi: Likewise.
1429         * doc/glibc-functions/obstack_printf.texi: Likewise.
1430         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
1431
1432 2009-02-28  Bruno Haible  <bruno@clisp.org>
1433
1434         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
1435         Reported by Loïc Minier <lool@dooz.org>.
1436
1437 2009-02-27  Bruno Haible  <bruno@clisp.org>
1438
1439         * gnulib-tool (func_import): Make the sed expression used to create the
1440         sed script for updating the .gitignore file POSIX compliant.
1441         Reported by Eric Blake.
1442
1443 2009-02-27  Bruno Haible  <bruno@clisp.org>
1444
1445         * gnulib-tool (sed): Don't alias as "sed --posix".
1446         Reported by Eric Blake.
1447
1448 2009-02-27  Bruno Haible  <bruno@clisp.org>
1449
1450         Avoid test link errors.
1451         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
1452         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
1453         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
1454         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
1455         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1456
1457 2009-02-27  Bruno Haible  <bruno@clisp.org>
1458
1459         Avoid spurious "(cached)" in configure output.
1460         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
1461         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
1462         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1463         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1464         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1465         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
1466         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1467         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
1468         Reported by Eric Blake.
1469
1470 2009-02-27  Eric Blake  <ebb9@byu.net>
1471
1472         printf: fix regression in previous patch
1473         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
1474
1475 2009-02-27  Bruno Haible  <bruno@clisp.org>
1476
1477         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
1478         value.
1479         * lib/stdint.in.h: Likewise.
1480         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
1481
1482 2009-02-27  Eric Blake  <ebb9@byu.net>
1483
1484         doc: mention more functions added in cygwin 1.7.0
1485         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
1486         addition.
1487         * doc/posix-functions/open_wmemstream.texi: Likewise.
1488         * doc/posix-functions/wcsnlen.texi: Likewise.
1489         * doc/posix-functions/wcsnrtombs.texi: Likewise.
1490         * doc/posix-functions/wcstod.texi: Likewise.
1491         * doc/posix-functions/wcstof.texi: Likewise.
1492         * doc/posix-functions/wcstoimax.texi: Likewise.
1493         * doc/posix-functions/wcstok.texi: Likewise.
1494         * doc/posix-functions/wcstoumax.texi: Likewise.
1495
1496         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
1497         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
1498         * doc/posix-functions/fprintf.texi: Update.
1499         * doc/posix-functions/printf.texi: Update.
1500         * doc/posix-functions/snprintf.texi: Update.
1501         * doc/posix-functions/sprintf.texi: Update.
1502         * doc/posix-functions/vfprintf.texi: Update.
1503         * doc/posix-functions/vprintf.texi: Update.
1504         * doc/posix-functions/vsnprintf.texi: Update.
1505         * doc/posix-functions/vsprintf.texi: Update.
1506         * doc/glibc-functions/obstack_printf.texi: Update.
1507         * doc/glibc-functions/obstack_vprintf.texi: Update.
1508
1509 2009-02-26  Eric Blake  <ebb9@byu.net>
1510
1511         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
1512         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
1513         compilation bug by using runtime conversion.
1514         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1515         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
1516         * modules/ceill-tests (Files): Use nan.h.
1517         * modules/floorl-tests (Files): Likewise.
1518         * modules/frexpl-tests (Files): Likewise.
1519         * modules/isnanl-tests (Files): Likewise.
1520         * modules/ldexpl-tests (Files): Likewise.
1521         * modules/roundl-tests (Files): Likewise.
1522         * modules/truncl-tests (Files): Likewise.
1523         * tests/test-ceill.c (main): Use a working NaN.
1524         * tests/test-floorl.c (main): Likewise.
1525         * tests/test-frexpl.c (main): Likewise.
1526         * tests/test-isnan.c (test_long_double): Likewise.
1527         * tests/test-isnanl.h (main): Likewise.
1528         * tests/test-ldexpl.h (main): Likewise.
1529         * tests/test-roundl.h (main): Likewise.
1530         * tests/test-truncl.h (main): Likewise.
1531         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
1532
1533 2009-02-26  Eric Blake  <ebb9@byu.net>
1534             Bruno Haible  <bruno@clisp.org>
1535
1536         Work around a *printf bug with %ls on Solaris.
1537         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
1538         precision is specified, sprintf stops converting the wide string
1539         argument when the number of bytes that have been produced by this
1540         conversion equals or exceeds the precision.
1541         * doc/posix-functions/fprintf.texi: Update.
1542         * doc/posix-functions/printf.texi: Update.
1543         * doc/posix-functions/snprintf.texi: Update.
1544         * doc/posix-functions/sprintf.texi: Update.
1545         * doc/posix-functions/vfprintf.texi: Update.
1546         * doc/posix-functions/vprintf.texi: Update.
1547         * doc/posix-functions/vsnprintf.texi: Update.
1548         * doc/posix-functions/vsprintf.texi: Update.
1549         * doc/glibc-functions/obstack_printf.texi: Update.
1550         * doc/glibc-functions/obstack_vprintf.texi: Update.
1551
1552 2009-02-26  Eric Blake  <ebb9@byu.net>
1553
1554         stdlib: favor compiler check of random.h
1555         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
1556         to avoid an ObjC random.h installed by Swarm.
1557
1558 2009-02-26  Bruno Haible  <bruno@clisp.org>
1559
1560         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
1561         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
1562         Reported by Gary V. Vaughan <gary@gnu.org>.
1563
1564 2009-02-26  Bruno Haible  <bruno@clisp.org>
1565
1566         Fix *printf behaviour regarding the %ls directive.
1567         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
1568         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
1569         NEED_PRINTF_DIRECTIVE_LS.
1570         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
1571         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1572         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1573         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
1574         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
1575         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
1576         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1577         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1578         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1579         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1581         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1582         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1583         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1584         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1585         * doc/posix-functions/fprintf.texi: Update.
1586         * doc/posix-functions/printf.texi: Update.
1587         * doc/posix-functions/snprintf.texi: Update.
1588         * doc/posix-functions/sprintf.texi: Update.
1589         * doc/posix-functions/vfprintf.texi: Update.
1590         * doc/posix-functions/vprintf.texi: Update.
1591         * doc/posix-functions/vsnprintf.texi: Update.
1592         * doc/posix-functions/vsprintf.texi: Update.
1593         * doc/glibc-functions/obstack_printf.texi: Update.
1594         * doc/glibc-functions/obstack_vprintf.texi: Update.
1595         Reported by Eric Blake.
1596
1597 2009-02-25  Bruno Haible  <bruno@clisp.org>
1598
1599         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1600         with known value.
1601         Reported by Gary V. Vaughan <gary@gnu.org>.
1602
1603 2009-02-25  Bruno Haible  <bruno@clisp.org>
1604
1605         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1606         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1607         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1608         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1609         Reported by Gary V. Vaughan <gary@gnu.org>.
1610
1611 2009-02-25  Bruno Haible  <bruno@clisp.org>
1612
1613         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1614         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1615         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1616         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1617         Reported by Gary V. Vaughan <gary@gnu.org>.
1618
1619 2009-02-25  Eric Blake  <ebb9@byu.net>
1620
1621         tests: skip fseek/ftell tests if ungetc is broken
1622         * m4/ungetc.m4: New file.
1623         * modules/fseek-tests: Split test, so ungetc dependency is
1624         separate from rest of test.
1625         * modules/fseeko-tests: Likewise.
1626         * modules/ftell-tests: Likewise.
1627         * modules/ftello-tests: Likewise.
1628         * tests/test-fseek.c (main): Isolate ungetc dependency.
1629         * tests/test-fseeko.c (main): Likewise.
1630         * tests/test-ftell.c (main): Likewise.
1631         * tests/test-ftello.c (main): Likewise.
1632         * tests/test-fseek2.sh: New file.
1633         * tests/test-fseeko2.sh: Likewise.
1634         * tests/test-ftell2.sh: Likewise.
1635         * tests/test-ftello2.sh: Likewise.
1636
1637 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1638
1639         test-getaddrinfo: fix usage of skip return code 77
1640         * tests/test-gettaddrinfo.c: Return skip code 77 only
1641         for first occurance of skip (4x77 is not 77)
1642
1643 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1644
1645         strtod: avoid C99 decl-after-statement
1646         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1647
1648 2009-02-24  Eric Blake  <ebb9@byu.net>
1649
1650         strtod: detect HP-UX 11.31 bug
1651         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1652         Reported by Gary V. Vaughan.
1653
1654 2009-02-23  Bruno Haible  <bruno@clisp.org>
1655
1656         Fix invalid read past end of memory block.
1657         * lib/vasnprintf.c (DCHAR_SET): Define.
1658         (local_wcslen): Define only when needed.
1659         (local_strnlen, local_wcsnlen): New functions.
1660         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1661         directives that involve a conversion ourselves.
1662         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1663         wcsnlen, mbrtowc, wcrtomb.
1664         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1665         * tests/test-vasprintf-posix.c (test_function): Likewise.
1666         * tests/test-snprintf-posix.h (test_function): Likewise.
1667         * tests/test-sprintf-posix.h (test_function): Likewise.
1668         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1669
1670 2009-02-22  Bruno Haible  <bruno@clisp.org>
1671
1672         Implement new clarified decomposition of Hangul syllables.
1673         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1674         of type LTV, return only a pairwise decomposition.
1675         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1676         Likewise.
1677         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1678         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1679         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1680
1681 2009-02-22  Bruno Haible  <bruno@clisp.org>
1682
1683         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1684         zero-length results and shrink excess allocated memory.
1685         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1686         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1687         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1688         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1689         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1690         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1691         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1692         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1693         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1694         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1695         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1696         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1697
1698 2009-02-21  Bruno Haible  <bruno@clisp.org>
1699
1700         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1701         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1702         spaces after a period. Put a space between a macro name and its
1703         argument list. Trivial rewordings.
1704         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1705         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1706         (main): Return 0 explicitly.
1707
1708 2009-02-21  Bruno Haible  <bruno@clisp.org>
1709
1710         Tests for module 'uninorm/filter'.
1711         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1712         * modules/uninorm/filter-tests: New file.
1713
1714         New module 'uninorm/filter'.
1715         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1716         uninorm_filter_flush, uninorm_filter_free): New declarations.
1717         * lib/uninorm/uninorm-filter.c: New file.
1718         * modules/uninorm/filter: New file.
1719
1720 2009-02-21  Bruno Haible  <bruno@clisp.org>
1721
1722         Tests for module 'uninorm/nfkc'.
1723         * tests/uninorm/test-nfkc.c: New file.
1724         * tests/uninorm/test-u8-nfkc.c: New file.
1725         * tests/uninorm/test-u16-nfkc.c: New file.
1726         * tests/uninorm/test-u32-nfkc.c: New file.
1727         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1728         * tests/uninorm/test-u32-nfkc-big.c: New file.
1729         * modules/uninorm/nfkc-tests: New file.
1730
1731         New module 'uninorm/nfkc'.
1732         * lib/uninorm/nfkc.c: New file.
1733         * modules/uninorm/nfkc: New file.
1734
1735         Tests for module 'uninorm/nfkd'.
1736         * tests/uninorm/test-nfkd.c: New file.
1737         * tests/uninorm/test-u8-nfkd.c: New file.
1738         * tests/uninorm/test-u16-nfkd.c: New file.
1739         * tests/uninorm/test-u32-nfkd.c: New file.
1740         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1741         * tests/uninorm/test-u32-nfkd-big.c: New file.
1742         * modules/uninorm/nfkd-tests: New file.
1743
1744         New module 'uninorm/nfkd'.
1745         * lib/uninorm/nfkd.c: New file.
1746         * modules/uninorm/nfkd: New file.
1747
1748         Tests for module 'uninorm/nfc'.
1749         * tests/uninorm/test-nfc.c: New file.
1750         * tests/uninorm/test-u8-nfc.c: New file.
1751         * tests/uninorm/test-u16-nfc.c: New file.
1752         * tests/uninorm/test-u32-nfc.c: New file.
1753         * tests/uninorm/test-u32-nfc-big.sh: New file.
1754         * tests/uninorm/test-u32-nfc-big.c: New file.
1755         * modules/uninorm/nfc-tests: New file.
1756
1757         New module 'uninorm/nfc'.
1758         * lib/uninorm/nfc.c: New file.
1759         * modules/uninorm/nfc: New file.
1760
1761         Tests for module 'uninorm/nfd'.
1762         * tests/uninorm/test-nfd.c: New file.
1763         * tests/uninorm/test-u8-nfd.c: New file.
1764         * tests/uninorm/test-u16-nfd.c: New file.
1765         * tests/uninorm/test-u32-nfd.c: New file.
1766         * tests/uninorm/test-u32-nfd-big.sh: New file.
1767         * tests/uninorm/test-u32-nfd-big.c: New file.
1768         * tests/uninorm/test-u32-normalize-big.h: New file.
1769         * tests/uninorm/test-u32-normalize-big.c: New file.
1770         * tests/uninorm/NormalizationTest.txt: New file, created from
1771         Unicode 5.1.0 NormalizationTest.txt.
1772         * modules/uninorm/nfd-tests: New file.
1773
1774         New module 'uninorm/nfd'.
1775         * lib/uninorm/nfd.c: New file.
1776         * modules/uninorm/nfd: New file.
1777
1778         New module 'uninorm/u32-normalize'.
1779         * lib/uninorm/u32-normalize.c: New file.
1780         * modules/uninorm/u32-normalize: New file.
1781
1782         New module 'uninorm/u16-normalize'.
1783         * lib/uninorm/u16-normalize.c: New file.
1784         * modules/uninorm/u16-normalize: New file.
1785
1786         New module 'uninorm/u8-normalize'.
1787         * lib/uninorm/u8-normalize.c: New file.
1788         * lib/uninorm/normalize-internal.h: New file.
1789         * lib/uninorm/u-normalize-internal.h: New file.
1790         * modules/uninorm/u8-normalize: New file.
1791
1792         New module 'uninorm/decompose-internal'.
1793         * lib/uninorm/decompose-internal.c: New file.
1794         * modules/uninorm/decompose-internal: New file.
1795
1796         Tests for module 'uninorm/composition'.
1797         * tests/uninorm/test-composition.c: New file.
1798         * modules/uninorm/composition-tests: New file.
1799
1800         New module 'uninorm/composition'.
1801         * lib/uninorm/composition.c: New file.
1802         * lib/uninorm/composition-table.gperf: New file, generated by
1803         gen-uni-tables.
1804         * modules/uninorm/composition: New file.
1805
1806         Tests for module 'uninorm/compat-decomposition'.
1807         * tests/uninorm/test-compat-decomposition.c: New file.
1808         * modules/uninorm/compat-decomposition-tests: New file.
1809
1810         New module 'uninorm/compat-decomposition'.
1811         * lib/uninorm/decompose-internal.h: New file.
1812         * lib/uninorm/compat-decomposition.c: New file.
1813         * modules/uninorm/compat-decomposition: New file.
1814
1815         Tests for module 'uninorm/canonical-decomposition'.
1816         * tests/uninorm/test-canonical-decomposition.c: New file.
1817         * modules/uninorm/canonical-decomposition-tests: New file.
1818
1819         New module 'uninorm/canonical-decomposition'.
1820         * lib/uninorm/canonical-decomposition.c: New file.
1821         * modules/uninorm/canonical-decomposition: New file.
1822
1823         Tests for module 'uninorm/decomposition'.
1824         * tests/uninorm/test-decomposition.c: New file.
1825         * modules/uninorm/decomposition-tests: New file.
1826
1827         New module 'uninorm/decomposition'.
1828         * lib/uninorm/decomposition.c: New file.
1829         * modules/uninorm/decomposition: New file.
1830
1831         New module 'uninorm/decomposition-table'.
1832         * lib/uninorm/decomposition-table.h: New file.
1833         * lib/uninorm/decomposition-table.c: New file.
1834         * lib/uninorm/decomposition-table1.h: New file, generated by
1835         gen-uni-tables.
1836         * lib/uninorm/decomposition-table2.h: New file, generated by
1837         gen-uni-tables.
1838         * modules/uninorm/decomposition-table: New file.
1839
1840         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1841         (UC_DECOMP_*): New enumeration items.
1842         (get_decomposition): New function.
1843         (struct decomp_table): New type.
1844         (output_decomposition, output_decomposition_tables): New functions.
1845         (unicode_composition_exclusions): New variable.
1846         (fill_composition_exclusions, debug_output_composition_tables): New
1847         functions.
1848         (main): Accept one more argument. Invoke fill_composition_exclusions.
1849         Output decomposition and composition tables.
1850
1851         New module 'uninorm/base'.
1852         * lib/uninorm.h: New file.
1853         * lib/unictype.h: Update comment.
1854         * modules/uninorm/base: New file.
1855
1856 2009-02-21  David Lutterkort  <lutter@redhat.com>
1857
1858         Tests for module 'safe-alloc'.
1859         * tests/test-safe-alloc.c: New file.
1860         * modules/safe-alloc-tests: New file.
1861
1862         New module 'safe-alloc'.
1863         * lib/safe-alloc.h: New file.
1864         * lib/safe-alloc.c: New file.
1865         * m4/safe-alloc.m4: New file.
1866         * modules/safe-alloc: New file.
1867         * doc/safe-alloc.texi: New file.
1868         * doc/gnulib.texi: Include it.
1869         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1870         safe-alloc.
1871
1872 2009-02-18  Bruno Haible  <bruno@clisp.org>
1873
1874         Fix link error on non-glibc systems.
1875         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1876         variable.
1877         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1878
1879 2009-02-18  Jim Meyering  <meyering@redhat.com>
1880
1881         fts: avoid used-uninitialized error due to recent change
1882         * lib/fts.c (fts_read): Guard uses of the new member,
1883         parent->fts_n_dirs_remaining, since it's not relevant for
1884         the parent of a directory specified on the command-line.
1885
1886 2009-02-17  James Youngman  <jay@gnu.org>
1887             Bruno Haible  <bruno@clisp.org>
1888
1889         * m4/include_next.m4: Reformulate comment.
1890
1891 2009-02-16  Jim Meyering  <meyering@redhat.com>
1892
1893         fts: add #if guards so that the fts_lgpl module still builds
1894         * lib/fts.c: Guard just-added hash-table-using parts with
1895         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1896         Reported by Simon Josefsson.
1897
1898 2009-02-15  Bruno Haible  <bruno@clisp.org>
1899
1900         * modules/array-mergesort-tests: New file.
1901         * tests/test-array-mergesort.c: New file.
1902
1903         New module 'array-mergesort'.
1904         * modules/array-mergesort: New file.
1905         * lib/array-mergesort.h: New file.
1906
1907 2009-02-15  Bruno Haible  <bruno@clisp.org>
1908
1909         Fix 2009-02-07 commit.
1910         * lib/gen-uni-tables.c (output_predicate, output_category,
1911         output_combclass, output_bidi_category, output_decimal_digit,
1912         output_digit, output_numeric, output_mirror, output_scripts,
1913         output_ident_category, output_simple_mapping): Fix format directives.
1914         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1915
1916 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1917
1918         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1919         fixes are available from IBM.
1920
1921 2009-02-13  Jim Meyering  <meyering@redhat.com>
1922
1923         fts: arrange not to stat non-directories in more cases
1924         This makes GNU find (when it doesn't need to stat each file)
1925         *much* more efficient at traversing reiserfs file systems.
1926         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1927         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1928         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1929         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1930         (leaf_optimization_applies): New function.
1931         (LCO_hash, LCO_compare): New helper functions.
1932         (link_count_optimize_ok): New function.
1933         (fts_stat): Initialize new member (if dir).
1934         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1935         we've just stat'ed a directory.  Skip the stat call when possible.
1936         ---
1937         Note this AFS-related exchange:
1938         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1939         and note find's pioctl call in find/fstype.c.
1940         But that is necessary only if you want to enable the
1941         optimization for AFS, and for now, I don't.
1942
1943         fts: move a function definition "up" (no semantic change)
1944         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1945         "up" to precede upcoming use of a related function.
1946
1947 2009-02-11  Jim Meyering  <meyering@redhat.com>
1948
1949         fts: correct internal computation of nlinks (optimization-related)
1950         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1951         whether the current entry is a directory, so don't test it.
1952
1953 2009-02-10  Bruno Haible  <bruno@clisp.org>
1954
1955         Tests for module 'uniwbrk/ulc-wordbreaks'.
1956         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1957         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1958         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1959
1960         Tests for module 'uniwbrk/u32-wordbreaks'.
1961         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1962         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1963
1964         Tests for module 'uniwbrk/u16-wordbreaks'.
1965         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1966         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1967
1968         Tests for module 'uniwbrk/u8-wordbreaks'.
1969         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1970         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1971
1972 2009-02-10  Bruno Haible  <bruno@clisp.org>
1973
1974         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1975         property.
1976         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1977         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1978         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1979
1980 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1981
1982         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1983         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1984
1985 2009-02-10  Bruno Haible  <bruno@clisp.org>
1986
1987         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1988         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1989         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1990         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1991         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1992         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1993
1994 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1995
1996         * lib/sockets.h (gl_fd_to_handle): New function.
1997
1998         * tests/test-sockets.c: Call gl_fd_to_handle.
1999
2000 2009-02-09  Bruno Haible  <bruno@clisp.org>
2001
2002         * doc/havelib.texi: Document the conventions on bi-arch systems.
2003
2004 2009-02-08  Bruno Haible  <bruno@clisp.org>
2005
2006         Document the AC_LIB_LINKFLAGS macro.
2007         * doc/havelib.texi: New file, mostly written on 2005-05-24.
2008         * doc/gnulib.texi: Include it.
2009
2010 2009-02-08  Bruno Haible  <bruno@clisp.org>
2011
2012         Fix wrong order of sections, compared to TOC.
2013         * doc/gnulib.texi: Include relocatable-maint.texi after the
2014         "Regular expressions" node, not before.
2015
2016 2009-02-08  Bruno Haible  <bruno@clisp.org>
2017
2018         Tests for module 'unicase/totitle'.
2019         * modules/unicase/totitle-tests: New file.
2020
2021         Tests for module 'unicase/tolower'.
2022         * modules/unicase/tolower-tests: New file.
2023
2024         Tests for module 'unicase/toupper'.
2025         * modules/unicase/toupper-tests: New file.
2026         * tests/unicase/test-mapping-part1.h: New file.
2027         * tests/unicase/test-mapping-part2.h: New file.
2028
2029         New module 'unicase/totitle'.
2030         * modules/unicase/totitle: New file.
2031         * lib/unicase/totitle.c: New file.
2032
2033         New module 'unicase/tolower'.
2034         * modules/unicase/tolower: New file.
2035         * lib/unicase/tolower.c: New file.
2036
2037         New module 'unicase/toupper'.
2038         * modules/unicase/toupper: New file.
2039         * lib/unicase/toupper.c: New file.
2040         * lib/unicase/simple-mapping.h: New file.
2041
2042         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
2043         (mapping_table): New structure.
2044         (output_simple_mapping): New function.
2045         (main): Invoke output_simple_mapping_test and output_simple_mapping.
2046         * modules/gen-uni-tables (Description): Update.
2047         * lib/unicase/toupper.h: New file, automatically generated by
2048         gen-uni-tables.
2049         * lib/unicase/tolower.h: New file, automatically generated by
2050         gen-uni-tables.
2051         * lib/unicase/totitle.h: New file, automatically generated by
2052         gen-uni-tables.
2053         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
2054         gen-uni-tables.
2055         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
2056         gen-uni-tables.
2057         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
2058         gen-uni-tables.
2059
2060         New module 'unicase/base'.
2061         * modules/unicase/base: New file.
2062         * lib/unicase.h: New file.
2063
2064 2009-02-08  Bruno Haible  <bruno@clisp.org>
2065
2066         New module 'uniwbrk/ulc-wordbreaks'.
2067         * modules/uniwbrk/ulc-wordbreaks: New file.
2068         * lib/uniwbrk/ulc-wordbreaks.c: New file.
2069
2070         New module 'uniwbrk/u32-wordbreaks'.
2071         * modules/uniwbrk/u32-wordbreaks: New file.
2072         * lib/uniwbrk/u32-wordbreaks.c: New file.
2073
2074         New module 'uniwbrk/u16-wordbreaks'.
2075         * modules/uniwbrk/u16-wordbreaks: New file.
2076         * lib/uniwbrk/u16-wordbreaks.c: New file.
2077
2078         New module 'uniwbrk/u8-wordbreaks'.
2079         * modules/uniwbrk/u8-wordbreaks: New file.
2080         * lib/uniwbrk/u8-wordbreaks.c: New file.
2081         * lib/uniwbrk/u-wordbreaks.h: New file.
2082
2083         New module 'uniwbrk/table'.
2084         * modules/uniwbrk/table: New file.
2085         * lib/uniwbrk/wbrktable.h: New file.
2086         * lib/uniwbrk/wbrktable.c: New file.
2087
2088         New module 'uniwbrk/wordbreak-property'.
2089         * modules/uniwbrk/wordbreak-property: New file.
2090         * lib/uniwbrk/wordbreak-property.c: New file.
2091
2092         * lib/gen-uni-tables.c (WBP_*): New enum items.
2093         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
2094         (unicode_org_wbp): New variable.
2095         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
2096         New functions.
2097         (wbp_table): New structure.
2098         (output_wbp, output_wbrk_tables): New functions.
2099         (main): Accept additional argument. Invoke fill_org_wbp,
2100         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
2101         output_wbrk_tables.
2102         * modules/gen-uni-tables (Description): Update.
2103         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
2104         gen-uni-tables.
2105
2106         New module 'uniwbrk/base'.
2107         * modules/uniwbrk/base: New file.
2108         * lib/uniwbrk.h: New file.
2109
2110 2009-02-08  Bruno Haible  <bruno@clisp.org>
2111
2112         Update to Unicode 5.1.0.
2113         * lib/gen-uni-tables.c (is_property_alphabetic): Include
2114         U+2185..U+2188.
2115         (is_property_default_ignorable_code_point): Don't include characters
2116         of category Cc or Cs and not-a-characters.
2117         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
2118         U+0D79, U+109E, U+109F, U+A60C.
2119         * lib/unictype/bidi_of.h: Regenerated.
2120         * lib/unictype/blocks.h: Regenerated.
2121         * lib/unictype/categ_C.h: Regenerated.
2122         * lib/unictype/categ_Cf.h: Regenerated.
2123         * lib/unictype/categ_Cn.h: Regenerated.
2124         * lib/unictype/categ_L.h: Regenerated.
2125         * lib/unictype/categ_Ll.h: Regenerated.
2126         * lib/unictype/categ_Lm.h: Regenerated.
2127         * lib/unictype/categ_Lo.h: Regenerated.
2128         * lib/unictype/categ_Lu.h: Regenerated.
2129         * lib/unictype/categ_M.h: Regenerated.
2130         * lib/unictype/categ_Mc.h: Regenerated.
2131         * lib/unictype/categ_Me.h: Regenerated.
2132         * lib/unictype/categ_Mn.h: Regenerated.
2133         * lib/unictype/categ_N.h: Regenerated.
2134         * lib/unictype/categ_Nd.h: Regenerated.
2135         * lib/unictype/categ_Nl.h: Regenerated.
2136         * lib/unictype/categ_No.h: Regenerated.
2137         * lib/unictype/categ_P.h: Regenerated.
2138         * lib/unictype/categ_Pd.h: Regenerated.
2139         * lib/unictype/categ_Pe.h: Regenerated.
2140         * lib/unictype/categ_Pf.h: Regenerated.
2141         * lib/unictype/categ_Pi.h: Regenerated.
2142         * lib/unictype/categ_Po.h: Regenerated.
2143         * lib/unictype/categ_Ps.h: Regenerated.
2144         * lib/unictype/categ_S.h: Regenerated.
2145         * lib/unictype/categ_Sk.h: Regenerated.
2146         * lib/unictype/categ_Sm.h: Regenerated.
2147         * lib/unictype/categ_So.h: Regenerated.
2148         * lib/unictype/categ_of.h: Regenerated.
2149         * lib/unictype/combining.h: Regenerated.
2150         * lib/unictype/ctype_alnum.h: Regenerated.
2151         * lib/unictype/ctype_alpha.h: Regenerated.
2152         * lib/unictype/ctype_graph.h: Regenerated.
2153         * lib/unictype/ctype_lower.h: Regenerated.
2154         * lib/unictype/ctype_print.h: Regenerated.
2155         * lib/unictype/ctype_punct.h: Regenerated.
2156         * lib/unictype/ctype_upper.h: Regenerated.
2157         * lib/unictype/decdigit.h: Regenerated.
2158         * lib/unictype/digit.h: Regenerated.
2159         * lib/unictype/mirror.h: Regenerated.
2160         * lib/unictype/numeric.h: Regenerated.
2161         * lib/unictype/pr_alphabetic.h: Regenerated.
2162         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
2163         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
2164         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
2165         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
2166         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
2167         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
2168         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
2169         * lib/unictype/pr_combining.h: Regenerated.
2170         * lib/unictype/pr_dash.h: Regenerated.
2171         * lib/unictype/pr_decimal_digit.h: Regenerated.
2172         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
2173         * lib/unictype/pr_deprecated.h: Regenerated.
2174         * lib/unictype/pr_diacritic.h: Regenerated.
2175         * lib/unictype/pr_extender.h: Regenerated.
2176         * lib/unictype/pr_format_control.h: Regenerated.
2177         * lib/unictype/pr_grapheme_base.h: Regenerated.
2178         * lib/unictype/pr_grapheme_extend.h: Regenerated.
2179         * lib/unictype/pr_grapheme_link.h: Regenerated.
2180         * lib/unictype/pr_id_continue.h: Regenerated.
2181         * lib/unictype/pr_id_start.h: Regenerated.
2182         * lib/unictype/pr_ideographic.h: Regenerated.
2183         * lib/unictype/pr_ignorable_control.h: Regenerated.
2184         * lib/unictype/pr_lowercase.h: Regenerated.
2185         * lib/unictype/pr_math.h: Regenerated.
2186         * lib/unictype/pr_numeric.h: Regenerated.
2187         * lib/unictype/pr_other_alphabetic.h: Regenerated.
2188         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
2189         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
2190         * lib/unictype/pr_other_id_continue.h: Regenerated.
2191         * lib/unictype/pr_other_lowercase.h: Regenerated.
2192         * lib/unictype/pr_other_math.h: Regenerated.
2193         * lib/unictype/pr_punctuation.h: Regenerated.
2194         * lib/unictype/pr_sentence_terminal.h: Regenerated.
2195         * lib/unictype/pr_soft_dotted.h: Regenerated.
2196         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
2197         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
2198         * lib/unictype/pr_unified_ideograph.h: Regenerated.
2199         * lib/unictype/pr_uppercase.h: Regenerated.
2200         * lib/unictype/pr_xid_continue.h: Regenerated.
2201         * lib/unictype/pr_xid_start.h: Regenerated.
2202         * lib/unictype/pr_zero_width.h: Regenerated.
2203         * lib/unictype/scripts.h: Regenerated.
2204         * lib/unictype/scripts_byname.gperf: Regenerated.
2205         * lib/unictype/sy_java_ident.h: Regenerated.
2206         * lib/unilbrk/lbrkprop1.h: Regenerated.
2207         * lib/unilbrk/lbrkprop2.h: Regenerated.
2208         * tests/unictype/test-categ_C.c: Regenerated.
2209         * tests/unictype/test-categ_Cf.c: Regenerated.
2210         * tests/unictype/test-categ_Cn.c: Regenerated.
2211         * tests/unictype/test-categ_L.c: Regenerated.
2212         * tests/unictype/test-categ_Ll.c: Regenerated.
2213         * tests/unictype/test-categ_Lm.c: Regenerated.
2214         * tests/unictype/test-categ_Lo.c: Regenerated.
2215         * tests/unictype/test-categ_Lu.c: Regenerated.
2216         * tests/unictype/test-categ_M.c: Regenerated.
2217         * tests/unictype/test-categ_Mc.c: Regenerated.
2218         * tests/unictype/test-categ_Me.c: Regenerated.
2219         * tests/unictype/test-categ_Mn.c: Regenerated.
2220         * tests/unictype/test-categ_N.c: Regenerated.
2221         * tests/unictype/test-categ_Nd.c: Regenerated.
2222         * tests/unictype/test-categ_Nl.c: Regenerated.
2223         * tests/unictype/test-categ_No.c: Regenerated.
2224         * tests/unictype/test-categ_P.c: Regenerated.
2225         * tests/unictype/test-categ_Pd.c: Regenerated.
2226         * tests/unictype/test-categ_Pe.c: Regenerated.
2227         * tests/unictype/test-categ_Pf.c: Regenerated.
2228         * tests/unictype/test-categ_Pi.c: Regenerated.
2229         * tests/unictype/test-categ_Po.c: Regenerated.
2230         * tests/unictype/test-categ_Ps.c: Regenerated.
2231         * tests/unictype/test-categ_S.c: Regenerated.
2232         * tests/unictype/test-categ_Sk.c: Regenerated.
2233         * tests/unictype/test-categ_Sm.c: Regenerated.
2234         * tests/unictype/test-categ_So.c: Regenerated.
2235         * tests/unictype/test-ctype_alnum.c: Regenerated.
2236         * tests/unictype/test-ctype_alpha.c: Regenerated.
2237         * tests/unictype/test-ctype_graph.c: Regenerated.
2238         * tests/unictype/test-ctype_lower.c: Regenerated.
2239         * tests/unictype/test-ctype_print.c: Regenerated.
2240         * tests/unictype/test-ctype_punct.c: Regenerated.
2241         * tests/unictype/test-ctype_upper.c: Regenerated.
2242         * tests/unictype/test-decdigit.h: Regenerated.
2243         * tests/unictype/test-digit.h: Regenerated.
2244         * tests/unictype/test-numeric.h: Regenerated.
2245         * tests/unictype/test-pr_alphabetic.c: Regenerated.
2246         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
2247         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
2248         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
2249         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
2250         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
2251         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
2252         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
2253         * tests/unictype/test-pr_combining.c: Regenerated.
2254         * tests/unictype/test-pr_dash.c: Regenerated.
2255         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
2256         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
2257         * tests/unictype/test-pr_deprecated.c: Regenerated.
2258         * tests/unictype/test-pr_diacritic.c: Regenerated.
2259         * tests/unictype/test-pr_extender.c: Regenerated.
2260         * tests/unictype/test-pr_format_control.c: Regenerated.
2261         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
2262         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
2263         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
2264         * tests/unictype/test-pr_id_continue.c: Regenerated.
2265         * tests/unictype/test-pr_id_start.c: Regenerated.
2266         * tests/unictype/test-pr_ideographic.c: Regenerated.
2267         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
2268         * tests/unictype/test-pr_lowercase.c: Regenerated.
2269         * tests/unictype/test-pr_math.c: Regenerated.
2270         * tests/unictype/test-pr_numeric.c: Regenerated.
2271         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
2272         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
2273         Regenerated.
2274         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
2275         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
2276         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
2277         * tests/unictype/test-pr_other_math.c: Regenerated.
2278         * tests/unictype/test-pr_punctuation.c: Regenerated.
2279         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
2280         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
2281         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
2282         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
2283         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
2284         * tests/unictype/test-pr_uppercase.c: Regenerated.
2285         * tests/unictype/test-pr_xid_continue.c: Regenerated.
2286         * tests/unictype/test-pr_xid_start.c: Regenerated.
2287         * tests/unictype/test-pr_zero_width.c: Regenerated.
2288
2289         Update to Unicode 5.1.0.
2290         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
2291         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
2292         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
2293         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
2294         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
2295         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
2296         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
2297         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
2298         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
2299         (nonspacing_table_ind): Update.
2300         * tests/uniwidth/test-uc_width2.sh: Update expected result.
2301
2302         Update to Unicode 5.1.0.
2303         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
2304         code transform.
2305         * lib/uniname/uniname.c (unicode_character_name,
2306         unicode_name_character): Add the range 0x1Fxxx to the code transform.
2307         * lib/uniname/uninames.h: Regenerated.
2308         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
2309
2310 2009-02-07  Bruno Haible  <bruno@clisp.org>
2311
2312         Merge gen-ctype and gen-lbrk into a single program.
2313         * lib/gen-uni-tables.c: New file, incorporating
2314         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
2315         Add directory prefixes to the names of the generated files.
2316         * lib/unictype/gen-ctype.c: Remove file.
2317         * lib/unilbrk/gen-lbrk.c: Remove file.
2318         * modules/gen-uni-tables: New file.
2319         * modules/unictype/gen-ctype: Remove file.
2320         * modules/unilbrk/gen-lbrk: Remove file.
2321
2322 2009-02-07  Bruno Haible  <bruno@clisp.org>
2323
2324         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
2325
2326         New module 'unistr/u32-strcoll'.
2327         * modules/unistr/u32-strcoll: New file.
2328         * lib/unistr/u32-strcoll.c: New file.
2329
2330         New module 'unistr/u16-strcoll'.
2331         * modules/unistr/u16-strcoll: New file.
2332         * lib/unistr/u16-strcoll.c: New file.
2333
2334         New module 'unistr/u8-strcoll'.
2335         * modules/unistr/u8-strcoll: New file.
2336         * lib/unistr/u8-strcoll.c: New file.
2337         * lib/unistr/u-strcoll.h: New file.
2338
2339 2009-02-07  Bruno Haible  <bruno@clisp.org>
2340
2341         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
2342         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
2343         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
2344         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
2345         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
2346         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
2347
2348 2009-02-07  Bruno Haible  <bruno@clisp.org>
2349
2350         Make 64-bit clean.
2351         * lib/unictype/gen-ctype.c (output_predicate, output_category,
2352         output_combclass, output_bidi_category, output_decimal_digit,
2353         output_digit, output_numeric, output_mirror, output_scripts,
2354         output_ident_category): Use proper width specifier in format strings.
2355
2356 2009-02-07  Bruno Haible  <bruno@clisp.org>
2357
2358         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
2359         failure behaviour.
2360
2361 2009-02-07  Jim Meyering  <meyering@redhat.com>
2362
2363         regex: avoid compilation failure with upcoming gcc-4.4
2364         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
2365         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
2366         "... error: integer overflow in preprocessor expression".
2367
2368 2009-02-05  Ben Pfaff  <blp@gnu.org>
2369
2370         Fix link errors on Windows when close module is used.
2371         * modules/close: Add $(LIB_CLOSE) to Link section.
2372         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
2373         $(LIB_CLOSE) on Windows.
2374
2375 2009-02-05  Jim Meyering  <meyering@redhat.com>
2376
2377         still avoid unused-parameter warnings, but do it cleanly
2378         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
2379         (get_fs_usage): Cast to void instead.
2380         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
2381         (dev_from_mount_options, read_file_system_list): Cast to void.
2382         Prompted by Bruno Haible.
2383
2384 2009-02-04  Jim Meyering  <meyering@redhat.com>
2385
2386         fsusage.c: correct copyright year
2387         * lib/fsusage.c: Reflect year in which the change is pushed into
2388
2389         avoid misc. warnings
2390         * lib/fsusage.c (UNUSED_PARAM): Define.
2391         (get_fs_usage): Mark parameter "disk" as unused.
2392         * lib/getugroups.c (getgrent): Use "void" in prototype.
2393         * lib/mountlist.c: Mark unused parameters.
2394         (read_file_system_list): Declare a local with "const".
2395         * lib/nanosleep.c (getnow): Declare static.
2396         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
2397
2398         dirfd: set errno upon failure
2399         * lib/dirfd.c: Include <errno.h>.
2400         Set errno to ENOTSUP when returning -1.
2401         * modules/dirfd (Depends-on): Add errno.
2402         Suggested by John Kodis <kodis@comcast.net>.
2403
2404 2009-02-01  Bruno Haible  <bruno@clisp.org>
2405
2406         Don't assume sizeof (long) >= sizeof (void *).
2407         * lib/memcmp.c: Include stdint.h.
2408         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
2409         srcp2 to 'const byte *'.
2410         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
2411         types to uintptr_t.
2412         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
2413         * modules/memcmp (Depends-on): Add stdint.
2414         Reported by Ozkan Sezer <sezeroz@gmail.com>.
2415
2416 2009-01-30  Eric Blake  <ebb9@byu.net>
2417
2418         fix more require-before-expand issues
2419         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
2420         expand, AC_PROG_AWK.
2421         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
2422
2423 2009-01-28  Eric Blake  <ebb9@byu.net>
2424
2425         version-etc: use consistent URL formatting
2426         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
2427         Improve formatting.  Use fputs for string without %.
2428
2429 2009-01-28  Jim Meyering  <meyering@redhat.com>
2430
2431         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
2432         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
2433         "underquoted definition of NAME" from autoconf-2.59.
2434
2435 2009-01-28  Bruno Haible  <bruno@clisp.org>
2436
2437         * doc/gnulib.texi: Add "Obsolete modules" to index.
2438
2439 2009-01-28  Jim Meyering  <meyering@redhat.com>
2440
2441         useless-if-before-free: recognize more variants
2442         * build-aux/useless-if-before-free: Also recognize e.g.,
2443         if (NULL != p) free (p);
2444
2445 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
2446
2447         test-getaddrinfo: skip (don't fail) this test when there's no network
2448         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
2449         on the presumption that it means you lack network access.
2450
2451 2009-01-26  Jim Meyering  <meyering@redhat.com>
2452
2453         fflush: avoid warnings on modern systems
2454         * lib/fflush.c (rpl_fflush): Move declarations of locals,
2455         pos and result, into scopes where they're used.
2456
2457 2009-01-26  Eric Blake  <ebb9@byu.net>
2458
2459         Silence warning reintroduced by recent extensions patch.
2460         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
2461         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
2462         autoconf.
2463
2464         Backport improved autoconf semantics of AC_DEFUN_ONCE.
2465         * m4/00gnulib.m4: New file.
2466         * gnulib-tool (func_get_filelist): Always use it.
2467         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
2468         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
2469
2470 2009-01-25  Bruno Haible  <bruno@clisp.org>
2471
2472         Make test-quotearg work on MacOS X and AIX.
2473         * tests/test-quotearg.sh: New file.
2474         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
2475         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
2476         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
2477         include <libintl.h>.
2478         (fake_locale): Remove variable.
2479         (gettext, dgettext, dcgettext): Remove functions.
2480         (main): Instead of setting a fake locale, set a real locale. Call
2481         textdomain and bindtextdomain.
2482         * modules/quotearg-tests (Files): Add the new files.
2483         (Depends-on): Add gettext, setenv, unsetenv.
2484         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
2485         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
2486         Augment TESTS_ENVIRONMENT.
2487
2488 2009-01-25  Bruno Haible  <bruno@clisp.org>
2489
2490         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
2491         fr_FR.ISO8859-1 locale on MacOS X.
2492         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
2493         ja_JP.eucJP locale on MacOS X.
2494         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
2495         zh_CN.GB18030 locale on MacOS X.
2496
2497 2009-01-25  Bruno Haible  <bruno@clisp.org>
2498
2499         Avoid link errors on MacOS X 10.3.
2500         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
2501         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
2502
2503 2009-01-25  Bruno Haible  <bruno@clisp.org>
2504
2505         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2506         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
2507         * modules/pipe (Files): Remove m4/posix_spawn.m4.
2508         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2509         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
2510         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2511         posix_spawnattr_init, posix_spawnattr_setsigmask,
2512         posix_spawnattr_setflags, posix_spawnattr_destroy.
2513
2514         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
2515         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
2516         * modules/execute (Files): Remove m4/posix_spawn.m4.
2517         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
2518         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
2519         posix_spawnattr_init, posix_spawnattr_setsigmask,
2520         posix_spawnattr_setflags, posix_spawnattr_destroy.
2521
2522 2009-01-25  Bruno Haible  <bruno@clisp.org>
2523
2524         * lib/glthread/threadlib.c: Include <stdlib.h>.
2525
2526 2009-01-25  Bruno Haible  <bruno@clisp.org>
2527
2528         * lib/glthread/threadlib.c (dummy): New declaration.
2529
2530 2009-01-25  Bruno Haible  <bruno@clisp.org>
2531
2532         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
2533         multibyte characters also for the GB18030 encoding. Don't crash when
2534         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
2535
2536 2009-01-25  Bruno Haible  <bruno@clisp.org>
2537
2538         Avoid redefining 'struct random_data' on OSF/1 5.1.
2539         * lib/stdlib.in.h: Include <random.h> if it exists.
2540         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
2541         HAVE_RANDOM_H. Include <random.h> when testing whether
2542         'struct random_data' exists.
2543         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
2544
2545 2009-01-25  Bruno Haible  <bruno@clisp.org>
2546
2547         Don't install charset.alias on MacOS X >= 10.3.
2548         * lib/localcharset.c (DARWIN7): New macro.
2549         (get_charset_aliases): Hardcode the result for Darwin7.
2550         * modules/localcharset (install-exec-local): Don't install
2551         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
2552
2553 2009-01-25  Bruno Haible  <bruno@clisp.org>
2554
2555         Don't install charset.alias on mingw and Cygwin.
2556         * modules/localcharset (install-exec-local): Don't install
2557         charset.alias on mingw and Cygwin, if the file does not yet exist.
2558         The result for these platforms is hardcoded in localcharset.c.
2559
2560 2009-01-25  Bruno Haible  <bruno@clisp.org>
2561
2562         Make it possible again to use AC_GNU_SOURCE together with gnulib.
2563         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
2564         before requiring AC_USE_SYSTEM_EXTENSIONS.
2565
2566 2009-01-25  Jim Meyering  <meyering@redhat.com>
2567
2568         c-strtod: avoid warnings
2569         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
2570         "assignment discards qualifiers from pointer target type" warnings.
2571
2572 2009-01-24  Bruno Haible  <bruno@clisp.org>
2573
2574         Add support for non-UTF-8 locales on MacOS X.
2575         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
2576         canonical encodings. For Darwin 7 and newer, don't map traditional
2577         encodings to UTF-8.
2578         Reported by Vincent Lefevre <vincent@vinc17.org>
2579         at <http://savannah.gnu.org/bugs/?25235>.
2580
2581 2009-01-24  Bruno Haible  <bruno@clisp.org>
2582
2583         * doc/gnulib.texi (Obsolete modules): New section.
2584         Reported by Mike Frysinger <vapier@gentoo.org>.
2585
2586 2009-01-24  Bruno Haible  <bruno@clisp.org>
2587
2588         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2589         (%.dvi): New rule.
2590
2591 2009-01-24  Bruno Haible  <bruno@clisp.org>
2592
2593         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2594         Reported by Eric Blake.
2595
2596 2009-01-24  Bruno Haible  <bruno@clisp.org>
2597
2598         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2599         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2600         Reported by Gary V. Vaughan <gary@gnu.org>.
2601
2602 2009-01-24  Bruno Haible  <bruno@clisp.org>
2603
2604         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2605
2606 2009-01-23  Bruno Haible  <bruno@clisp.org>
2607
2608         Make c-strtod, c-strtold usable in libraries.
2609         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2610         (C_STRTOD): Call strdup instead of xstrdup.
2611         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2612         * modules/c-strtold (Depends-on): Likewise.
2613         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2614         * NEWS: Mention the change.
2615         Reported by Michael Gold <mgold@ncf.ca>.
2616
2617 2009-01-23  Jim Meyering  <meyering@redhat.com>
2618
2619         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2620         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2621         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2622
2623 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2624
2625         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2626         GNU CoreUtils.
2627         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2628         * modules/version-etc (Description): Update.
2629
2630 2009-01-22  Bruno Haible  <bruno@clisp.org>
2631
2632         Cache the C locale object.
2633         * lib/c-strtod.c (c_locale_cache): New variable.
2634         (c_locale): New function.
2635         (C_STRTOD): Use it, and don't call freelocale.
2636         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2637         Suggested by Paolo Bonzini.
2638
2639 2009-01-21  Bruno Haible  <bruno@clisp.org>
2640
2641         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2642         conditions other than overflow.
2643
2644 2009-01-21  Bruno Haible  <bruno@clisp.org>
2645
2646         * lib/c-strtod.c: Include errno.h.
2647         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2648         value from STRTOD_L and STRTOD.
2649
2650 2009-01-21  Bruno Haible  <bruno@clisp.org>
2651         and Jim Meyering  <meyering@redhat.com>
2652
2653         nanosleep: skip configure test (fail it) for apple universal builds
2654         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2655         universal builds, assume that nanosleep does not work.
2656         * modules/nanosleep (Depends-on): Add multiarch.
2657
2658         mktime: skip configure test (fail it) for apple universal builds
2659         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2660         universal builds, assume that mktime does not work.
2661         * modules/mktime (Depends-on): Add multiarch.
2662
2663 2009-01-21  Eric Blake  <ebb9@byu.net>
2664
2665         multiarch: avoid expand-before-require warning
2666         * modules/multiarch (configure.ac): Require, rather than expand,
2667         gl_MULTIARCH.
2668         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2669         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2670         enforce that all clients require it.  Partial reversion of
2671         2008-12-29 patch.
2672
2673         error: avoid expand-before-require warning
2674         * modules/errno (configure.ac): Require, rather than expand,
2675         gl_HEADER_ERRNO_H.
2676         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2677         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2678         enforce that all clients require it.
2679
2680         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2681         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2682         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2683         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2684
2685 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2686
2687         Revert:
2688         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2689
2690         regex: do not depend on obsolete modules.
2691         * modules/regex: Remove memcmp and memmove.
2692
2693 2009-01-20  Bruno Haible  <bruno@clisp.org>
2694
2695         Make the 'link' module link on Windows NT 4.
2696         * lib/link.c (_WIN32_WINNT): Don't define.
2697         (CreateHardLinkFuncType): New type.
2698         (CreateHardLinkFunc, initialized): New variables.
2699         (initialize): New function.
2700         (link): Invoke CreateHardLink indirectly through the function pointer.
2701
2702 2009-01-20  Bruno Haible  <bruno@clisp.org>
2703
2704         Fix compilation failure on mingw.
2705         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2706
2707 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2708
2709         * doc/c-strtod.texi: Mention a couple of restrictions.
2710
2711 2009-01-20  Jim Meyering  <meyering@redhat.com>
2712
2713         gettimeofday: move more declarations out of functions
2714         * lib/gettimeofday.c: Move extern declarations of tzset and
2715         gmtime out of containing functions.  Prompted by Bruno Haible.
2716
2717 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2718
2719         regex: do not depend on obsolete modules.
2720         * modules/regex: Remove memcmp and memmove.
2721
2722 2009-01-19  Bruno Haible  <bruno@clisp.org>
2723
2724         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2725         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2726         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2727         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2728         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2729
2730 2009-01-19  Bruno Haible  <bruno@clisp.org>
2731
2732         * tests/test-link.c: Include <errno.h>.
2733         (main): Exit with code 77 when a hard link cannot be created due to
2734         the file system.
2735         * tests/test-link.sh: Skip test when a hard link cannot be created due
2736         to the file system.
2737         Suggested by Eric Blake.
2738
2739 2009-01-19  Martin Lambers  <marlam@marlam.de>
2740
2741         * modules/link-tests: New file.
2742         * tests/test-link.sh: New file.
2743         * tests/test-link.c: New file.
2744
2745 2009-01-19  Eric Blake  <ebb9@byu.net>
2746
2747         doc: mention another function added in cygwin 1.7.0
2748         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2749         Another new function in cygwin 1.7.
2750
2751 2009-01-19  Bruno Haible  <bruno@clisp.org>
2752
2753         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2754         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2755         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2756         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2757         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2758         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2759         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2760         * m4/md4.m4 (gl_MD4): Likewise.
2761         * m4/md5.m4 (gl_MD5): Likewise.
2762         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2763         * m4/sha1.m4 (gl_SHA1): Likewise.
2764         * m4/sha256.m4 (gl_SHA256): Likewise.
2765         * m4/sha512.m4 (gl_SHA512): Likewise.
2766
2767 2009-01-19  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/uniname/uniname-tests (Depends-on): Add progname.
2770         * tests/uniname/test-uninames.c: Include progname.h.
2771         (main): Call set_program_name.
2772
2773         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2774         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2775         (main): Call set_program_name.
2776
2777         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2778         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2779         (main): Call set_program_name.
2780
2781         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2782         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2783         (main): Call set_program_name.
2784
2785         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2786         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2787         (main): Call set_program_name.
2788
2789         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2790         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2791         (main): Call set_program_name.
2792
2793         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2794         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2795         (main): Call set_program_name.
2796
2797         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2798         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2799         (main): Call set_program_name.
2800
2801         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2802         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2803         (main): Call set_program_name.
2804
2805 2009-01-19  Eric Blake  <ebb9@byu.net>
2806
2807         test-unistd: test previous patch
2808         * tests/test-unistd.c: Test *_FILENO macros.
2809
2810         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2811         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2812         Guarantee a definition.
2813         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2814         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2815         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2816         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2817         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2818         Likewise.
2819         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2820         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2821         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2822         Likewise.
2823         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2824         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2825         (STDERR_FILENO): Likewise.
2826         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2827         (STDERR_FILENO): Likewise.
2828         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2829         (STDERR_FILENO): Likewise.
2830         Reported by Elbert Pol.
2831
2832 2009-01-19  Eric Blake  <ebb9@byu.net>
2833
2834         doc: mention more functions added in cygwin 1.7.0
2835         * doc/posix-functions/abort.texi (abort): Update wording related
2836         to cygwin.
2837         * doc/posix-functions/daylight.texi (daylight): Likewise.
2838         * doc/posix-functions/optarg.texi (optarg): Likewise.
2839         * doc/posix-functions/optarg.texi (opterr): Likewise.
2840         * doc/posix-functions/optarg.texi (optind): Likewise.
2841         * doc/posix-functions/optarg.texi (optopt): Likewise.
2842         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2843         worked in 1.5.x, and was withdrawn in 1.7.
2844         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2845         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2846         cygwin versions.
2847         * doc/posix-functions/perror.texi (perror): Likewise.
2848         * doc/posix-functions/printf.texi (printf): Likewise.
2849         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2850         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2851         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2852         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2853         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2854         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2855         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2856         Likewise.
2857         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2858         Likewise.
2859         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2860         this function.
2861         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2862         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2863         Likewise.
2864         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2865         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2866         * doc/posix-functions/confstr.texi (confstr): Likewise.
2867         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2868         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2869         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2870         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2871         * doc/posix-functions/fputws.texi (fputws): Likewise.
2872         * doc/posix-functions/fwide.texi (fwide): Likewise.
2873         * doc/posix-functions/getwc.texi (getwc): Likewise.
2874         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2875         * doc/posix-functions/putwc.texi (putwc): Likewise.
2876         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2877         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2878         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2879         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2880         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2881         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2882         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2883         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2884         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2885         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2886         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2887
2888 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2889
2890         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2891         * lib/ioctl.c: Include <sys/ioctl.h>.
2892
2893 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2894
2895         * modules/getdate-tests (Depends-on): Add progname.
2896         * tests/test-getdate.c: Use progname module, to avoid link errors
2897         on non-glibc systems.
2898
2899 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2900
2901         * modules/filenamecat-tests (Depends-on): Add progname.
2902         * modules/fstrcmp-tests (Depends-on): Likewise.
2903
2904         * tests/test-filenamecat.c: Use progname module, to avoid link
2905         errors on non-glibc systems.
2906         * tests/test-fstrcmp.c: Likewise.
2907
2908 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2909
2910         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2911         * lib/gettimeofday.c: Move extern declaration out of function.
2912
2913 2009-01-18  Bruno Haible  <bruno@clisp.org>
2914
2915         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2916         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2917         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2918
2919 2009-01-18  Bruno Haible  <bruno@clisp.org>
2920
2921         * lib/strftime.c (MEMPCPY): Remove unused macro.
2922         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2923
2924 2009-01-18  Martin Lambers  <marlam@marlam.de>
2925
2926         New module 'link'.
2927         * lib/unistd.in.h (link): New declaration.
2928         * lib/link.c: New file.
2929         * m4/link.m4: New file.
2930         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2931         HAVE_LINK.
2932         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2933         * modules/link: New file.
2934         * doc/posix-functions/link.texi: Mention the new module.
2935
2936 2009-01-18  Bruno Haible  <bruno@clisp.org>
2937
2938         * tests/test-avltree_list.c (main): Call set_program_name.
2939         * tests/test-avltree_oset.c (main): Likewise.
2940         * tests/test-obstack-printf.c: Include progname.h.
2941         (main): Call set_program_name.
2942         * tests/test-quotearg.c: Include progname.h.
2943         (main): Call set_program_name.
2944         * tests/test-xmemdup0.c: Include progname.h.
2945         (main): Call set_program_name.
2946
2947 2009-01-18  Bruno Haible  <bruno@clisp.org>
2948
2949         New module 'alphasort'.
2950         * lib/dirent.in.h (alphasort): New declaration.
2951         * lib/alphasort.c: New file, from glibc with modifications.
2952         * m4/alphasort.m4: New file.
2953         * modules/alphasort: New file.
2954         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2955         HAVE_ALPHASORT.
2956         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2957         HAVE_ALPHASORT.
2958         * doc/posix-functions/alphasort.texi: Mention the new module and the
2959         portability problems.
2960
2961 2009-01-18  Bruno Haible  <bruno@clisp.org>
2962
2963         New module 'scandir'.
2964         * lib/dirent.in.h (scandir): New declaration.
2965         * lib/scandir.c: New file, from glibc with modifications.
2966         * m4/scandir.m4: New file.
2967         * modules/scandir: New file.
2968         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2969         HAVE_SCANDIR.
2970         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2971         HAVE_SCANDIR.
2972         * doc/posix-functions/scandir.texi: Mention the new module and the
2973         portability problems.
2974
2975 2009-01-17  Bruno Haible  <bruno@clisp.org>
2976
2977         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2978         Update documentation.
2979         (func_remove_suffix): Escape all dots in the suffix. Update
2980         documentation.
2981         (func_filter_filelist): Update documentation.
2982         Reported by Ralf Wildenhues.
2983
2984 2009-01-17  Bruno Haible  <bruno@clisp.org>
2985
2986         * modules/dprintf-posix-tests: New file.
2987         * tests/test-dprintf-posix.sh: New file.
2988         * tests/test-dprintf-posix.c: New file.
2989
2990         New modules 'dprintf', 'dprintf-posix'.
2991         * lib/stdio.in.h (dprintf): New declaration.
2992         * lib/dprintf.c: New file.
2993         * m4/dprintf.m4: New file.
2994         * m4/dprintf-posix.m4: New file.
2995         * modules/dprintf: New file.
2996         * modules/dprintf-posix: New file.
2997         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2998         HAVE_DPRINTF, REPLACE_DPRINTF.
2999         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
3000         HAVE_DPRINTF, REPLACE_DPRINTF.
3001         * doc/posix-functions/dprintf.texi: Mention the new modules.
3002
3003 2009-01-17  Bruno Haible  <bruno@clisp.org>
3004
3005         * modules/vdprintf-posix-tests: New file.
3006         * tests/test-vdprintf-posix.sh: New file.
3007         * tests/test-vdprintf-posix.c: New file.
3008
3009         New modules 'vdprintf', 'vdprintf-posix'.
3010         * lib/stdio.in.h (vdprintf): New declaration.
3011         * lib/vdprintf.c: New file.
3012         * m4/vdprintf.m4: New file.
3013         * m4/vdprintf-posix.m4: New file.
3014         * modules/vdprintf: New file.
3015         * modules/vdprintf-posix: New file.
3016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
3017         HAVE_VDPRINTF, REPLACE_VDPRINTF.
3018         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
3019         HAVE_VDPRINTF, REPLACE_VDPRINTF.
3020         * doc/posix-functions/vdprintf.texi: Mention the new modules.
3021
3022 2009-01-17  Bruno Haible  <bruno@clisp.org>
3023
3024         Fix replacement of fopen on mingw.
3025         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
3026         mingw.
3027
3028 2009-01-17  Bruno Haible  <bruno@clisp.org>
3029
3030         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
3031         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
3032
3033 2009-01-17  Bruno Haible  <bruno@clisp.org>
3034
3035         Avoid test-fflush2.sh failure on mingw.
3036         * tests/test-fflush2.c: Include binary-io.h.
3037         (main): Put standard input into binary mode.
3038         * modules/fflush-tests (Depends-on): Add binary-io.
3039
3040 2009-01-17  Bruno Haible  <bruno@clisp.org>
3041
3042         * lib/wchar.in.h: In another particular situation, include only the
3043         system's <wchar.h> file.
3044         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
3045         Reported by Albert Chin-A-Young <china@thewrittenword.com>
3046         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
3047
3048 2009-01-17  Bruno Haible  <bruno@clisp.org>
3049
3050         Support for stripping executables in --enable-relocatable.
3051         * build-aux/install-reloc: Expect one more argument, or an environment
3052         variable RELOC_STRIP_PROG. If set, strip the destination program and
3053         its wrapper.
3054         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
3055         RELOC_STRIP_PROG.
3056         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
3057         to set RELOCATABLE_STRIP.
3058         * NEWS: Mention the new Makefile requirement.
3059
3060 2009-01-17  Bruno Haible  <bruno@clisp.org>
3061
3062         * build-aux/install-reloc: Remove debugging information left over by
3063         C compiler on MacOS X.
3064
3065 2009-01-17  Bruno Haible  <bruno@clisp.org>
3066
3067         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
3068         * lib/progreloc.c (find_executable): Fix type of pointer passed to
3069         _NSGetExecutablePath.
3070
3071 2009-01-16  Jim Meyering  <meyering@redhat.com>
3072
3073         strerror: avoid warnings about discarding "const"
3074         * lib/strerror.c (rpl_strerror): Instead of returning a const
3075         string from each and every "case", use a variable, and add a single
3076         cast after the switch.
3077
3078 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
3079
3080         * lib/arpa_inet.in.h: Add extern "C" block for C++.
3081
3082 2009-01-16  Bruno Haible  <bruno@clisp.org>
3083
3084         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
3085         array initializer syntax that also works in C++ mode.
3086         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3087
3088 2009-01-16  Jim Meyering  <meyering@redhat.com>
3089
3090         poll: suppress a warning
3091         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
3092         to ignore "...unsigned expression < 0 is always false" warnings.
3093
3094 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
3095
3096         poll: remove declarations of unused variables
3097         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
3098         sockbuf and optlen.
3099
3100 2009-01-15  Bruno Haible  <bruno@clisp.org>
3101
3102         Make fflush-after-ungetc POSIX compliant on BSD systems.
3103         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
3104         (clear_ungetc_buffer): Implement also for other systems.
3105         (rpl_fflush): On glibc systems, invoke
3106         clear_ungetc_buffer_preserving_position. Otherwise, invoke
3107         clear_ungetc_buffer after fetching the stream's position, not before.
3108
3109 2009-01-15  Bruno Haible  <bruno@clisp.org>
3110
3111         Make fflush-after-ungetc POSIX compliant on glibc systems.
3112         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
3113         after ungetc.
3114         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
3115         (rpl_fflush): On glibc systems, simply call the system's fflush
3116         function after clearing the ungetc buffer.
3117         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
3118         Instead, lseek only to the end of file, then use the system's fseeko
3119         for the rest. On glibc systems, reset the EOF indicator bit.
3120
3121 2009-01-15  Jim Meyering  <meyering@redhat.com>
3122
3123         openmp.m4: revert quote-adding change, for portability to older autoconf
3124         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
3125         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
3126         Simon Josefsson noticed the problem when using autoconf-2.61.
3127
3128 2009-01-15  Bruno Haible  <bruno@clisp.org>
3129
3130         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
3131         * tests/test-fflush2.c (ASSERT): Always fail.
3132         (main): Add two tests for fflush() after ungetc(), taking into account
3133         the Austin Group's clarification.
3134         Suggested by Eric Blake.
3135
3136 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
3137
3138         mktime.m4: remove K&R-style function prototypes
3139         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
3140         for the Sun C++ compiler.
3141
3142 2009-01-14  Bruno Haible  <bruno@clisp.org>
3143
3144         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
3145         while including <wchar.h>.
3146         * lib/wchar.in.h: In two particular situations on HP-UX, include only
3147         the system's <wchar.h> file.
3148         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
3149
3150 2009-01-14  Bruno Haible  <bruno@clisp.org>
3151
3152         * m4/csharp.m4: Don't mention gettext on the serial number line.
3153         * m4/csharpexec.m4: Likewise.
3154         * m4/eaccess.m4: Likewise.
3155         * m4/javaexec.m4: Likewise.
3156         * m4/sig_atomic_t.m4: Likewise.
3157         * m4/tmpdir.m4: Likewise.
3158         * m4/intldir.m4: Bump gettext version.
3159         * m4/lib-ld.m4: Likewise.
3160
3161 2009-01-14  Bruno Haible  <bruno@clisp.org>
3162
3163         * lib/progname.c (set_program_name): Add more comments.
3164         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
3165
3166 2009-01-14  Simon Josefsson  <simon@josefsson.org>
3167
3168         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
3169         were sys/stat.h does not define it.
3170
3171 2009-01-14  Jim Meyering  <meyering@redhat.com>
3172
3173         many *.m4 files: improve m4 quoting
3174         99% of this change was performed by running the following commands:
3175         git ls-files | grep '\.m4$' | xargs perl -pi \
3176           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
3177           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
3178           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
3179           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
3180         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
3181         The remainder were to add Copyright dates, increment serial numbers,
3182         undo some changes in comments, exclude m4/intl.m4, and add quotes
3183         around the "1" in ",1" where the unusual spacing prohibited the
3184         above regexps from doing the job.  For more details, see
3185         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
3186         * m4/acl.m4: Modified.
3187         * m4/afs.m4: Likewise.
3188         * m4/alloca.m4: Likewise.
3189         * m4/argp.m4: Likewise.
3190         * m4/argz.m4: Likewise.
3191         * m4/atexit.m4: Likewise.
3192         * m4/bison-i18n.m4: Likewise.
3193         * m4/bison.m4: Likewise.
3194         * m4/byteswap.m4: Likewise.
3195         * m4/c-stack.m4: Likewise.
3196         * m4/c-strtod.m4: Likewise.
3197         * m4/calloc.m4: Likewise.
3198         * m4/canonicalize-lgpl.m4: Likewise.
3199         * m4/chown.m4: Likewise.
3200         * m4/clock_time.m4: Likewise.
3201         * m4/codeset.m4: Likewise.
3202         * m4/copy-file.m4: Likewise.
3203         * m4/csharp.m4: Likewise.
3204         * m4/csharpcomp.m4: Likewise.
3205         * m4/csharpexec.m4: Likewise.
3206         * m4/d-ino.m4: Likewise.
3207         * m4/d-type.m4: Likewise.
3208         * m4/dirfd.m4: Likewise.
3209         * m4/double-slash-root.m4: Likewise.
3210         * m4/eaccess.m4: Likewise.
3211         * m4/eealloc.m4: Likewise.
3212         * m4/environ.m4: Likewise.
3213         * m4/errno_h.m4: Likewise.
3214         * m4/euidaccess.m4: Likewise.
3215         * m4/execute.m4: Likewise.
3216         * m4/fatal-signal.m4: Likewise.
3217         * m4/fchdir.m4: Likewise.
3218         * m4/fcntl_h.m4: Likewise.
3219         * m4/fileblocks.m4: Likewise.
3220         * m4/filenamecat.m4: Likewise.
3221         * m4/findprog.m4: Likewise.
3222         * m4/flexmember.m4: Likewise.
3223         * m4/fnmatch.m4: Likewise.
3224         * m4/fopen.m4: Likewise.
3225         * m4/fpending.m4: Likewise.
3226         * m4/fprintf-posix.m4: Likewise.
3227         * m4/free.m4: Likewise.
3228         * m4/frexp.m4: Likewise.
3229         * m4/frexpl.m4: Likewise.
3230         * m4/fsusage.m4: Likewise.
3231         * m4/ftruncate.m4: Likewise.
3232         * m4/gc-camellia.m4: Likewise.
3233         * m4/gc-random.m4: Likewise.
3234         * m4/gc.m4: Likewise.
3235         * m4/getaddrinfo.m4: Likewise.
3236         * m4/getcwd-abort-bug.m4: Likewise.
3237         * m4/getcwd-path-max.m4: Likewise.
3238         * m4/getdate.m4: Likewise.
3239         * m4/getdomainname.m4: Likewise.
3240         * m4/getgroups.m4: Likewise.
3241         * m4/gethostname.m4: Likewise.
3242         * m4/gethrxtime.m4: Likewise.
3243         * m4/getline.m4: Likewise.
3244         * m4/getloadavg.m4: Likewise.
3245         * m4/getndelim2.m4: Likewise.
3246         * m4/getpass.m4: Likewise.
3247         * m4/gettext.m4: Likewise.
3248         * m4/gettime.m4: Likewise.
3249         * m4/gettimeofday.m4: Likewise.
3250         * m4/gnulib-common.m4: Likewise.
3251         * m4/group-member.m4: Likewise.
3252         * m4/host-os.m4: Likewise.
3253         * m4/iconv.m4: Likewise.
3254         * m4/iconv_open.m4: Likewise.
3255         * m4/inet_ntop.m4: Likewise.
3256         * m4/inet_pton.m4: Likewise.
3257         * m4/inline.m4: Likewise.
3258         * m4/intldir.m4: Likewise.
3259         * m4/intlmacosx.m4: Likewise.
3260         * m4/intmax.m4: Likewise.
3261         * m4/intmax_t.m4: Likewise.
3262         * m4/inttypes.m4: Likewise.
3263         * m4/inttypes_h.m4: Likewise.
3264         * m4/inttypes-pri.m4: Likewise.
3265         * m4/isapipe.m4: Likewise.
3266         * m4/isnand.m4: Likewise.
3267         * m4/isnanf.m4: Likewise.
3268         * m4/isnanl.m4: Likewise.
3269         * m4/javacomp.m4: Likewise.
3270         * m4/javaexec.m4: Likewise.
3271         * m4/jm-winsz1.m4: Likewise.
3272         * m4/jm-winsz2.m4: Likewise.
3273         * m4/lchown.m4: Likewise.
3274         * m4/lcmessage.m4: Likewise.
3275         * m4/ldexpl.m4: Likewise.
3276         * m4/lib-ld.m4: Likewise.
3277         * m4/lib-link.m4: Likewise.
3278         * m4/libsigsegv.m4: Likewise.
3279         * m4/link-follow.m4: Likewise.
3280         * m4/localcharset.m4: Likewise.
3281         * m4/locale-fr.m4: Likewise.
3282         * m4/locale-ja.m4: Likewise.
3283         * m4/locale-tr.m4: Likewise.
3284         * m4/locale-zh.m4: Likewise.
3285         * m4/lock.m4: Likewise.
3286         * m4/longlong.m4: Likewise.
3287         * m4/ls-mntd-fs.m4: Likewise.
3288         * m4/lstat.m4: Likewise.
3289         * m4/malloc.m4: Likewise.
3290         * m4/mathl.m4: Likewise.
3291         * m4/mbrtowc.m4: Likewise.
3292         * m4/mbstate_t.m4: Likewise.
3293         * m4/mbswidth.m4: Likewise.
3294         * m4/memchr.m4: Likewise.
3295         * m4/memcmp.m4: Likewise.
3296         * m4/memcpy.m4: Likewise.
3297         * m4/memmem.m4: Likewise.
3298         * m4/memmove.m4: Likewise.
3299         * m4/mempcpy.m4: Likewise.
3300         * m4/memrchr.m4: Likewise.
3301         * m4/memset.m4: Likewise.
3302         * m4/minmax.m4: Likewise.
3303         * m4/mkdir-slash.m4: Likewise.
3304         * m4/mkdtemp.m4: Likewise.
3305         * m4/mktime.m4: Likewise.
3306         * m4/mmap-anon.m4: Likewise.
3307         * m4/mountlist.m4: Likewise.
3308         * m4/nanosleep.m4: Likewise.
3309         * m4/nls.m4: Likewise.
3310         * m4/nocrash.m4: Likewise.
3311         * m4/open.m4: Likewise.
3312         * m4/openat.m4: Likewise.
3313         * m4/openmp.m4: Likewise.
3314         * m4/pathmax.m4: Likewise.
3315         * m4/perl.m4: Likewise.
3316         * m4/physmem.m4: Likewise.
3317         * m4/pipe.m4: Likewise.
3318         * m4/po.m4: Likewise.
3319         * m4/poll.m4: Likewise.
3320         * m4/posixtm.m4: Likewise.
3321         * m4/posixver.m4: Likewise.
3322         * m4/printf-frexp.m4: Likewise.
3323         * m4/printf-frexpl.m4: Likewise.
3324         * m4/printf-posix.m4: Likewise.
3325         * m4/printf-posix-rpl.m4: Likewise.
3326         * m4/printf.m4: Likewise.
3327         * m4/progtest.m4: Likewise.
3328         * m4/putenv.m4: Likewise.
3329         * m4/readline.m4: Likewise.
3330         * m4/readlink.m4: Likewise.
3331         * m4/readutmp.m4: Likewise.
3332         * m4/realloc.m4: Likewise.
3333         * m4/regex.m4: Likewise.
3334         * m4/relocatable.m4: Likewise.
3335         * m4/relocatable-lib.m4: Likewise.
3336         * m4/rename-dest-slash.m4: Likewise.
3337         * m4/rename.m4: Likewise.
3338         * m4/rmdir-errno.m4: Likewise.
3339         * m4/rmdir.m4: Likewise.
3340         * m4/roundf.m4: Likewise.
3341         * m4/roundl.m4: Likewise.
3342         * m4/rpmatch.m4: Likewise.
3343         * m4/save-cwd.m4: Likewise.
3344         * m4/selinux-selinux-h.m4: Likewise.
3345         * m4/setenv.m4: Likewise.
3346         * m4/settime.m4: Likewise.
3347         * m4/sig2str.m4: Likewise.
3348         * m4/sig_atomic_t.m4: Likewise.
3349         * m4/signalblocking.m4: Likewise.
3350         * m4/signbit.m4: Likewise.
3351         * m4/sigpipe.m4: Likewise.
3352         * m4/sockets.m4: Likewise.
3353         * m4/sockpfaf.m4: Likewise.
3354         * m4/st_dm_mode.m4: Likewise.
3355         * m4/stat-time.m4: Likewise.
3356         * m4/stdbool.m4: Likewise.
3357         * m4/stdint.m4: Likewise.
3358         * m4/stdint_h.m4: Likewise.
3359         * m4/stpcpy.m4: Likewise.
3360         * m4/stpncpy.m4: Likewise.
3361         * m4/strcase.m4: Likewise.
3362         * m4/strchrnul.m4: Likewise.
3363         * m4/strcspn.m4: Likewise.
3364         * m4/strdup.m4: Likewise.
3365         * m4/strftime.m4: Likewise.
3366         * m4/strndup.m4: Likewise.
3367         * m4/strnlen.m4: Likewise.
3368         * m4/strpbrk.m4: Likewise.
3369         * m4/strptime.m4: Likewise.
3370         * m4/strsep.m4: Likewise.
3371         * m4/strtod.m4: Likewise.
3372         * m4/strtoimax.m4: Likewise.
3373         * m4/strtok_r.m4: Likewise.
3374         * m4/strtol.m4: Likewise.
3375         * m4/strtoll.m4: Likewise.
3376         * m4/strtoul.m4: Likewise.
3377         * m4/strtoull.m4: Likewise.
3378         * m4/strtoumax.m4: Likewise.
3379         * m4/strverscmp.m4: Likewise.
3380         * m4/threadlib.m4: Likewise.
3381         * m4/timegm.m4: Likewise.
3382         * m4/tm_gmtoff.m4: Likewise.
3383         * m4/tmpdir.m4: Likewise.
3384         * m4/tmpfile.m4: Likewise.
3385         * m4/tzset.m4: Likewise.
3386         * m4/uintmax_t.m4: Likewise.
3387         * m4/unlinkdir.m4: Likewise.
3388         * m4/unlocked-io.m4: Likewise.
3389         * m4/uptime.m4: Likewise.
3390         * m4/userspec.m4: Likewise.
3391         * m4/utimbuf.m4: Likewise.
3392         * m4/utime.m4: Likewise.
3393         * m4/utimes-null.m4: Likewise.
3394         * m4/utimes.m4: Likewise.
3395         * m4/vararrays.m4: Likewise.
3396         * m4/vasnprintf.m4: Likewise.
3397         * m4/vfprintf-posix.m4: Likewise.
3398         * m4/vprintf-posix.m4: Likewise.
3399         * m4/wait-process.m4: Likewise.
3400         * m4/wchar_t.m4: Likewise.
3401         * m4/wint_t.m4: Likewise.
3402         * m4/write-any-file.m4: Likewise.
3403         * m4/yield.m4: Likewise.
3404
3405 2009-01-13  Bruno Haible  <bruno@clisp.org>
3406
3407         Avoid test-copy-file.sh failures when ACL support insufficient.
3408         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
3409         TESTS_ENVIRONMENT.
3410         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
3411         Reported by Jim Meyering.
3412
3413 2009-01-13  Bruno Haible  <bruno@clisp.org>
3414
3415         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
3416         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
3417         * modules/unistdio/u8-printf-parse (Files): Likewise.
3418         * modules/unistdio/u32-printf-parse (Files): Likewise.
3419         * modules/unistdio/ulc-printf-parse (Files): Likewise.
3420
3421 2009-01-13  Simon Josefsson  <simon@josefsson.org>
3422
3423         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
3424         and m4/inttypes_h.m4 too.
3425
3426 2009-01-12  Eric Blake  <ebb9@byu.net>
3427
3428         tests: IRIX 6.2 cc can't compile -0.0 into .data
3429         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
3430         rather than at compile-time.
3431         * tests/test-floorl.c (minus_zero): Likewise.
3432         * tests/test-frexpl.c (minus_zero): Likewise.
3433         * tests/test-isnan.c (minus_zerol): Likewise.
3434         * tests/test-isnanl.h (minus_zero): Likewise.
3435         * tests/test-ldexpl.c (minus_zero): Likewise.
3436         * tests/test-roundl.c (minus_zero): Likewise.
3437         * tests/test-signbit.c (minus_zerol): Likewise.
3438         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
3439         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
3440         * tests/test-truncl.c (minus_zero): Likewise.
3441         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
3442         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
3443         Reported by Tom G. Christensen and Nelson H. F. Beebe.
3444
3445 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3446
3447         regex: fix glibc bug 9697
3448         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
3449         handling.
3450
3451 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3452
3453         regex: fix glibc bug 697
3454         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
3455         being NULL also if there are no backreferences.
3456
3457 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
3458
3459         regex: merge glibc changes
3460         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
3461         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
3462         re_string_skip_chars, re_string_reconstruct): Likewise.
3463         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
3464
3465 2009-01-07  Jim Meyering  <meyering@redhat.com>
3466
3467         poll: filter through cppi
3468         * lib/poll.c: Indent cpp directives to reflect nesting.
3469
3470 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
3471
3472         poll: don't return uninitialized
3473         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
3474
3475 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
3476
3477         avoid compile failure on AIX 6.1
3478         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
3479         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
3480
3481 2009-01-04  Jim Meyering  <meyering@redhat.com>
3482
3483         remove duplicate inclusion of <stdio.h>
3484         * tests/test-fprintf-posix.c: Likewise.
3485         * tests/test-printf-posix.c: Likewise.
3486         * tests/test-snprintf-posix.c: Likewise.
3487         * tests/test-sprintf-posix.c: Likewise.
3488         * tests/test-vasprintf-posix.c: Likewise.
3489         * tests/test-vfprintf-posix.c: Likewise.
3490         * tests/test-vprintf-posix.c: Likewise.
3491         * tests/test-vsnprintf-posix.c: Likewise.
3492         * tests/test-vsprintf-posix.c: Likewise.
3493
3494 2009-01-03  Jim Meyering  <meyering@redhat.com>
3495
3496         gnulib-tool: fix sed-based filtering
3497         * gnulib-tool (func_filter_filelist): Remove extra backslash
3498         in sed_fff_filter definition.
3499
3500 2009-01-02  Jim Meyering  <meyering@redhat.com>
3501
3502         strftime: avoid compilation failure on Solaris 2.6
3503         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
3504         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
3505         Don't #define mbrlen or mbsinit, since now they're guaranteed to
3506         be available.  Reported by Tom G. Christensen.  Details in
3507         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
3508
3509 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3510             Bruno Haible  <bruno@clisp.org>
3511
3512         Speed up gnulib-tool by doing more string processing through shell
3513         built-ins.
3514         * gnulib-tool (fast_func_append): New variable.
3515         (func_remove_prefix, func_remove_suffix): New functions.
3516         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
3517         (func_filter_filelist): New function.
3518         (func_get_dependencies): Use func_remove_suffix instead of sed.
3519         (func_get_automake_snippet): Use func_filter_filelist instead of a
3520         subshell and sed invocation.
3521
3522 2009-01-01  Bruno Haible  <bruno@clisp.org>
3523
3524         Fix a security bug.
3525         * gnulib-tool (func_import, import, update): Don't allow the characters
3526         '"', '$', '`', '\' in macro arguments that become part of commands that
3527         are evaluated.
3528
3529 2009-01-01  Bruno Haible  <bruno@clisp.org>
3530
3531         * gnulib-tool (func_reset_sigpipe): Add more comments.
3532
3533 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3534
3535         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
3536         func_emit_tests_Makefile_am, func_import): Abort loops early if we
3537         already know the answer.
3538
3539 2009-01-01  Jim Meyering  <meyering@redhat.com>
3540
3541         * lib/version-etc.c (version_etc_va): Update copyright year.
3542
3543 2008-12-30  Bruno Haible  <bruno@clisp.org>
3544
3545         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
3546         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
3547         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
3548
3549 2008-12-29  Eric Blake  <ebb9@byu.net>
3550
3551         multiarch: avoid autoconf AC_REQUIRE bug
3552         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
3553         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
3554         2.63 and older.
3555         Reported by Bruno Haible, and analyzed in
3556         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
3557
3558 2008-12-29  Bruno Haible  <bruno@clisp.org>
3559
3560         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
3561         files in subdirectories correctly.
3562         Reported by Ralf Wildenhues.
3563
3564 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3565
3566         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
3567         rather than 'join FILE -', for Solaris join.
3568
3569 2008-12-29  Bruno Haible  <bruno@clisp.org>
3570
3571         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
3572         quoting.
3573         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
3574         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
3575         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
3576         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
3577         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
3578         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
3579         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
3580         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
3581         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3582         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3583         * m4/nls.m4 (AM_NLS): Likewise.
3584         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3585         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3586         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3587         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3588         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3589         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3590         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3591         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3592         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3593         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3594         * m4/xsize.m4 (gl_XSIZE): Likewise.
3595         Suggested by Jim Meyering.
3596
3597 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3598
3599         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3600         * lib/parse-duration.c: use a switch instead of cascading if's.
3601
3602 2008-12-29  Eric Blake  <ebb9@byu.net>
3603
3604         wchar.h: supply WEOF on Irix 5.3
3605         * lib/wchar.in.h (wint_t): Also supply WEOF.
3606         * lib/wctype.in.h (wint_t): Likewise.
3607         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3608         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3609         Reported by Tom G. Christensen.
3610
3611 2008-12-26  Bruno Haible  <bruno@clisp.org>
3612
3613         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3614         i486, i586, i686.
3615
3616 2008-12-26  Bruno Haible  <bruno@clisp.org>
3617
3618         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3619
3620 2008-12-26  Bruno Haible  <bruno@clisp.org>
3621
3622         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3623         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3624         not __STDC_CONSTANT_MACROS.
3625         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3626
3627 2008-12-25  Bruno Haible  <bruno@clisp.org>
3628
3629         Add support for universal builds to vasnprintf.
3630         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3631         universal builds, guess no.
3632         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3633         * modules/vasprintf-posix (Depends-on): Likewise.
3634         * modules/fprintf-posix (Depends-on): Likewise.
3635         * modules/vfprintf-posix (Depends-on): Likewise.
3636         * modules/snprintf-posix (Depends-on): Likewise.
3637         * modules/vsnprintf-posix (Depends-on): Likewise.
3638         * modules/sprintf-posix (Depends-on): Likewise.
3639         * modules/vsprintf-posix (Depends-on): Likewise.
3640         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3641         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3642         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3643         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3644         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3645         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3646         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3647
3648         Add support for universal builds to <inttypes.h>.
3649         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3650         _SCNu64_PREFIX): In Apple
3651         universal builds, define directly, using _LP64.
3652         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3653         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3654         * modules/inttypes (Depends-on): Add multiarch.
3655         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3656
3657         Add support for universal builds to <stdint.h>.
3658         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3659         universal builds, define directly, using _LP64.
3660         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3661         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3662         and size_t.
3663         * modules/stdint (Depends-on): Add multiarch.
3664         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3665
3666         New module 'multiarch'.
3667         * modules/multiarch: New file.
3668         * m4/multiarch.m4: New file.
3669
3670 2008-12-25  Bruno Haible  <bruno@clisp.org>
3671
3672         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3673
3674 2008-12-25  Bruno Haible  <bruno@clisp.org>
3675
3676         * modules/btowc (License): Relicense under LGPLv2+.
3677         * modules/mbsinit (License): Likewise.
3678         * modules/mbrtowc (License): Likewise.
3679         * modules/wcrtomb (License): Likewise.
3680         * modules/streq (License): Likewise.
3681         Reported by David Lutterkort <lutter@redhat.com>.
3682
3683 2008-12-23  Bruno Haible  <bruno@clisp.org>
3684
3685         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3686
3687 2008-12-23  Bruno Haible  <bruno@clisp.org>
3688
3689         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3690         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3691         GETADDRINFO_LIB, not in LIBS.
3692         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3693         * modules/canon-host (Link): Likewise.
3694         * NEWS: Mention the change.
3695         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3696         GETADDRINFO_LIB.
3697
3698 2008-12-22  Bruno Haible  <bruno@clisp.org>
3699
3700         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3701         * doc/posix-functions/iswalpha_l.texi: Likewise.
3702         * doc/posix-functions/iswblank_l.texi: Likewise.
3703         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3704         * doc/posix-functions/iswctype_l.texi: Likewise.
3705         * doc/posix-functions/iswdigit_l.texi: Likewise.
3706         * doc/posix-functions/iswgraph_l.texi: Likewise.
3707         * doc/posix-functions/iswlower_l.texi: Likewise.
3708         * doc/posix-functions/iswprint_l.texi: Likewise.
3709         * doc/posix-functions/iswpunct_l.texi: Likewise.
3710         * doc/posix-functions/iswspace_l.texi: Likewise.
3711         * doc/posix-functions/iswupper_l.texi: Likewise.
3712         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3713         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3714         * doc/posix-functions/open_wmemstream.texi: Likewise.
3715         * doc/posix-functions/swscanf.texi: Likewise.
3716         * doc/posix-functions/towctrans_l.texi: Likewise.
3717         * doc/posix-functions/towlower.texi: Likewise.
3718         * doc/posix-functions/towlower_l.texi: Likewise.
3719         * doc/posix-functions/towupper.texi: Likewise.
3720         * doc/posix-functions/towupper_l.texi: Likewise.
3721         * doc/posix-functions/vfwprintf.texi: Likewise.
3722         * doc/posix-functions/vfwscanf.texi: Likewise.
3723         * doc/posix-functions/vswscanf.texi: Likewise.
3724         * doc/posix-functions/vwprintf.texi: Likewise.
3725         * doc/posix-functions/vwscanf.texi: Likewise.
3726         * doc/posix-functions/wcpcpy.texi: Likewise.
3727         * doc/posix-functions/wcpncpy.texi: Likewise.
3728         * doc/posix-functions/wcscasecmp.texi: Likewise.
3729         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3730         * doc/posix-functions/wcscoll_l.texi: Likewise.
3731         * doc/posix-functions/wcsdup.texi: Likewise.
3732         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3733         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3734         * doc/posix-functions/wcsnlen.texi: Likewise.
3735         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3736         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3737         * doc/posix-functions/wctrans_l.texi: Likewise.
3738         * doc/posix-functions/wctype_l.texi: Likewise.
3739         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3740         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3741         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3742         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3743         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3744         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3745         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3746         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3747         * doc/glibc-functions/wcschrnul.texi: Likewise.
3748         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3749         * doc/glibc-functions/wcstod_l.texi: Likewise.
3750         * doc/glibc-functions/wcstof_l.texi: Likewise.
3751         * doc/glibc-functions/wcstol_l.texi: Likewise.
3752         * doc/glibc-functions/wcstold_l.texi: Likewise.
3753         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3754         * doc/glibc-functions/wcstoq.texi: Likewise.
3755         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3756         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3757         * doc/glibc-functions/wcstouq.texi: Likewise.
3758         * doc/glibc-functions/wmempcpy.texi: Likewise.
3759
3760 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3761             Eric Blake  <ebb9@byu.net>
3762             Paolo Bonzini  <bonzini@gnu.org>
3763             Bruno Haible  <bruno@clisp.org>
3764
3765         Make c-stack work on Haiku.
3766         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3767         (c_stack_action): Use SA_ONSTACK flag.
3768
3769 2008-12-22  Bruno Haible  <bruno@clisp.org>
3770
3771         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3772
3773 2008-12-22  Bruno Haible  <bruno@clisp.org>
3774
3775         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3776         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3777         being overridden.
3778         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3779         New macros.
3780         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3781         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3782         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3783         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3784
3785 2008-12-22  Bruno Haible  <bruno@clisp.org>
3786
3787         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3788         from test code.
3789
3790 2008-12-22  Eric Blake  <ebb9@byu.net>
3791
3792         Avoid gcc warnings on cygwin.
3793         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3794         Avoid unused variable.
3795         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3796         Likewise.
3797
3798 2008-12-22  Bruno Haible  <bruno@clisp.org>
3799
3800         Remove HAVE_MBRTOWC conditionals.
3801         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3802         (mbscasecmp): Assume mbrtowc function.
3803         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3804         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3805         * lib/mbschr.c: Include mbuiter.h unconditionally.
3806         (mbschr): Assume mbrtowc function.
3807         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3808         (mbscspn): Assume mbrtowc function.
3809         * lib/mbslen.c: Include mbuiter.h unconditionally.
3810         (mbslen): Assume mbrtowc function.
3811         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3812         (mbsncasecmp): Assume mbrtowc function.
3813         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3814         (mbsnlen): Assume mbrtowc function.
3815         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3816         (mbspbrk): Assume mbrtowc function.
3817         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3818         (mbspcasecmp): Assume mbrtowc function.
3819         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3820         (mbsrchr): Assume mbrtowc function.
3821         * lib/mbssep.c: Include mbuiter.h unconditionally.
3822         (mbssep): Assume mbrtowc function.
3823         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3824         (mbsspn): Assume mbrtowc function.
3825         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3826         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3827         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3828         (mbstok_r): Assume mbrtowc function.
3829         * lib/propername.c: Include mbuiter.h unconditionally.
3830         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3831         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3832         (trim2): Assume mbrtowc function.
3833         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3834         (mbsnwidth): Assume mbrtowc function.
3835         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3836         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3837         fallback definitions.
3838         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3839
3840 2008-12-22  Bruno Haible  <bruno@clisp.org>
3841
3842         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3843
3844 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3845
3846         * modules/regex: Request emulations for the mb*/wc* functions we need.
3847         * m4/regex.m4: Don't look for those functions here.
3848         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3849
3850 2008-12-22  Bruno Haible  <bruno@clisp.org>
3851
3852         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3853
3854 2008-12-21  Bruno Haible  <bruno@clisp.org>
3855
3856         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3857         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3858         (Include): Remove conditionalization.
3859         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3860         (Include): Remove conditionalization.
3861         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3862         (Include): Remove conditionalization.
3863         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3864         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3865         * NEWS: Mention the change.
3866         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3867         via Sergey Poznyakoff <gray@gnu.org.ua>.
3868
3869 2008-12-21  Bruno Haible  <bruno@clisp.org>
3870
3871         * MODULES.html.sh (Extended multibyte and wide character utilities
3872         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3873         wcrtomb, wcsrtombs.
3874         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3875         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3876         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3877         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3878
3879 2008-12-21  Bruno Haible  <bruno@clisp.org>
3880
3881         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3882
3883 2008-12-21  Bruno Haible  <bruno@clisp.org>
3884
3885         * modules/wcsnrtombs-tests: New file.
3886         * tests/test-wcsnrtombs1.sh: New file.
3887         * tests/test-wcsnrtombs2.sh: New file.
3888         * tests/test-wcsnrtombs3.sh: New file.
3889         * tests/test-wcsnrtombs4.sh: New file.
3890         * tests/test-wcsnrtombs.c: New file.
3891
3892         New module 'wcsnrtombs'.
3893         * lib/wchar.in.h (wcsnrtombs): New declaration.
3894         * lib/wcsnrtombs.c: New file.
3895         * lib/wcsrtombs-state.c: New file.
3896         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3897         (internal_state): Remove variable.
3898         * m4/wcsnrtombs.m4: New file.
3899         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3900         compilation units.
3901         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3902         HAVE_WCSNRTOMBS.
3903         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3904         HAVE_WCSNRTOMBS.
3905         * modules/wcsnrtombs: New file.
3906         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3907         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3908
3909 2008-12-21  Bruno Haible  <bruno@clisp.org>
3910
3911         * modules/wcsrtombs-tests: New file.
3912         * tests/test-wcsrtombs1.sh: New file.
3913         * tests/test-wcsrtombs2.sh: New file.
3914         * tests/test-wcsrtombs3.sh: New file.
3915         * tests/test-wcsrtombs4.sh: New file.
3916         * tests/test-wcsrtombs.c: New file.
3917
3918         New module 'wcsrtombs'.
3919         * lib/wchar.in.h (wcsrtombs): New declaration.
3920         * lib/wcsrtombs.c: New file.
3921         * m4/wcsrtombs.m4: New file.
3922         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3923         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3924         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3925         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3926         * modules/wcsrtombs: New file.
3927         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3928         bugs.
3929
3930 2008-12-21  Bruno Haible  <bruno@clisp.org>
3931
3932         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3933         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3934         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3935         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3936         if not correct.
3937         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3938         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3939         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3940         m4/locale-zh.m4, m4/codeset.m4.
3941         * doc/posix-functions/wcrtomb.texi: Document the bug.
3942
3943 2008-12-21  Bruno Haible  <bruno@clisp.org>
3944
3945         Work around a btowc() bug on IRIX 6.5.
3946         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3947         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3948         REPLACE_WTOBC if not.
3949         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3950         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3951         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3952
3953 2008-12-21  Bruno Haible  <bruno@clisp.org>
3954
3955         * modules/wcrtomb-tests: New file.
3956         * tests/test-wcrtomb.sh: New file.
3957         * tests/test-wcrtomb.c: New file.
3958
3959         New module 'wcrtomb'.
3960         * lib/wchar.in.h (wcrtomb): New declaration.
3961         * lib/wcrtomb.c: New file.
3962         * m4/wcrtomb.m4: New file.
3963         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3964         HAVE_WCRTOMB.
3965         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3966         HAVE_WCRTOMB.
3967         * modules/wcrtomb: New file.
3968         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3969
3970 2008-12-21  Bruno Haible  <bruno@clisp.org>
3971
3972         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3973         * modules/mbsrtowcs (Files): Likewise.
3974         * modules/wctob (Files): Likewise.
3975         * modules/c-strcase-tests (Files): Likewise.
3976         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3977         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3978         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3979         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3980         * modules/vasnprintf-posix-tests (Files): Likewise.
3981
3982 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3983
3984         gitlog-to-changelog: pass all command-line arguments to git-log
3985         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3986         it is sometimes convenient to filter the commits in various ways.
3987         gitlog-to-changelog only allows --since to specify a start date,
3988         but git-log itself supports many other filtering mechanisms.
3989         At the moment, I want to filter by branch name.  Rather than
3990         adding a --branch option to gitlog-to-changelog, it seems more
3991         flexible to simply pass all options directly to git-log and let
3992         git do the work.  Notice that this effectively makes --since a
3993         redundant option for gitlog-to-changelog, but removing it would
3994         require current usage to change since calls would then require
3995         an additional '--'.
3996
3997 2008-12-21  Bruno Haible  <bruno@clisp.org>
3998
3999         * modules/mbsnrtowcs-tests: New file.
4000         * tests/test-mbsnrtowcs1.sh: New file.
4001         * tests/test-mbsnrtowcs2.sh: New file.
4002         * tests/test-mbsnrtowcs3.sh: New file.
4003         * tests/test-mbsnrtowcs4.sh: New file.
4004         * tests/test-mbsnrtowcs.c: New file.
4005
4006         New module 'mbsnrtowcs'.
4007         * lib/wchar.in.h (mbsnrtowcs): New declaration.
4008         * lib/mbsnrtowcs.c: New file.
4009         * lib/mbsrtowcs-state.c: New file.
4010         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
4011         (internal_state): Remove variable.
4012         * m4/mbsnrtowcs.m4: New file.
4013         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
4014         compilation units.
4015         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
4016         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
4017         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
4018         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
4019         * modules/mbsnrtowcs: New file.
4020         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
4021         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
4022         portability problem.
4023
4024 2008-12-21  Bruno Haible  <bruno@clisp.org>
4025
4026         Work around mbsrtowcs bug.
4027         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
4028         (gl_FUNC_MBSRTOWCS): Invoke it.
4029         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
4030         m4/locale-zh.m4.
4031         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
4032
4033 2008-12-21  Bruno Haible  <bruno@clisp.org>
4034
4035         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
4036
4037 2008-12-21  Bruno Haible  <bruno@clisp.org>
4038
4039         Update doc for AIX.
4040         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
4041         16-bit wchar_t type.
4042         * doc/posix-functions/btowc.texi: Likewise.
4043         * doc/posix-functions/fgetwc.texi: Likewise.
4044         * doc/posix-functions/fgetws.texi: Likewise.
4045         * doc/posix-functions/fputwc.texi: Likewise.
4046         * doc/posix-functions/fputws.texi: Likewise.
4047         * doc/posix-functions/fwide.texi: Likewise.
4048         * doc/posix-functions/fwprintf.texi: Likewise.
4049         * doc/posix-functions/fwscanf.texi: Likewise.
4050         * doc/posix-functions/getwchar.texi: Likewise.
4051         * doc/posix-functions/getwc.texi: Likewise.
4052         * doc/posix-functions/iswalnum.texi: Likewise.
4053         * doc/posix-functions/iswalpha.texi: Likewise.
4054         * doc/posix-functions/iswblank.texi: Likewise.
4055         * doc/posix-functions/iswcntrl.texi: Likewise.
4056         * doc/posix-functions/iswctype.texi: Likewise.
4057         * doc/posix-functions/iswdigit.texi: Likewise.
4058         * doc/posix-functions/iswgraph.texi: Likewise.
4059         * doc/posix-functions/iswlower.texi: Likewise.
4060         * doc/posix-functions/iswprint.texi: Likewise.
4061         * doc/posix-functions/iswpunct.texi: Likewise.
4062         * doc/posix-functions/iswspace.texi: Likewise.
4063         * doc/posix-functions/iswupper.texi: Likewise.
4064         * doc/posix-functions/iswxdigit.texi: Likewise.
4065         * doc/posix-functions/mbrtowc.texi: Likewise.
4066         * doc/posix-functions/mbsrtowcs.texi: Likewise.
4067         * doc/posix-functions/mbstowcs.texi: Likewise.
4068         * doc/posix-functions/mbtowc.texi: Likewise.
4069         * doc/posix-functions/putwchar.texi: Likewise.
4070         * doc/posix-functions/putwc.texi: Likewise.
4071         * doc/posix-functions/swprintf.texi: Likewise.
4072         * doc/posix-functions/tolower.texi: Likewise.
4073         * doc/posix-functions/toupper.texi: Likewise.
4074         * doc/posix-functions/towctrans.texi: Likewise.
4075         * doc/posix-functions/ungetwc.texi: Likewise.
4076         * doc/posix-functions/vswprintf.texi: Likewise.
4077         * doc/posix-functions/wcrtomb.texi: Likewise.
4078         * doc/posix-functions/wcscat.texi: Likewise.
4079         * doc/posix-functions/wcschr.texi: Likewise.
4080         * doc/posix-functions/wcscmp.texi: Likewise.
4081         * doc/posix-functions/wcscoll.texi: Likewise.
4082         * doc/posix-functions/wcscpy.texi: Likewise.
4083         * doc/posix-functions/wcscspn.texi: Likewise.
4084         * doc/posix-functions/wcsftime.texi: Likewise.
4085         * doc/posix-functions/wcslen.texi: Likewise.
4086         * doc/posix-functions/wcsncat.texi: Likewise.
4087         * doc/posix-functions/wcsncmp.texi: Likewise.
4088         * doc/posix-functions/wcsncpy.texi: Likewise.
4089         * doc/posix-functions/wcspbrk.texi: Likewise.
4090         * doc/posix-functions/wcsrchr.texi: Likewise.
4091         * doc/posix-functions/wcsrtombs.texi: Likewise.
4092         * doc/posix-functions/wcsspn.texi: Likewise.
4093         * doc/posix-functions/wcsstr.texi: Likewise.
4094         * doc/posix-functions/wcstod.texi: Likewise.
4095         * doc/posix-functions/wcstof.texi: Likewise.
4096         * doc/posix-functions/wcstoimax.texi: Likewise.
4097         * doc/posix-functions/wcstok.texi: Likewise.
4098         * doc/posix-functions/wcstold.texi: Likewise.
4099         * doc/posix-functions/wcstoll.texi: Likewise.
4100         * doc/posix-functions/wcstol.texi: Likewise.
4101         * doc/posix-functions/wcstombs.texi: Likewise.
4102         * doc/posix-functions/wcstoull.texi: Likewise.
4103         * doc/posix-functions/wcstoul.texi: Likewise.
4104         * doc/posix-functions/wcstoumax.texi: Likewise.
4105         * doc/posix-functions/wcswidth.texi: Likewise.
4106         * doc/posix-functions/wcsxfrm.texi: Likewise.
4107         * doc/posix-functions/wctob.texi: Likewise.
4108         * doc/posix-functions/wctomb.texi: Likewise.
4109         * doc/posix-functions/wctrans.texi: Likewise.
4110         * doc/posix-functions/wctype.texi: Likewise.
4111         * doc/posix-functions/wcwidth.texi: Likewise.
4112         * doc/posix-functions/wmemchr.texi: Likewise.
4113         * doc/posix-functions/wmemcmp.texi: Likewise.
4114         * doc/posix-functions/wmemcpy.texi: Likewise.
4115         * doc/posix-functions/wmemmove.texi: Likewise.
4116         * doc/posix-functions/wmemset.texi: Likewise.
4117         * doc/posix-functions/wprintf.texi: Likewise.
4118         * doc/posix-functions/wscanf.texi: Likewise.
4119
4120 2008-12-21  Bruno Haible  <bruno@clisp.org>
4121
4122         Update doc for HP-UX 11.11.
4123         * doc/posix-functions/btowc.texi: Clarify that the function is missing
4124         in HP-UX version 11.00, not in all versions of HP-UX 11.
4125         * doc/posix-functions/fwide.texi: Likewise.
4126         * doc/posix-functions/fwprintf.texi: Likewise.
4127         * doc/posix-functions/fwscanf.texi: Likewise.
4128         * doc/posix-functions/inet_ntop.texi: Likewise.
4129         * doc/posix-functions/inet_pton.texi: Likewise.
4130         * doc/posix-functions/mbrlen.texi: Likewise.
4131         * doc/posix-functions/mbrtowc.texi: Likewise.
4132         * doc/posix-functions/mbsinit.texi: Likewise.
4133         * doc/posix-functions/mbsrtowcs.texi: Likewise.
4134         * doc/posix-functions/swprintf.texi: Likewise.
4135         * doc/posix-functions/swscanf.texi: Likewise.
4136         * doc/posix-functions/towctrans.texi: Likewise.
4137         * doc/posix-functions/vfwprintf.texi: Likewise.
4138         * doc/posix-functions/vswprintf.texi: Likewise.
4139         * doc/posix-functions/vwprintf.texi: Likewise.
4140         * doc/posix-functions/wcrtomb.texi: Likewise.
4141         * doc/posix-functions/wcsrtombs.texi: Likewise.
4142         * doc/posix-functions/wcsstr.texi: Likewise.
4143         * doc/posix-functions/wctob.texi: Likewise.
4144         * doc/posix-functions/wctrans.texi: Likewise.
4145         * doc/posix-functions/wmemchr.texi: Likewise.
4146         * doc/posix-functions/wmemcmp.texi: Likewise.
4147         * doc/posix-functions/wmemcpy.texi: Likewise.
4148         * doc/posix-functions/wmemmove.texi: Likewise.
4149         * doc/posix-functions/wmemset.texi: Likewise.
4150         * doc/posix-functions/wprintf.texi: Likewise.
4151         * doc/posix-functions/wscanf.texi: Likewise.
4152
4153 2008-12-21  Bruno Haible  <bruno@clisp.org>
4154
4155         Work around a portability problem.
4156         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
4157         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
4158
4159 2008-12-20  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
4162         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
4163         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
4164         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
4165         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
4166
4167         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
4168         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
4169         set.
4170         (GNULIB_defined_mbstate_t): New macro.
4171         (mbsinit): Redefine if REPLACE_MBSINIT is set.
4172         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
4173         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
4174         reuses the system's mbrtowc function but works around the bugs.
4175         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
4176         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
4177         macros.
4178         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
4179         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
4180         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
4181         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
4182         REPLACE_MBSINIT if mbsinit needs to be overridden.
4183         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
4184         REPLACE_MBSINIT, REPLACE_MBRTOWC.
4185         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
4186         REPLACE_MBSINIT, REPLACE_MBRTOWC.
4187         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
4188         m4/locale-zh.m4.
4189         (Depends): Add mbsinit.
4190         * modules/mbsinit (Depends): Add mbrtowc.
4191         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
4192
4193 2008-12-20  Bruno Haible  <bruno@clisp.org>
4194
4195         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
4196         so that there are no conversion errors on AIX.
4197         * tests/test-mbsrtowcs.c (main): LIkewise.
4198
4199 2008-12-20  Bruno Haible  <bruno@clisp.org>
4200
4201         Work around wctob bug on Solaris <= 9.
4202         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
4203         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
4204         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
4205         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
4206         * modules/wctob (Files): Add m4/locale-fr.m4.
4207         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
4208
4209 2008-12-20  Bruno Haible  <bruno@clisp.org>
4210
4211         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
4212         /dev/null.
4213         * tests/test-select-in.sh: Likewise.
4214         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
4215
4216 2008-12-20  Bruno Haible  <bruno@clisp.org>
4217
4218         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
4219         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
4220         Cygwin 1.5.x.
4221
4222 2008-12-20  Bruno Haible  <bruno@clisp.org>
4223
4224         Ensure mbstate_t is defined on HP-UX 11.11.
4225         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
4226         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
4227         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
4228         AC_USE_SYSTEM_EXTENSIONS.
4229         * modules/fnmatch (Depends-on): Add extensions.
4230         * modules/mbrlen (Depends-on): Likewise.
4231         * modules/mbrtowc (Depends-on): Likewise.
4232         * modules/mbsinit (Depends-on): Likewise.
4233         * modules/mbsrtowcs (Depends-on): Likewise.
4234         * modules/mbswidth (Depends-on): Likewise.
4235         * modules/quotearg (Depends-on): Likewise.
4236         * modules/strftime (Depends-on): Likewise.
4237
4238 2008-12-20  Bruno Haible  <bruno@clisp.org>
4239
4240         Ensure wctob is declared on IRIX 6.5.
4241         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
4242         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
4243         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
4244         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
4245         of HAVE_WCTOB.
4246         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
4247         HAVE_WCTOB.
4248         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
4249
4250 2008-12-19  Bruno Haible  <bruno@clisp.org>
4251
4252         * modules/mbsrtowcs-tests: New file.
4253         * tests/test-mbsrtowcs1.sh: New file.
4254         * tests/test-mbsrtowcs2.sh: New file.
4255         * tests/test-mbsrtowcs3.sh: New file.
4256         * tests/test-mbsrtowcs4.sh: New file.
4257         * tests/test-mbsrtowcs.c: New file.
4258
4259         New module 'mbsrtowcs'.
4260         * lib/wchar.in.h (mbsrtowcs): New declaration.
4261         * lib/mbsrtowcs.c: New file.
4262         * m4/mbsrtowcs.m4: New file.
4263         * modules/mbsrtowcs: New file.
4264         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
4265         HAVE_MBSRTOWCS.
4266         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
4267         HAVE_MBSRTOWCS.
4268         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
4269
4270 2008-12-19  Bruno Haible  <bruno@clisp.org>
4271
4272         New module 'mbrlen'.
4273         * lib/wchar.in.h (mbrlen): New declaration.
4274         * lib/mbrlen.c: New file.
4275         * m4/mbrlen.m4: New file.
4276         * modules/mbrlen: New file.
4277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
4278         HAVE_MBRLEN.
4279         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
4280         HAVE_MBRLEN.
4281         * doc/posix-functions/mbrlen.texi: Document the new module.
4282
4283 2008-12-19  Bruno Haible  <bruno@clisp.org>
4284
4285         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
4286         * modules/mbrtowc (Depends-on): Add verify.
4287         Suggested by Paul Eggert.
4288
4289 2008-12-18  Bruno Haible  <bruno@clisp.org>
4290
4291         * modules/mbsinit-tests: New file.
4292         * tests/test-mbsinit.sh: New file.
4293         * tests/test-mbsinit.c: New file.
4294
4295 2008-12-18  Bruno Haible  <bruno@clisp.org>
4296
4297         * modules/mbrtowc-tests: New file.
4298         * tests/test-mbrtowc1.sh: New file.
4299         * tests/test-mbrtowc2.sh: New file.
4300         * tests/test-mbrtowc3.sh: New file.
4301         * tests/test-mbrtowc4.sh: New file.
4302         * tests/test-mbrtowc.c: New file.
4303
4304         New module 'mbrtowc'.
4305         * lib/wchar.in.h (mbstate_t): Override when the system does not have
4306         mbsinit and mbrtowc.
4307         (mbrtowc): New declaration.
4308         * lib/mbrtowc.c: New file.
4309         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
4310         * modules/mbrtowc: New file.
4311         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
4312         HAVE_MBRTOWC.
4313         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
4314         HAVE_MBRTOWC.
4315         * doc/posix-functions/mbrtowc.texi: Document the new module.
4316
4317 2008-12-18  Bruno Haible  <bruno@clisp.org>
4318
4319         New module 'wctob'.
4320         * lib/wchar.in.h (wctob): New declaration.
4321         * lib/wctob.c: New file.
4322         * m4/wctob.m4: New file.
4323         * modules/wctob: New file.
4324         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
4325         HAVE_WCTOB.
4326         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
4327         * doc/posix-functions/wctob.texi: Document the new module.
4328
4329 2008-12-18  Bruno Haible  <bruno@clisp.org>
4330
4331         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
4332         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
4333
4334 2008-12-18  Simon Josefsson  <simon@josefsson.org>
4335
4336         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
4337         G. Christensen" <tgc@jupiterrise.com>.
4338
4339         * lib/flock.c: Need to include errno.h.  Reported by "Tom
4340         G. Christensen" <tgc@jupiterrise.com>.
4341
4342         * lib/flock.c: Need to include string.h.  Reported by "Tom
4343         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
4344         <ebb9@byu.net>.
4345
4346 2008-12-18  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/locale-ja.m4: New file, from GNU gettext.
4349
4350 2008-12-17  Bruno Haible  <bruno@clisp.org>
4351
4352         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
4353         Suggested by Eric Blake.
4354
4355 2008-12-17  Bruno Haible  <bruno@clisp.org>
4356
4357         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
4358
4359 2008-12-17  Bruno Haible  <bruno@clisp.org>
4360
4361         * lib/mbsinit.c: Include verify.h. Verify an assumption.
4362         * modules/mbsinit (Depends-on): Add verify.
4363         Suggested by Paul Eggert.
4364
4365 2008-12-17  Bruno Haible  <bruno@clisp.org>
4366
4367         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
4368         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
4369         gl_FUNC_MBRTOWC.
4370         * m4/mbiter.m4 (gl_MBITER): LIkewise.
4371         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
4372         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
4373         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
4374         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
4375         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
4376         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
4377         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
4378         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
4379         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
4380         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
4381         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
4382         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
4383         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
4384         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
4385         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4386         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
4387         * modules/trim (configure.ac): Likewise.
4388
4389 2008-12-17  Bruno Haible  <bruno@clisp.org>
4390
4391         * modules/btowc-tests: New file.
4392         * tests/test-btowc1.sh: New file.
4393         * tests/test-btowc2.sh: New file.
4394         * tests/test-btowc.c: New file.
4395
4396         New module 'btowc'.
4397         * lib/wchar.in.h (btowc): New declaration.
4398         * lib/btowc.c: New file.
4399         * m4/btowc.m4: New file.
4400         * modules/btowc: New file.
4401         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
4402         HAVE_BTOWC.
4403         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
4404         * doc/posix-functions/btowc.texi: Document the new module.
4405
4406 2008-12-17  Bruno Haible  <bruno@clisp.org>
4407
4408         New module 'mbsinit'.
4409         * lib/wchar.in.h (mbsinit): New declaration.
4410         * lib/mbsinit.c: New file.
4411         * m4/mbsinit.m4: New file.
4412         * modules/mbsinit: New file.
4413         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
4414         HAVE_MBSINIT.
4415         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
4416         HAVE_MBSINIT.
4417         * doc/posix-functions/mbsinit.texi: Document the new module.
4418
4419 2008-12-16  Bruno Haible  <bruno@clisp.org>
4420
4421         * lib/unistd.in.h: Add comment.
4422         * tests/test-environ.c: Don't include <stdlib.h>.
4423
4424 2008-12-16  Bruno Haible  <bruno@clisp.org>
4425
4426         * lib/parse-duration.h (parse_duration): Document return value
4427         convention.
4428         * lib/parse-duration.c: Include specification header first. Add
4429         comments.
4430         (_): Remove macro.
4431         (parse_year_month_day, parse_hour_minute_second): Move side effects
4432         outside of strchr call.
4433         (parse_non_iso8601): Move side effects outside of isspace call.
4434         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
4435         call.
4436
4437 2008-12-16  Bruno Haible  <bruno@clisp.org>
4438
4439         * tests/test-parse-duration.sh: Produce no output when the test
4440         succeeds.
4441
4442 2008-12-16  Bruno Haible  <bruno@clisp.org>
4443
4444         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
4445         expressions.
4446
4447 2008-12-15  Bruno Haible  <bruno@clisp.org>
4448
4449         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
4450         * doc/glibc-functions/flistxattr.texi: Likewise.
4451         * doc/glibc-functions/fopencookie.texi: Likewise.
4452         * doc/glibc-functions/fremovexattr.texi: Likewise.
4453         * doc/glibc-functions/fsetxattr.texi: Likewise.
4454         * doc/glibc-functions/getxattr.texi: Likewise.
4455         * doc/glibc-functions/lgetxattr.texi: Likewise.
4456         * doc/glibc-functions/listxattr.texi: Likewise.
4457         * doc/glibc-functions/llistxattr.texi: Likewise.
4458         * doc/glibc-functions/lremovexattr.texi: Likewise.
4459         * doc/glibc-functions/lsetxattr.texi: Likewise.
4460         * doc/glibc-functions/removexattr.texi: Likewise.
4461         * doc/glibc-functions/setxattr.texi: Likewise.
4462         * doc/posix-functions/open_memstream.texi: Likewise.
4463
4464 2008-12-15  Eric Blake  <ebb9@byu.net>
4465
4466         Update doc for cygwin 1.7.
4467         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
4468         functions.
4469         * doc/posix-functions/fchmodat.texi: Likewise.
4470         * doc/posix-functions/fchownat.texi: Likewise.
4471         * doc/posix-functions/fdopendir.texi: Likewise.
4472         * doc/posix-functions/fmemopen.texi: Likewise.
4473         * doc/posix-functions/freeaddrinfo.texi: Likewise.
4474         * doc/posix-functions/fstatat.texi: Likewise.
4475         * doc/posix-functions/futimens.texi: Likewise.
4476         * doc/posix-functions/gai_strerror.texi: Likewise.
4477         * doc/posix-functions/getaddrinfo.texi: Likewise.
4478         * doc/posix-functions/getnameinfo.texi: Likewise.
4479         * doc/posix-functions/if_freenameindex.texi: Likewise.
4480         * doc/posix-functions/if_indextoname.texi: Likewise.
4481         * doc/posix-functions/if_nameindex.texi: Likewise.
4482         * doc/posix-functions/if_nametoindex.texi: Likewise.
4483         * doc/posix-functions/insque.texi: Likewise.
4484         * doc/posix-functions/linkat.texi: Likewise.
4485         * doc/posix-functions/llrint.texi: Likewise.
4486         * doc/posix-functions/llrintf.texi: Likewise.
4487         * doc/posix-functions/llrintl.texi: Likewise.
4488         * doc/posix-functions/lockf.texi: Likewise.
4489         * doc/posix-functions/lrintl.texi: Likewise.
4490         * doc/posix-functions/mkdirat.texi: Likewise.
4491         * doc/posix-functions/mkfifoat.texi: Likewise.
4492         * doc/posix-functions/mknodat.texi: Likewise.
4493         * doc/posix-functions/mq_close.texi: Likewise.
4494         * doc/posix-functions/mq_getattr.texi: Likewise.
4495         * doc/posix-functions/mq_notify.texi: Likewise.
4496         * doc/posix-functions/mq_open.texi: Likewise.
4497         * doc/posix-functions/mq_receive.texi: Likewise.
4498         * doc/posix-functions/mq_send.texi: Likewise.
4499         * doc/posix-functions/mq_setattr.texi: Likewise.
4500         * doc/posix-functions/mq_timedreceive.texi: Likewise.
4501         * doc/posix-functions/mq_timedsend.texi: Likewise.
4502         * doc/posix-functions/mq_unlink.texi: Likewise.
4503         * doc/posix-functions/open_memstream.texi: Likewise.
4504         * doc/posix-functions/openat.texi: Likewise.
4505         * doc/posix-functions/posix_fadvise.texi: Likewise.
4506         * doc/posix-functions/posix_fallocate.texi: Likewise.
4507         * doc/posix-functions/posix_madvise.texi: Likewise.
4508         * doc/posix-functions/posix_memalign.texi: Likewise.
4509         * doc/posix-functions/posix_openpt.texi: Likewise.
4510         * doc/posix-functions/readlinkat.texi: Likewise.
4511         * doc/posix-functions/remque.texi: Likewise.
4512         * doc/posix-functions/renameat.texi: Likewise.
4513         * doc/posix-functions/rintl.texi: Likewise.
4514         * doc/posix-functions/sem_unlink.texi: Likewise.
4515         * doc/posix-functions/shm_open.texi: Likewise.
4516         * doc/posix-functions/shm_unlink.texi: Likewise.
4517         * doc/posix-functions/signgam.texi: Likewise.
4518         * doc/posix-functions/sigset.texi: Likewise.
4519         * doc/posix-functions/stpcpy.texi: Likewise.
4520         * doc/posix-functions/stpncpy.texi: Likewise.
4521         * doc/posix-functions/strerror.texi: Likewise.
4522         * doc/posix-functions/strtod.texi: Likewise.
4523         * doc/posix-functions/symlinkat.texi: Likewise.
4524         * doc/posix-functions/unlinkat.texi: Likewise.
4525         * doc/posix-functions/utimensat.texi: Likewise.
4526         * doc/glibc-functions/bindresvport.texi: Likewise.
4527         * doc/glibc-functions/dn_expand.texi: Likewise.
4528         * doc/glibc-functions/exp10.texi: Likewise.
4529         * doc/glibc-functions/exp10f.texi: Likewise.
4530         * doc/glibc-functions/fgetxattr.texi: Likewise.
4531         * doc/glibc-functions/flistxattr.texi: Likewise.
4532         * doc/glibc-functions/fopencookie.texi: Likewise.
4533         * doc/glibc-functions/freeifaddrs.texi: Likewise.
4534         * doc/glibc-functions/fremovexattr.texi: Likewise.
4535         * doc/glibc-functions/fsetxattr.texi: Likewise.
4536         * doc/glibc-functions/getifaddrs.texi: Likewise.
4537         * doc/glibc-functions/getxattr.texi: Likewise.
4538         * doc/glibc-functions/lgetxattr.texi: Likewise.
4539         * doc/glibc-functions/listxattr.texi: Likewise.
4540         * doc/glibc-functions/llistxattr.texi: Likewise.
4541         * doc/glibc-functions/lremovexattr.texi: Likewise.
4542         * doc/glibc-functions/lsetxattr.texi: Likewise.
4543         * doc/glibc-functions/pow10.texi: Likewise.
4544         * doc/glibc-functions/pow10f.texi: Likewise.
4545         * doc/glibc-functions/rcmd_af.texi: Likewise.
4546         * doc/glibc-functions/removexattr.texi: Likewise.
4547         * doc/glibc-functions/res_init.texi: Likewise.
4548         * doc/glibc-functions/res_mkquery.texi: Likewise.
4549         * doc/glibc-functions/res_query.texi: Likewise.
4550         * doc/glibc-functions/res_querydomain.texi: Likewise.
4551         * doc/glibc-functions/res_send.texi: Likewise.
4552         * doc/glibc-functions/rresvport_af.texi: Likewise.
4553         * doc/glibc-functions/setxattr.texi: Likewise.
4554         * doc/glibc-functions/strcasestr.texi: Likewise.
4555
4556 2008-12-15  Bruno Haible  <bruno@clisp.org>
4557
4558         Fix compilation error on OSF/1 4.0.
4559         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
4560         <sys/time.h>, simply delegate to the system header.
4561         Reported by Daniel Richard G. <oss@teragram.com>.
4562
4563 2008-12-15  Bruno Haible  <bruno@clisp.org>
4564
4565         * doc/posix-functions/openat.texi: Mention the 'openat' module.
4566         * doc/posix-functions/fchmodat.texi: Likewise.
4567         * doc/posix-functions/fchownat.texi: Likewise.
4568         * doc/posix-functions/fdopendir.texi: Likewise.
4569         * doc/posix-functions/fstatat.texi: Likewise.
4570         * doc/posix-functions/mkdirat.texi: Likewise.
4571         * doc/posix-functions/unlinkat.texi: Likewise.
4572
4573 2008-12-14  Bruno Haible  <bruno@clisp.org>
4574
4575         Update doc for POSIX:2008.
4576         * doc/posix-functions/faccessat.texi: New file.
4577         * doc/posix-functions/fchmodat.texi: New file.
4578         * doc/posix-functions/fchownat.texi: New file.
4579         * doc/posix-functions/fdopendir.texi: New file.
4580         * doc/posix-functions/fstatat.texi: New file.
4581         * doc/posix-functions/futimens.texi: New file.
4582         * doc/posix-functions/linkat.texi: New file.
4583         * doc/posix-functions/mkdirat.texi: New file.
4584         * doc/posix-functions/mkfifoat.texi: New file.
4585         * doc/posix-functions/mknodat.texi: New file.
4586         * doc/posix-functions/open_wmemstream.texi: New file.
4587         * doc/posix-functions/openat.texi: New file.
4588         * doc/posix-functions/psiginfo.texi: New file.
4589         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4590         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4591         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4592         * doc/posix-functions/readlinkat.texi: New file.
4593         * doc/posix-functions/renameat.texi: New file.
4594         * doc/posix-functions/strerror_l.texi: New file.
4595         * doc/posix-functions/symlinkat.texi: New file.
4596         * doc/posix-functions/unlinkat.texi: New file.
4597         * doc/posix-functions/utimensat.texi: New file.
4598         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4599
4600 2008-12-14  Bruno Haible  <bruno@clisp.org>
4601
4602         Update doc for POSIX:2008.
4603         * doc/posix-functions/alphasort.texi: Renamed from
4604         doc/glibc-functions/alphasort.texi.
4605         * doc/posix-functions/dirfd.texi: Renamed from
4606         doc/glibc-functions/dirfd.texi.
4607         * doc/posix-functions/dprintf.texi: Renamed from
4608         doc/glibc-functions/dprintf.texi.
4609         * doc/posix-functions/duplocale.texi: Renamed from
4610         doc/glibc-functions/duplocale.texi.
4611         * doc/posix-functions/fexecve.texi: Renamed from
4612         doc/glibc-functions/fexecve.texi.
4613         * doc/posix-functions/fmemopen.texi: Renamed from
4614         doc/glibc-functions/fmemopen.texi.
4615         * doc/posix-functions/freelocale.texi: Renamed from
4616         doc/glibc-functions/freelocale.texi.
4617         * doc/posix-functions/getdate_err.texi: Renamed from
4618         doc/glibc-functions/getdate_err.texi.
4619         * doc/posix-functions/isalnum_l.texi: Renamed from
4620         doc/glibc-functions/isalnum_l.texi.
4621         * doc/posix-functions/isalpha_l.texi: Renamed from
4622         doc/glibc-functions/isalpha_l.texi.
4623         * doc/posix-functions/isblank_l.texi: Renamed from
4624         doc/glibc-functions/isblank_l.texi.
4625         * doc/posix-functions/iscntrl_l.texi: Renamed from
4626         doc/glibc-functions/iscntrl_l.texi.
4627         * doc/posix-functions/isdigit_l.texi: Renamed from
4628         doc/glibc-functions/isdigit_l.texi.
4629         * doc/posix-functions/isgraph_l.texi: Renamed from
4630         doc/glibc-functions/isgraph_l.texi.
4631         * doc/posix-functions/islower_l.texi: Renamed from
4632         doc/glibc-functions/islower_l.texi.
4633         * doc/posix-functions/isprint_l.texi: Renamed from
4634         doc/glibc-functions/isprint_l.texi.
4635         * doc/posix-functions/ispunct_l.texi: Renamed from
4636         doc/glibc-functions/ispunct_l.texi.
4637         * doc/posix-functions/isspace_l.texi: Renamed from
4638         doc/glibc-functions/isspace_l.texi.
4639         * doc/posix-functions/isupper_l.texi: Renamed from
4640         doc/glibc-functions/isupper_l.texi.
4641         * doc/posix-functions/iswalnum_l.texi: Renamed from
4642         doc/glibc-functions/iswalnum_l.texi.
4643         * doc/posix-functions/iswalpha_l.texi: Renamed from
4644         doc/glibc-functions/iswalpha_l.texi.
4645         * doc/posix-functions/iswblank_l.texi: Renamed from
4646         doc/glibc-functions/iswblank_l.texi.
4647         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4648         doc/glibc-functions/iswcntrl_l.texi.
4649         * doc/posix-functions/iswctype_l.texi: Renamed from
4650         doc/glibc-functions/iswctype_l.texi.
4651         * doc/posix-functions/iswdigit_l.texi: Renamed from
4652         doc/glibc-functions/iswdigit_l.texi.
4653         * doc/posix-functions/iswgraph_l.texi: Renamed from
4654         doc/glibc-functions/iswgraph_l.texi.
4655         * doc/posix-functions/iswlower_l.texi: Renamed from
4656         doc/glibc-functions/iswlower_l.texi.
4657         * doc/posix-functions/iswprint_l.texi: Renamed from
4658         doc/glibc-functions/iswprint_l.texi.
4659         * doc/posix-functions/iswpunct_l.texi: Renamed from
4660         doc/glibc-functions/iswpunct_l.texi.
4661         * doc/posix-functions/iswspace_l.texi: Renamed from
4662         doc/glibc-functions/iswspace_l.texi.
4663         * doc/posix-functions/iswupper_l.texi: Renamed from
4664         doc/glibc-functions/iswupper_l.texi.
4665         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4666         doc/glibc-functions/iswxdigit_l.texi.
4667         * doc/posix-functions/isxdigit_l.texi: Renamed from
4668         doc/glibc-functions/isxdigit_l.texi.
4669         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4670         doc/glibc-functions/mbsnrtowcs.texi.
4671         * doc/posix-functions/mkdtemp.texi: Renamed from
4672         doc/glibc-functions/mkdtemp.texi.
4673         * doc/posix-functions/newlocale.texi: Renamed from
4674         doc/glibc-functions/newlocale.texi.
4675         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4676         doc/glibc-functions/nl_langinfo_l.texi.
4677         * doc/posix-functions/open_memstream.texi: Renamed from
4678         doc/glibc-functions/open_memstream.texi.
4679         * doc/posix-functions/opterr.texi: Renamed from
4680         doc/glibc-functions/opterr.texi.
4681         * doc/posix-functions/optind.texi: Renamed from
4682         doc/glibc-functions/optind.texi.
4683         * doc/posix-functions/optopt.texi: Renamed from
4684         doc/glibc-functions/optopt.texi.
4685         * doc/posix-functions/psignal.texi: Renamed from
4686         doc/glibc-functions/psignal.texi.
4687         * doc/posix-functions/scandir.texi: Renamed from
4688         doc/glibc-functions/scandir.texi.
4689         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4690         doc/glibc-functions/sched_get_priority_min.texi.
4691         * doc/posix-functions/signgam.texi: Renamed from
4692         doc/glibc-functions/signgam.texi.
4693         * doc/posix-functions/stpcpy.texi: Renamed from
4694         doc/glibc-functions/stpcpy.texi.
4695         * doc/posix-functions/stpncpy.texi: Renamed from
4696         doc/glibc-functions/stpncpy.texi.
4697         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4698         doc/glibc-functions/strcasecmp_l.texi.
4699         * doc/posix-functions/strcoll_l.texi: Renamed from
4700         doc/glibc-functions/strcoll_l.texi.
4701         * doc/posix-functions/strfmon_l.texi: Renamed from
4702         doc/glibc-functions/strfmon_l.texi.
4703         * doc/posix-functions/strftime_l.texi: Renamed from
4704         doc/glibc-functions/strftime_l.texi.
4705         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4706         doc/glibc-functions/strncasecmp_l.texi.
4707         * doc/posix-functions/strndup.texi: Renamed from
4708         doc/glibc-functions/strndup.texi.
4709         * doc/posix-functions/strnlen.texi: Renamed from
4710         doc/glibc-functions/strnlen.texi.
4711         * doc/posix-functions/strsignal.texi: Renamed from
4712         doc/glibc-functions/strsignal.texi.
4713         * doc/posix-functions/strxfrm_l.texi: Renamed from
4714         doc/glibc-functions/strxfrm_l.texi.
4715         * doc/posix-functions/timer_gettime.texi: Renamed from
4716         doc/glibc-functions/timer_gettime.texi.
4717         * doc/posix-functions/tolower_l.texi: Renamed from
4718         doc/glibc-functions/tolower_l.texi.
4719         * doc/posix-functions/toupper_l.texi: Renamed from
4720         doc/glibc-functions/toupper_l.texi.
4721         * doc/posix-functions/towctrans_l.texi: Renamed from
4722         doc/glibc-functions/towctrans_l.texi.
4723         * doc/posix-functions/towlower_l.texi: Renamed from
4724         doc/glibc-functions/towlower_l.texi.
4725         * doc/posix-functions/towupper_l.texi: Renamed from
4726         doc/glibc-functions/towupper_l.texi.
4727         * doc/posix-functions/uselocale.texi: Renamed from
4728         doc/glibc-functions/uselocale.texi.
4729         * doc/posix-functions/vdprintf.texi: Renamed from
4730         doc/glibc-functions/vdprintf.texi.
4731         * doc/posix-functions/wcpcpy.texi:
4732         Renamed from doc/glibc-functions/wcpcpy.texi.
4733         * doc/posix-functions/wcpncpy.texi: Renamed from
4734         doc/glibc-functions/wcpncpy.texi.
4735         * doc/posix-functions/wcscasecmp.texi: Renamed from
4736         doc/glibc-functions/wcscasecmp.texi.
4737         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4738         doc/glibc-functions/wcscasecmp_l.texi.
4739         * doc/posix-functions/wcscoll_l.texi: Renamed from
4740         doc/glibc-functions/wcscoll_l.texi.
4741         * doc/posix-functions/wcsdup.texi: Renamed from
4742         doc/glibc-functions/wcsdup.texi.
4743         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4744         doc/glibc-functions/wcsncasecmp.texi.
4745         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4746         doc/glibc-functions/wcsncasecmp_l.texi.
4747         * doc/posix-functions/wcsnlen.texi: Renamed from
4748         doc/glibc-functions/wcsnlen.texi.
4749         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4750         doc/glibc-functions/wcsnrtombs.texi.
4751         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4752         doc/glibc-functions/wcsxfrm_l.texi.
4753         * doc/posix-functions/wctrans_l.texi: Renamed from
4754         doc/glibc-functions/wctrans_l.texi.
4755         * doc/posix-functions/wctype_l.texi: Renamed from
4756         doc/glibc-functions/wctype_l.texi.
4757         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4758         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4759         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4760         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4761         these subsections.
4762         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4763         Remove sections.
4764
4765 2008-12-14  Bruno Haible  <bruno@clisp.org>
4766
4767         Update doc for POSIX:2008.
4768         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4769
4770 2008-12-14  Bruno Haible  <bruno@clisp.org>
4771
4772         Update doc for POSIX:2008.
4773         * doc/pastposix-functions/bcmp.texi: Renamed from
4774         doc/posix-functions/bcmp.texi.
4775         * doc/pastposix-functions/bcopy.texi: Renamed from
4776         doc/posix-functions/bcopy.texi.
4777         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4778         doc/posix-functions/bsd_signal.texi.
4779         * doc/pastposix-functions/bzero.texi: Renamed from
4780         doc/posix-functions/bzero.texi.
4781         * doc/pastposix-functions/ecvt.texi: Renamed from
4782         doc/posix-functions/ecvt.texi.
4783         * doc/pastposix-functions/fcvt.texi: Renamed from
4784         doc/posix-functions/fcvt.texi.
4785         * doc/pastposix-functions/ftime.texi: Renamed from
4786         doc/posix-functions/ftime.texi.
4787         * doc/pastposix-functions/gcvt.texi: Renamed from
4788         doc/posix-functions/gcvt.texi.
4789         * doc/pastposix-functions/getcontext.texi: Renamed from
4790         doc/posix-functions/getcontext.texi.
4791         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4792         doc/posix-functions/gethostbyaddr.texi.
4793         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4794         doc/posix-functions/gethostbyname.texi.
4795         * doc/pastposix-functions/getwd.texi: Renamed from
4796         doc/posix-functions/getwd.texi.
4797         * doc/pastposix-functions/h_errno.texi: Renamed from
4798         doc/posix-functions/h_errno.texi.
4799         * doc/pastposix-functions/index.texi: Renamed from
4800         doc/posix-functions/index.texi.
4801         * doc/pastposix-functions/makecontext.texi: Renamed from
4802         doc/posix-functions/makecontext.texi.
4803         * doc/pastposix-functions/mktemp.texi: Renamed from
4804         doc/posix-functions/mktemp.texi.
4805         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4806         doc/posix-functions/pthread_attr_getstackaddr.texi.
4807         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4808         doc/posix-functions/pthread_attr_setstackaddr.texi.
4809         * doc/pastposix-functions/rindex.texi: Renamed from
4810         doc/posix-functions/rindex.texi.
4811         * doc/pastposix-functions/scalb.texi: Renamed from
4812         doc/posix-functions/scalb.texi.
4813         * doc/pastposix-functions/setcontext.texi: Renamed from
4814         doc/posix-functions/setcontext.texi.
4815         * doc/pastposix-functions/swapcontext.texi: Renamed from
4816         doc/posix-functions/swapcontext.texi.
4817         * doc/pastposix-functions/ualarm.texi: Renamed from
4818         doc/posix-functions/ualarm.texi.
4819         * doc/pastposix-functions/usleep.texi: Renamed from
4820         doc/posix-functions/usleep.texi.
4821         * doc/pastposix-functions/vfork.texi: Renamed from
4822         doc/posix-functions/vfork.texi.
4823         * doc/pastposix-functions/wcswcs.texi: Renamed from
4824         doc/posix-functions/wcswcs.texi.
4825         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4826         (Function Substitutes): Update.
4827
4828 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4829
4830         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4831         m4/strerror.m4.
4832
4833 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4834             Bruno Haible  <bruno@clisp.org>
4835
4836         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4837
4838 2008-12-13  Bruno Haible  <bruno@clisp.org>
4839
4840         * modules/strtoull (Depends-on): Remove unistd.
4841
4842 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4843
4844         * modules/strtoull (Depends-on): Add stdlib.
4845
4846 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4847
4848         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4849
4850 2008-12-10  Jim Meyering  <meyering@redhat.com>
4851
4852         gl_ASSERT: don't say assertions are disabled when they're not
4853         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4854         "checking whether to enable assertions... no", when they are in
4855         fact enabled.  This is solely a bug in the output of configure.
4856         In spite of saying "no", NDEBUG was not defined in that case.
4857         Also, as noted by Eric Blake, leave assertions enabled upon
4858         --enable-assert=INVALID.
4859
4860 2008-12-10  Bruno Haible  <bruno@clisp.org>
4861
4862         Change MODULES.html to refer to POSIX:2008 where possible.
4863         * MODULES.html.sh (POSIX2008_URL): New variable.
4864         (posix_headers): Remove sys/timeb, ucontext.
4865         (posix2001_headers): New variable.
4866         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4867         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4868         index, makecontext, mktemp, pthread_attr_getstackaddr,
4869         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4870         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4871         (posix2001_functions): New variable.
4872         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4873         otherwise.
4874
4875 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4876
4877         add missing include to parse-duration.c
4878         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4879         * modules/parse-duration (Depends-on): Add xalloc.
4880
4881         fix sed script reading maint.mk
4882         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4883         (syntax-check-rules): Use it.
4884
4885 2008-12-09  Bruno Haible  <bruno@clisp.org>
4886
4887         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4888         MacOS X 10.4/PowerPC.
4889         Reported by Simon Josefsson.
4890
4891 2008-12-08  Jim Meyering  <meyering@redhat.com>
4892
4893         work around mingw's lack of some S_IF definitions
4894         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4895         Reported by Simon Josefsson.
4896
4897 2008-12-08  Bruno Haible  <bruno@clisp.org>
4898
4899         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4900         applied to variables. Needed on MacOS X 10.4/PowerPC.
4901         Reported by Simon Josefsson.
4902
4903 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4904         and Eric Blake  <ebb9@byu.net>
4905
4906         assert: honor --enable-assert
4907         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4908         order to honor --enable-assert, rather than treating it as a
4909         synonym for --disable-assert.
4910
4911 2008-12-08  Jim Meyering  <meyering@redhat.com>
4912
4913         * lib/posixtm.c: Remove now-useless declaration of mktime.
4914
4915         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4916
4917 2008-12-07  Bruno Haible  <bruno@clisp.org>
4918
4919         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4920         test_once): Mark functions as static.
4921         * tests/test-tls.c (test_tls): Likewise.
4922
4923 2008-12-07  Bruno Haible  <bruno@clisp.org>
4924
4925         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4926         iconv_register_autodetect.
4927
4928 2008-12-07  Jim Meyering  <meyering@redhat.com>
4929
4930         posixtm.c: avoid a warning
4931         * lib/posixtm.c (posixtime): Don't initialize tm0.
4932         It's no longer needed to placate gcc4's -Wuninitialized,
4933         and the attempt to placate would elicit a new warning.
4934
4935         unicodeio.c: mark unused parameters
4936         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4937         (fallback_failure_callback): Likewise.
4938
4939 2008-12-07  Bruno Haible  <bruno@clisp.org>
4940
4941         * gnulib-tool (func_create_testdir): When building the tests
4942         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4943         Reported by Simon Josefsson.
4944
4945 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4946
4947         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4948
4949 2008-12-06  Bruno Haible  <bruno@clisp.org>
4950
4951         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4952         Suggested by Eric Blake.
4953
4954 2008-12-06  Bruno Haible  <bruno@clisp.org>
4955
4956         Fix a c-stack test failure on MacOS X.
4957         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4958         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4959         handler for SIGBUS as well.
4960         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4961         install a signal handler for SIGBUS as well.
4962         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4963
4964 2008-12-06  Bruno Haible  <bruno@clisp.org>
4965
4966         Advocacy documentation.
4967         * doc/gnulib-intro.texi (Benefits): New section.
4968         * doc/gnulib.texi: Update.
4969
4970 2008-12-06  Bruno Haible  <bruno@clisp.org>
4971
4972         Document the 'manywarnings' module.
4973         * doc/manywarnings.texi: New file.
4974         * doc/gnulib.texi: Include it.
4975
4976 2008-12-05  Eric Blake  <ebb9@byu.net>
4977
4978         tests: silence some gcc warnings
4979         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4980         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4981         type mismatches.
4982
4983 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4984             Bruno Haible  <bruno@clisp.org>
4985
4986         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4987
4988 2008-11-29  Jim Meyering  <meyering@redhat.com>
4989
4990         unicodeio.c: mark unused parameters
4991         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4992         (fallback_failure_callback): Likewise.
4993
4994         fts: fix a thinko
4995         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4996         (set_stat_type): Return S_IF*-valued "type" directly.
4997         Prompted by James Youngman's spotting a related bug.
4998         Confirmed by further testing through find.
4999
5000         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
5001         * lib/fts.c (D_TYPE): Define.
5002         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
5003         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
5004         (s_ifmt_shift_bits): New function.
5005         (set_stat_type): New function.
5006         (fts_build): When not calling fts_stat, call set_stat_type
5007         to propagate dirent.d_type info to fts_read caller.
5008         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
5009         fts_statp->st_mode type information may be valid.
5010
5011 2008-11-28  Simon Josefsson  <simon@josefsson.org>
5012
5013         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
5014         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
5015         <sds@gnu.org>.
5016
5017 2008-11-20  Bruno Haible  <bruno@clisp.org>
5018
5019         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
5020         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
5021         INCLUDE_NEXT.
5022         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
5023         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
5024         * modules/math (Makefile.am): Substitute
5025         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
5026         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5027
5028 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
5029             Bruno Haible  <bruno@clisp.org>
5030
5031         * lib/stdint.in.h: Define all type macros so that their expansion is
5032         a single typedef'ed token. Fixes a compilation failure in Boost which
5033         does "using ::int8_t;".
5034
5035 2008-11-18  Simon Josefsson  <simon@josefsson.org>
5036
5037         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
5038         gl_MANYWARN_ALL_GCC.
5039         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
5040         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
5041         * modules/manywarnings: New file.
5042         * MODULES.html.sh: Mention manywarnings module.
5043
5044 2008-11-18  Bruno Haible  <bruno@clisp.org>
5045
5046         * doc/gnulib-tool.texi (Unit tests): New section.
5047
5048 2008-11-18  Simon Josefsson  <simon@josefsson.org>
5049
5050         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
5051         paths like 'lib/po/foo.po'.
5052
5053 2008-11-17  Simon Josefsson  <simon@josefsson.org>
5054
5055         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
5056         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
5057
5058 2008-11-17  Simon Josefsson  <simon@josefsson.org>
5059
5060         * m4/warnings.m4: Use CPPFLAGS to really check whether the
5061         parameter works.
5062
5063 2008-11-17  Simon Josefsson  <simon@josefsson.org>
5064
5065         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
5066
5067 2008-11-17  Bruce Korb  <bkorb@gnu.org>
5068
5069         * modules/parse-duration-tests: New file.
5070         * tests/test-parse-duration.sh: New file.
5071         * tests/test-parse-duration.c: New file.
5072
5073         New module 'parse-duration'.
5074         * lib/parse-duration.h: New file.
5075         * lib/parse-duration.c: New file.
5076         * modules/parse-duration: New file.
5077
5078 2008-11-17  Bruno Haible  <bruno@clisp.org>
5079
5080         * tests/test-select-out.sh: Comment out the first pipe test.
5081         Reported by Simon Josefsson.
5082
5083 2008-11-17  Bruno Haible  <bruno@clisp.org>
5084
5085         * modules/getaddrinfo (Depends-on): Add servent, hostent.
5086         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
5087         gl_HOSTENT.
5088
5089 2008-11-17  Bruno Haible  <bruno@clisp.org>
5090
5091         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
5092         -lnetwork and -lnet. Needed for Haiku and BeOS.
5093
5094 2008-11-16  Bruno Haible  <bruno@clisp.org>
5095
5096         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
5097
5098 2008-11-16  Bruno Haible  <bruno@clisp.org>
5099
5100         Avoid test failure on Haiku.
5101         * tests/test-fsync.c: Include <errno.h>.
5102         (main): Don't require that fsync (0) fails.
5103
5104 2008-11-15  Bruno Haible  <bruno@clisp.org>
5105
5106         New module 'hostent'.
5107         * modules/hostent: New file.
5108         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
5109
5110 2008-11-15  Bruno Haible  <bruno@clisp.org>
5111
5112         New module 'servent'.
5113         * modules/servent: New file.
5114         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
5115
5116 2008-11-15  Bruno Haible  <bruno@clisp.org>
5117
5118         Avoid generating same test program with two different rules.
5119         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
5120         test-frexp to test-frexp-nolibm.
5121         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
5122         test-frexpl to test-frexpl-nolibm.
5123
5124 2008-11-15  Bruno Haible  <bruno@clisp.org>
5125
5126         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
5127         $(FREXPL_LIBM).
5128
5129 2008-11-15  Bruno Haible  <bruno@clisp.org>
5130
5131         * lib/netdb.in.h: Activate the definitions also when the system's
5132         <netdb.h> has 'struct addrinfo'.
5133         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
5134         EAI_OVERFLOW or AI_NUMERICSERV.
5135         * doc/posix-headers/netdb.texi: Document the problem.
5136
5137 2008-11-15  Bruno Haible  <bruno@clisp.org>
5138
5139         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
5140
5141         Make the 'sched' module work on platforms where <sched.h> exists but
5142         is incomplete (such as Haiku).
5143         * lib/sched.in.h; Include the system's <sched.h> if it exists.
5144         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
5145         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
5146         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
5147         HAVE_STRUCT_SCHED_PARAM.
5148         * modules/sched (Depends-on): Add include_next.
5149         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
5150         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
5151         * doc/posix-headers/sched.texi: Document the issue.
5152
5153 2008-11-13  Jim Meyering  <meyering@redhat.com>
5154
5155         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
5156         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
5157         test would fail due to the difference in the Report bugs to ...
5158         line.  The expected address is empty, "<>", while the actual
5159         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
5160
5161 2008-11-12  Bruno Haible  <bruno@clisp.org>
5162
5163         lstat: don't compile lstat.c on systems lacking lstat
5164         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
5165         which don't have lstat; this is handled by lib/sys_stat.in.h already.
5166         Reported by Daniel P. Berrange via Jim Meyering.
5167
5168 2008-11-12  Jim Meyering  <meyering@redhat.com>
5169
5170         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
5171
5172 2008-11-12  Simon Josefsson  <simon@josefsson.org>
5173
5174         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
5175         instead.
5176
5177 2008-11-12  Bruno Haible  <bruno@clisp.org>
5178
5179         * lib/unicodeio.c: Include unistr.h.
5180         (utf8_wctomb): Remove function.
5181         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
5182
5183 2008-11-12  Simon Josefsson  <simon@josefsson.org>
5184
5185         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
5186         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
5187         <bruno@clisp.org>.
5188         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
5189
5190 2008-11-12  Simon Josefsson  <simon@josefsson.org>
5191
5192         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
5193         * doc/gnulib.texi: Add section for warnings.
5194
5195 2008-11-11  Bruno Haible  <bruno@clisp.org>
5196
5197         * lib/sockets.h: Add a comment.
5198
5199 2008-11-11  Karl Berry  <karl@gnu.org>
5200
5201         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
5202
5203 2008-11-11  Eric Blake  <ebb9@byu.net>
5204
5205         fdl.texi: avoid git symlinks
5206         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
5207
5208 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
5209
5210         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
5211
5212 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
5213
5214         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
5215         (gl_WARN_ADD): Substitute $2 if literal.
5216
5217 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
5218
5219         * m4/warning.m4: Remove.
5220
5221 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
5222
5223         * m4/warnings.m4: Almost complete rewrite. :-)
5224
5225 2008-11-10  Simon Josefsson  <simon@josefsson.org>
5226
5227         * modules/warnings: New module.
5228         * m4/warnings.m4: New file.
5229         * MODULES.html.sh: Mention warnings module.
5230         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
5231         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5232
5233 2008-11-10  Eric Blake  <ebb9@byu.net>
5234
5235         fdl.texi: make a symlink to the latest version
5236         * doc/standards.texi: Revert today's earlier change.
5237         * doc/fdl-1.2.texi: Rename from old fdl.texi...
5238         * doc/fdl.texi: ...and replace this with a symlink to the newer
5239         fdl-1.3.texi.
5240
5241 2008-11-10  Bruno Haible  <bruno@clisp.org>
5242
5243         * tests/test-select-fd.c (main): Accept the result file name as fourth
5244         argument.
5245         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
5246         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
5247
5248 2008-11-10  Bruno Haible  <bruno@clisp.org>
5249
5250         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
5251         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
5252         as autoconf-substituted macros.
5253         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
5254         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
5255         gl_NETDB_H_DEFAULTS. Set these variables.
5256         * modules/netdb (Makefile.am): Substitute these variables.
5257
5258 2008-11-10  Eric Blake  <ebb9@byu.net>
5259
5260         standards.texi: include correct file for FDL 1.3
5261         * doc/standards.texi (GNU Free Documentation License): Change
5262         include file to pull in FDL 1.3, not 1.2.
5263
5264         fdl.texi: revert accidental change to license
5265         * doc/fdl.texi: This is FDL 1.2, not 1.3.
5266
5267 2008-11-10  Bruno Haible  <bruno@clisp.org>
5268
5269         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
5270         cross-compiling guesses also when the native compile gives no result.
5271
5272 2008-11-10  Bruno Haible  <bruno@clisp.org>
5273
5274         * lib/spawni.c (__spawni): Force variable into the stack.
5275
5276 2008-11-10  Bruno Haible  <bruno@clisp.org>
5277
5278         Add support for Haiku.
5279         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
5280         glibc and BeOS, but also on Haiku.
5281         * lib/fpurge.c (fpurge): Likewise.
5282         * lib/freadable.c (freadable): Likewise.
5283         * lib/freadahead.c (freadahead): Likewise.
5284         * lib/freading.c (freading): Likewise.
5285         * lib/freadptr.c (freadptr): Likewise.
5286         * lib/freadseek.c (freadptrinc): Likewise.
5287         * lib/fseeko.c (rpl_fseeko): Likewise.
5288         * lib/fseterr.c (fseterr): Likewise.
5289         * lib/fwritable.c (fwritable): Likewise.
5290         * lib/fwriting.c (fwriting): Likewise.
5291         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
5292
5293 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
5294
5295         * lib/config.charset: Treat Haiku like BeOS.
5296
5297 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
5298
5299         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
5300         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
5301
5302 2008-11-08  Bruno Haible  <bruno@clisp.org>
5303
5304         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
5305         AC_CACHE_CHECK.
5306
5307 2008-11-08  Bruno Haible  <bruno@clisp.org>
5308
5309         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
5310
5311 2008-11-08  Bruno Haible  <bruno@clisp.org>
5312
5313         * tests/test-select-fd.c: New file.
5314         * tests/test-select-in.sh: New file.
5315         * tests/test-select-out.sh: New file.
5316         * tests/test-select-stdin.c: New file.
5317         * modules/select-tests (Files): Add the new files.
5318         (Depends-on): Add gettimeofday.
5319         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
5320         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
5321         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
5322
5323 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
5324             Bruno Haible  <bruno@clisp.org>
5325
5326         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
5327
5328 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
5329
5330         * build-aux/pmccabe2html: Added support for C++ source files.
5331
5332 2008-11-05  Ben Pfaff  <blp@gnu.org>
5333
5334         Fix lib/close.c build on Windows.
5335         * modules/close (Files): Add lib/w32sock.h.
5336
5337 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
5338
5339         Accept Bison's NEWS format.
5340         * build-aux/announce-gen (print_news_deltas): Tweak
5341         $re_prefix.
5342
5343 2008-11-04  Bruno Haible  <bruno@clisp.org>
5344
5345         * modules/random_r (Maintainer): Add glibc.
5346
5347 2008-11-04  Simon Josefsson  <simon@josefsson.org>
5348
5349         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
5350         by karl@freefriends.org (Karl Berry).
5351         * doc/alloca.texi: Likewise.
5352         * doc/c-ctype.texi: Likewise.
5353         * doc/c-strcase.texi: Likewise.
5354         * doc/c-strcaseeq.texi: Likewise.
5355         * doc/c-strcasestr.texi: Likewise.
5356         * doc/c-strstr.texi: Likewise.
5357         * doc/c-strtod.texi: Likewise.
5358         * doc/c-strtold.texi: Likewise.
5359         * doc/ctime.texi: Likewise.
5360         * doc/error.texi: Likewise.
5361         * doc/fdl.texi: Likewise.
5362         * doc/gcd.texi: Likewise.
5363         * doc/getdate.texi: Likewise.
5364         * doc/gnulib-intro.texi: Likewise.
5365         * doc/gnulib-tool.texi: Likewise.
5366         * doc/gnulib.texi: Likewise.
5367         * doc/inet_ntoa.texi: Likewise.
5368         * doc/maintain.texi: Likewise.
5369         * doc/make-stds.texi: Likewise.
5370         * doc/quote.texi: Likewise.
5371         * doc/regexprops-generic.texi: Likewise.
5372         * doc/standards.texi: Likewise.
5373         * doc/verify.texi: Likewise.
5374         * doc/visibility.texi: Likewise.
5375         * doc/gnulib.texi (GNU Free Documentation License): Include
5376         fdl-1.3.texi instead of fdl.texi.
5377
5378 2008-11-04  Simon Josefsson  <simon@josefsson.org>
5379
5380         * doc/fdl-1.3.texi: New file, from
5381         <http://www.gnu.org/licenses/fdl-1.3.texi>.
5382         * modules/fdl-1.3: Add.
5383         * MODULES.html.sh: Add fdl-1.3.
5384
5385 2008-11-03  Bruno Haible  <bruno@clisp.org>
5386
5387         Make determination of absolute name of header file work with AIX xlc.
5388         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
5389         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
5390         preprocessing.
5391         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
5392         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
5393
5394 2008-11-03  Simon Josefsson  <simon@josefsson.org>
5395
5396         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
5397         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
5398         <ludo@gnu.org>.
5399
5400 2008-11-02  Bruno Haible  <bruno@clisp.org>
5401
5402         Mark 'strpbrk' obsolete.
5403         * modules/strpbrk (Status, Notice): New sections.
5404         * modules/strtok_r (Depends-on): Add strpbrk.
5405
5406 2008-11-02  Bruno Haible  <bruno@clisp.org>
5407
5408         Mark 'strdup' obsolete.
5409         * modules/strdup (Status, Notice): New sections.
5410         * modules/findprog (Depends-on): Add strdup.
5411         * modules/getaddrinfo (Depends-on): Likewise.
5412         * modules/localename (Depends-on): Likewise.
5413         * modules/relocatable-lib (Depends-on): Likewise.
5414         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
5415         * modules/relocatable-prog (Depends-on): Likewise.
5416         * modules/trim (Depends-on): Likewise.
5417         * modules/unictype/gen-ctype (Depends-on): Likewise.
5418         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
5419
5420 2008-11-02  Bruno Haible  <bruno@clisp.org>
5421
5422         Mark 'strcspn' obsolete.
5423         * modules/strcspn (Status, Notice): New sections.
5424
5425 2008-11-02  Bruno Haible  <bruno@clisp.org>
5426
5427         Mark 'rmdir' obsolete.
5428         * modules/rmdir (Status, Notice): New sections.
5429         * modules/clean-temp (Depends-on): Add rmdir.
5430         * modules/openat (Depends-on): Likewise.
5431
5432 2008-11-02  Bruno Haible  <bruno@clisp.org>
5433
5434         Mark 'raise' obsolete.
5435         * modules/raise (Status, Notice): New sections.
5436         (Include): Specify <signal.h>.
5437         * modules/stdio (Depends-on): Add raise.
5438         * modules/write (Depends-on): Likewise.
5439
5440 2008-11-02  Bruno Haible  <bruno@clisp.org>
5441
5442         Mark 'memset' obsolete.
5443         * modules/memset (Status, Notice): New sections.
5444
5445 2008-11-02  Bruno Haible  <bruno@clisp.org>
5446
5447         Mark 'memmove' obsolete.
5448         * modules/memmove (Status, Notice): New sections.
5449         * modules/argp (Depends-on): Add memmove.
5450         * modules/argz (Depends-on): Likewise.
5451         * modules/canonicalize (Depends-on): Likewise.
5452         * modules/canonicalize-lgpl (Depends-on): Likewise.
5453         * modules/fts (Depends-on): Likewise.
5454         * modules/getcwd (Depends-on): Likewise.
5455         * modules/human (Depends-on): Likewise.
5456         * modules/regex (Depends-on): Likewise.
5457         * modules/striconveh (Depends-on): Likewise.
5458         * modules/trim (Depends-on): Likewise.
5459         * modules/unistr/u8-move (Depends-on): Likewise.
5460         * modules/unistr/u16-move (Depends-on): Likewise.
5461         * modules/unistr/u32-move (Depends-on): Likewise.
5462
5463 2008-11-02  Bruno Haible  <bruno@clisp.org>
5464
5465         Mark 'memcpy' obsolete.
5466         * modules/memcpy (Status, Notice): New sections.
5467
5468 2008-11-02  Bruno Haible  <bruno@clisp.org>
5469
5470         Mark 'memcmp' obsolete.
5471         * modules/memcmp (Status, Notice): New sections.
5472         * modules/argmatch (Depends-on): Add memchr.
5473         * modules/backupfile (Depends-on): Likewise.
5474         * modules/c-strcasestr (Depends-on): Likewise.
5475         * modules/crypto/des (Depends-on): Likewise.
5476         * modules/csharpcomp (Depends-on): Likewise.
5477         * modules/fnmatch (Depends-on): Likewise.
5478         * modules/git-merge-changelog (Depends-on): Likewise.
5479         * modules/isnand (Depends-on): Likewise.
5480         * modules/isnand-nolibm (Depends-on): Likewise.
5481         * modules/isnanf (Depends-on): Likewise.
5482         * modules/isnanf-nolibm (Depends-on): Likewise.
5483         * modules/isnanl (Depends-on): Likewise.
5484         * modules/isnanl-nolibm (Depends-on): Likewise.
5485         * modules/mbchar (Depends-on): Likewise.
5486         * modules/memcoll (Depends-on): Likewise.
5487         * modules/quotearg (Depends-on): Likewise.
5488         * modules/regex (Depends-on): Likewise.
5489         * modules/relocatable-prog (Depends-on): Likewise.
5490         * modules/same (Depends-on): Likewise.
5491         * modules/signbit (Depends-on): Likewise.
5492         * modules/strcasestr-simple (Depends-on): Likewise.
5493         * modules/unictype/gen-ctype (Depends-on): Likewise.
5494         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
5495         * modules/uniname/uniname (Depends-on): Likewise.
5496         * modules/unistr/u8-cmp (Depends-on): Likewise.
5497
5498 2008-11-02  Bruno Haible  <bruno@clisp.org>
5499
5500         Mark 'memchr' obsolete.
5501         * modules/memchr (Status, Notice): New sections.
5502         * modules/argp (Depends-on): Add memchr.
5503         * modules/base64 (Depends-on): Likewise.
5504         * modules/c-strcasestr (Depends-on): Likewise.
5505         * modules/chdir-long (Depends-on): Likewise.
5506         * modules/fnmatch (Depends-on): Likewise.
5507         * modules/getsubopt (Depends-on): Likewise.
5508         * modules/git-merge-changelog (Depends-on): Likewise.
5509         * modules/glob (Depends-on): Likewise.
5510         * modules/strcasestr-simple (Depends-on): Likewise.
5511         * modules/strnlen (Depends-on): Likewise.
5512
5513 2008-11-02  Bruno Haible  <bruno@clisp.org>
5514
5515         Mark 'atexit' obsolete.
5516         * modules/atexit (Status, Notice): New sections.
5517         * modules/chdir-long (Depends-on): Add atexit.
5518         * modules/wait-process (Depends-on): Likewise.
5519
5520 2008-11-02  Bruno Haible  <bruno@clisp.org>
5521
5522         * gnulib-tool: New option --with-obsolete.
5523         (func_usage): Document it.
5524         (func_modules_transitive_closure): Drop obsolete dependencies if
5525         incobsolete is not true.
5526         (func_import): Read and save the incobsolete variable to the cache.
5527
5528 2008-11-02  Bruno Haible  <bruno@clisp.org>
5529
5530         * modules/TEMPLATE-EXTENDED: New field 'Status'.
5531         * gnulib-tool: New option --extract-status.
5532         (func_usage): Document it.
5533         (sed_extract_prog): Recognize it.
5534         (func_get_status): New function.
5535
5536 2008-10-30  Simon Josefsson  <simon@josefsson.org>
5537
5538         * modules/sockets (License): Change from LGPL to LGPLv2+.
5539
5540 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5541
5542         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
5543
5544 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5545
5546         * MODULES.html.sh (Support for systems lacking POSIX:2001):
5547         Mention times and sys_times.
5548         * modules/sys_times, modules/sys_times-tests: New modules.
5549         * modules/times, modules/times-tests: Likewise
5550         * m4/sys_times_h.m4: New file.
5551         * lib/sys_times.in.h: Likewise
5552         * lib/times.c: Likewise.
5553         * tests/test-sys_times.c: Likewise.
5554         * tests/test-times.c: Likewise.
5555         * doc/posix-headers/sys_times.texi: Update.
5556         * doc/posix-functions/times.texi: Update.
5557
5558 2008-10-28  Jim Meyering  <meyering@redhat.com>
5559
5560         * modules/tempname (Depends-on): Add lstat.
5561
5562         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
5563
5564 2008-10-28  Simon Josefsson  <simon@josefsson.org>
5565
5566         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
5567         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
5568         using idiom used elsewhere in gnulib.
5569
5570 2008-10-27  Jim Meyering  <meyering@redhat.com>
5571
5572         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
5573
5574 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5575
5576         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
5577         TESTS_ENVIRONMENT, for shell scripts that needs to call built
5578         programs.
5579         * tests/test-argp-2.sh: Use $EXEEXT when needed.
5580
5581 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5582
5583         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5584
5585 2008-10-27  Bruno Haible  <bruno@clisp.org>
5586
5587         * tests/test-lstat.c: Include <stdio.h>.
5588
5589 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5590
5591         * modules/lstat-tests: New module.
5592         * tests/test-lstat.c: New file.
5593
5594 2008-10-26  Jim Meyering  <meyering@redhat.com>
5595
5596         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5597
5598 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5599             Bruno Haible  <bruno@clisp.org>
5600
5601         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5602         * modules/configmake (Include): Add a note that the include must come
5603         after all system headers.
5604         * lib/javaversion.c: Include configmake.h after all other includes.
5605
5606 2008-10-26  Bruno Haible  <bruno@clisp.org>
5607
5608         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5609         HAVE_STRUCT_RANDOM_DATA to 1.
5610         (gl_STDLIB_H): Simplify.
5611
5612 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5613
5614         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5615         substitute HAVE_STRUCT_RANDOM_DATA.
5616         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5617         random_data.
5618         * modules/stdlib (Makefile.am): Substitute
5619         HAVE_STRUCT_RANDOM_DATA.
5620
5621 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5622
5623         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5624         * doc/gnulib-intro.texi (Copyright): Likewise.
5625
5626 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5627
5628         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5629         findings.
5630
5631 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5632             Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/unistd.in.h: Include <winsock2.h>.
5635         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5636         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5637         Provide dummy declarations.
5638         (gethostname): Override.
5639         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5640         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5641         gl_PREREQ_SYS_H_WINSOCK2.
5642         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5643         * doc/posix-functions/gethostname.texi: More details.
5644
5645 2008-10-25  Bruno Haible  <bruno@clisp.org>
5646
5647         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5648         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5649         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5650
5651         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5652         here ...
5653         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5654         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5655         gl_UNISTD_H_DEFAULTS.
5656
5657 2008-10-25  Eric Blake  <ebb9@byu.net>
5658
5659         signbit: avoid spurious compiler failure
5660         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5661         declarations inside function.
5662
5663 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5664             Bruno Haible  <bruno@clisp.org>
5665
5666         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5667         * modules/random_r (Depends-on): Add stdint.
5668
5669 2008-10-24  Bruno Haible  <bruno@clisp.org>
5670
5671         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5672         Eggert.
5673         * modules/strerror (License): Likewise.
5674
5675 2008-10-24  Jim Meyering  <meyering@redhat.com>
5676
5677         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5678         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5679
5680 2008-10-24  Eric Blake  <ebb9@byu.net>
5681
5682         getgroups: fix compilation when getgroups is available
5683         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5684         but with <config.h> override of getgroups disabled.
5685
5686 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5687
5688         * doc/gnulib.texi (Header files): Add note about C++ problems.
5689         Explained by Bruno Haible <bruno@clisp.org>.
5690
5691 2008-10-23  Bruno Haible  <bruno@clisp.org>
5692
5693         Define a dummy SA_NODEFER macro on Interix.
5694         * lib/signal.in.h (SA_NODEFER): Define fallback.
5695         Reported by Aleksey Cheusov <cheusov@tut.by> via
5696         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5697
5698 2008-10-23  Bruno Haible  <bruno@clisp.org>
5699
5700         * modules/freadahead (License): Change to LGPLv2+.
5701         Suggested by Simon Josefsson.
5702
5703 2008-10-23  Jim Meyering  <meyering@redhat.com>
5704
5705         random_r: new module
5706         * modules/random_r: New file.
5707         * m4/random_r.m4: New file.
5708         * lib/random_r.c: New file, from glibc.
5709         * modules/random_r-tests: New file.
5710         * tests/test-random_r.c: New file.
5711         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5712          Declare.
5713         (RAND_MAX): Define.
5714         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5715         * modules/stdlib: Substitute them, too.
5716         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5717         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5718         * doc/glibc-functions/random_r.texi: Likewise.
5719         * doc/glibc-functions/setstate_r.texi: Likewise.
5720         * doc/glibc-functions/srandom_r.texi: Likewise.
5721         * config/srclist.txt: Mention it.
5722
5723 2008-10-23  David Lutterkort  <lutter@redhat.com>
5724
5725         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5726         link requirement
5727
5728 2008-10-23  Jim Meyering  <meyering@redhat.com>
5729
5730         selinux-h: mark parameters of stub functions as intentionally unused
5731         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5732         * lib/se-context.in.h: Likewise.
5733
5734 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5735
5736         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5737
5738 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5739
5740         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5741
5742 2008-10-22  Eric Blake  <ebb9@byu.net>
5743
5744         glthread/thread: avoid compiler warning
5745         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5746         Add unreachable abort to silence compiler.
5747
5748 2008-10-22  Eric Blake  <ebb9@byu.net>
5749
5750         netdb: also supply struct addrinfo for cygwin 1.5.x
5751         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5752         older cygwin.
5753         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5754         cygwin.
5755         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5756
5757 2008-10-22  Bruno Haible  <bruno@clisp.org>
5758
5759         * users.txt: Update entry about pspp.
5760
5761 2008-10-21  Bruno Haible  <bruno@clisp.org>
5762
5763         Simplification.
5764         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5765         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5766
5767         Simplification.
5768         * lib/ioctl.c (ioctl): Don't undefine.
5769         * lib/socket.c (socket): Don't undefine.
5770
5771         Remove unused module indicator macros.
5772         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5773         GNULIB_$1 as a C macro.
5774
5775         * doc/posix-functions/close.texi: Undo last change.
5776         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5777         Windows platforms.
5778
5779 2008-10-21  Bruno Haible  <bruno@clisp.org>
5780
5781         Add gethostname() declaration to <unistd.h>.
5782         * lib/unistd.in.h (gethostname): New declaration.
5783         * lib/gethostname.c: Include <unistd.h>.
5784         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5785         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5786         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5787         and HAVE_GETHOSTNAME.
5788         * modules/gethostname (Depends-on): Add unistd.
5789         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5790         (Include): Specify <unistd.h>.
5791         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5792         HAVE_GETHOSTNAME.
5793         * tests/test-gethostname.c: Include <unistd.h> first.
5794
5795 2008-10-21  Bruno Haible  <bruno@clisp.org>
5796
5797         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5798         * modules/select-tests (Depends-on): Likewise.
5799         Reported by Simon Josefsson.
5800
5801 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5802
5803         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5804         * lib/accept.c: New file, based on winsock.c.
5805         * lib/bind.c: New file, based on winsock.c.
5806         * lib/connect.c: New file, based on winsock.c.
5807         * lib/getpeername.c: New file, based on winsock.c.
5808         * lib/getsockname.c: New file, based on winsock.c.
5809         * lib/getsockopt.c: New file, based on winsock.c.
5810         * lib/ioctl.c: New file, based on winsock.c.
5811         * lib/listen.c: New file, based on winsock.c.
5812         * lib/recv.c: New file, based on winsock.c.
5813         * lib/recvfrom.c: New file, based on winsock.c.
5814         * lib/send.c: New file, based on winsock.c.
5815         * lib/sendto.c: New file, based on winsock.c.
5816         * lib/setsockopt.c: New file, based on winsock.c.
5817         * lib/shutdown.c: New file, based on winsock.c.
5818         * lib/socket.c: New file, based on winsock.c.
5819         * lib/w32sock.h: New file, based on winsock.c.
5820         * lib/winsock.c: Remove file.
5821         * modules/accept: Likewise.
5822         * modules/bind: Likewise.
5823         * modules/connect: Likewise.
5824         * modules/getpeername: Likewise.
5825         * modules/getsockname: Likewise.
5826         * modules/getsockopt: Likewise.
5827         * modules/ioctl: Likewise.
5828         * modules/listen: Likewise.
5829         * modules/recv: Likewise.
5830         * modules/recvfrom: Likewise.
5831         * modules/send: Likewise.
5832         * modules/sendto: Likewise.
5833         * modules/setsockopt: Likewise.
5834         * modules/shutdown: Likewise.
5835         * modules/socket: Use socket.c instead of winsock.c.
5836         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5837         * doc/posix-functions/accept.texi: Doc fix.
5838         * doc/posix-functions/bind.texi: Doc fix.
5839         * doc/posix-functions/close.texi: Doc fix.
5840         * doc/posix-functions/connect.texi: Doc fix.
5841         * doc/posix-functions/getpeername.texi: Doc fix.
5842         * doc/posix-functions/getsockname.texi: Doc fix.
5843         * doc/posix-functions/getsockopt.texi: Doc fix.
5844         * doc/posix-functions/ioctl.texi: Doc fix.
5845         * doc/posix-functions/listen.texi: Doc fix.
5846         * doc/posix-functions/recv.texi: Doc fix.
5847         * doc/posix-functions/recvfrom.texi: Doc fix.
5848         * doc/posix-functions/send.texi: Doc fix.
5849         * doc/posix-functions/sendto.texi: Doc fix.
5850         * doc/posix-functions/setsockopt.texi: Doc fix.
5851         * doc/posix-functions/shutdown.texi: Doc fix.
5852         * doc/posix-functions/socket.texi: Doc fix.
5853
5854 2008-10-20  Bruno Haible  <bruno@clisp.org>
5855
5856         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5857         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5858         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5859         as an alias for SIGABRT.
5860         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5861         (sigaction): Map it to SIGABRT.
5862         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5863
5864 2008-10-20  Bruno Haible  <bruno@clisp.org>
5865
5866         * lib/fts.c: Don't include lstat.h.
5867         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5868
5869         Move the lstat() declaration to <sys/stat.h>.
5870         * lib/lstat.h: Remove file.
5871         * lib/sys_stat.in.h: Add special invocation convention.
5872         (lstat): New declaration.
5873         * lib/lstat.c (orig_lstat): New function.
5874         (rpl_lstat): Use orig_lstat instead of lstat.
5875         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5876         AC_C_INLINE. Set REPLACE_LSTAT.
5877         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5878         and REPLACE_LSTAT.
5879         * modules/lstat (Files): Remove lib/lstat.h.
5880         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5881         (Include): Specify <sys/stat.h> instead of lstat.h.
5882         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5883         REPLACE_LSTAT.
5884         * NEWS: Mention the change.
5885
5886 2008-10-20  Bruno Haible  <bruno@clisp.org>
5887
5888         * modules/posix_spawn-tests: New file.
5889         * tests/test-posix_spawn3.c: New file.
5890
5891 2008-10-20  Bruno Haible  <bruno@clisp.org>
5892
5893         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5894         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5895         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5896         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5897         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5898
5899 2008-10-20  Bruno Haible  <bruno@clisp.org>
5900
5901         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5902         of posix_spawn on AIX 5.3.
5903
5904 2008-10-20  Bruno Haible  <bruno@clisp.org>
5905
5906         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5907
5908 2008-10-20  Bruno Haible  <bruno@clisp.org>
5909
5910         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5911         of AC_LANG_PROGRAM.
5912
5913 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5914
5915         * lib/netdb.in.h: Don't define GNU specific constants until they
5916         are supported or needed.  Reported by Bruno Haible
5917         <bruno@clisp.org>.
5918
5919 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5920
5921         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5922
5923 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5924
5925         * lib/getaddrinfo.h: Remove file.
5926         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5927         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5928         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5929         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5930         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5931         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5932         * tests/test-getaddrinfo.c: Likewise.
5933         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5934         * NEWS: Mention change.
5935
5936 2008-10-19  Bruno Haible  <bruno@clisp.org>
5937
5938         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5939
5940 2008-10-19  Bruno Haible  <bruno@clisp.org>
5941
5942         * lib/wait-process.c: Include simply <sys/wait.h>.
5943         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5944         WIFSTOPPED): Remove fallback definitions.
5945         * modules/wait-process (Depends-on): Add sys_wait.
5946
5947         New module 'sys_wait'.
5948         * modules/sys_wait: New file.
5949         * lib/sys_wait.in.h: New file, partially copied from
5950         lib/wait-process.c.
5951         * m4/sys_wait_h.m4: New file.
5952         * doc/posix-headers/sys_wait.texi: Mention the new module.
5953
5954 2008-10-19  Bruno Haible  <bruno@clisp.org>
5955
5956         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5957
5958 2008-10-19  Bruno Haible  <bruno@clisp.org>
5959
5960         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5961         * lib/wait-process.c (WAIT_T): Remove type.
5962         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5963         (wait_subprocess): Update.
5964
5965 2008-10-19  Bruno Haible  <bruno@clisp.org>
5966
5967         New module 'atoll'.
5968         * modules/atoll: New file.
5969         * lib/stdlib.in.h (atoll): New declaration.
5970         * lib/atoll.c: New file, from glibc with modifications.
5971         * m4/atoll.m4: New file.
5972         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5973         HAVE_ATOLL.
5974         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5975         * doc/posix-functions/atoll.texi: Mention the new module.
5976
5977 2008-10-19  Bruno Haible  <bruno@clisp.org>
5978
5979         Add strtoull() declaration to <stdlib.h>.
5980         * lib/stdlib.in.h (strtoull): New declaration.
5981         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5982         Set HAVE_STRTOULL.
5983         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5984         HAVE_STRTOULL.
5985         * modules/strtoull (Depends-on): Add stdlib.
5986         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5987         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5988         HAVE_STRTOULL.
5989
5990 2008-10-19  Bruno Haible  <bruno@clisp.org>
5991
5992         Add strtoll() declaration to <stdlib.h>.
5993         * lib/stdlib.in.h (strtoll): New declaration.
5994         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5995         Set HAVE_STRTOLL.
5996         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5997         HAVE_STRTOLL.
5998         * modules/strtoll (Depends-on): Add stdlib.
5999         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6000         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
6001
6002 2008-10-19  Bruno Haible  <bruno@clisp.org>
6003
6004         * modules/bcopy (Depends-on): Add strings.
6005         (Include): Specify <strings.h>.
6006
6007 2008-10-19  Bruno Haible  <bruno@clisp.org>
6008
6009         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
6010
6011 2008-10-19  Bruno Haible  <bruno@clisp.org>
6012
6013         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
6014         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
6015         mingw.
6016
6017 2008-10-19  Bruno Haible  <bruno@clisp.org>
6018
6019         * lib/atanl.c: Don't include isnanl.h.
6020         * lib/cosl.c: Likewise.
6021         * lib/ldexpl.c: Likewise.
6022         * lib/logl.c: Likewise.
6023         * lib/sinl.c: Likewise.
6024         * lib/sqrtl.c: Likewise.
6025         * lib/tanl.c: Likewise.
6026
6027         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
6028         * lib/isnanf.h: Remove file.
6029         * lib/isnand.h: Remove file.
6030         * lib/isnanl.h: Remove file.
6031         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
6032         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
6033         macros.
6034         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
6035         HAVE_ISNANF, don't define it as a C macro.
6036         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
6037         HAVE_ISNAND, don't define it as a C macro.
6038         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
6039         HAVE_ISNANL, don't define it as a C macro.
6040         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
6041         HAVE_ISNAN[FDL].
6042         * modules/isnanf (Files): Remove lib/isnanf.h.
6043         (Depends-on): Add math.
6044         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
6045         (Include): Specify <math.h> instead of isnanf.h.
6046         * modules/isnand (Files): Remove lib/isnand.h.
6047         (Depends-on): Add math.
6048         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
6049         (Include): Specify <math.h> instead of isnand.h.
6050         * modules/isnanl (Files): Remove lib/isnanl.h.
6051         (Depends-on): Add math.
6052         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
6053         (Include): Specify <math.h> instead of isnanl.h.
6054         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
6055         HAVE_ISNAN[FDL].
6056         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
6057         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
6058         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
6059         * NEWS: Mention the change.
6060
6061 2008-10-18  Bruno Haible  <bruno@clisp.org>
6062
6063         Add getusershell(), setusershell(), endusershell() declarations to
6064         <unistd.h>.
6065         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
6066         declarations.
6067         * lib/getusershell.c: Include unistd.h.
6068         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
6069         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
6070         HAVE_GETUSERSHELL.
6071         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
6072         and HAVE_GETUSERSHELL.
6073         * modules/getusershell (Depends-on): Add unistd, extensions.
6074         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6075         (Include): Specify <unistd.h>.
6076         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
6077         HAVE_GETUSERSHELL.
6078
6079 2008-10-18  Bruno Haible  <bruno@clisp.org>
6080
6081         Add a getloadavg() declaration to <stdlib.h>.
6082         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
6083         getloadavg declaration.
6084         (getloadavg): New declaration.
6085         * lib/getloadavg.c: Include <stdlib.h> first.
6086         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
6087         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
6088         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
6089         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
6090         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
6091         * modules/getloadavg (Depends-on): Add stdlib, extensions.
6092         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6093         (Include): Specify <stdlib.h>.
6094         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
6095         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
6096
6097 2008-10-18  Bruno Haible  <bruno@clisp.org>
6098
6099         * lib/dirchownmod.c: Don't include lchmod.h.
6100
6101         Move the lchmod() declaration to <sys/stat.h>.
6102         * lib/lchmod.h: Remove file.
6103         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
6104         (lchmod): New declaration, moved here from lib/lchown.h.
6105         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
6106         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
6107         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
6108         and HAVE_LCHMOD.
6109         * modules/lchmod (Files): Remove lib/lchmod.h.
6110         (Depends-on): Add sys_stat, extensions.
6111         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
6112         (Include): Specify <sys/stat.h> instead of lchmod.h.
6113         * modules/sys_stat (Depends-on): Add link-warning.
6114         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
6115         definition of GL_LINK_WARNING.
6116         * NEWS: Mention the change.
6117
6118 2008-10-18  Bruno Haible  <bruno@clisp.org>
6119
6120         * lib/fchdir.c: Don't include dirfd.h.
6121         * lib/fts.c: Likewise.
6122         * lib/getcwd.c: Likewise.
6123         * lib/glob.c: Likewise.
6124
6125         Move the dirfd() declaration to <dirent.h>.
6126         * lib/dirfd.h: Remove file.
6127         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
6128         (dirfd): New declaration.
6129         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
6130         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
6131         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
6132         HAVE_DECL_DIRFD.
6133         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
6134         HAVE_DECL_DIRFD.
6135         * modules/dirfd (Files): Remove lib/dirfd.h.
6136         (Depends-on): Add dirent, extensions.
6137         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
6138         (Include): Specify <dirent.h> instead of dirfd.h.
6139         * modules/dirent (Depends-on): Add link-warning.
6140         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
6141         definition of GL_LINK_WARNING.
6142         * NEWS: Mention the change.
6143
6144 2008-10-18  Bruno Haible  <bruno@clisp.org>
6145
6146         Move the euidaccess() declaration to <unistd.h>.
6147         * lib/euidaccess.h: Remove file.
6148         * lib/unistd.in.h (euidaccess): New declaration.
6149         * lib/euidaccess.c: Don't include euidaccess.h.
6150         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
6151         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
6152         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
6153         and HAVE_EUIDACCESS.
6154         * modules/euidaccess (Files): Remove lib/euidaccess.h.
6155         (Depends-on): Add unistd.
6156         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6157         (Include): Specify <unistd.h> instead of euidaccess.h.
6158         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
6159         HAVE_EUIDACCESS.
6160         * NEWS: Mention the change.
6161
6162 2008-10-18  Bruno Haible  <bruno@clisp.org>
6163
6164         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
6165
6166         Move the getdomainname() declaration to <unistd.h>.
6167         * lib/getdomainname.h: Remove file.
6168         * lib/unistd.in.h (getdomainname): New declaration.
6169         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
6170         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
6171         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
6172         HAVE_GETDOMAINNAME.
6173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6174         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
6175         * modules/getdomainname (Files): Remove lib/getdomainname.h.
6176         (Depends-on): Add unistd, extensions.
6177         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6178         (Includes): Specify <unistd.h> instead of getdomainname.h.
6179         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
6180         HAVE_GETDOMAINNAME.
6181         * NEWS: Mention the change.
6182
6183 2008-10-18  Bruno Haible  <bruno@clisp.org>
6184
6185         * modules/dirent: New file.
6186         * m4/dirent_h.m4: New file.
6187         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
6188         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
6189         * modules/fchdir (Files): Remove lib/dirent.in.h.
6190         (Depends-on): Add dirent.
6191         (Makefile.am): Move rules to modules/dirent.
6192         * doc/posix-headers/dirent.texi: Mention the new module.
6193
6194 2008-10-18  Bruno Haible  <bruno@clisp.org>
6195
6196         Avoid -Wunused-parameter warnings in public gnulib header files.
6197         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
6198         macro.
6199         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
6200
6201 2008-10-18  Bruno Haible  <bruno@clisp.org>
6202
6203         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
6204         * doc/glibc-functions/error.texi: Mention the module 'error'.
6205         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
6206         * doc/glibc-functions/getdomainname.texi: Mention the module
6207         'getdomainname'.
6208         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
6209         * doc/glibc-functions/getpagesize.texi: Mention the module
6210         'getpagesize'.
6211         * doc/glibc-functions/getusershell.texi: Mention the module
6212         'getusershell'.
6213         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
6214         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
6215         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
6216         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
6217         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
6218         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
6219         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
6220         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
6221         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
6222         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
6223         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
6224         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
6225         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
6226         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
6227
6228 2008-10-17  Bruno Haible  <bruno@clisp.org>
6229
6230         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
6231         HP-UX and IRIX, use -0.0L.
6232         * tests/test-ceill.c (minus_zero): Likewise.
6233         * tests/test-floorl.c (minus_zero): Likewise.
6234         * tests/test-frexpl.c (minus_zero): Likewise.
6235         * tests/test-isnan.c (minus_zerol): Likewise.
6236         * tests/test-isnanl.h (minus_zero): Likewise.
6237         * tests/test-ldexpl.c (minus_zero): Likewise.
6238         * tests/test-roundl.c (minus_zero): Likewise.
6239         * tests/test-signbit.c (minus_zerol): Likewise.
6240         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
6241         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
6242         * tests/test-truncl.c (minus_zero): Likewise.
6243         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
6244         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
6245         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
6246         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
6247
6248 2008-10-17  Bruno Haible  <bruno@clisp.org>
6249
6250         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
6251         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
6252         that it gets activated only for gcc >= 3.0.
6253         * lib/dirent.in.h: Likewise.
6254         * lib/errno.in.h: Likewise.
6255         * lib/fcntl.in.h: Likewise.
6256         * lib/float.in.h: Likewise.
6257         * lib/iconv.in.h: Likewise.
6258         * lib/inttypes.in.h: Likewise.
6259         * lib/locale.in.h: Likewise.
6260         * lib/math.in.h: Likewise.
6261         * lib/netdb.in.h: Likewise.
6262         * lib/netinet_in.in.h: Likewise.
6263         * lib/search.in.h: Likewise.
6264         * lib/signal.in.h: Likewise.
6265         * lib/spawn.in.h: Likewise.
6266         * lib/stdarg.in.h: Likewise.
6267         * lib/stdint.in.h: Likewise.
6268         * lib/stdio.in.h: Likewise.
6269         * lib/stdlib.in.h: Likewise.
6270         * lib/string.in.h: Likewise.
6271         * lib/strings.in.h: Likewise.
6272         * lib/sys_file.in.h: Likewise.
6273         * lib/sys_ioctl.in.h: Likewise.
6274         * lib/sys_select.in.h: Likewise.
6275         * lib/sys_socket.in.h: Likewise.
6276         * lib/sys_stat.in.h: Likewise.
6277         * lib/sys_time.in.h: Likewise.
6278         * lib/sysexits.in.h: Likewise.
6279         * lib/time.in.h: Likewise.
6280         * lib/unistd.in.h: Likewise.
6281         * lib/wchar.in.h: Likewise.
6282         * lib/wctype.in.h: Likewise.
6283         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
6284
6285 2008-10-17  Jim Meyering  <meyering@redhat.com>
6286
6287         ignore-value: don't depend on inline module
6288         * modules/ignore-value (Depends-on): Remove 'inline'.
6289         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
6290         Suggestion from Bruno Haible.
6291
6292 2008-10-17  Bruno Haible  <bruno@clisp.org>
6293
6294         New implementation of condition variables for Win32.
6295         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
6296         (gl_linked_waitqueue_t): New type.
6297         (gl_cond_t): Use it.
6298         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
6299         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
6300         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
6301         (glthread_cond_init_func, glthread_cond_wait_func,
6302         glthread_cond_timedwait_func, glthread_cond_signal_func,
6303         glthread_cond_broadcast_func, glthread_cond_destroy_func):
6304         Reimplemented on the basis of gl_linked_waitqueue_t.
6305         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
6306         gl_waitqueue_t.
6307         (gl_rwlock_t): Update.
6308         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
6309
6310 2008-10-17  Simon Josefsson  <simon@josefsson.org>
6311
6312         * modules/recvfrom (Depends-on): Add dependency on getpeername.
6313         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6314
6315 2008-10-17  Jim Meyering  <meyering@redhat.com>
6316
6317         ignore-value: new module
6318         * modules/ignore-value: New file.
6319         * lib/ignore-value.h: New file.
6320         * MODULES.html.sh (Compiler warning management): New section,
6321         just for this module.  More to come.
6322
6323 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6324
6325         open-safer.c: avoid 'signed and unsigned in conditional...' warning
6326         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
6327         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
6328
6329 2008-10-16  Jim Meyering  <meyering@redhat.com>
6330
6331         openat-die.c: avoid 'no previous prototype' warning
6332         * lib/openat-die.c: Include "openat.h".
6333         Reported by Reuben Thomas <rrt@sc3d.org>.
6334
6335 2008-10-16  Simon Josefsson  <simon@josefsson.org>
6336
6337         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
6338         * lib/netdb.in.h: Fix typo.
6339         Reported by Bruno Haible  <bruno@clisp.org>
6340
6341         * lib/netdb.in.h: Include sys/socket.h for platforms without
6342         netdb.h, to get structures like hostent on MinGW.
6343         * modules/netdb (Depends-on): Add sys_socket.
6344
6345 2008-10-15  Simon Josefsson  <simon@josefsson.org>
6346
6347         * modules/netdb, modules/netdb-tests: New file.
6348         * m4/netdb_h.m4: New file.
6349         * lib/netdb.in.h: Add, currently just an empty file pending
6350         definitions.
6351         * tests/test-netdb.c: New file.
6352         * doc/posix-headers/netdb.texi: Mention that we replace it if
6353         needed.
6354         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6355         netdb.
6356
6357 2008-10-15  Simon Josefsson  <simon@josefsson.org>
6358
6359         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
6360         with code.
6361
6362 2008-10-13  Bruno Haible  <bruno@clisp.org>
6363
6364         * lib/glthread/cond.c (glthread_cond_wait_func,
6365         glthread_cond_timedwait_func): Add a comment.
6366
6367 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6368
6369         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
6370         * tests/test-select.c: Likewise,
6371
6372 2008-10-13  Bruno Haible  <bruno@clisp.org>
6373
6374         * lib/glthread/cond.c (glthread_cond_wait_func,
6375         glthread_cond_timedwait_func): Fix variable name.
6376         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
6377
6378 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
6379
6380         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
6381         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
6382         struct sockaddr.sa_len.
6383         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
6384
6385 2008-10-13  Simon Josefsson  <simon@josefsson.org>
6386
6387         * build-aux/pmccabe2html: Add css and css_url parameters.
6388
6389 2008-10-12  Bruno Haible  <bruno@clisp.org>
6390
6391         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
6392         calling aclx_get.
6393         Reported by Rainer Tammer <tammer@tammer.net>.
6394
6395 2008-10-12  Bruno Haible  <bruno@clisp.org>
6396
6397         Use msvcrt aware primitives for creation/termination of Win32 threads.
6398         * lib/glthread/thread.c: Include <process.h>.
6399         (glthread_create_func): Use _beginthreadex instead of CreateThread.
6400         (wrapper_func): Update signature.
6401         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
6402
6403 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6404             Bruno Haible  <bruno@clisp.org>
6405
6406         Provide a Win32 implementation of the 'cond' module.
6407         * lib/glthread/cond.h [USE_WIN32]: New implementation.
6408         * lib/glthread/cond.c (glthread_cond_init_func,
6409         glthread_cond_wait_func, glthread_cond_timedwait_func,
6410         glthread_cond_signal_func, glthread_cond_broadcast_func,
6411         glthread_cond_destroy_func) [USE_WIN32]: New functions.
6412         * modules/cond (Dependencies): Add gettimeofday.
6413
6414 2008-10-11  Bruno Haible  <bruno@clisp.org>
6415
6416         Make sleep work on older versions of mingw.
6417         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
6418         only whether it exists.
6419         * doc/posix-functions/sleep.texi: Mention the problem with older
6420         versions of mingw.
6421
6422 2008-10-11  Bruno Haible  <bruno@clisp.org>
6423
6424         New module 'shutdown'.
6425         * modules/shutdown: New file.
6426         * lib/sys_socket.in.h (shutdown): New declaration.
6427         * lib/winsock.c (shutdown): New function.
6428         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
6429         GNULIB_SHUTDOWN.
6430         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
6431         * doc/posix-functions/shutdown.texi: Document the new module.
6432
6433 2008-10-11  Jim Meyering  <meyering@redhat.com>
6434
6435         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
6436
6437 2008-10-11  Bruno Haible  <bruno@clisp.org>
6438
6439         New module 'fclose'.
6440         * modules/fclose: New file.
6441         * lib/stdio.in.h (fclose): New declaration.
6442         * lib/fclose.c: New file.
6443         * m4/fclose.m4: New file.
6444         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
6445         REPLACE_FCLOSE.
6446         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
6447         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
6448         REPLACE_FCLOSE.
6449         * modules/close (Depends-on): fclose.
6450         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
6451
6452 2008-10-11  Bruno Haible  <bruno@clisp.org>
6453
6454         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
6455         set errno and don't call _close.
6456
6457 2008-10-10  Bruno Haible  <bruno@clisp.org>
6458
6459         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
6460         ACL, not afterwards. Fixes test failure on Cygwin.
6461
6462 2008-10-09  Ben Pfaff  <blp@gnu.org>
6463
6464         * build-aux/announce-gen: Fix gnulib version related part of usage
6465         message.  Die with a useful error message if no tarballs are
6466         found.
6467
6468 2008-10-10  Jim Meyering  <meyering@redhat.com>
6469
6470         bootstrap: use git's --depth=N option only if it's supported
6471         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
6472         recognize the --depth option.  Reported by Pádraig Brady.
6473
6474 2008-10-09  Bruno Haible  <bruno@clisp.org>
6475
6476         New module 'ioctl'.
6477         * modules/ioctl: New file.
6478         * lib/sys_socket.in.h (ioctl): Remove declaration.
6479         * lib/winsock.c: Include <sys/ioctl.h>.
6480         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
6481         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
6482         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
6483         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
6484         * doc/posix-functions/ioctl.texi: Mention the new module.
6485
6486 2008-10-09  Bruno Haible  <bruno@clisp.org>
6487
6488         New module 'sys_ioctl'.
6489         * lib/sys_ioctl.in.h: New file.
6490         * m4/sys_ioctl_h.m4: New file.
6491         * modules/sys_ioctl: New file.
6492         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
6493
6494 2008-10-09  Bruno Haible  <bruno@clisp.org>
6495
6496         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
6497         * lib/winsock.c: Include <stdarg.h>.
6498         (rpl_ioctl): Change to second argument 'int' and then varargs.
6499
6500 2008-10-09  Bruno Haible  <bruno@clisp.org>
6501
6502         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
6503         when the sys_socket module is present and the system has <winsock2.h>.
6504
6505 2008-10-09  Bruno Haible  <bruno@clisp.org>
6506
6507         * doc/posix-functions/close.texi: Mention module 'close' instead of
6508         module 'sys_socket'.
6509
6510 2008-10-09  Bruno Haible  <bruno@clisp.org>
6511
6512         * doc/glibc-headers/sys_ioctl.texi: New file.
6513         * doc/gnulib.texi: Include it.
6514
6515 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6516             Bruno Haible  <bruno@clisp.org>
6517
6518         Combine the two replacements of 'close'.
6519         * lib/sys_socket.in.h (close): Define to a reminder to include
6520         <unistd.h>.
6521         (_gl_close_fd_maybe_socket): New declaration.
6522         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
6523         * lib/winsock.c (close): Remove undefinition.
6524         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
6525         needed for the gnulib module 'close'.
6526         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
6527         define to an error symbol or to a warning, if suitable.
6528         * lib/close.c: Include <sys/socket.h>.
6529         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
6530         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
6531         UNISTD_H_HAVE_WINSOCK2_H.
6532         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
6533         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6534         UNISTD_H_HAVE_WINSOCK2_H.
6535         * modules/sys_socket (Files): Add m4/unistd_h.m4.
6536         (configure.ac): Set a module indicator.
6537         (Makefile.am): Substitute GNULIB_CLOSE.
6538         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
6539         * modules/poll-tests (Depends-on): Add close.
6540         * modules/select-tests (Depends-on): Likewise.
6541
6542 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6543             Bruno Haible  <bruno@clisp.org>
6544
6545         New module 'close'.
6546         * modules/close: New file.
6547         * lib/unistd.in.h (close): Move declaration out of the
6548         FCHDIR_REPLACEMENT scope.
6549         (_gl_unregister_fd): New declaration.
6550         * lib/close.c: New file.
6551         * lib/fchdir.c (rpl_close): Remove function.
6552         * m4/close.m4: New file.
6553         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6554         close.
6555         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
6556         REPLACE_CLOSE.
6557         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
6558         REPLACE_CLOSE.
6559         * modules/fchdir (Depends-on): Add close.
6560
6561 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6562             Bruno Haible  <bruno@clisp.org>
6563
6564         * lib/fcntl.in.h (open): Simplify conditionals.
6565         (_gl_register_fd): New declaration.
6566         * lib/fchdir.c (rpl_open): Remove function.
6567         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
6568         also.
6569         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
6570         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6571         open.
6572
6573 2008-10-09  Jim Meyering  <meyering@redhat.com>
6574
6575         GNUmakefile: use the more name-space-friendly "_version"
6576         * top/GNUmakefile (_dummy): Update.
6577         (_version): Rename from "version".
6578
6579 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6580             Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6583         rpl_close.
6584         (_gl_register_fd): New function, extracted from rpl_open.
6585         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6586         (rpl_open, rpl_opendir): Use _gl_register_fd.
6587
6588 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6589
6590         Fix organization of 'open' replacement.
6591         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6592         (gl_FUNC_OPEN): Use it.
6593         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6594
6595 2008-10-08  Bruno Haible  <bruno@clisp.org>
6596
6597         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6598
6599 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6600
6601         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6602         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6603         listen).
6604
6605 2008-10-08  Eric Blake  <ebb9@byu.net>
6606
6607         GNUmakefile: add 'make version' target
6608         * top/GNUmakefile (_curr-ver): Split version update rules...
6609         (version): ...into a target.
6610
6611 2008-10-07  Bruno Haible  <bruno@clisp.org>
6612
6613         Use a more portable replacement expression for -0.0L.
6614         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6615         instead of -0.0L. Fix m4 quotation.
6616
6617         * tests/test-signbit.c: Include <float.h>.
6618         (minus_zero): New variable.
6619         (test_signbitl): Use minus_zero instead of -zero.
6620         * modules/signbit-tests (Depends-on): Add float.
6621
6622         * tests/test-ceill.c: Include <float.h>.
6623         (zero): Remove variable.
6624         (minus_zero): New variable.
6625         (main): Use minus_zero instead of -zero.
6626         * modules/ceill-tests (Depends-on): Add float.
6627
6628         * tests/test-floorl.c: Include <float.h>.
6629         (zero): Remove variable.
6630         (minus_zero): New variable.
6631         (main): Use minus_zero instead of -zero.
6632         * modules/floorl-tests (Depends-on): Add float.
6633
6634         * tests/test-roundl.c: Include <float.h>.
6635         (zero): Remove variable.
6636         (minus_zero): New variable.
6637         (main): Use minus_zero instead of -zero.
6638         * modules/roundl-tests (Depends-on): Add float.
6639
6640         * tests/test-truncl.c: Include <float.h>.
6641         (zero): Remove variable.
6642         (minus_zero): New variable.
6643         (main): Use minus_zero instead of -zero.
6644         * modules/truncl-tests (Depends-on): Add float.
6645
6646         * tests/test-frexpl.c (zero): Remove variable.
6647         (minus_zero): New variable.
6648         (main): Use minus_zero instead of -zero.
6649         * modules/frexpl-tests (Depends-on): Add float.
6650
6651         * tests/test-isnan.c (zerol): Remove variable.
6652         (minus_zerol): New variable.
6653         (test_long_double): Use minus_zerol instead of -zerol.
6654         * modules/isnan-tests (Depends-on): Add float.
6655
6656         * tests/test-isnanl.h (zero): Remove variable.
6657         (minus_zero): New variable.
6658         (main): Use minus_zero instead of -zero.
6659         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6660         * modules/isnanl-tests (Depends-on): Add float.
6661
6662         * tests/test-ldexpl.c (zero): Remove variable.
6663         (minus_zero): New variable.
6664         (main): Use minus_zero instead of -zero.
6665         * modules/ldexpl-tests (Depends-on): Add float.
6666
6667         * tests/test-snprintf-posix.h (zerol): Remove variable.
6668         (minus_zerol): New variable.
6669         (test_function): Use minus_zerol instead of -zerol.
6670         * modules/snprintf-posix-tests (Depends-on): Add float.
6671         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6672
6673         * tests/test-sprintf-posix.h (zerol): Remove variable.
6674         (minus_zerol): New variable.
6675         (test_function): Use minus_zerol instead of -zerol.
6676         * modules/sprintf-posix-tests (Depends-on): Add float.
6677         * modules/vsprintf-posix-tests (Depends-on): Add float.
6678
6679         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6680         (minus_zerol): New variable.
6681         (test_function): Use minus_zerol instead of -zerol.
6682         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6683
6684         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6685         (minus_zerol): New variable.
6686         (test_function): Use minus_zerol instead of -zerol.
6687         * modules/vasprintf-posix-tests (Depends-on): Add float.
6688
6689 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6690
6691         * MODULES.html.sh (Support for building documentation): Mention
6692         pmccabe2html.  Sort entries.
6693
6694         Add pmccabe2html module, from gnupdf.
6695         * build-aux/pmccabe.css: New file.
6696         * build-aux/pmccabe2html: New file.
6697         * m4/pmccabe2html.m4: New file.
6698         * modules/pmccabe2html: New file.
6699
6700 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6701
6702         flock: new module
6703         * MODULES.html.sh: Add to list of modules.
6704         * lib/flock.c: flock implementation for Windows and Unix systems
6705         which have fcntl.
6706         * doc/glibc-functions/flock.texi: Update documentation.
6707         * lib/sys_file.in.h: <sys/file.h> header file.
6708         * m4/flock.m4: M4 macros.
6709         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6710         * modules/flock: flock module.
6711         * modules/flock-tests: flock tests module.
6712         * modules/sys_file: sys/file.h module.
6713         * tests/test-flock.c: test suite for flock.
6714
6715 2008-10-06  Jim Meyering  <meyering@redhat.com>
6716
6717         bootstrap: check for LT_INIT more portably still ;-)
6718         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6719         Spotted by Bruno Haible.
6720
6721 2008-10-06  Eric Blake  <ebb9@byu.net>
6722
6723         test-signbit: avoid tripping Irix cc bug on -0.0L
6724         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6725         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6726         entire testsuite consistent and avoids an Irix 6.2 bug.
6727
6728 2008-10-05  Bruno Haible  <bruno@clisp.org>
6729             Jim Meyering  <jim@meyering.net>
6730
6731         Add an option for ignoring EPIPE during close_stdout.
6732         * lib/closeout.h: Include <stdbool.h>.
6733         (close_stdout_set_ignore_EPIPE): New declaration.
6734         * lib/closeout.c: Include <stdbool.h>.
6735         (ignore_EPIPE): New variable.
6736         (close_stdout_set_ignore_EPIPE): New function.
6737         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6738         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6739         failure.
6740         * modules/closeout (Depends-on): Add stdbool.
6741
6742 2008-10-05  Bruno Haible  <bruno@clisp.org>
6743
6744         * modules/accept: New file.
6745         * modules/bind: New file.
6746         * modules/connect: New file.
6747         * modules/getpeername: New file.
6748         * modules/getsockname: New file.
6749         * modules/getsockopt: New file.
6750         * modules/listen: New file.
6751         * modules/recv: New file.
6752         * modules/recvfrom: New file.
6753         * modules/send: New file.
6754         * modules/sendto: New file.
6755         * modules/setsockopt: New file.
6756         * modules/socket: New file.
6757         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6758         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6759         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6760         the particular module is requested. Add a link warning when the
6761         particular module is not requested.
6762         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6763         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6764         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6765         the particular module is requested.
6766         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6767         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6768         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6769         * modules/sys_socket (Depends-on): Add link-warning.
6770         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6771         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6772         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6773         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6774         GL_LINK_WARNING.
6775         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6776         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6777         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6778         * doc/posix-functions/getpeername.texi: Mention the new module
6779         'getpeername'.
6780         * doc/posix-functions/getsockname.texi: Mention the new module
6781         'getsockname'.
6782         * doc/posix-functions/getsockopt.texi: Mention the new module
6783         'getsockopt'.
6784         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6785         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6786         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6787         * doc/posix-functions/send.texi: Mention the new module 'send'.
6788         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6789         * doc/posix-functions/setsockopt.texi: Mention the new module
6790         'setsockopt'.
6791         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6792         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6793         listen, connect, accept.
6794         * modules/select-tests (Depends-on): Likewise.
6795
6796 2008-10-05  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/winsock.c (strerror): Remove unused #undef.
6799         (rpl_close): Remove unused local variable.
6800
6801         * modules/sys_socket (Depends-on); Add errno.
6802
6803 2008-10-05  Bruno Haible  <bruno@clisp.org>
6804
6805         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6806         (select): Add a link warning when the 'select' module is not used.
6807         * modules/sys_select (Depends-on): Add link-warning.
6808         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6809         Suggested by Paolo Bonzini.
6810
6811 2008-10-05  Jim Meyering  <meyering@redhat.com>
6812
6813         bootstrap: check for LT_INIT more portably
6814         * build-aux/bootstrap: Avoid using grep -E, since it's not
6815         portable enough.  Suggestion from Bruno Haible.
6816
6817 2008-10-05  Bruno Haible  <bruno@clisp.org>
6818
6819         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6820         as being fixed by gnulib.
6821
6822 2008-10-05  Bruno Haible  <bruno@clisp.org>
6823
6824         * modules/select-tests: New file, mostly copied from
6825         modules/sys_select-tests.
6826         * tests/test-select.c: New file, mostly copied from
6827         tests/test-sys_select.c.
6828         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6829         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6830         (Makefile.am): Remove test_sys_select_LDADD.
6831
6832         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6833         to an undefined symbol, for an error message.
6834         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6835         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6836         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6837         winsock-select.c here.
6838         * modules/sys_select (Files): Remove lib/winsock-select.c.
6839         (Depends-on): Remove alloca.
6840         (Makefile.am): Substitute GNULIB_SELECT.
6841         * modules/select: New file.
6842         * doc/posix-functions/select.texi: Update.
6843
6844 2008-10-05  Bruno Haible  <bruno@clisp.org>
6845
6846         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6847         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6848         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6849         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6850         getdtablesize.
6851         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6852         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6853
6854 2008-10-05  Bruno Haible  <bruno@clisp.org>
6855
6856         * modules/getdtablesize-tests: New file.
6857         * tests/test-getdtablesize.c: New file.
6858
6859         New module 'getdtablesize'.
6860         * lib/unistd.in.h (getdtablesize): New declaration.
6861         * lib/getdtablesize.c: New file.
6862         * m4/getdtablesize.m4: New file.
6863         * modules/getdtablesize: New file.
6864         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6865         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6866         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6867         HAVE_GETDTABLESIZE.
6868         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6869
6870 2008-10-05  Bruno Haible  <bruno@clisp.org>
6871
6872         * modules/sched (Makefile.am): Fix typo.
6873         Reported by Simon Josefsson.
6874
6875 2008-10-05  Jim Meyering  <meyering@redhat.com>
6876
6877         bootstrap: check for LT_INIT, too
6878         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6879         are deprecated.  Suggestion from Ralf Wildenhues.
6880
6881 2008-10-05  Bruno Haible  <bruno@clisp.org>
6882
6883         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6884         overriding them by ours.
6885         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6886
6887 2008-10-05  Jim Meyering  <meyering@redhat.com>
6888
6889         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6890         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6891         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6892
6893 2008-10-04  Bruno Haible  <bruno@clisp.org>
6894
6895         * modules/dup2 (License): Change to LGPLv2+.
6896         * modules/sleep (License): Likewise.
6897         * modules/perror (License): Likewise.
6898         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6899         Blake.
6900         * modules/signal (License): Likewise.
6901         * modules/sigprocmask (License): Likewise.
6902         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6903         Meyering.
6904
6905 2008-10-04  Bruno Haible  <bruno@clisp.org>
6906
6907         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6908         Reported by Rainer Tammer <tammer@tammer.net>.
6909
6910 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6911             Bruno Haible  <bruno@clisp.org>
6912
6913         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6914         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6915         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6916
6917 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6918
6919         filevercmp: new module
6920         * lib/filevercmp.h: New function filevercmp comparing version strings.
6921         * lib/filevercmp.c: Implementation of filevercmp function.
6922         * modules/filevercmp: Module metadata.
6923         * tests/test-filevercmp.c: Unit test for new module.
6924         * modules/filevercmp-tests: Unit test metadata.
6925         * MODULES.html.sh: Add filevercmp module.
6926
6927 2008-10-03  Bruno Haible  <bruno@clisp.org>
6928
6929         * lib/c-ctype.h: Add comment.
6930         Reported by Jim Meyering.
6931
6932 2008-10-02  Bruno Haible  <bruno@clisp.org>
6933
6934         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6935
6936 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6937
6938         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6939         name of bootstrap.conf accordingly.
6940
6941 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6942
6943         * build-aux/bootstrap: Install git-merge-changelog configuration
6944         items into .gitconfig if needed.
6945
6946 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6947
6948         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6949         git repository, and initialize/update it accordingly.
6950
6951 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6952
6953         * modules/fsync-tests: New file.
6954         * tests/test-fsync.c: New file.
6955
6956         New module 'fsync'.
6957         * lib/fsync.c: New file.
6958         * m4/fsync.m4: New file.
6959         * modules/fsync: New file.
6960         * lib/unistd.in.h (fsync): New declaration.
6961         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6962         GNULIB_FSYNC and HAVE_FSYNC.
6963         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6964         * MODULES.html.sh (posix_functions): Add fsync.
6965         * doc/posix-functions/fsync.texi: Mention the new module.
6966
6967 2008-10-02  Jim Meyering  <meyering@redhat.com>
6968
6969         fts.c: sync with similar code from coreutils' remove.c
6970         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6971         Guard also with "#if defined __linux__", since for now at least,
6972         this code is Linux-kernel-specific.
6973
6974 2008-10-02  Jim Meyering  <meyering@redhat.com>
6975
6976         fts: bug fixes
6977         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6978         Include <sys/vfs.h>, not <sys/statfs.h>.
6979
6980         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6981         Include <sys/vfs.h>, not <sys/statfs.h>.
6982
6983 2008-10-01  Bruno Haible  <bruno@clisp.org>
6984
6985         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6986         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6987         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6988         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6989         * doc/posix-functions/posix_spawnp.texi: Likewise.
6990         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6991         whether posix_spawn actually works.
6992         * m4/pipe.m4 (gl_PIPE): Likewise.
6993         * modules/execute (Files): Add m4/posix_spawn.m4.
6994         * modules/pipe (Files): Add m4/posix_spawn.m4.
6995         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6996
6997 2008-10-01  Jim Meyering  <meyering@redhat.com>
6998
6999         remove trailing spaces
7000         * NEWS: Likewise.
7001         * lib/poll.c (poll): Likewise.
7002         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
7003         * lib/winsock.c (rpl_close): Likewise.
7004         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
7005         * modules/yield: Likewise.
7006         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
7007         * tests/test-sys_select.c (connect_to_socket): Likewise.
7008
7009         fts.c: adjust a new interface to be more generally useful
7010         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
7011         (fts_build): Adjust caller.
7012
7013 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7014
7015         * modules/cond-tests: New file.
7016         * tests/test-cond.c: New file.
7017
7018 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7019             Bruno Haible  <bruno@clisp.org>
7020
7021         * modules/cond (Dependencies): Add errno, time.
7022         * lib/glthread/cond.h: Include <time.h>.
7023         (gl_cond_define, gl_cond_define_initialized): Use the same definition
7024         across platforms.
7025
7026 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7027             Bruno Haible  <bruno@clisp.org>
7028
7029         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
7030
7031 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7032             Bruno Haible  <bruno@clisp.org>
7033
7034         * modules/tls-tests (Depends-on): Add thread, yield.
7035         (configure.ac): Remove all checks.
7036         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
7037         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
7038         gl_thread_self): Remove definitions. Include glthread/thread.h and
7039         glthread/yield.h instead.
7040         (test_tls): Pass an additional NULL argument to gl_thread_join.
7041
7042 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7043             Bruno Haible  <bruno@clisp.org>
7044
7045         * modules/lock-tests (Depends-on): Add thread, yield.
7046         (configure.ac): Remove all checks.
7047         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
7048         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
7049         gl_thread_self): Remove definitions. Include glthread/thread.h and
7050         glthread/yield.h instead.
7051         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
7052         additional NULL argument to gl_thread_join.
7053
7054 2008-09-30  Bruno Haible  <bruno@clisp.org>
7055
7056         Fix the Win32 implementation of the 'thread' module.
7057         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
7058         pointer type.
7059         (gl_thread_self): Invoke gl_thread_self_func.
7060         (gl_thread_self_func): New declaration.
7061         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
7062         (do_init_self_key, init_self_key): New functions.
7063         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
7064         Remove some fields.
7065         (running_threads, running_lock): Remove variables.
7066         (get_current_thread_handle): New function.
7067         (gl_thread_self_func, wrapper_func, glthread_create_func,
7068         glthread_join_func, gl_thread_exit_func): Largely rewritten and
7069         simplified.
7070
7071 2008-09-30  Bruno Haible  <bruno@clisp.org>
7072
7073         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
7074         files.
7075
7076 2008-09-30  Jim Meyering  <meyering@redhat.com>
7077
7078         fts.m4: correct the test for statfs.f_type
7079         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
7080         when checking for statfs.f_type.
7081
7082 2008-09-15  Simon Josefsson  <simon@josefsson.org>
7083
7084         tests: avoid some compiler warnings
7085         * tests/test-memchr.c (main): Pass NULL indirectly.
7086         * tests/test-getdate.c (main): Remove unused variable 'ret'.
7087
7088 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
7089
7090         getdate.y: disallow countable dayshifts like "4 yesterday ago"
7091         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
7092         exactly specified dayshifts.
7093         (dayshift): New rule.
7094         (rel): Add dayshift.
7095         (relative_time_table) [tomorrow, yesterday, today, now]:
7096         Use tDAY_SHIFT in place of tDAY_UNIT.
7097         * tests/test-getdate.c: Add tests for now-disallowed countable
7098         dayshifts, e.g., "4 yesterday ago".
7099
7100 2008-09-29  Bruno Haible  <bruno@clisp.org>
7101
7102         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
7103         * tests/test-posix_spawn1.in.sh: Renamed from
7104         tests/test-posix_spawn.in.sh.
7105         * tests/test-posix_spawn2.c: New file.
7106         * tests/test-posix_spawn2.in.sh: New file.
7107         * modules/posix_spawnp-tests (Files): Update.
7108         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
7109
7110 2008-09-29  Bruno Haible  <bruno@clisp.org>
7111
7112         Propagate effects of putenv/setenv/unsetenv to child processes.
7113         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
7114         * lib/pipe.c (create_pipe): Likewise.
7115
7116 2008-09-29  Bruno Haible  <bruno@clisp.org>
7117
7118         Enable use of shell scripts as executables in mingw.
7119         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
7120         run the program as a shell script.
7121         * lib/pipe.c (create_pipe): Likewise.
7122         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
7123         resulting array.
7124
7125 2008-09-29  Eric Blake  <ebb9@byu.net>
7126
7127         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
7128
7129 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
7130
7131         * doc/posix-functions/accept.texi: Update mingw problems.
7132         * doc/posix-functions/bind.texi: Update mingw problems.
7133         * doc/posix-functions/close.texi: Update mingw problems.
7134         * doc/posix-functions/connect.texi: Update mingw problems.
7135         * doc/posix-functions/getpeername.texi: Update mingw problems.
7136         * doc/posix-functions/getsockname.texi: Update mingw problems.
7137         * doc/posix-functions/getsockopt.texi: Update mingw problems.
7138         * doc/posix-functions/ioctl.texi: Update mingw problems.
7139         * doc/posix-functions/listen.texi: Update mingw problems.
7140         * doc/posix-functions/recv.texi: Update mingw problems.
7141         * doc/posix-functions/recvfrom.texi: Update mingw problems.
7142         * doc/posix-functions/select.texi: Update mingw problems.
7143         * doc/posix-functions/send.texi: Update mingw problems.
7144         * doc/posix-functions/sendto.texi: Update mingw problems.
7145         * doc/posix-functions/setsockopt.texi: Update mingw problems.
7146         * doc/posix-functions/socket.texi: Update mingw problems.
7147
7148 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
7149             Bruno Haible  <bruno@clisp.org>
7150
7151         * lib/sys_select.in.h: Include sys/time.h.
7152         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
7153         * modules/sys_select: Depend on sys_time.
7154         * tests/test-sys_select.c: Test that sys/select.h defines struct
7155         timeval fully.
7156
7157 2008-09-29  Bruno Haible  <bruno@clisp.org>
7158
7159         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
7160         * lib/sys_select.in.h: Likewise.
7161
7162 2008-09-29  Bruno Haible  <bruno@clisp.org>
7163
7164         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
7165
7166 2008-09-29  Bruno Haible  <bruno@clisp.org>
7167
7168         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
7169         Set LIBSOCKET instead of augmenting LIBS.
7170         * modules/sockets (Link): New section.
7171         * modules/sockets-tests (test_sockets_LDADD): New variable.
7172         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
7173         * modules/poll-tests (test_poll_LDADD): New variable.
7174         * NEWS: Document the change.
7175
7176 2008-09-29  Bruno Haible  <bruno@clisp.org>
7177
7178         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
7179         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
7180         ARPA_INET_H directly.
7181         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
7182
7183 2008-09-28  Bruno Haible  <bruno@clisp.org>
7184
7185         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
7186         from gl_HEADER_SYS_SOCKET.
7187         (gl_HEADER_SYS_SOCKET): Invoke it.
7188         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
7189
7190 2008-09-28  Bruno Haible  <bruno@clisp.org>
7191
7192         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
7193         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
7194         Needed on OSF/1 4.0.
7195
7196 2008-09-28  Bruno Haible  <bruno@clisp.org>
7197
7198         Override open more carefully.
7199         * lib/open.c (orig_open): New function.
7200         (rpl_open): Use orig_open instead of open.
7201         * lib/fcntl.in.h: Add special invocation convention.
7202         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
7203         (gl_FUNC_OPEN): Invoke it.
7204
7205         Override freopen more carefully.
7206         * lib/freopen.c (orig_freopen): New function.
7207         (rpl_freopen): Use orig_freopen instead of freopen.
7208         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
7209         (gl_FUNC_FREOPEN): Invoke it.
7210
7211         Override fopen more carefully.
7212         * lib/fopen.c (orig_fopen): New function.
7213         (rpl_fopen): Use orig_fopen instead of fopen.
7214         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
7215         (gl_FUNC_FOPEN): Invoke it.
7216         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
7217
7218 2008-09-28  Bruno Haible  <bruno@clisp.org>
7219
7220         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
7221         SIGPIPE.
7222
7223 2008-09-28  Bruno Haible  <bruno@clisp.org>
7224
7225         * tests/test-sigaction.c (handler, main): Disable the check whether
7226         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
7227         glibc systems with LinuxThreads.
7228
7229 2008-09-28  Bruno Haible  <bruno@clisp.org>
7230
7231         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
7232
7233         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
7234         with AIX xlc.
7235         * lib/fcntl.in.h (open): Likewise.
7236         Reported by Rainer Tammer <tammer@tammer.net>.
7237
7238 2008-09-28  Bruno Haible  <bruno@clisp.org>
7239
7240         * modules/posix_spawnp-tests: New file.
7241         * tests/test-posix_spawn.c: New file.
7242         * tests/test-posix_spawn.in.sh: New file.
7243
7244         New module 'posix_spawnp'.
7245         * modules/posix_spawnp: New file.
7246         * lib/spawnp.c: New file, from GNU libc with modifications.
7247         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
7248
7249         New module 'posix_spawn'.
7250         * modules/posix_spawn: New file.
7251         * lib/spawn.c: New file, from GNU libc with modifications.
7252         * doc/posix-functions/posix_spawn.texi: Mention the new module.
7253
7254         New module 'posix_spawnattr_destroy'.
7255         * modules/posix_spawnattr_destroy: New file.
7256         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
7257         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
7258         module.
7259
7260         New module 'posix_spawnattr_setsigmask'.
7261         * modules/posix_spawnattr_setsigmask: New file.
7262         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
7263         modifications.
7264         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
7265         new module.
7266
7267         New module 'posix_spawnattr_getsigmask'.
7268         * modules/posix_spawnattr_getsigmask: New file.
7269         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
7270         modifications.
7271         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
7272         new module.
7273
7274         New module 'posix_spawnattr_setsigdefault'.
7275         * modules/posix_spawnattr_setsigdefault: New file.
7276         * lib/spawnattr_setdefault.c: New file, from GNU libc with
7277         modifications.
7278         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
7279         new module.
7280
7281         New module 'posix_spawnattr_getsigdefault'.
7282         * modules/posix_spawnattr_getsigdefault: New file.
7283         * lib/spawnattr_getdefault.c: New file, from GNU libc with
7284         modifications.
7285         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
7286         new module.
7287
7288         New module 'posix_spawnattr_setschedpolicy'.
7289         * modules/posix_spawnattr_setschedpolicy: New file.
7290         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
7291         modifications.
7292         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
7293         new module.
7294
7295         New module 'posix_spawnattr_getschedpolicy'.
7296         * modules/posix_spawnattr_getschedpolicy: New file.
7297         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
7298         modifications.
7299         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
7300         new module.
7301
7302         New module 'posix_spawnattr_setschedparam'.
7303         * modules/posix_spawnattr_setschedparam: New file.
7304         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
7305         modifications.
7306         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
7307         new module.
7308
7309         New module 'posix_spawnattr_getschedparam'.
7310         * modules/posix_spawnattr_getschedparam: New file.
7311         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
7312         modifications.
7313         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
7314         new module.
7315
7316         New module 'posix_spawnattr_setpgroup'.
7317         * modules/posix_spawnattr_setpgroup: New file.
7318         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
7319         modifications.
7320         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
7321         module.
7322
7323         New module 'posix_spawnattr_getpgroup'.
7324         * modules/posix_spawnattr_getpgroup: New file.
7325         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
7326         modifications.
7327         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
7328         module.
7329
7330         New module 'posix_spawnattr_setflags'.
7331         * modules/posix_spawnattr_setflags: New file.
7332         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
7333         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
7334         module.
7335
7336         New module 'posix_spawnattr_getflags'.
7337         * modules/posix_spawnattr_getflags: New file.
7338         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
7339         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
7340         module.
7341
7342         New module 'posix_spawnattr_init'.
7343         * modules/posix_spawnattr_init: New file.
7344         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
7345         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
7346         module.
7347
7348         New module 'posix_spawn_file_actions_destroy'.
7349         * modules/posix_spawn_file_actions_destroy: New file.
7350         * lib/spawn_faction_destroy.c: New file, from GNU libc with
7351         modifications.
7352         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
7353         the new module.
7354
7355         New module 'posix_spawn_file_actions_addopen'.
7356         * modules/posix_spawn_file_actions_addopen: New file.
7357         * lib/spawn_faction_addopen.c: New file, from GNU libc with
7358         modifications.
7359         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
7360         the new module.
7361
7362         New module 'posix_spawn_file_actions_adddup2'.
7363         * modules/posix_spawn_file_actions_adddup2: New file.
7364         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
7365         modifications.
7366         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
7367         the new module.
7368
7369         New module 'posix_spawn_file_actions_addclose'.
7370         * modules/posix_spawn_file_actions_addclose: New file.
7371         * lib/spawn_faction_addclose.c: New file, from GNU libc with
7372         modifications.
7373         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
7374         the new module.
7375
7376         New module 'posix_spawn_file_actions_init'.
7377         * modules/posix_spawn_file_actions_init: New file.
7378         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
7379         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
7380         new module.
7381
7382         New module 'posix_spawn-internal'.
7383         * modules/posix_spawn-internal: New file.
7384         * lib/spawn_int.h: New file, from GNU libc with modifications.
7385         * lib/spawni.c: New file, from GNU libc with modifications.
7386         * m4/posix_spawn.m4: New file.
7387
7388         New module 'spawn'.
7389         * modules/spawn: New file.
7390         * lib/spawn.in.h: New file, from GNU libc with modifications.
7391         * m4/spawn_h.m4: New file.
7392         * doc/posix-headers/spawn.texi: Mention the new module.
7393
7394 2008-09-28  Bruno Haible  <bruno@clisp.org>
7395
7396         * modules/sched-tests: New file.
7397         * tests/test-sched.c: New file.
7398
7399         New module 'sched'.
7400         * modules/sched: New file.
7401         * lib/sched.in.h: New file.
7402         * m4/sched_h.m4: New file.
7403         * doc/posix-headers/sched.texi: Mention the new module.
7404
7405 2008-09-27  Eric Blake  <ebb9@byu.net>
7406
7407         Fix previous patch, and tweak references to $0.
7408         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
7409         (func_version, func_gnulib_dir): Don't call this program
7410         gnulib-tool.
7411         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
7412         with using $0 in function.
7413         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
7414         (func_fatal_error): Reuse the name the user invoked us with.
7415
7416 2008-09-27  Bruno Haible  <bruno@clisp.org>
7417
7418         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
7419         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
7420         (gl_ICONV_H): Not here.
7421         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
7422         instead of assigning ICONV_H directly.
7423
7424         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
7425         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
7426         WCHAR_H directly.
7427
7428 2008-09-27  Bruno Haible  <bruno@clisp.org>
7429
7430         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
7431         * modules/arpa_inet (Depends-on): Add link-warning.
7432         (Makefile.am): Insert the definition of GL_LINK-WARNING.
7433         * modules/unistd (Makefile.am): Likewise.
7434
7435 2008-09-26  Bruno Haible  <bruno@clisp.org>
7436
7437         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
7438         variables.
7439         (func_version): Essentially copied from gnulib-tool.
7440         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
7441         func_readlink): Copied from gnulib-tool.
7442
7443 2008-09-26  Bruno Haible  <bruno@clisp.org>
7444
7445         * gnulib-tool (func_version): Change directory to $gnulib_dir before
7446         invoking git-version-gen.
7447
7448 2008-09-26  Bruno Haible  <bruno@clisp.org>
7449
7450         * posix-modules: Update to directory names changed on 2008-01-19.
7451         Remove commas in output before splitting into words. No more need to
7452         avoid 'ftruncate' since 2007-02-19.
7453
7454 2008-09-26  Bruno Haible  <bruno@clisp.org>
7455
7456         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
7457
7458 2008-09-26  Bruno Haible  <bruno@clisp.org>
7459
7460         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
7461         * modules/fwriteerror (Depends-on): Add errno.
7462
7463 2008-09-26  Bruno Haible  <bruno@clisp.org>
7464
7465         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
7466         * tests/test-vc-list-files-cvs.sh: Likewise.
7467
7468 2008-09-26  Bruno Haible  <bruno@clisp.org>
7469
7470         * doc/posix-headers/sys_resource.texi: Reorder items.
7471
7472 2008-09-26  Jim Meyering  <meyering@redhat.com>
7473
7474         fts: tweak inode comparison function
7475         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
7476         inode numbers, as documented.
7477
7478         fts: sort dirent entries on inode number before traversing
7479         This avoids a quadratic, seek-related performance penalty when
7480         operating on a directory containing many entries (measurable at 10k;
7481         3.5 hours at 2 million entries with a cold cache) on certain types
7482         of file systems, including ext3 and ext4, but not tmpfs.
7483         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
7484         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
7485         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
7486         (fs_handles_readdir_ordered_dirents_efficiently): New function.
7487         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
7488         (fts_build): Set the stat.st_ino member from D_INO.
7489         If it is likely to be useful, sort dirent entries on inode number.
7490
7491         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
7492         and the struct statfs.f_type member.
7493         * modules/fts (Depends-on): Add d-ino.
7494
7495 2008-09-26  Bruno Haible  <bruno@clisp.org>
7496
7497         * modules/sigpipe-die (Depends-on): Add sigpipe.
7498
7499         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
7500         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
7501         and GNULIB_STDIO_H_SIGPIPE are set.
7502         * lib/stdio-write.c: New file.
7503         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
7504         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7505         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7506         REPLACE_STDIO_WRITE_FUNCS.
7507         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
7508         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7509         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7510         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7511         * modules/stdio (Files): Add lib/stdio-write.c.
7512         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
7513         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
7514         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
7515         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
7516         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
7517         REPLACE_FPRINTF_POSIX.
7518         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
7519         REPLACE_PRINTF_POSIX.
7520         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
7521         REPLACE_VFPRINTF_POSIX.
7522         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
7523         REPLACE_VPRINTF_POSIX.
7524         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
7525         SIGPIPE issue.
7526         * doc/posix-functions/fputc.texi: Likewise.
7527         * doc/posix-functions/fputs.texi: Likewise.
7528         * doc/posix-functions/fwrite.texi: Likewise.
7529         * doc/posix-functions/printf.texi: Likewise.
7530         * doc/posix-functions/putc.texi: Likewise.
7531         * doc/posix-functions/putchar.texi: Likewise.
7532         * doc/posix-functions/puts.texi: Likewise.
7533         * doc/posix-functions/vfprintf.texi: Likewise.
7534         * doc/posix-functions/vprintf.texi: Likewise.
7535
7536         * modules/safe-write (Depends-on): Add write.
7537
7538         * modules/sigpipe-tests: New file.
7539         * tests/test-sigpipe.c: New file.
7540         * tests/test-sigpipe.sh: New file.
7541
7542         * modules/write: New file.
7543         * lib/unistd.in.h: Include <sys/types.h>.
7544         (write): New declaration.
7545         * lib/write.c: New file.
7546         * m4/write.m4: New file.
7547         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
7548         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
7549         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
7550         GNULIB_WRITE, REPLACE_WRITE.
7551         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
7552         and the SIGPIPE issue.
7553
7554         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
7555         (raise): New declaration.
7556         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
7557         (ext_signal): New function.
7558         (rpl_raise): New function.
7559         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
7560         GNULIB_SIGNAL_H_SIGPIPE.
7561         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
7562         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
7563
7564         * modules/sigpipe: New file.
7565         * m4/sigpipe.m4: New file.
7566
7567 2008-09-25  Derek Price  <derek@ximbiot.com>
7568             Bruno Haible  <bruno@clisp.org>
7569
7570         * gnulib-tool (func_import): Report all license incompatibilities, not
7571         just the first one.
7572
7573 2008-09-25  Bruno Haible  <bruno@clisp.org>
7574
7575         * gnulib-tool (func_import): When computing the edits, consider not
7576         only the Makefile.ams that exist but also those that will be generated.
7577
7578 2008-09-25  Simon Josefsson  <simon@josefsson.org>
7579
7580         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
7581         fixes gnulib-tool --test warning about duplicate dependency.
7582
7583 2008-09-25  Bruno Haible  <bruno@clisp.org>
7584
7585         * gnulib-tool: Don't ask the user to perform edits in the generated
7586         Makefile.ams.
7587         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7588         apply to the Makefile.am being generated.
7589         (func_emit_tests_Makefile_am): Execute edits that apply to the
7590         Makefile.am being generated.
7591         (func_import): Setup list of Makefile.am edits before emitting the
7592         Makefile.ams, not at the end.
7593         (func_create_testdir): Update.
7594         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7595
7596 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7597
7598         * gnulib-tool (func_import): Store the --tests-base option in the
7599         comment in gnulib-cache.m4.
7600
7601 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7602
7603         * NEWS: Document increased portability that sys_select now provides.
7604
7605         * lib/sys_select.in.h: Install select wrapper.
7606         * lib/sys_socket.in.h: Use more descriptive name when there is no
7607         select wrapper.
7608         * lib/winsock-select.c: New.
7609         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7610         Require gl_HEADER_SYS_SOCKET.
7611         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7612         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7613         * tests/test-sys_select.c: Add functional tests.
7614
7615 2008-09-24  Eric Blake  <ebb9@byu.net>
7616
7617         open, fopen: close fd leak in last patch
7618         * lib/open.c (rpl_open): Close fd before returning error.
7619         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7620         * doc/posix-functions/open.texi (open): Document that Irix also
7621         has the bug.
7622         * doc/posix-functions/fopen.texi (fopen): Likewise.
7623         Reported by Paolo Bonzini.
7624
7625 2008-09-24  Bruno Haible  <bruno@clisp.org>
7626
7627         Ensure that a filename ending in a slash cannot be used to access a
7628         non-directory.
7629         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7630         to check whether it's really a directory.
7631         * lib/fopen.c: Include fcntl.h, unistd.h.
7632         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7633         and fdopen().
7634         * modules/fopen (Depends-on): Add unistd.
7635         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7636         * tests/test-fopen.c (main): Likewise.
7637         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7638         * doc/posix-functions/fopen.texi: Likewise.
7639         Reported by Eric Blake.
7640
7641 2008-09-23  Eric Blake  <ebb9@byu.net>
7642
7643         c-stack: avoid compiler optimizations when provoking overflow
7644         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7645         recursion harder to optimize, to ensure a stack overflow occurs.
7646         * tests/test-c-stack.c (recurse): Likewise.
7647         Borrowed from libsigsegv.
7648
7649         c-stack: work around Irix sigaltstack bug
7650         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7651         whether sigaltstack uses wrong end of stack_t (copied in part from
7652         libsigsegv).
7653         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7654         Irix bug, without requiring an over-allocation.
7655         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7656         bug.
7657
7658         fopen: document mingw bug on directories
7659         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7660         not allowing a stream visiting a directory, even though reading
7661         from such a stream is not portable.
7662
7663 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7664
7665         * lib/poll.c: Rewrite.
7666         * modules/poll: Depend on alloca.
7667
7668 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7669
7670         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7671         instead define prototypes for a full set of wrappers.  Ensure
7672         that Cygwin does not use the compatibility code, which is only
7673         for MinGW.
7674         * lib/winsock.c: New.
7675         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7676         * modules/sys_socket: Add lib/winsock.c.
7677
7678         * modules/poll-tests: Add errno and perror.
7679         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7680
7681 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7682
7683         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7684
7685 2008-09-23  Bruno Haible  <bruno@clisp.org>
7686
7687         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7688         * doc/glibc-functions/*: Likewise.
7689
7690 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7691
7692         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7693         success.
7694
7695 2008-09-22  Eric Blake  <ebb9@byu.net>
7696             Bruno Haible  <bruno@clisp.org>
7697
7698         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7699         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7700         supply %A but mishandle pseudo-NaN.
7701         Reported by Simon Josefsson.
7702
7703 2008-09-21  Bruno Haible  <bruno@clisp.org>
7704
7705         * tests/test-lock.c (main): Tweak skip message.
7706         * tests/test-tls.c (main): Likewise.
7707
7708 2008-09-21  Bruno Haible  <bruno@clisp.org>
7709
7710         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7711         whether 'struct sigaction' has sa_sigaction here...
7712         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7713         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7714
7715 2008-09-21  Bruno Haible  <bruno@clisp.org>
7716
7717         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7718         section.
7719         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7720         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7721         the new section.
7722         (Support for obsolete systems lacking POSIX:2001): New section.
7723         (String handling <string.h>): Move strdup to the new section.
7724         Suggested by Simon Josefsson and Paolo Bonzini.
7725
7726 2008-09-21  Bruno Haible  <bruno@clisp.org>
7727
7728         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7729         exponents in %e and %g results on 'long double'. Needed for mingw's
7730         improved *printf functions.
7731         * tests/test-vasprintf-posix.c (test_function): Likewise.
7732         * tests/test-snprintf-posix.h (test_function): Likewise.
7733         * tests/test-sprintf-posix.h (test_function): Likewise.
7734         Reported by Eric Blake.
7735
7736 2008-09-21  Bruno Haible  <bruno@clisp.org>
7737
7738         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7739         * tests/test-sprintf-posix.h (test_function): Likewise.
7740
7741 2008-09-21  Bruno Haible  <bruno@clisp.org>
7742
7743         * modules/getpass (Depends-on): Add strdup-posix.
7744
7745         New module 'strdup-posix'.
7746         * modules/strdup-posix: New file.
7747         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7748         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7749         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7750         REPLACE_STRDUP.
7751         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7752         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7753         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7754         strdup-posix.
7755
7756         * modules/strdup (Depends-on): Remove malloc-posix.
7757
7758 2008-09-20  Bruno Haible  <bruno@clisp.org>
7759
7760         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7761         Wildenhues.
7762
7763 2008-09-20  Bruno Haible  <bruno@clisp.org>
7764
7765         Ensure that wint_t gets defined on IRIX 5.3.
7766         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7767         * lib/wctype.in.h (wint_t): Likewise.
7768         (__wctype_wint_t): Remove type.
7769         (isw*): Use wint_t instead of __wctype_wint_t.
7770         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7771         * modules/wchar (Files): Add m4/wint_t.m4.
7772         (Makefile.am): Substitute HAVE_WINT_T.
7773         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7774         * tests/test-wctype.c: Check that wint_t is defined.
7775         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7776         * doc/posix-headers/wctype.texi: Likewise.
7777         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7778
7779 2008-09-18  Bruno Haible  <bruno@clisp.org>
7780
7781         * gnulib-tool (func_exit): Update comment.
7782
7783 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7784
7785         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7786         assumes strdup exists and does not depend on strdup to return
7787         ENOMEM on out of memory conditions.
7788
7789 2008-09-18  Bruno Haible  <bruno@clisp.org>
7790
7791         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7792         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7793         digits for the exponent.
7794
7795 2008-09-18  Jim Meyering  <meyering@redhat.com>
7796             Bruno Haible  <bruno@clisp.org>
7797
7798         * lib/vasnprintf.c (decimal_point_char): Define also if
7799         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7800
7801 2008-09-16  Bruno Haible  <bruno@clisp.org>
7802         and Eric Blake  <ebb9@byu.net>
7803
7804         vasnprintf: support Irix 5.3
7805         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7806         that mishandle long double infinity.
7807         Reported by Tom G. Christensen.
7808
7809 2008-09-16  Bruno Haible  <bruno@clisp.org>
7810
7811         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7812         Solaris 9.
7813         * doc/glibc-functions/alphasort.texi: Likewise.
7814         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7815
7816 2008-09-16  Jim Meyering  <meyering@redhat.com>
7817
7818         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7819         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7820         a umask modification leak out of a subshell.  Otherwise, the
7821         opensolaris /bin/sh would be accepted and thus cause unwarranted
7822         failures in the coreutils test suite.
7823
7824 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7825
7826         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7827         to succeed.
7828
7829 2008-09-16  Jim Meyering  <meyering@redhat.com>
7830
7831         avoid spurious test failure when library is built without ACL support
7832         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7833         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7834         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7835         * tests/test-copy-acl.sh: Likewise.
7836
7837 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7838
7839         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7840         based on character occurrence counts.
7841
7842 2008-09-15  Eric Blake  <ebb9@byu.net>
7843
7844         tests: avoid some compiler warnings
7845         * tests/test-memchr.c (main): Pass NULL indirectly.
7846         * tests/test-closein.c (main): Avoid unused variable.
7847
7848 2008-09-15  Bruno Haible  <bruno@clisp.org>
7849
7850         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7851         are missing on OpenBSD 4.0 individually.
7852         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7853
7854 2008-09-15  Bruno Haible  <bruno@clisp.org>
7855
7856         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7857         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7858         * doc/posix-functions/perror.texi: Likewise.
7859         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7860         is missing.
7861         Reported by Eric Blake.
7862
7863         * lib/errno.in.h: Use replacement values >= 2000.
7864         Reported by Eric Blake.
7865
7866 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7867
7868         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7869         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7870         limit.
7871         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7872         compareseq was aborted.
7873
7874 2008-09-14  Bruno Haible  <bruno@clisp.org>
7875
7876         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7877         yvec_edit_count.
7878         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7879         (fstrcmp_bounded): Simplify result computation accordingly.
7880
7881 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7882
7883         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7884         (fstrcmp): Define in terms of fstrcmp_bounded.
7885         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7886         lower_bound argument.
7887         Return quickly if the result is certainly < lower_bound.
7888         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7889
7890 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7891
7892         * lib/diffseq.h (EARLY_ABORT): New macro.
7893         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7894         evaluates to true.
7895
7896 2008-09-14  Bruno Haible  <bruno@clisp.org>
7897
7898         * modules/perror-tests: New file.
7899         * tests/test-perror.sh: New file.
7900         * tests/test-perror.c: New file.
7901
7902         New module 'perror'.
7903         * lib/stdio.in.h (perror): New declaration.
7904         * lib/perror.c: New file.
7905         * m4/perror.m4: New file.
7906         * modules/perror: New file.
7907         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7908         * doc/posix-functions/perror.texi: Mention the perror module.
7909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7910         REPLACE_PERROR.
7911         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7912         REPLACE_PERROR.
7913
7914 2008-09-14  Bruno Haible  <bruno@clisp.org>
7915
7916         * modules/stdio (Makefile.am): Reorder to match the order in
7917         lib/stdio.in.h.
7918         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7919
7920 2008-09-13  Bruno Haible  <bruno@clisp.org>
7921
7922         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7923
7924 2008-09-13  Bruno Haible  <bruno@clisp.org>
7925
7926         Extend strerror to cover the added errno values.
7927         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7928         (rpl_strerror): Provide error messages for the added errno values and
7929         for the WSA* values.
7930         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7931         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7932         strerror.
7933         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7934         * modules/strerror (Depends-on): Add errno.
7935         * doc/posix-functions/strerror.texi: Document the change.
7936         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7937         and EOVERFLOW.
7938
7939 2008-09-13  Bruno Haible  <bruno@clisp.org>
7940
7941         * modules/EOVERFLOW: Remove file.
7942         * m4/eoverflow.m4: Remove file.
7943         * modules/EOVERFLOW-tests: Remove file.
7944         * tests/test-EOVERFLOW.c: Remove file.
7945         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7946         * modules/ftell (Depends-on): Likewise.
7947         * modules/getdelim (Depends-on): Likewise.
7948         * modules/getugroups (Depends-on): Likewise.
7949         * modules/poll (Depends-on): Likewise.
7950         * modules/snprintf (Depends-on): Likewise.
7951         * modules/sprintf-posix (Depends-on): Likewise.
7952         * modules/vasnprintf (Depends-on): Likewise.
7953         * modules/vasprintf (Depends-on): Likewise.
7954         * modules/vfprintf-posix (Depends-on): Likewise.
7955         * modules/vsnprintf (Depends-on): Likewise.
7956         * modules/vsprintf-posix (Depends-on): Likewise.
7957         * modules/xvasprintf (Depends-on): Likewise.
7958         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7959         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7960         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7961         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7962         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7963         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7964         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7965         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7966         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7967         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7968         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7969         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7970         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7971         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7972         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7973         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7974         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7975         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7976         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7977         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7978         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7979         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7980         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7981         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7982         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7983         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7984         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7985         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7986         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7987         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7988         * MODULES.html.sh: Remove EOVERFLOW.
7989         * NEWS: Mention the change.
7990
7991 2008-09-13  Bruno Haible  <bruno@clisp.org>
7992
7993         * modules/errno-tests: New file.
7994         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7995
7996         * lib/errno.in.h: New file.
7997         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7998         * modules/errno: New file.
7999         * doc/posix-headers/errno.texi: Update documentation.
8000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
8001
8002 2008-09-13  Bruno Haible  <bruno@clisp.org>
8003
8004         * tests/test-poll.c: Use #if for native Windows, rather than testing
8005         __MSVCRT__.
8006
8007 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8008             Bruno Haible  <bruno@clisp.org>
8009
8010         * lib/glob.c: Don't include <pwd.h> on native Windows.
8011         (WINDOWS32): New macro.
8012         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
8013
8014 2008-09-13  Bruno Haible  <bruno@clisp.org>
8015
8016         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
8017         (ETIMEDOUT): Remove macro.
8018         (glthread_cond_timedwait_multithreaded): New declaration.
8019         (glthread_cond_timedwait): Use it.
8020         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
8021         (glthread_cond_timedwait_multithreaded): New function.
8022
8023 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
8024
8025         * modules/poll-tests: Do not check for io.h.
8026         * tests/test-poll.c: Check for __MSVCRT__ instead.
8027
8028 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
8029
8030         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
8031         * modules/poll-tests: Add inet_pton, stdbool, sockets.
8032         * tests/test-poll.c: Use them.  Use _pipe on Windows.
8033
8034 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
8035
8036         * modules/poll-tests: New.
8037         * tests/test-poll.c: New.
8038
8039 2008-09-12  Eric Blake  <ebb9@byu.net>
8040
8041         frexp: test for NetBSD failure on -0.0
8042         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
8043         not all, bugs from NetBSD 3.0 have been fixed.
8044         * doc/posix-functions/frexp.texi (frexp): Document bug.
8045         Reported by Thomas Klausner.
8046
8047         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
8048         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
8049         literal -0.0.
8050         Reported by Jonathan C. Patschke <jp@centtech.com>.
8051
8052 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8053
8054         * lib/glthread/cond.h: Use dummy implementation also if
8055         USE_WIN32_THREADS.
8056
8057 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8058
8059         * modules/fnmatch-posix (License): Change to LGPLv2+.
8060         * modules/fnmatch-gnu (License): Likewise.
8061
8062 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8063
8064         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
8065
8066 2008-09-11  Jim Meyering  <meyering@redhat.com>
8067
8068         * users.txt: Add gtk-vnc.
8069
8070 2008-09-08  Simon Josefsson  <simon@josefsson.org>
8071
8072         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
8073         rotate amounts.
8074
8075         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
8076         required for 16-bit and 8-bit rotates.
8077         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
8078         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
8079         UINT8_MAX instead of hard-coded constants.
8080         Suggested by Paul Eggert.
8081
8082 2008-09-07  Bruno Haible  <bruno@clisp.org>
8083
8084         * tests/test-striconveh.c (main): Check behaviour when converting from
8085         UTF-7.
8086
8087         Make striconveh work better with stateful encodings.
8088         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
8089         that iconv does not increment the inptr when returning -1/EINVAL.
8090
8091 2008-09-07  Bruno Haible  <bruno@clisp.org>
8092
8093         * build-aux/config.rpath: Update according to libtool-2.2.6.
8094         * build-aux/config.libpath: Likewise.
8095
8096 2008-09-06  Bruno Haible  <bruno@clisp.org>
8097
8098         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
8099         * lib/freadptr.c (freadptr): Likewise.
8100         * lib/freadseek.c (freadptrinc): Likewise.
8101         Reported by Simon Josefsson.
8102
8103 2008-09-06  Bruno Haible  <bruno@clisp.org>
8104
8105         * modules/freadptr (License): Change to LGPLv2+.
8106         * modules/freadseek (License): Likewise.
8107         Suggested by Eric Blake.
8108
8109         * modules/memchr2 (License): Change to LGPLv2+.
8110         Approved by Eric Blake.
8111
8112 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8113             Bruno Haible  <bruno@clisp.org>
8114
8115         Make gnulib-tool work with native 'sed' on AIX.
8116         * gnulib-tool (sed_noop): New variable.
8117         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
8118         func_add_or_update, func_create_testdir): Use it to initialize sed
8119         script variables.
8120         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8121
8122 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
8123             Bruno Haible  <bruno@clisp.org>
8124
8125         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
8126         also works after #include directives.
8127
8128 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
8129
8130         getdate.y: reject an out-of-range timezone value
8131         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
8132         the range [-24...+24].  When specified with only one or two digits,
8133         * tests/test-getdate.c: Tests for the fix.
8134         * doc/getdate.texi: Document this change.
8135
8136 2008-09-03  Bruno Haible  <bruno@clisp.org>
8137
8138         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
8139
8140 2008-09-02  Simon Josefsson  <simon@josefsson.org>
8141
8142         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
8143         <bruce.korb@gmail.com> with ideas from Ben Pfaff
8144         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
8145         Blake <ebb9@byu.net>.
8146
8147         * tests/test-bitrotate.c: Add more test vectors.
8148
8149 2008-09-02  Eric Blake  <ebb9@byu.net>
8150
8151         vasnprintf-posix: handle large precision via %.*d
8152         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
8153         when handling it ourselves.
8154         * tests/test-vasnprintf-posix.c (test_function): Add test.
8155         * tests/test-snprintf-posix.h (test_function): Likewise.
8156         * tests/test-sprintf-posix.h (test_function): Likewise.
8157         * tests/test-vasprintf-posix.c (test_function): Likewise.
8158         Reported by Alain Guibert.
8159
8160 2008-09-01  Eric Blake  <ebb9@byu.net>
8161
8162         c-stack: make configure-time check more robust
8163         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
8164         successful sigaction call.
8165         Reported by Tom G. Christensen.
8166
8167 2008-09-01  Bruno Haible  <bruno@clisp.org>
8168
8169         New module 'findprog-lgpl'.
8170         * modules/findprog-lgpl: New file.
8171         * lib/findprog-lgpl.c: New file.
8172         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
8173         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
8174         to decide whether to use strdup or xstrdup, concatenated_filename or
8175         xconcatenated_filename.
8176
8177 2008-09-01  Bruno Haible  <bruno@clisp.org>
8178
8179         Split module 'concat-filename' into 'concat-filename' (LGPL) and
8180         'xconcat-filename' (GPL).
8181         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
8182         (License): Change to LGPLv2+.
8183         * modules/xconcat-filename: New file.
8184         * lib/concat-filename.h (concatenated_filename): Change specification.
8185         (xconcatenated_filename): New declaration.
8186         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
8187         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
8188         memory situations.
8189         * lib/xconcat-filename.c: New file.
8190         * NEWS: Mention the change.
8191         * lib/findprog.c: Include concat-filename.h, not filename.h.
8192         (find_in_path): Use xconcatenated_filename instead of
8193         concatenated_filename.
8194         * lib/javacomp.c: Include concat-filename.h, not filename.h.
8195         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
8196         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
8197         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
8198         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
8199         instead of concatenated_filename.
8200         * lib/javaexec.c: Include concat-filename.h, not filename.h.
8201         (execute_java_class): Use xconcatenated_filename instead of
8202         concatenated_filename.
8203         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
8204         * modules/javacomp (Depends-on): Likewise.
8205         * modules/javaexec (Depends-on): Likewise.
8206
8207 2008-09-01  Bruno Haible  <bruno@clisp.org>
8208
8209         Split module 'filename' into 'filename' and 'concat-filename'.
8210         * modules/filename: Keep only lib/filename.h.
8211         (License): Change to LGPLv2+.
8212         * modules/concat-filename: New file, extracted from modules/filename.
8213         * lib/filename.h (concatenated_filename): Remove declaration.
8214         * lib/concat-filename.h: New file, extracted from lib/filename.h.
8215         * lib/concat-filename.c: Include concat-filename.h.
8216         * NEWS: Mention the change.
8217
8218 2008-09-01  Simon Josefsson  <simon@josefsson.org>
8219
8220         * lib/bitrotate.h (rotl8, rotr8): Add.
8221
8222         * modules/bitrotate (configure.ac): Need
8223         AC_REQUIRE([AC_C_INLINE]).
8224         (Description): Mention stdint.h.  Reported by Bruno Haible
8225         <bruno@clisp.org>.
8226
8227         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
8228         Paolo Bonzini <bonzini@gnu.org>.
8229
8230 2008-08-31  Bruno Haible  <bruno@clisp.org>
8231
8232         Assume Solaris specific bi-arch conventions on Solaris systems.
8233         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
8234         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
8235         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
8236         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
8237         like acl_libdirstem.
8238         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
8239         acl_libdirstem.
8240         * NEWS: Mention the change.
8241         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
8242
8243 2008-08-31  Jim Meyering  <meyering@redhat.com>
8244
8245         * lib/strftime.h: Add comments describing the two added arguments.
8246
8247         remove duplicate #include directives
8248         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
8249         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
8250
8251 2008-08-31  Bruno Haible  <bruno@clisp.org>
8252
8253         New module 'sigpipe-die'.
8254         * modules/sigpipe-die: New file.
8255         * lib/sigpipe-die.h: New file.
8256         * lib/sigpipe-die.c: New file.
8257         * MODULES.html.sh (Signal handling): Add sigpipe-die.
8258
8259 2008-08-31  Bruno Haible  <bruno@clisp.org>
8260
8261         Don't override previously installed signal handlers.
8262         * lib/fatal-signal.c (saved_sigactions): New variable.
8263         (uninstall_handlers): Reset the signal to the saved handler, not
8264         to SIG_DFL (except when ignored).
8265         (install_handlers): Save the previous handlers.
8266
8267 2008-08-30  Bruno Haible  <bruno@clisp.org>
8268
8269         * gnulib-tool (func_reset_sigpipe): New function.
8270         (func_get_automake_snippet, func_modules_transitive_closure,
8271         func_import): Invoke it before a join command that reads from stdin,
8272         to avoid "echo: write error: Broken pipe" error messages on stderr.
8273         Reported by Sam Steingold <sds@gnu.org>.
8274
8275 2008-08-30  Bruno Haible  <bruno@clisp.org>
8276
8277         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
8278         Code copied from m4/open.m4.
8279         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
8280         access and the filename ends in a slash. Code copied from lib/open.c.
8281         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
8282         * tests/test-fopen.c (main): Check against bug with trailing slash.
8283
8284 2008-08-29  Bruno Haible  <bruno@clisp.org>
8285
8286         Avoid some "gcc -pedantic" warnings.
8287         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
8288         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
8289         * lib/dirent.in.h: Likewise.
8290         * lib/fcntl.in.h: Likewise.
8291         * lib/float.in.h: Likewise.
8292         * lib/iconv.in.h: Likewise.
8293         * lib/inttypes.in.h: Likewise.
8294         * lib/locale.in.h: Likewise.
8295         * lib/math.in.h: Likewise.
8296         * lib/netinet_in.in.h: Likewise.
8297         * lib/search.in.h: Likewise.
8298         * lib/signal.in.h: Likewise.
8299         * lib/stdarg.in.h: Likewise.
8300         * lib/stdint.in.h: Likewise.
8301         * lib/stdio.in.h: Likewise.
8302         * lib/stdlib.in.h: Likewise.
8303         * lib/string.in.h: Likewise.
8304         * lib/strings.in.h: Likewise.
8305         * lib/sys_select.in.h: Likewise.
8306         * lib/sys_socket.in.h: Likewise.
8307         * lib/sys_stat.in.h: Likewise.
8308         * lib/sys_time.in.h: Likewise.
8309         * lib/sysexits.in.h: Likewise.
8310         * lib/time.in.h: Likewise.
8311         * lib/unistd.in.h: Likewise.
8312         * lib/wchar.in.h: Likewise.
8313         * lib/wctype.in.h: Likewise.
8314         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
8315         * modules/fchdir (Makefile.am): Likewise.
8316         * modules/fcntl (Makefile.am): Likewise.
8317         * modules/float (Makefile.am): Likewise.
8318         * modules/iconv_open (Makefile.am): Likewise.
8319         * modules/inttypes (Makefile.am): Likewise.
8320         * modules/locale (Makefile.am): Likewise.
8321         * modules/math (Makefile.am): Likewise.
8322         * modules/netinet_in (Makefile.am): Likewise.
8323         * modules/search (Makefile.am): Likewise.
8324         * modules/signal (Makefile.am): Likewise.
8325         * modules/stdarg (Makefile.am): Likewise.
8326         * modules/stdint (Makefile.am): Likewise.
8327         * modules/stdio (Makefile.am): Likewise.
8328         * modules/stdlib (Makefile.am): Likewise.
8329         * modules/string (Makefile.am): Likewise.
8330         * modules/strings (Makefile.am): Likewise.
8331         * modules/sys_select (Makefile.am): Likewise.
8332         * modules/sys_socket (Makefile.am): Likewise.
8333         * modules/sys_stat (Makefile.am): Likewise.
8334         * modules/sys_time (Makefile.am): Likewise.
8335         * modules/sysexits (Makefile.am): Likewise.
8336         * modules/time (Makefile.am): Likewise.
8337         * modules/unistd (Makefile.am): Likewise.
8338         * modules/wchar (Makefile.am): Likewise.
8339         * modules/wctype (Makefile.am): Likewise.
8340         Reported by Reuben Thomas <rrt@sc3d.org>.
8341
8342 2008-08-29  Bruno Haible  <bruno@clisp.org>
8343
8344         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
8345         any more.
8346
8347 2008-08-29  Simon Josefsson  <simon@josefsson.org>
8348
8349         * MODULES.html.sh (Misc): Add bitrotate.
8350
8351         * modules/bitrotate: New file.
8352
8353         * lib/bitrotate.h: New file.
8354
8355         * modules/bitrotate-tests: New file.
8356
8357         * tests/test-bitrotate.c: New file.
8358
8359         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
8360         on the bitrotate module.
8361
8362         * lib/arctwo.c: Use new bitrotate module.
8363
8364 2008-08-29  Jim Meyering  <meyering@redhat.com>
8365
8366         bootstrap: merge changes from coreutils
8367         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
8368         of copied files.  Remove a kludge, now that this is fixed.
8369         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
8370         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
8371         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
8372
8373 2008-08-29  Bruno Haible  <bruno@clisp.org>
8374
8375         * MODULES.html.sh: Remove --cvs-urls option.
8376
8377 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
8378
8379         maint.mk: adjust to file name change
8380         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
8381
8382 2008-08-28  Jim Meyering  <meyering@redhat.com>
8383
8384         * modules/getndelim2 (License): Relicense to LGPLv2+.
8385         Approved by Richard Stallman for the version of 1995, and by
8386         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
8387
8388 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
8389
8390         * lib/getdelim.c (flockfile, funlockfile): Make all of them
8391         dummy if one is not available.  Do not touch them if
8392         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
8393         (getc_maybe_unlocked): New.
8394         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
8395
8396 2008-08-26  Eric Blake  <ebb9@byu.net>
8397
8398         doc/INSTALL: resync from autoconf
8399         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
8400         (INSTALL_PRELUDE): Delete; this is done more efficiently by
8401         moving...
8402         * install.texi [!autoconf]: ...here.  Resync from autoconf.
8403         * INSTALL: Regenerate.
8404         * INSTALL.ISO: New file.
8405         * INSTALL.UTF-8: Likewise.
8406
8407 2008-08-26  Jim Meyering  <meyering@redhat.com>
8408
8409         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
8410         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
8411         these definitions conditional, so that they may be overridden, too.
8412
8413 2008-08-26  Bruno Haible  <bruno@clisp.org>
8414
8415         Generate INSTALL file variants with prettier quotes.
8416         * doc/Makefile (INSTALL_PRELUDE): New macro.
8417         (INSTALL): Use it.
8418         (INSTALL.ISO, INSTALL.UTF-8): New rules.
8419
8420 2008-08-26  Bruno Haible  <bruno@clisp.org>
8421
8422         Run makeinfo in an English locale.
8423         * doc/Makefile (MAKEINFO): New variable.
8424
8425 2008-08-26  Bruno Haible  <bruno@clisp.org>
8426
8427         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
8428         Suggested by Eric Blake.
8429
8430 2008-08-25  Bruno Haible  <bruno@clisp.org>
8431
8432         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
8433
8434 2008-08-25  Eric Blake  <ebb9@byu.net>
8435
8436         c-stack: test that stack overflow can be caught
8437         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
8438         that platform allows handling stack overflow; at least OS/2 EMX
8439         has sigaltstack, but crashes before transferring control to
8440         handler on stack overflow.
8441         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
8442         check for HAVE_STACK_OVERFLOW_HANDLING.
8443         Reported by Elbert Pol.
8444
8445 2008-08-25  Bruno Haible  <bruno@clisp.org>
8446
8447         * doc/posix-functions/strftime.texi: Fix description of strftime
8448         module.
8449
8450 2008-08-24  Bruno Haible  <bruno@clisp.org>
8451
8452         * tests/uniwidth/test-uc_width2.c: New file.
8453         * tests/uniwidth/test-uc_width2.sh: New file.
8454         * modules/uniwidth/width-tests (Files): Add the new files.
8455         (TESTS): Add uniwidth/test-uc_width2.sh.
8456         (TESTS_ENVIRONMENT): New variable.
8457         (check_PROGRAMS): Add test-uc_width2.
8458         (test_uc_width2_SOURCES): New variable.
8459
8460         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
8461         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
8462         not 0x00AB.
8463         Reported by Alexander V. Lukyanov <lav@netis.ru>.
8464
8465 2008-08-22  Eric Blake  <ebb9@byu.net>
8466
8467         test-lock, test-tls: mention why a test is skipped
8468         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
8469         skipped.
8470         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
8471
8472         count-one-bits: relax license
8473         * modules/count-one-bits (License): Relicense to LGPLv2+.
8474         Suggested by Ludovic Courtès, approved by Ben Pfaff.
8475
8476 2008-08-22  Andreas Schwab  <schwab@suse.de>
8477
8478         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
8479         Remove spurious space in assignment.
8480
8481 2008-08-21  Simon Josefsson  <simon@josefsson.org>
8482
8483         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
8484         Paul Eggert <eggert@CS.UCLA.EDU>.
8485
8486 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
8487
8488         * modules/gettext: Add m4/threadlib.m4.
8489
8490 2008-08-19  Eric Blake  <ebb9@byu.net>
8491
8492         test-c-stack: fix compilation failure on FreeBSD 5.0
8493         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
8494         headers before <sys/resource.h>.
8495         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
8496         the bug.
8497         Reported by Nelson H. F. Beebe.
8498
8499         strverscmp: migrate from "strverscmp.h" to <string.h>
8500         * modules/string (Makefile.am): Add new hooks.
8501         * modules/strverscmp (Files): Remove strverscmp.h.
8502         (Depends-on): Add string.
8503         (configure.ac): Add indicator.
8504         (Include): Mention new header.
8505         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
8506         defaults.
8507         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
8508         results.
8509         * lib/strverscmp.h: Delete.
8510         * lib/string.in.h (strverscmp): Provide declaration, when needed.
8511         * tests/test-strverscmp.c (includes): Adjust client.
8512         * lib/check-version.c (includes): Likewise.
8513         * NEWS: Document the change.
8514
8515         strverscmp: add unit test
8516         * modules/strverscmp-tests: New file.
8517         * tests/test-strverscmp.c: Likewise.
8518
8519 2008-08-19  Simon Josefsson  <simon@josefsson.org>
8520
8521         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
8522         regarding Windows crypto stuff, from Mono.
8523
8524 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
8525
8526         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
8527         if present, for intel RND.  Return error on failures.
8528
8529 2008-08-18  Ben Pfaff  <blp@gnu.org>
8530
8531         gitlog-to-changelog: give better diagnostic for failed pipe-open
8532         * build-aux/gitlog-to-changelog: Improve error message: suggest
8533         that the version of Git may be too old.
8534
8535 2008-08-18  Simon Josefsson  <simon@josefsson.org>
8536
8537         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
8538         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
8539
8540 2008-08-18  Bruno Haible  <bruno@clisp.org>
8541
8542         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
8543         pthread_in_use().
8544
8545 2008-08-18  Bruno Haible  <bruno@clisp.org>
8546
8547         * lib/glthread/threadlib.c: Include <pthread.h>.
8548
8549 2008-08-18  Bruno Haible  <bruno@clisp.org>
8550
8551         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
8552         glthread_recursive_lock_* macros.
8553         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
8554         Fix syntax error.
8555
8556 2008-08-18  Bruno Haible  <bruno@clisp.org>
8557
8558         * lib/glthread/thread.c: Avoid forcing a context switch right after
8559         thread creation.
8560
8561 2008-08-17  Bruno Haible  <bruno@clisp.org>
8562
8563         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
8564         * lib/glthread/thread.h: Provide Win32 specific implementation.
8565         * modules/thread (Files): Add lib/glthread/thread.c.
8566         (Depends-on): Add lock.
8567         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
8568
8569 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8570
8571         New module 'yield'.
8572         * modules/yield: New file.
8573         * lib/glthread/yield.h: New file.
8574         * m4/yield.m4: New file.
8575         * MODULES.html.sh (Multithreading): Add yield.
8576
8577 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8578
8579         New module 'thread'.
8580         * modules/thread: New file.
8581         * lib/glthread/thread.h: New file.
8582         * m4/thread.m4: New file.
8583         * MODULES.html.sh (Multithreading): Add thread.
8584
8585 2008-08-17  Bruno Haible  <bruno@clisp.org>
8586
8587         * lib/glthread/lock.h: Include <stdlib.h> always.
8588         * lib/glthread/tls.h: Likewise.
8589         * lib/glthread/cond.h: Likewise.
8590
8591 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8592
8593         New module 'cond'.
8594         * modules/cond: New file.
8595         * lib/glthread/cond.h: New file.
8596         * lib/glthread/cond.c: New file.
8597         * m4/cond.m4: New file.
8598         * MODULES.html.sh (Multithreading): Add cond.
8599
8600 2008-08-16  Eric Blake  <ebb9@byu.net>
8601
8602         c-stack: fix regression on Irix 5.3 from 2008-06-21
8603         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8604         sa_sigaction...
8605         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8606         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8607         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8608         * modules/signal (Makefile.am): Use the value.
8609         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8610         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8611         * doc/posix-headers/signal.texi (signal.h): Document this
8612         portability issue.
8613         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8614         Reported by Tom G. Christensen.
8615
8616 2008-08-17  Bruno Haible  <bruno@clisp.org>
8617
8618         New module 'threadlib'.
8619         * modules/threadlib: New file.
8620         * lib/glthread/threadlib.c: New file, extracted from
8621         lib/glthread/lock.c.
8622         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8623         functions.
8624         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8625         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8626         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8627         macros.
8628         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8629         (gl_DISABLE_THREADS): Remove macro.
8630         * modules/lock (Files): Remove build-aux/config.rpath.
8631         (Depends-on): Remove havelib. Add threadlib.
8632         (configure.ac-early): Remove section.
8633         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8634         * modules/tls (Depends-on): Remove lock. Add threadlib.
8635         (Link): New section, copied from threadlib.
8636         * MODULES.html.sh (Multithreading): Add threadlib.
8637
8638 2008-08-14  Bruno Haible  <bruno@clisp.org>
8639
8640         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8641         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8642         glthread_rwlock_unlock, glthread_rwlock_destroy,
8643         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8644         glthread_recursive_lock_destroy): Define as macros always.
8645         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8646         glthread_lock_lock.
8647         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8648         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8649         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8650         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8651         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8652         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8653         (glthread_recursive_lock_lock_func): Renamed from
8654         glthread_recursive_lock_lock.
8655         (glthread_recursive_lock_unlock_func): Renamed from
8656         glthread_recursive_lock_unlock.
8657         (glthread_recursive_lock_destroy_func): Renamed from
8658         glthread_recursive_lock_destroy.
8659
8660 2008-08-14  Bruno Haible  <bruno@clisp.org>
8661
8662         * lib/glthread/lock.h: Renamed from lib/lock.h.
8663         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8664         * lib/glthread/tls.h: Renamed from lib/tls.h.
8665         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8666         * lib/fstrcmp.c: Update includes.
8667         * lib/strsignal.c: Update includes.
8668         * modules/lock (Files, Makefile.am): Update.
8669         (Include): Change to "glthread/lock.h".
8670         * modules/tls (Files, Makefile.am): Update.
8671         (Include): Change to "glthread/tls.h".
8672         * tests/test-lock.c: Update includes.
8673         * tests/test-tls.c: Update includes.
8674         * NEWS: Mention the renamed header files.
8675
8676 2008-08-11  Jim Meyering  <meyering@redhat.com>
8677
8678         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8679
8680 2008-08-11  Eric Blake  <ebb9@byu.net>
8681
8682         test-c-stack: avoid C99-ism
8683         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8684         before statement.
8685         Reported by Alain Guibert.
8686
8687 2008-08-10  Jim Meyering  <meyering@redhat.com>
8688
8689         ensure that return value of uinttostr et al are not ignored
8690         * lib/inttostr.h (__GNUC_PREREQ): Define.
8691         (__attribute_warn_unused_result__): Define.
8692         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8693
8694 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8695
8696         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8697         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8698
8699 2008-08-07  Jim Meyering  <meyering@redhat.com>
8700
8701         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8702
8703         * modules/mkstemp (License): Relicense under LGPLv2+.
8704         * modules/tempname (License): Likewise.
8705
8706 2008-08-06  Bruno Haible  <bruno@clisp.org>
8707
8708         * lib/poll.c (poll): Further micro-optimization.
8709
8710 2008-08-06  Jim Meyering  <meyering@redhat.com>
8711
8712         inet_pton.c: use locale-independent tolower
8713         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8714         (inet_pton6): Use c_tolower rather than tolower.
8715         * modules/inet_pton (Depends-on): Add c-ctype.
8716
8717 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8718
8719         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8720         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8721
8722 2008-08-06  Jim Meyering  <meyering@redhat.com>
8723
8724         * modules/inet_pton (License): Relicense under LGPLv2+.
8725
8726 2008-08-03  Bruno Haible  <bruno@clisp.org>
8727
8728         Additional non-aborting API for lock and tls.
8729         * lib/lock.h: Include <errno.h>.
8730         (glthread_lock_init): New macro/function.
8731         (gl_lock_init): Define as wrapper around glthread_lock_init.
8732         (glthread_lock_lock): New macro/function.
8733         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8734         (glthread_lock_unlock): New macro/function.
8735         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8736         (glthread_lock_destroy): New macro/function.
8737         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8738         (glthread_rwlock_init): New macro/function.
8739         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8740         (glthread_rwlock_rdlock): New macro/function.
8741         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8742         (glthread_rwlock_wrlock): New macro/function.
8743         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8744         (glthread_rwlock_unlock): New macro/function.
8745         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8746         (glthread_rwlock_destroy): New macro/function.
8747         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8748         (glthread_recursive_lock_init): New macro/function.
8749         (gl_recursive_lock_init): Define as wrapper around
8750         glthread_recursive_lock_init.
8751         (glthread_recursive_lock_lock): New macro/function.
8752         (gl_recursive_lock_lock): Define as wrapper around
8753         glthread_recursive_lock_lock.
8754         (glthread_recursive_lock_unlock): New macro/function.
8755         (gl_recursive_lock_unlock): Define as wrapper around
8756         glthread_recursive_lock_unlock.
8757         (glthread_recursive_lock_destroy): New macro/function.
8758         (gl_recursive_lock_destroy): Define as wrapper around
8759         glthread_recursive_lock_destroy.
8760         (glthread_once): New macro/function.
8761         (gl_once): Define as wrapper around glthread_once.
8762         Update function declarations.
8763         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8764         glthread_rwlock_init. Return error code.
8765         (glthread_rwlock_rdlock_multithreaded): Renamed from
8766         glthread_rwlock_rdlock. Return error code.
8767         (glthread_rwlock_wrlock_multithreaded): Renamed from
8768         glthread_rwlock_wrlock. Return error code.
8769         (glthread_rwlock_unlock_multithreaded): Renamed from
8770         glthread_rwlock_unlock. Return error code.
8771         (glthread_rwlock_destroy_multithreaded): Renamed from
8772         glthread_rwlock_destroy. Return error code.
8773         (glthread_recursive_lock_init_multithreaded): Renamed from
8774         glthread_recursive_lock_init. Return error code.
8775         (glthread_recursive_lock_lock_multithreaded): Renamed from
8776         glthread_recursive_lock_lock. Return error code.
8777         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8778         glthread_recursive_lock_unlock. Return error code.
8779         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8780         glthread_recursive_lock_destroy. Return error code.
8781         (glthread_once_call): Make static.
8782         (glthread_once_multithreaded): Renamed from glthread_once.
8783         * lib/tls.h: Include <errno.h>.
8784         (glthread_tls_key_init): New macro/function.
8785         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8786         (glthread_tls_set): New macro/function.
8787         (gl_tls_set): Define as wrapper around glthread_tls_set.
8788         (glthread_tls_key_destroy): New macro/function.
8789         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8790         Update function declarations.
8791         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8792         glthread_tls_get.
8793         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8794
8795 2008-08-04  Eric Blake  <ebb9@byu.net>
8796
8797         gnumakefile: use space, not TAB, outside of targets
8798         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8799
8800 2008-08-02  Jim Meyering  <meyering@redhat.com>
8801
8802         getdate.y: avoid locale-dependent date parsing failure
8803         In Turkish locales, getdate would fail to recognize keywords
8804         containing a lowercase "i".  The solution is not to rely on
8805         locale-sensitive case-conversion.
8806         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8807         (lookup_word): Use c_toupper in place of toupper.
8808         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8809         Reported by Vefa Bicakci <bicave@superonline.com> in
8810         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8811         * modules/getdate (Depends-on): Add c-ctype.
8812
8813 2008-08-02  Bruno Haible  <bruno@clisp.org>
8814
8815         * gnulib-tool (func_import): When updating or creating a .gitignore
8816         file, prepend each added line with a slash, and ignore leading slashes
8817         from the existing lines.
8818         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8819
8820 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8821
8822         Portability fix for GNU make 3.79.1.
8823         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8824         versions do not understand.
8825
8826 2008-08-01  Bruno Haible  <bruno@clisp.org>
8827
8828         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8829         * tests/test-isnanf.h (zero): New variable.
8830         (main): Avoid literal -0.0f.
8831         * tests/test-isnand.h (zero): New variable.
8832         (main): Avoid literal -0.0.
8833         * tests/test-isnanl.h (zero): New variable.
8834         (main): Avoid literal -0.0L.
8835         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8836         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8837         -0.0, -0.0L.
8838         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8839         (test_signbitd): Avoid literal -0.0.
8840         (test_signbitl): Avoid literal -0.0L.
8841         * tests/test-ceilf1.c (zero): New variable.
8842         (main): Avoid literal -0.0f.
8843         * tests/test-ceill.c (zero): New variable.
8844         (main): Avoid literal -0.0L.
8845         * tests/test-floorf1.c (zero): New variable.
8846         (main): Avoid literal -0.0f.
8847         * tests/test-floorl.c (zero): New variable.
8848         (main): Avoid literal -0.0L.
8849         * tests/test-roundf1.c (zero): New variable.
8850         (main): Avoid literal -0.0f.
8851         * tests/test-round1.c (zero): New variable.
8852         (main): Avoid literal -0.0.
8853         * tests/test-roundl.c (zero): New variable.
8854         (main): Avoid literal -0.0L.
8855         * tests/test-truncf1.c (zero): New variable.
8856         (main): Avoid literal -0.0f.
8857         * tests/test-trunc1.c (zero): New variable.
8858         (main): Avoid literal -0.0.
8859         * tests/test-truncl.c (zero): New variable.
8860         (main): Avoid literal -0.0L.
8861         * tests/test-frexp.c (zero): New variable.
8862         (main): Avoid literal -0.0.
8863         * tests/test-frexpl.c (zero): New variable.
8864         (main): Avoid literal -0.0L.
8865         * tests/test-ldexpl.c (zero): New variable.
8866         (main): Avoid literal -0.0L.
8867         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8868         (zerod, zerol): New variables.
8869         (test_function): Avoid literals -0.0, -0.0L.
8870         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8871         (zerod, zerol): New variables.
8872         (test_function): Avoid literals -0.0, -0.0L.
8873         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8874         (zerod, zerol): New variables.
8875         (test_function): Avoid literals -0.0, -0.0L.
8876         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8877         (zerod, zerol): New variables.
8878         (test_function): Avoid literals -0.0, -0.0L.
8879         * tests/test-strtod.c (zero): New variable.
8880         (main): Avoid literal -0.0.
8881         Reported by Jonathan C. Patschke <jp@centtech.com>.
8882
8883 2008-07-31  Jim Meyering  <meyering@redhat.com>
8884
8885         sha256.h: correct definition of SHA224_DIGEST_SIZE
8886         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8887         Reported by Paulie Pena IV <paulie4@gmail.com>.
8888         Define as 224 / 8, rather than as a literal.
8889         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8890         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8891         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8892
8893 2008-07-31  Bruno Haible  <bruno@clisp.org>
8894
8895         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8896         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8897         Reported by Jonathan Patschke <jp@centtech.com>.
8898
8899 2008-07-31  Bruno Haible  <bruno@clisp.org>
8900
8901         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8902         Reported by Paolo Bonzini <bonzini@gnu.org>.
8903
8904 2008-07-30  Eric Blake  <ebb9@byu.net>
8905
8906         test-strtod: allow compilation without -lm
8907         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8908         Reported by Dennis Clarke <blastwave@gmail.com>.
8909
8910 2008-07-28  Jim Meyering  <meyering@redhat.com>
8911
8912         bootstrap: work also when there are no .po files in po/
8913         * build-aux/bootstrap (update_po_files): Complete the change
8914         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8915
8916 2008-07-27  Jim Meyering  <meyering@redhat.com>
8917
8918         * users.txt: Add zile.
8919
8920 2008-07-26  Ben Pfaff  <blp@gnu.org>
8921
8922         Add missing dependencies on new m4/exponent[fdl].m4 files.
8923         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8924         * modules/isnand-nolibm: Add m4/exponentd.m4.
8925         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8926         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8927         m4/isnan[fdl].m4, because the macros actually used moved.
8928         Reported by Jim Meyering.
8929
8930 2008-07-14  Ben Pfaff  <blp@gnu.org>
8931
8932         Add isinf module.
8933         * lib/isinf.c: New file.
8934         * lib/math.in.h: Define isinf macro if we have decided to replace
8935         it.
8936         * m4/isinf.m4: New file.
8937         * m4/math_h.m4: Initialize and substitute variables for isinf
8938         module.
8939         * modules/isinf: New file.
8940         * modules/isinf-tests: New file.
8941         * modules/math: Add substitutions for new module.
8942         * tests/test-isinf.c: New file.
8943         * doc/posix-functions/isinf.texi: Mention new module.
8944         * MODULES.html.sh: Mention new module.
8945
8946 2008-07-14  Ben Pfaff  <blp@gnu.org>
8947
8948         Factor out some macros for use by additional modules.
8949         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8950         exponentf.m4.
8951         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8952         exponentd.m4.
8953         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8954         file exponentl.m4.
8955         * m4/exponentf.m4: New file.
8956         * m4/exponentd.m4: New file.
8957         * m4/exponentl.m4: New file.
8958         * modules/isnanf: Use new file m4/exponentf.m4.
8959         * modules/isnand: Use new file m4/exponentd.m4.
8960         * modules/isnanl: Use new file m4/exponentl.m4.
8961
8962 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8963
8964         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8965         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8966         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8967         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8968
8969         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8970         readlink on platforms without PATH_MAX.
8971
8972 2008-07-21  Eric Blake  <ebb9@byu.net>
8973
8974         Warn, not fail, on stale version.
8975         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8976
8977         Don't allow installation with stale devel version number.
8978         * top/GNUmakefile (_is-install-target): New macro.
8979         (_curr-ver): Forbid installation with stale version number.
8980
8981 2008-07-20  Bruno Haible  <bruno@clisp.org>
8982
8983         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8984         TESTS_ENVIRONMENT.
8985         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8986
8987 2008-07-20  Bruno Haible  <bruno@clisp.org>
8988
8989         * lib/c-stack.h (c_stack_action): Add documentation.
8990         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8991
8992 2008-07-20  Bruno Haible  <bruno@clisp.org>
8993
8994         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8995         * modules/readlink (License): Likewise.
8996
8997 2008-07-17  Eric Blake  <ebb9@byu.net>
8998
8999         * modules/c-stack (Link): Fix typo.
9000
9001         Make c-stack use libsigsegv, when available.
9002         * modules/c-stack (Depends-on): Add libsigsegv.
9003         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
9004         needed.
9005         * lib/c-stack.c (SIGSTKSZ): Define fallback.
9006         (segv_handler, overflow_handler, c_stack_action)
9007         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
9008         implementation when libsigsegv is available, but only when using
9009         the library is necessary.
9010         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
9011         comment, explaining why XSI check fails on Linux.
9012         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
9013         * tests/test-c-stack2.sh: Tweak skip message.
9014         * NEWS: Document new link-time requirements.
9015
9016 2008-07-16  Eric Blake  <ebb9@byu.net>
9017
9018         c-stack: Expose false positives when not using libsigsegv.
9019         * modules/c-stack-tests (Files): Expand test.
9020         * tests/test-c-stack.c (main): Add means to conditionally trigger
9021         non-overflow SIGSEGV.
9022         * tests/test-c-stack2.sh: New file.
9023
9024 2008-07-14  Bruno Haible  <bruno@clisp.org>
9025
9026         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
9027         Reported by Eric Blake.
9028
9029 2008-07-14  Sam Steingold  <sds@gnu.org>
9030             Bruno Haible  <bruno@clisp.org>
9031
9032         New module libsigsegv.
9033         * modules/libsigsegv: New file.
9034         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
9035         modifications.
9036         * MODULES.html.sh (Signal handling): New section.
9037
9038 2008-07-14  Bruno Haible  <bruno@clisp.org>
9039
9040         * modules/unictype/ctype-* (Description): Add the word "function".
9041         Improves the resulting doc in MODULES.html.
9042
9043 2008-07-12  Ben Pfaff  <blp@gnu.org>
9044
9045         Add longlong module.
9046         * modules/longlong: New file.
9047
9048 2008-07-12  Bruno Haible  <bruno@clisp.org>
9049
9050         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
9051         to empty.
9052
9053 2008-07-10  Ben Pfaff  <blp@gnu.org>
9054
9055         Add isnan module.
9056         * doc/posix-functions/isnan.texi: Mention new module.
9057         * lib/math.in.h: Define isnan macro if we have decided to replace
9058         it.
9059         * m4/isnan.m4: New file.
9060         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
9061         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
9062         also.
9063         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
9064         redundancy.
9065         * m4/math_h.m4: Initialize and substitute variables for isnan
9066         module.
9067         * modules/isnan: New file.
9068         * modules/isnan-tests: New file.
9069         * modules/math: Add substitutions for new module.
9070         * tests/test-isnan.c: New file.
9071         * MODULES.html.sh: Mention new module.
9072
9073 2008-07-10  Ben Pfaff  <blp@gnu.org>
9074
9075         Add isnanf module.
9076         * lib/isnanf.m4: New file.
9077         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
9078         (gl_HAVE_ISNANF_IN_LIBM): New macro.
9079         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
9080         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
9081         * modules/isnanf: New file.
9082         * modules/isnanf-tests: New file.
9083         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
9084         files.
9085         * tests/test-isnanf-nolibm.c: factored most of its contents into
9086         new file tests/test-isnanf.h.
9087         * tests/test-isnanf.h: New file.
9088         * tests/test-isnanf.c: New file.
9089         * MODULES.html.sh: Mention new module.
9090         * doc/glibc-functions/isnanf.texi: Mention new module.
9091
9092 2008-07-10  Ben Pfaff  <blp@gnu.org>
9093
9094         Add isnand module.
9095         * lib/isnand.h: New file.
9096         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
9097         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
9098         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
9099         functionality also.
9100         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
9101         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
9102         (gl_HAVE_ISNAND_IN_LIBM): New macro.
9103         * modules/isnand: New file.
9104         * modules/isnand-tests: New file.
9105         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
9106         files.
9107         * tests/test-isnand-nolibm.c: factored most of its contents into
9108         new file tests/test-isnand.h.
9109         * tests/test-isnand.h: New file.
9110         * tests/test-isnand.c: New file.
9111         * MODULES.html.sh: Mention new module.
9112
9113 2008-07-10  Ben Pfaff  <blp@gnu.org>
9114
9115         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
9116         * lib/isnand.h: Rename lib/isnand-nolibm.h.
9117         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
9118         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
9119         * modules/isnanf-nolibm: Update references to renamed files.
9120         * modules/isnand-nolibm: Likewise.
9121         * modules/isnanf-nolibm-tests: Likewise.
9122         * modules/isnand-nolibm-tests: Likewise.
9123         * lib/frexp.c: Likewise.
9124         * lib/isfinite.c: Likewise.
9125         * lib/signbitd.c: Likewise.
9126         * lib/signbitf.c: Likewise.
9127         * lib/vasnprintf.c: Likewise.
9128         * tests/test-ceilf1.c: Likewise.
9129         * tests/test-ceilf2.c: Likewise.
9130         * tests/test-floorf1.c: Likewise.
9131         * tests/test-floorf2.c: Likewise.
9132         * tests/test-frexp.c: Likewise.
9133         * tests/test-round1.c: Likewise.
9134         * tests/test-round2.c: Likewise.
9135         * tests/test-roundf1.c: Likewise.
9136         * tests/test-strtod.c: Likewise.
9137         * tests/test-trunc1.c: Likewise.
9138         * tests/test-trunc2.c: Likewise.
9139         * tests/test-truncf1.c: Likewise.
9140         * tests/test-truncf2.c: Likewise.
9141         * NEWS: Mention the renamed header files.
9142
9143 2008-07-11  Jim Meyering  <meyering@redhat.com>
9144
9145         vc-list-files: make the last-resort awk code more portable
9146         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
9147         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
9148         does not support it.
9149
9150 2008-07-10  Eric Blake  <ebb9@byu.net>
9151
9152         Work with tar's bootstrap.
9153         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
9154         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
9155         an m4 comment.
9156
9157 2008-07-09  Jim Meyering  <meyering@redhat.com>
9158
9159         posix-shell.m4: fix typo that made this test malfunction
9160         * m4/posix-shell.m4: Remove capitalization in variable name.
9161
9162 2008-07-08  Bruno Haible  <bruno@clisp.org>
9163
9164         * m4/onceonly.m4: Update comments.
9165         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9166
9167 2008-07-04  Jim Meyering  <meyering@redhat.com>
9168
9169         * users.txt: Add vc-dwim.
9170         (bison, coreutils): Use the gitweb URL.
9171
9172 2008-07-03  Jim Meyering  <meyering@redhat.com>
9173
9174         * users.txt: Add libffcall.  From Sam Steingold.
9175
9176 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
9177
9178         getdate.y: do not ignore TZ with relative day, month or year offset
9179         * lib/getdate.y (get_date): Move the tz-handling block to follow the
9180         relative-date-handling, since otherwise, the latter would clobber the
9181         sole output (an updated Start value) of the tz-handling block.
9182         * tests/test-getdate.c: Tests for the fix
9183
9184 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9185
9186         Recognize 'foo_LIBRARIES += libgnu.a'.
9187         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
9188         makefile snippet has already specified an installation location,
9189         also using '+='.
9190
9191 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
9192
9193         getdate.y: factor out common actions
9194         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
9195         Use them in place of open-coded actions.
9196
9197 2008-07-01  Simon Josefsson  <simon@josefsson.org>
9198
9199         Add self-test for getdate module.
9200         * modules/getdate-tests: New file.
9201         * tests/test-getdate.c: New file.
9202
9203 2008-06-29  Bruno Haible  <bruno@clisp.org>
9204
9205         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
9206         .gitignore.
9207         Reported by Sylvain Beucler <beuc@beuc.net>.
9208
9209 2008-06-29  Bruno Haible  <bruno@clisp.org>
9210
9211         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
9212         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
9213
9214 2008-06-29  Bruno Haible  <bruno@clisp.org>
9215
9216         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
9217         EXTRA_DIST.
9218         Reported by Sylvain Beucler <beuc@beuc.net>.
9219
9220 2008-06-26  Jim Meyering  <meyering@redhat.com>
9221
9222         make several modules depend on the "open" module
9223         This provides slightly increased consistency when opening-for-write
9224         the name of a non-directory spelled with a trailing slash.
9225         * modules/chdir-safer: Likewise.
9226         * modules/chown: Likewise.
9227         * modules/clean-temp: Likewise.
9228         * modules/copy-file: Likewise.
9229         * modules/fchdir: Likewise.
9230         * modules/fcntl-safer: Likewise.
9231         * modules/pipe: Likewise.
9232         * modules/utime: Likewise.
9233         Prompted by Eric Blake and Bruno Haible.
9234
9235 2008-06-24  Andreas Schwab  <schwab@suse.de>
9236
9237         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
9238         literals can be used as initializers for global variables.
9239
9240 2008-06-23  Eric Blake  <ebb9@byu.net>
9241
9242         Make gnulib-cache.m4 easier to diff.
9243         * gnulib-tool (func_import): Allow newlines when reading cached
9244         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
9245
9246 2008-06-23  Bruno Haible  <bruno@clisp.org>
9247
9248         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
9249         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
9250         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
9251         m4/signalblocking.m4.
9252         (gl_PREREQ_SIGACTION): Don't invoke it.
9253         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
9254         gl_PREREQ_SIG_HANDLER_H.
9255         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
9256         Don't check for sigaction here.
9257
9258 2008-06-23  Bruno Haible  <bruno@clisp.org>
9259
9260         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
9261         (install_handlers): Don't set the SA_RESETHAND flag.
9262
9263 2008-06-23  Bruno Haible  <bruno@clisp.org>
9264
9265         * m4/sigaction.m4: Comment fixes.
9266         * lib/signal.in.h: Likewise.
9267
9268 2008-06-23  Eric Blake  <ebb9@byu.net>
9269
9270         Fix typo.
9271         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
9272
9273         Avoid SA_ namespace.
9274         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
9275         Reported by Ralf Wildenhues.
9276
9277         Avoid test failure due to SA_RESTORER.
9278         * tests/test-sigaction.c (SA_MASK): New macro.
9279         (main): Avoid failing due to extension flags being set.
9280         Reported by Jim Meyering.
9281
9282         Revert use of sig-handler.h in sigprocmask.c.
9283         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
9284         it requires the existence of struct sigaction.
9285         * lib/sigprocmask.c (handler_t): Restore typedef.
9286         (rpl_signal, old_handlers): Use local type.
9287
9288 2008-06-22  Bruno Haible  <bruno@clisp.org>
9289
9290         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
9291         conditionally.
9292         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9293
9294 2008-06-22  Bruno Haible  <bruno@clisp.org>
9295
9296         * doc/posix-functions/siginterrupt.texi: Move note.
9297
9298         * lib/signal.in.h (SA_RESTART): New macro.
9299         * lib/sigaction.c: Update comment.
9300
9301         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
9302
9303         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
9304         (gl_PREREQ_SIGPROCMASK): Invoke it.
9305         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
9306
9307         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
9308
9309         * lib/sigprocmask.c: Update a comment.
9310
9311 2008-06-21  Eric Blake  <ebb9@byu.net>
9312
9313         Use sigaction module rather than signal().
9314         * modules/c-stack (Depends-on): Add sigaction.
9315         * modules/fatal-signal (Depends-on): Likewise.
9316         * modules/nanosleep (Depends-on): Likewise.
9317         * modules/sigprocmask (Files): Add sig-handler.h.
9318         * modules/sigaction (Files): Likewise.
9319         * lib/sig-handler.h (get_handler): New file, suggested by Paul
9320         Eggert.
9321         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
9322         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
9323         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
9324         (init_fatal_signals): Likewise.
9325         * lib/nanosleep.c (rpl_nanosleep): Likewise.
9326         (siginterrupt): Delete fallback.
9327         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
9328         instead.
9329         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
9330         siginterrupt.
9331
9332         New module sigaction, for mingw.
9333         * modules/sigaction: New module...
9334         * modules/sigaction-tests: ...and its test.
9335         * m4/sigaction.m4: New file.
9336         * lib/sigaction.c: Likewise.
9337         * tests/test-sigaction.c: Likewise.
9338         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
9339         * modules/signal (Makefile.am): Likewise.
9340         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
9341         needed.
9342         * doc/posix-headers/signal.texi (signal.h): Mention provided
9343         types.
9344         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
9345         that sigaction is preferable.
9346         * doc/posix-functions/sigaction.texi (sigaction): Mention new
9347         module.
9348         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9349         sigaction.
9350
9351         Improve robustness of sigprocmask by overriding signal.
9352         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
9353         is in use.
9354         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
9355         (SIGKILL, SIGSTOP): Provide fallbacks.
9356         (rpl_signal): Implement.
9357         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
9358         signal can be called inside handlers.
9359
9360         Fix nanosleep module on mingw.
9361         * modules/nanosleep (Depends-on): Add sys_select.
9362         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
9363
9364         Fix licensing of sigprocmask.
9365         * modules/raise (License): Relicense as LGPL.
9366
9367 2008-06-21  Bruno Haible  <bruno@clisp.org>
9368
9369         * lib/propername.c (proper_name_utf8): Don't use the transliterated
9370         result if it contains question marks.
9371         Reported by Michael Geng <linux@michaelgeng.de>.
9372
9373 2008-06-19  Bruno Haible  <bruno@clisp.org>
9374
9375         Fix CVS-ism.
9376         * doc/gnulib.texi: Include updated-stamp.texi.
9377         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
9378         (updated-stamp.texi): New rule.
9379         (gnulib.info): Depend on it.
9380         * doc/.gitignore: Add updated-stamp.texi.
9381         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
9382
9383 2008-06-19  Bruno Haible  <bruno@clisp.org>
9384
9385         * doc/Makefile (gnulib.info): Update and simplify dependencies.
9386         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
9387
9388 2008-06-19  Eric Blake  <ebb9@byu.net>
9389
9390         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
9391         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
9392         Reported by Stepan Kasal.
9393
9394 2008-06-18  Bruno Haible  <bruno@clisp.org>
9395
9396         * lib/fatal-signal.c (init_fatal_signals): Add comment.
9397         Reported by Eric Blake.
9398
9399 2008-06-18  Eric Blake  <ebb9@byu.net>
9400
9401         Work around cygwin 1.5.25 strsignal bug.
9402         * tests/test-strsignal.c: Allow for const char *.
9403         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
9404
9405 2008-06-18  Simon Josefsson  <simon@josefsson.org>
9406
9407         * users.txt: Update URL to article and add author/date
9408         information.
9409
9410 2008-06-17  Bruno Haible  <bruno@clisp.org>
9411
9412         New macro gl_DISABLE_THREADS.
9413         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
9414         if the user did not pass --enable-threads or --disable-threads option.
9415         (gl_DISABLE_THREADS): New macro.
9416         Reported by Eric Blake <ebb9@byu.net>.
9417
9418 2008-06-17  Bruno Haible  <bruno@clisp.org>
9419
9420         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
9421         when the macro ignores it.
9422         Based on a patch by Eric Blake <ebb9@byu.net>.
9423
9424 2008-06-17  Bruno Haible  <bruno@clisp.org>
9425
9426         * modules/tls (License): Change to LGPLv2+.
9427         Reported by Eric Blake.
9428
9429 2008-06-17  Eric Blake  <ebb9@byu.net>
9430
9431         Simplify c-stack prerequisites.
9432         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
9433         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
9434         no longer requires <ucontext.h> to exist.  Optimize setrlimit
9435         check.
9436         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
9437         <sys/resource.h>.
9438
9439         Move c-stack test into testsuite.
9440         * modules/c-stack-tests: New file.
9441         * lib/c-stack.c [DEBUG]: Move test program...
9442         * tests/test-c-stack.c: ...into this new file.  Skip rather than
9443         fail test if sigaltstack is lacking.
9444         * tests/test-c-stack.sh: New driver file.
9445
9446 2008-06-16  Eric Blake  <ebb9@byu.net>
9447
9448         Use raise module consistently.
9449         * modules/fatal-signal (Depends-on): Add raise.
9450         * modules/sigprocmask (Depends-on): Likewise.
9451         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
9452         * lib/sigprocmask.c (sigprocmask): Likewise.
9453         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
9454         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
9455
9456         Fix compliance bug in sigpending.
9457         * lib/sigprocmask.c (sigpending): Return pending array via
9458         parameter, not return value.
9459
9460 2008-06-14  Eric Blake  <ebb9@byu.net>
9461
9462         Improve obstack-printf test code.
9463         * tests/test-obstack-printf.c (test_function): Fix comment, and
9464         simplify usage of obstack_* in macros.  Add a test for coverage.
9465         Reported by Bruno Haible.
9466
9467 2008-06-14  Bruno Haible  <bruno@clisp.org>
9468
9469         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
9470         array size as a constant, not as a const variable.
9471         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
9472         AC_USE_SYSTEM_EXTENSIONS.
9473         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
9474         Test whether the obstack_printf function actually exists.
9475         * modules/obstack-printf (Depends-on): Add extensions.
9476         (Include): Remove obstack.h.
9477         * modules/obstack-printf-posix (Depends-on): Add extensions.
9478         (Include): Remove obstack.h.
9479
9480 2008-06-13  Eric Blake  <ebb9@byu.net>
9481
9482         Add obstack-printf and obstack-printf-posix modules.
9483         * modules/obstack-printf: New file.
9484         * modules/obstack-printf-posix: Likewise.
9485         * MODULES.html.sh (Misc): Mention them.
9486         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
9487         Likewise.
9488         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
9489         Likewise.
9490         * modules/stdio (Makefile.am): Accomodate new modules.
9491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9492         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
9493         Declare.
9494         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
9495         functions.
9496         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
9497         (gl_REPLACE_OBSTACK_PRINTF): New macros
9498         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
9499         * tests/test-obstack-printf.c: New file.
9500         * modules/obstack-printf-tests: Likewise.
9501         * modules/obstack-printf-posix-tests: Likewise.
9502
9503 2008-06-11  Bruno Haible  <bruno@clisp.org>
9504
9505         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
9506         * lib/open.c: Include errno.h.
9507         (open): Fail when attempting to write to a file that has a trailing
9508         slash.
9509         * tests/test-open.c (main): Test against trailing slash bug.
9510         * doc/posix-functions/open.texi: Mention the trailing slash bug.
9511
9512 2008-06-10  Bruno Haible  <bruno@clisp.org>
9513
9514         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
9515         for $? to work inside the trap command, with various /bin/sh-s.
9516         * tests/test-vc-list-files-cvs.sh: Likewise.
9517
9518 2008-06-10  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/acl-internal.h: Don't include gettext.h here.
9521         * lib/set-mode-acl.c: Include gettext.h here.
9522         * lib/copy-acl.c: Likewise.
9523
9524 2008-06-10  Bruno Haible  <bruno@clisp.org>
9525
9526         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
9527         * lib/wait-process.c (wait_subprocess): Likewise.
9528         * lib/execute.h (execute): Add termsigp argument.
9529         * lib/execute.c (execute): Likewise.
9530         * lib/csharpcomp.c (compile_csharp_using_pnet,
9531         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
9532         * lib/csharpexec.c (execute_csharp_using_pnet,
9533         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
9534         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
9535         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
9536         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
9537         is_jikes_present): Update.
9538         * lib/javaexec.c (execute_java_class): Update.
9539         * lib/javaversion.c (execute_and_read_line): Update.
9540         * NEWS: Document the changes.
9541         Reported by Eric Blake.
9542
9543 2008-06-10  Eric Blake  <ebb9@byu.net>
9544
9545         Add missing include.
9546         * tests/test-strstr.c (includes): Add <signal.h>.
9547         * tests/test-strcasestr.c (includes): Likewise.
9548         * tests/test-memmem.c (includes): Likewise.
9549
9550 2008-06-10  Bruno Haible  <bruno@clisp.org>
9551
9552         * lib/wait-process.c (wait_subprocess): Add an assertion.
9553
9554 2008-06-10  Bruno Haible  <bruno@clisp.org>
9555
9556         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
9557
9558 2008-06-10  Bruno Haible  <bruno@clisp.org>
9559
9560         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
9561         using alarm().
9562         * tests/test-strcasestr.c (main): Likewise.
9563         * tests/test-strstr.c (main): Likewise.
9564
9565 2008-06-09  Bruno Haible  <bruno@clisp.org>
9566
9567         Work around the Solaris 10 ACE ACLs ABI change.
9568         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
9569         declare if ACL_NO_TRIVIAL is present.
9570         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
9571         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
9572         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
9573         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
9574         define if ACL_NO_TRIVIAL is present.
9575         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
9576         and use the current ABI.
9577         (file_has_acl): Use same #if condition as elsewhere.
9578         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
9579         in use, and use the current ABI.
9580         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
9581         Reported by Jim Meyering.
9582
9583 2008-06-09  Eric Blake  <ebb9@byu.net>
9584
9585         Work around environments that (stupidly) ignore SIGALRM.
9586         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9587         before using alarm().
9588         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9589         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9590         Reported by Ian Beckwith <ianb@erislabs.net>.
9591
9592         Produce autobuild blurb earlier in log.
9593         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9594
9595 2008-06-09  Jim Meyering  <meyering@redhat.com>
9596         and OndÅ™ej Vašík  <ovasik@redhat.com>
9597
9598         utimens.c: correct kernel bug work-around
9599         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9600         failure, not success, and the kernel bug we're trying to work
9601         around affects not just the utimensat call, but also the fallback
9602         futimens call.
9603         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9604         not success.
9605         [HAVE_FUTIMENS]: Use the same work-around, here.
9606
9607 2008-06-09  Jim Meyering  <meyering@redhat.com>
9608
9609         add more guards around definition of ACE_-related code
9610         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9611         ALLOW and ACE_OWNER are also defined.
9612
9613 2008-06-08  Bruno Haible  <bruno@clisp.org>
9614
9615         * lib/acl-internal.h: Add me as co-author.
9616         * lib/file-has-acl.c: Likewise.
9617         * lib/set-mode-acl.c: Likewise.
9618         * lib/copy-acl.c: Likewise.
9619
9620 2008-06-08  Bruno Haible  <bruno@clisp.org>
9621
9622         Add support for AIX ACLs.
9623         * lib/acl-internal.h (acl_nontrivial): New declaration.
9624         * lib/file-has-acl.c (acl_nontrivial): New function.
9625         (file_has_acl): Add implementation using AIX 4 ACL API.
9626         * lib/set-mode-acl.c (qset_acl): Likewise.
9627         * lib/copy-acl.c (qcopy_acl): Likewise.
9628
9629 2008-06-08  Bruno Haible  <bruno@clisp.org>
9630
9631         Add support for HP-UX ACLs.
9632         * lib/acl-internal.h (acl_nontrivial): New declaration.
9633         * lib/file-has-acl.c (acl_nontrivial): New function.
9634         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9635         * lib/set-mode-acl.c (qset_acl): Likewise.
9636         * lib/copy-acl.c (qcopy_acl): Likewise.
9637
9638 2008-06-08  Bruno Haible  <bruno@clisp.org>
9639
9640         Add support for Cygwin ACLs.
9641         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9642         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9643         the chmod_or_fchmod call.
9644         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9645
9646 2008-06-08  Bruno Haible  <bruno@clisp.org>
9647
9648         Fix bug with setuid modes in Solaris 10+ code.
9649         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9650         succeeded, when the mode contains some special bits.
9651
9652 2008-06-08  Bruno Haible  <bruno@clisp.org>
9653
9654         Add support for Solaris 7..10 ACLs.
9655         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9656         declarations.
9657         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9658         functions.
9659         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9660         * lib/set-mode-acl.c (qset_acl): Likewise.
9661         * lib/copy-acl.c (qcopy_acl): Likewise.
9662
9663 2008-06-08  Bruno Haible  <bruno@clisp.org>
9664
9665         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9666         declaration.
9667         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9668         (acl_access_nontrivial): Remove MacOS X case.
9669         (file_has_acl): Use acl_extended_nontrivial.
9670         * lib/copy-acl.c (qcopy_acl): Likewise.
9671
9672 2008-06-08  Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9675
9676 2008-06-08  Jim Meyering  <meyering@redhat.com>
9677
9678         * modules/acl (Maintainer): Add Bruno Haible.
9679
9680 2008-06-07  Bruno Haible  <bruno@clisp.org>
9681
9682         Improve support for Tru64 ACLs.
9683         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9684         ACL on OSF/1.
9685
9686 2008-06-07  Bruno Haible  <bruno@clisp.org>
9687
9688         Add support for MacOS X ACLs.
9689         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9690         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9691         * lib/set-mode-acl.c (qset_acl): Likewise.
9692         * lib/copy-acl.c (qcopy_acl): Likewise.
9693
9694 2008-06-07  Bruno Haible  <bruno@clisp.org>
9695
9696         Fix memory leak introduced on 2008-05-22.
9697         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9698         use.
9699
9700 2008-06-07  Bruno Haible  <bruno@clisp.org>
9701
9702         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9703         to construct an empty ACL.
9704
9705 2008-06-07  Bruno Haible  <bruno@clisp.org>
9706
9707         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9708         precisely.
9709         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9710
9711 2008-06-07  Bruno Haible  <bruno@clisp.org>
9712
9713         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9714         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9715
9716 2008-06-07  Bruno Haible  <bruno@clisp.org>
9717
9718         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9719         regardless of POSIX.
9720         * doc/posix-functions/_longjmp.texi: Likewise.
9721         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9722         SystemV platform in this case.
9723
9724 2008-06-06  Eric Blake  <ebb9@byu.net>
9725
9726         Document abort() bugs.
9727         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9728
9729         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9730         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9731         sigsetjmp.
9732         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9733         siglongjmp, but only as a macro.
9734         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9735         is obsolete.
9736         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9737
9738         Tweak documentation to cover cygwin argz bugs.
9739         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9740         argz bug fix; no code change needed since no cygwin releases
9741         occurred between the last fix and the bug being tested.
9742         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9743         module and recently fixed cygwin bugs.
9744         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9745         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9746         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9747         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9748         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9749         Likewise.
9750         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9751         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9752         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9753         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9754         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9755         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9756         Likewise.
9757
9758         Avoid gcc warning on cygwin.
9759         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9760         !ACL_NO_TRIVIAL]: Avoid unused variable.
9761
9762 2008-06-05  Eric Blake  <ebb9@byu.net>
9763
9764         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9765         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9766         git-version-gen fails to come up with a version.
9767         Reported by Simon Josefsson.
9768
9769 2008-06-05  Jim Meyering  <meyering@redhat.com>
9770             Paul Eggert  <eggert@cs.ucla.edu>
9771
9772         utimens.c: work around a probable Linux kernel bug
9773         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9774         appears to be a kernel bug that causes utimensat to return 280
9775         instead of 0, indicating success.
9776
9777 2008-06-04  Bruno Haible  <bruno@clisp.org>
9778
9779         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9780         2008-06-01 commit.
9781
9782 2008-06-04  Bruno Haible  <bruno@clisp.org>
9783
9784         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9785         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9786         (file_has_acl): Use it. Save errno afterwards.
9787         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9788
9789 2008-06-03  Bruno Haible  <bruno@clisp.org>
9790
9791         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9792         draft code. Simplify #ifs.
9793         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9794         Put Solaris code after POSIX-draft code. Fix comments regarding
9795         Solaris 10, HP-UX. Mention Cygwin.
9796         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9797
9798 2008-06-03  Eric Blake  <ebb9@byu.net>
9799
9800         Provide fallback for older kernels.
9801         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9802         Provide runtime fallback if kernel lacks support.
9803         Reported by Mike Frysinger.
9804
9805 2008-06-02  Bruno Haible  <bruno@clisp.org>
9806
9807         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9808         it exists.
9809
9810 2008-06-02  Bruno Haible  <bruno@clisp.org>
9811
9812         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9813         * lib/copy-acl.c (qcopy_acl): Update comment.
9814
9815 2008-06-02  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9818         like ACL APIs.
9819
9820 2008-06-02  Bruno Haible  <bruno@clisp.org>
9821
9822         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9823         * tests/test-set-mode-acl.sh: Likewise.
9824         * tests/test-copy-acl.sh: Likewise.
9825         * tests/test-copy-file.sh: Likewise.
9826
9827 2008-06-02  Bruno Haible  <bruno@clisp.org>
9828
9829         * tests/test-file-has-acl.sh: Remove unused code.
9830
9831 2008-06-01  Bruno Haible  <bruno@clisp.org>
9832
9833         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9834         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9835         messages.
9836         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9837
9838 2008-06-01  Bruno Haible  <bruno@clisp.org>
9839
9840         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9841         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9842         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9843         APIs.
9844         * modules/acl-tests (configure.ac): Remove tests now contained in
9845         m4/acl.m4.
9846
9847 2008-06-02  Jim Meyering  <meyering@redhat.com>
9848
9849         announce-gen: use a better key-server host name
9850         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9851         it may be more consistently reliable.  Suggested by Werner Koch
9852         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9853
9854 2008-06-01  Bruno Haible  <bruno@clisp.org>
9855
9856         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9857         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9858
9859 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9860
9861         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9862
9863 2008-06-01  Bruno Haible  <bruno@clisp.org>
9864
9865         New ACL tests.
9866         * tests/test-file-has-acl.sh: New file.
9867         * tests/test-file-has-acl.c: New file.
9868         * tests/test-set-mode-acl.sh: New file.
9869         * tests/test-set-mode-acl.c: New file.
9870         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9871         * tests/test-copy-acl.c: New file.
9872         * modules/acl-tests: New file, based on modules/copy-file-tests.
9873         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9874         (Depends-on): Add acl-tests.
9875         (configure.ac): Remove checks.
9876         (Makefile.am): Don't create test-sameacls program here any more.
9877
9878 2008-06-01  Bruno Haible  <bruno@clisp.org>
9879
9880         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9881         * tests/test-sameacls.c: Include progname.h.
9882         (main): Invoke set_program_name. Portability fixes for MacOS X,
9883         Solaris, HP-UX.
9884
9885 2008-06-01  Bruno Haible  <bruno@clisp.org>
9886
9887         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9888         function.
9889         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9890
9891 2008-06-01  Bruno Haible  <bruno@clisp.org>
9892
9893         * modules/rpmatch (Depends-on): Add strdup.
9894
9895 2008-06-01  Bruno Haible  <bruno@clisp.org>
9896
9897         * lib/pipe.c: Include unistd-safer.h.
9898         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9899         * modules/pipe (Depends-on): Add unistd-safer.
9900
9901 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9902
9903         * modules/autobuild (configure.ac): Call AB_INIT.
9904
9905 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9906
9907         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9908         Suggested by Bruno Haible <bruno@clisp.org>.
9909
9910 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9911
9912         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9913         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9914         <bruno@clisp.org>.
9915
9916 2008-05-29  Eric Blake  <ebb9@byu.net>
9917
9918         Prefer new POSIX 200x interfaces over futimesat.
9919         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9920         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9921         when available.
9922         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9923
9924 2008-05-28  Bruno Haible  <bruno@clisp.org>
9925
9926         * modules/stpcpy (License): Change to LGPLv2+.
9927         Requested by David Lutterkort <dlutter@redhat.com>.
9928
9929 2008-05-27  Bruno Haible  <bruno@clisp.org>
9930
9931         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9932         current mingw.
9933         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9934
9935 2008-05-27  Bruno Haible  <bruno@clisp.org>
9936
9937         * modules/iconv_open (Link): New section, from module 'iconv'.
9938         * modules/striconv (Link): Likewise.
9939         * modules/striconveh (Link): Likewise.
9940         * modules/xstriconv (Link): Likewise.
9941         * modules/unicodeio (Link): Likewise.
9942         * modules/propername (Link): Likewise.
9943         Reported by Jim Meyering.
9944
9945 2008-05-26  Jim Meyering  <meyering@redhat.com>
9946
9947         sha256: do not artificially restrict buffer length to be < 2^32
9948         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9949         uint32_t to size_t.
9950         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9951         to match.
9952
9953         avoid unaligned access errors, e.g., on sparc
9954         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9955         direct access through a possibly-unaligned uint64* pointer.
9956         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9957         direct access through a possibly-unaligned uint32* pointer.
9958         Prompted by this patch from Tom "spot" Callaway:
9959         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9960
9961         sha512.c: fix typo in comment
9962         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9963
9964 2008-05-25  Bruno Haible  <bruno@clisp.org>
9965
9966         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9967         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9968         (Makefile.am): Update lib_SOURCES.
9969
9970 2008-05-25  Bruno Haible  <bruno@clisp.org>
9971
9972         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9973
9974 2008-05-25  Jim Meyering  <meyering@redhat.com>
9975
9976         useless-if-before-free: freed expr may have white-space differences
9977         * build-aux/useless-if-before-free: Recognize cases in which the
9978         freed expression differs from the tested one in embedded white
9979         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9980         $1 was used, so we can't make any regexp shy.  Improved tests now
9981         detect this.
9982
9983         useless-if-before-free: accept white space in the expression.
9984         * build-aux/useless-if-before-free: For now, any white space
9985         in the expression must be identical in the free argument.
9986
9987         useless-if-before-free: efficiency tweak
9988         * build-aux/useless-if-before-free: Make the expression-matching
9989         regexp "shy".
9990         Make the *outer* regexp shy, not the expr-matching one.
9991
9992         update code-in-comment to accept cast of free arg
9993         * build-aux/useless-if-before-free: Update regexp.
9994
9995 2008-05-25  Bruno Haible  <bruno@clisp.org>
9996
9997         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9998         * modules/copy-file-tests (Files, Makefile.am): Update.
9999         * tests/test-copy-file.c (func_test_copy): Update.
10000
10001 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
10002
10003         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
10004
10005 2008-05-23  Bruno Haible  <bruno@clisp.org>
10006
10007         Improve support for ACLs on OSF/1.
10008         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
10009         Remove fallback for unknown flavors of ACLs.
10010
10011 2008-05-22  Bruno Haible  <bruno@clisp.org>
10012
10013         Add support for ACLs on OSF/1.
10014         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
10015         replacements.
10016         (acl_free_text): New macro fallback.
10017         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
10018         acl_free.
10019         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
10020         acl_free_text function. Require AC_C_INLINE.
10021
10022 2008-05-22  Bruno Haible  <bruno@clisp.org>
10023
10024         Make copy_acl work on MacOS X 10.5.
10025         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
10026         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
10027         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
10028         If MODE_INSIDE_ACL, don't assume that every system has the same text
10029         representation for ACLs as FreeBSD.
10030         * lib/copy-acl.c (copy_acl): Add support for platforms with
10031         !MODE_INSIDE_ACL.
10032         * lib/file-has-acl.c (file_has_acl): Likewise.
10033         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
10034         FreeBSD, MacOS X, or IRIX, respectively.
10035
10036 2008-05-22  Bruno Haible  <bruno@clisp.org>
10037
10038         * lib/acl.h: Don't include <sys/acl.h>.
10039         (GETACLCNT): Move fallback to lib/acl-internal.h.
10040         * lib/acl-internal.h: Include <sys/acl.h> here.
10041         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
10042
10043 2008-05-22  Bruno Haible  <bruno@clisp.org>
10044
10045         Split off copy_acl function to separate file.
10046         * lib/copy-acl.c: New file, extracted from lib/acl.c.
10047         * lib/acl.c (copy_acl): Moved function to separate file.
10048         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
10049         * modules/acl (Files): Add lib/copy-acl.c.
10050         (Makefiles.am): Augment lib_SOURCES.
10051
10052 2008-05-22  Bruno Haible  <bruno@clisp.org>
10053
10054         * modules/copy-file-tests: New file.
10055         * tests/test-copy-file.sh: New file.
10056         * tests/test-copy-file.c: New file.
10057         * tests/test-copy-file-sameacls.c: New file.
10058
10059 2008-05-22  Eric Blake  <ebb9@byu.net>
10060
10061         Avoid gcc warning.
10062         * tests/test-memcmp.c (main): Pass NULL indirectly.
10063
10064 2008-05-21  Bruno Haible  <bruno@clisp.org>
10065
10066         Add reference doc about ACLs.
10067         * doc/acl-resources.txt: New file.
10068         * doc/acl-cygwin.txt: New file.
10069
10070 2008-05-21  Bruno Haible  <bruno@clisp.org>
10071
10072         Avoid one more warning from gcc.
10073         * lib/vasnprintf.c (IF_LINT): Update comments.
10074         (VASNPRINTF): Use it also for the 'prefix' array initializer.
10075
10076 2008-05-21  Jim Meyering  <meyering@redhat.com>
10077
10078         avoid a warning from gcc
10079         * lib/vasnprintf.c (IF_LINT): Define.
10080         (scale10_round_decimal_long_double):
10081         Use it to avoid a "may be used uninitialized" warning.
10082         (scale10_round_decimal_double): Likewise.
10083
10084 2008-05-21  Simon Josefsson  <simon@josefsson.org>
10085
10086         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
10087         declared.
10088
10089 2008-05-20  Bruno Haible  <bruno@clisp.org>
10090
10091         * tests/test-memcmp.c (main): Test also the sign of the result. Test
10092         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
10093
10094 2008-05-20  Simon Josefsson  <simon@josefsson.org>
10095
10096         * modules/memcmp-tests: New file.
10097         * tests/test-memcmp.c: New file.
10098
10099 2008-05-19  Bruno Haible  <bruno@clisp.org>
10100
10101         * modules/propername (Notice, configure.ac): Put quoted "..." into
10102         --keyword option.
10103         * lib/propername.h: Update comments accordingly.
10104         Reported by Eric Blake.
10105
10106 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
10107
10108         * modules/getpass-gnu (Depends-on): Add fseeko.
10109
10110 2008-05-19  Simon Josefsson  <simon@josefsson.org>
10111
10112         * modules/base64-tests: New file.
10113
10114 2008-05-19  Bo Borgerson <gigabo@gmail.com>
10115
10116         * lib/base64.c (base64_decode_ctx): If a decode context structure
10117         was passed in use it to ignore newlines.  If a context structure
10118         was _not_ passed in, continue to treat newlines as garbage (this
10119         is the historical behavior).  Formerly base64_decode.
10120         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
10121         takes a decode context structure.
10122         * lib/base64.h (base64_decode): Macro for four-argument calls.
10123         (base64_decode_alloc): Likewise.
10124         * lib/base64.c (base64_decode_ctx): If a decode context structure
10125         was passed in use it to ignore newlines.  If a context structure
10126         was _not_ passed in, continue to treat newlines as garbage (this
10127         is the historical behavior).  Formerly base64_decode.
10128         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
10129         takes a decode context structure.
10130         * lib/base64.h (base64_decode): Macro for four-argument calls.
10131         (base64_decode_alloc): Likewise.
10132
10133 2008-05-19  Jim Meyering  <meyering@redhat.com>
10134
10135         avoid a warning from gcc
10136         * lib/trim.c (IF_LINT): Define.
10137         (trim2): Use it to avoid a "may be used uninitialized" warning.
10138
10139         Fix doc typo.
10140         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
10141
10142 2008-05-19  Bruno Haible  <bruno@clisp.org>
10143
10144         * doc/glibc-functions/getpass.texi: Document limits of other
10145         implementations.
10146
10147 2008-05-19  Simon Josefsson  <simon@josefsson.org>
10148             Bruno Haible <bruno@clisp.org>
10149
10150         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
10151
10152 2008-05-18  Bruno Haible  <bruno@clisp.org>
10153
10154         * modules/propername: New file, from GNU gettext.
10155         * lib/propername.h: New file, from GNU gettext.
10156         * lib/propername.c: New file, from GNU gettext.
10157         * MODULES.html.sh (Internationalization functions): Add propername.
10158
10159 2008-05-16  Jim Meyering  <meyering@redhat.com>
10160             Bruno Haible  <bruno@clisp.org>
10161
10162         Avoid some warnings from "gcc -Wshadow".
10163         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
10164
10165 2008-05-15  Eric Blake  <ebb9@byu.net>
10166
10167         Extend previous patch to cygwin 1.7.0.
10168         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
10169         fast implementation in cygwin >= 1.7.0.
10170         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10171         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10172
10173 2008-05-15  Bruno Haible  <bruno@clisp.org>
10174
10175         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
10176         implementation in glibc >= 2.9.
10177         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10178         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10179
10180 2008-05-15  Bruno Haible  <bruno@clisp.org>
10181
10182         * MODULES.html.sh (Internationalization functions): Remove linebreak.
10183         (Unicode string functions): Add unilbrk/*.
10184         Reported by Karl Berry.
10185
10186 2008-05-15  Eric Blake  <ebb9@byu.net>
10187
10188         Fix violation of <stdbool.h> replacement in regex.
10189         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
10190         * lib/regexec.c (re_search_internal): Likewise.
10191         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
10192
10193 2008-05-15  Jim Meyering  <meyering@redhat.com>
10194
10195         avoid distracting test output when git or cvs is not found
10196         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
10197         * tests/test-vc-list-files-git.sh: Likewise.
10198
10199 2008-05-15  Eric Blake  <ebb9@byu.net>
10200
10201         Glibc finally accepted the memmem speedup code, bugzilla #5514.
10202         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
10203         glibc version.
10204         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
10205         * doc/posix-functions/strstr.texi (strstr): Likewise.
10206         * lib/str-two-way.h (MAX): Sychronize with glibc.
10207
10208 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
10209
10210         * lib/regcomp.c (optimize_utf8): Add a note on why we test
10211         opr.ctx_type.
10212         (calc_first): Initialize constraint field.
10213         (duplicate_node_closure): Use it instead of special casing ANCHORS.
10214         Fix grammar.
10215         (duplicate_node): Merge constraint field for all node types.
10216         (calc_eclosure_iter): Look at constraint field for all node types.
10217         * lib/regex_internal.c (create_cd_newstate): Don't look at
10218         opr.ctx_type.
10219
10220 2008-05-14  Bruno Haible  <bruno@clisp.org>
10221
10222         Help GCC to do better code generation.
10223         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
10224         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
10225         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
10226         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
10227         Declare with attribute 'malloc' if supported.
10228
10229 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
10230
10231         use "echo STR|wc -c" rather than unportable "expr length STR"
10232         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
10233         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
10234
10235 2008-05-14  Jim Meyering  <meyering@redhat.com>
10236
10237         use dd ibs=$n count=1 ... rather than less-portable head -c$n
10238         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
10239         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
10240         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
10241         via Collin Lasse.
10242
10243 2008-05-14  Eric Blake  <ebb9@byu.net>
10244
10245         Avoid quadratic growth in gl_LIBSOURCES.
10246         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
10247         Suggested by Bruno Haible.
10248
10249         Test xmemdup0.
10250         * modules/xmemdup0-tests: New file.
10251         * tests/test-xmemdup0.c: Likewise.
10252
10253 2008-05-13  Eric Blake  <ebb9@byu.net>
10254
10255         Split xmemdup0 into its own module.
10256         * modules/xmemdup0: New file.
10257         * lib/xmemdup0.h: Likewise.
10258         * lib/xmemdup0.c: Likewise.
10259         * MODULES.html.sh (Memory management functions): Add xmemdup0.
10260         * lib/xalloc.h (xmemdup0): Remove.
10261         * lib/xmalloc.c (xmemdup0): Likewise.
10262
10263 2008-05-13  Eric Blake  <ebb9@byu.net>
10264             Bruno Haible  <bruno@clisp.org>
10265
10266         Reduce number of forks required during autoconf.
10267         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
10268         and gl_LIBSOURCES_DIR.
10269         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
10270         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
10271         m4_syscmd per file.
10272         <m4_foreach_w>: Move...
10273         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
10274
10275 2008-05-13  Eric Blake  <ebb9@byu.net>
10276
10277         * gnulib-tool: Fix various comment typos.
10278
10279 2008-05-12  Bruno Haible  <bruno@clisp.org>
10280
10281         Tailor the linebreaking algorithm.
10282         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
10283
10284 2008-05-12  Bruno Haible  <bruno@clisp.org>
10285
10286         Update to Unicode 5.0.0.
10287         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
10288         LBP_JV, LBP_JT. Redistribute values.
10289         (unilbrk_table): Change size.
10290         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
10291         Unicode TR#14 rev. 22.
10292         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
10293         LBP_JV, LBP_JT. Redistribute values.
10294         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
10295         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
10296         Update.
10297         * lib/unilbrk/lbrkprop1.h: Regenerated.
10298         * lib/unilbrk/lbrkprop2.h: Regenerated.
10299         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
10300         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
10301         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
10302         Likewise.
10303         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
10304         Likewise.
10305         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
10306         result.
10307         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
10308         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
10309         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
10310         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
10311         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
10312         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
10313
10314 2008-05-11  Bruno Haible  <bruno@clisp.org>
10315
10316         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
10317
10318 2008-05-11  Bruno Haible  <bruno@clisp.org>
10319
10320         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
10321         * modules/unilbrk/gen-lbrk: New file.
10322
10323 2008-05-11  Bruno Haible  <bruno@clisp.org>
10324
10325         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
10326         * m4/sha512.m4 (gl_SHA512): Likewise.
10327
10328 2008-05-11  Jim Meyering  <meyering@redhat.com>
10329
10330         New modules: crypto/sha256, crypto/sha512 (from coreutils)
10331         * modules/crypto/sha256: New file.
10332         * modules/crypto/sha512: Likewise.
10333         * lib/sha256.c: Likewise.
10334         * lib/sha256.h: Likewise.
10335         * lib/sha512.c: Likewise.
10336         * lib/sha512.h: Likewise.
10337         * lib/u64.h: Likewise.
10338         * m4/sha256.m4: Likewise.
10339         * m4/sha512.m4: Likewise.
10340         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
10341
10342 2008-05-10  Bruno Haible  <bruno@clisp.org>
10343
10344         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
10345         (Input/Output <stdio.h>): Add xprintf.
10346         (Signal handling <signal.h>): Add strsignal.
10347         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
10348         (Core language properties): Add func.
10349         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
10350         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
10351         strings.
10352         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
10353         (Input/output): New section.
10354         (File system functions): Add openat-die, stat-macros.
10355         (Networking functions): Add sockets.
10356         (Unicode string functions): Add unictype/*.
10357         (Support for building libraries and executables): Add gperf.
10358         (Support for building documentation): Add agpl-3.0.
10359         (Misc): Add nocrash.
10360
10361 2008-05-10  Bruno Haible  <bruno@clisp.org>
10362
10363         * modules/unictype/gen-ctype: New file.
10364
10365 2008-05-10  Jim Meyering  <meyering@redhat.com>
10366
10367         Make chdir-safer.c more efficient on a system with no symlinks.
10368         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
10369         also if ELOOP is zero.  Suggested by Bruno Haible.
10370
10371         Make chdir-safer.c slightly safer.
10372         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
10373         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
10374
10375         Avoid compile failure on systems without ELOOP (like mingw).
10376         * lib/chdir-safer.c (ELOOP): Define if not already defined.
10377         Reported by Bruno Haible.
10378
10379 2008-05-10  Bruno Haible  <bruno@clisp.org>
10380
10381         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
10382         (is_utf8_encoding): Use a case-insensitive comparison.
10383         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
10384         streq.
10385
10386 2008-05-10  Bruno Haible  <bruno@clisp.org>
10387
10388         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
10389         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
10390         * lib/unilbrk/ulc-common.h (iconv_string_length,
10391         iconv_string_keeping_offsets): Remove declarations.
10392         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
10393         Don't include <iconv.h>, streq.h, xsize.h.
10394         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
10395         conversion.
10396         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
10397         <iconv.h>, streq.h, xsize.h.
10398         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
10399         conversion.
10400         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
10401         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
10402         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
10403         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
10404
10405 2008-05-10  Bruno Haible  <bruno@clisp.org>
10406
10407         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
10408         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
10409
10410         * modules/unilbrk/u32-width-linebreaks-tests: New file.
10411         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
10412
10413         * modules/unilbrk/u16-width-linebreaks-tests: New file.
10414         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
10415
10416         * modules/unilbrk/u8-width-linebreaks-tests: New file.
10417         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
10418
10419         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
10420         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
10421
10422         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
10423         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
10424
10425         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
10426         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
10427
10428         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
10429         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
10430
10431 2008-05-10  Bruno Haible  <bruno@clisp.org>
10432
10433         Split up 'linebreak' module.
10434         * lib/unilbrk.h: New file, based on lib/linebreak.h.
10435         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
10436         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
10437         modifications.
10438         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
10439         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
10440         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
10441         lib/linebreak.c.
10442         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
10443         lib/linebreak.c.
10444         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
10445         lib/linebreak.c.
10446         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
10447         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
10448         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
10449         lib/linebreak.c.
10450         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
10451         lib/linebreak.c.
10452         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
10453         lib/linebreak.c.
10454         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
10455         lib/linebreak.c.
10456         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
10457         lib/linebreak.c.
10458         * modules/unilbrk/base: New file.
10459         * modules/unilbrk/tables: New file.
10460         * modules/unilbrk/u8-possible-linebreaks: New file.
10461         * modules/unilbrk/u16-possible-linebreaks: New file.
10462         * modules/unilbrk/u32-possible-linebreaks: New file.
10463         * modules/unilbrk/ulc-common: New file.
10464         * modules/unilbrk/ulc-possible-linebreaks: New file.
10465         * modules/unilbrk/u8-width-linebreaks: New file.
10466         * modules/unilbrk/u16-width-linebreaks: New file.
10467         * modules/unilbrk/u32-width-linebreaks: New file.
10468         * modules/unilbrk/ulc-width-linebreaks: New file.
10469         * lib/linebreak.h: Remove file.
10470         * lib/linebreak.c: Remove file.
10471         * m4/linebreak.m4: Remove file.
10472         * modules/linebreak: Remove file.
10473         * NEWS: Mention the changes.
10474
10475 2008-05-09  Eric Blake  <ebb9@byu.net>
10476
10477         Add xmemdup0.
10478         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
10479         implementation.
10480         * lib/xmalloc.c (xmemdup0): New C implementation.
10481
10482 2008-05-08  Bruno Haible  <bruno@clisp.org>
10483
10484         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
10485
10486 2008-05-07  Eric Blake  <ebb9@byu.net>
10487
10488         Support cross-compilation of <wctype.h>.
10489         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
10490         AC_CACHE_CHECK.
10491
10492 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
10493
10494         * build-aux/vc-list-files: Add support for bzr.
10495
10496 2008-05-03  Jim Meyering  <meyering@redhat.com>
10497
10498         avoid failed assertion with tight malloc
10499         * tests/test-getndelim2.c: Correct an off-by-one assertion.
10500
10501 2008-05-03  Simon Josefsson  <simon@josefsson.org>
10502
10503         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
10504         are needed from arpa/inet.h.
10505         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
10506         Reported by Bruno Haible.
10507
10508 2008-05-02  Jim Meyering  <meyering@redhat.com>
10509
10510         avoid compilation error on FreeBSD 6
10511         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
10512
10513 2008-05-01  Jim Meyering  <meyering@redhat.com>
10514
10515         useless-if-before-free: correct --help's exit status description
10516         * build-aux/useless-if-before-free (usage): Like grep, exit 0
10517         for one or more matches, etc.  Reported by Bruno Haible.
10518
10519         vc-list-files: make the stand-alone gnulib test work
10520         * modules/vc-list-files-tests (configure.ac):
10521         Define and AC_SUBST abs_aux_dir.
10522         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
10523         $(abs_top_srcdir) to each script and having each of them
10524         duplicate the work of setting PATH, set PATH here, using
10525         the new variable, abs_aux_dir instead.
10526         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
10527         * tests/test-vc-list-files-git.sh: Likewise.
10528         Reported by Bruno Haible.
10529
10530 2008-05-01  Bruno Haible  <bruno@clisp.org>
10531
10532         * lib/getndelim2.c (getndelim2): Fix newsize computation during
10533         reallocation. Rename 'done' to 'found_delimiter'.
10534
10535 2008-05-01  Jim Meyering  <meyering@redhat.com>
10536
10537         vc-list-files: accommodate /bin/sh like the one from Solaris 10
10538         * build-aux/vc-list-files: Use `...`, not $(...).
10539
10540 2008-04-30  Jim Meyering  <meyering@redhat.com>
10541
10542         add tests for vc-list-files
10543         * modules/vc-list-files-tests: New module.
10544         * tests/test-vc-list-files-cvs.sh: New file.
10545         * tests/test-vc-list-files-git.sh: New file.
10546
10547         avoid a warning from gcc
10548         * lib/getndelim2.c (IF_LINT): Define.
10549         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
10550
10551         vc-list-files: work properly with build-aux/cvsu, too
10552         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
10553         to all cvs-based clauses.
10554
10555         vc-list-files: work properly in the CVS+awk case, too
10556         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
10557
10558         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
10559         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
10560         take more than one file argument, so .  Add quotes, just in case $dir
10561         ever contains a shell meta-character.  Prompted by Soren Hansen in
10562         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
10563
10564 2008-04-29  Eric Blake  <ebb9@byu.net>
10565
10566         Optimize getndelim2 to use block operations when possible.
10567         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
10568         freadseek, and memchr2.
10569         * lib/getndelim2.c (getndelim2): Use them for block reads.
10570
10571 2008-04-29  Bruno Haible  <bruno@clisp.org>
10572
10573         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
10574         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10575         * modules/inet_ntop (Depends-on): Add extensions.
10576         * modules/inet_pton (Depends-on): Likewise.
10577         Reported by Simon Josefsson.
10578
10579 2008-04-29  Jim Meyering  <meyering@redhat.com>
10580
10581         When the is more than one match in a block, match all of them.
10582         * build-aux/useless-if-before-free: Iterate through each block
10583         until there are no more matches.
10584
10585         Fix broken useless-if-before-free script.
10586         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10587         the expression to match cast of argument to free-like function.
10588
10589 2008-04-29  Eric Blake  <ebb9@byu.net>
10590
10591         Use new header.
10592         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10593
10594 2008-04-29  Jim Meyering  <meyering@redhat.com>
10595
10596         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10597         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10598         by gnulib to exist and to declare e.g., inet_ntop.
10599         Don't include "inet_ntop.h", now removed.
10600
10601         * m4/arpa_inet_h.m4: Remove trailing blanks.
10602
10603 2008-04-29  Eric Blake  <ebb9@byu.net>
10604
10605         Silence valgrind on safe reads beyond potential array bounds.
10606         * lib/rawmemchr.valgrind: New file.
10607         * lib/strchrnul.valgrind: Likewise.
10608         * modules/rawmemchr (Files): Distribute new file.
10609         * modules/strchrnul (Files): Likewise.
10610         Suggested by Bruno Haible.
10611
10612 2008-04-29  Bruno Haible  <bruno@clisp.org>
10613
10614         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10615         (inet_ntop, inet_pton): Change portability warning's wording.
10616         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10617         Invoke gl_CHECK_NEXT_HEADERS.
10618         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10619         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10620         set ARPA_INET_H.
10621         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10622         * modules/arpa_inet (Description): No longer only for systems that
10623         lack it.
10624         (Depends-on): Add include_next.
10625         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10626         HAVE_ARPA_INET_H.
10627
10628 2008-04-29  Jim Meyering  <meyering@redhat.com>
10629
10630         * modules/mkdir (License): Re-license as LGPLv2+.
10631
10632 2008-04-29  Bruno Haible  <bruno@clisp.org>
10633
10634         * modules/rawmemchr (Maintainer): Set to Eric.
10635         * modules/strchrnul (Maintainer): Likewise.
10636
10637 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10638
10639         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10640         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10641
10642         * modules/arpa_inet (arpa/inet.h): Use them.
10643
10644 2008-04-28  Eric Blake  <ebb9@byu.net>
10645
10646         Test getndelim2.
10647         * modules/getndelim2-tests: New file.
10648         * tests/test-getndelim2.c: Likewise.
10649         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10650         stream.
10651         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10652
10653         * MODULES.html.sh: Document new module.
10654
10655 2008-04-20  Bruno Haible  <bruno@clisp.org>
10656
10657         * lib/c-stack.c (die): Use raise.
10658         * modules/c-stack (Depends-on): Add raise.
10659
10660 2008-04-28  Bruno Haible  <bruno@clisp.org>
10661
10662         Expect rpmatch to be declared.
10663         * lib/yesno.c (rpmatch): Remove declaration.
10664
10665         Declare rpmatch.
10666         * lib/stdlib.in.h (rpmatch): New declaration.
10667         * lib/rpmatch.c: Include <stdlib.h> first.
10668         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10669         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10670         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10671         HAVE_RPMATCH.
10672         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10673         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10674         (Include): Set to <stdlib.h>.
10675         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10676         HAVE_RPMATCH.
10677         * NEWS: Document the change.
10678
10679 2008-04-28  Bruno Haible  <bruno@clisp.org>
10680
10681         Change rpmatch to use nl_langinfo when appropriate.
10682         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10683         (N_): New macro.
10684         (localized_pattern): New function/macro.
10685         (try): Remove match, nomatch arguments. Copy the pattern into safe
10686         memory before caching it.
10687         (rpmatch): Use localized_pattern. Add translator comments.
10688         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10689         Suggested by Eric Blake.
10690         * modules/rpmatch (Depends-on): Add stdbool.
10691
10692 2008-04-28  Eric Blake  <ebb9@byu.net>
10693
10694         Add rawmemchr module, matching glibc.
10695         * modules/string (Makefile.am): New indicator.
10696         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10697         * lib/string.in.h (rawmemchr): Declare when appropriate.
10698         * modules/rawmemchr: New file.
10699         * m4/rawmemchr.m4: Likewise.
10700         * lib/rawmemchr.c: Likewise.
10701         * modules/rawmemchr-tests: Likewise.
10702         * tests/test-rawmemchr.c: Likewise.
10703         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10704         module.
10705         * modules/strchrnul (Depends-on): Add rawmemchr.
10706         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10707
10708         Whitespace cleanup.
10709         * tests/test-strchrnul.c: Reindent.
10710         * lib/strchrnul.c: Likewise.
10711
10712         Optimize and test strchrnul.
10713         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10714         * modules/strchrnul-tests: New file.
10715         * tests/test-strchrnul.c: Likewise.
10716
10717         Remove intprops dependency.
10718         * modules/memchr (Depends-on): Remove intprops.
10719         * modules/memrchr (Depends-on): Likewise.
10720         * modules/memchr2 (Depends-on): Likewise.
10721         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10722         * lib/memrchr.c (__memrchr): Likewise.
10723         * lib/memrchr2.c (memchr2): Likewise.
10724         Reported by Simon Josefsson.
10725
10726 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10727
10728         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10729         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10730
10731 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10732
10733         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10734
10735         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10736
10737         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10738
10739         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10740         declarations.
10741         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10742
10743         * m4/inet_pton.m4: Don't check for header files.
10744
10745         * m4/inet_ntop.m4: Don't check for header files.
10746
10747 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10748
10749         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10750         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10751         trigger for cygwin).
10752         Reported by Bruno Haible  <bruno@clisp.org>.
10753
10754 2008-04-28  Bruno Haible  <bruno@clisp.org>
10755
10756         * doc/posix-functions/strdup.texi: Mention mingw problem.
10757
10758 2008-04-27  Bruno Haible  <bruno@clisp.org>
10759
10760         * modules/stat-time-tests (Depends-on): Add sleep.
10761         * tests/test-stat-time.c (force_unlink): New function.
10762         (cleanup): Use it.
10763         (test_mtime): Remove the ctime related tests.
10764         (test_ctime): New function, containing the ctime related tests.
10765         (main): Call test_ctime, except on native Windows platforms.
10766
10767 2008-04-27  Bruno Haible  <bruno@clisp.org>
10768
10769         * lib/rpmatch.c (rpmatch): Add some comments.
10770         Reported by James Youngman <jay@gnu.org>.
10771
10772 2008-04-27  Bruno Haible  <bruno@clisp.org>
10773
10774         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10775         quiet NaNs.
10776
10777 2008-04-27  Bruno Haible  <bruno@clisp.org>
10778
10779         Make test-yesno.sh work on mingw.
10780         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10781         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10782         (main): Set stdin to binary mode.
10783         * modules/yesno-tests (Depends-on): Add binary-io.
10784
10785 2008-04-27  Bruno Haible  <bruno@clisp.org>
10786
10787         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10788         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10789         argument that lie outside the IEEE 854 domain.
10790         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10791         (gl_ISFINITE): Use it.
10792         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10793
10794 2008-04-27  Bruno Haible  <bruno@clisp.org>
10795
10796         Allow local renaming in config.h.
10797         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10798
10799 2008-04-27  Bruno Haible  <bruno@clisp.org>
10800
10801         * lib/memchr.c (__memchr): Change type of 'i'.
10802         * lib/memchr2.c (memchr2): Likewise.
10803
10804 2008-04-26  Eric Blake  <ebb9@byu.net>
10805         and Bruno Haible  <bruno@clisp.org>
10806
10807         Optimize and test memrchr.
10808         * modules/memrchr (Depends-on): Add intprops.
10809         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10810         * modules/memrchr-tests: New file.
10811         * tests/test-memrchr.c: New file.
10812
10813 2008-04-26  Bruno Haible  <bruno@clisp.org>
10814
10815         Add tentative support for DragonFly BSD.
10816         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10817         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10818         fp.
10819         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10820         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10821         * lib/fpurge.c (fpurge): Likewise.
10822         * lib/freadable.c (freaadable): Likewise.
10823         * lib/freadahead.c (freadahead): Likewise.
10824         * lib/freading.c (freading): Likewise.
10825         * lib/freadptr.c (freadptr): Likewise.
10826         * lib/freadseek.c (freadptrinc): Likewise.
10827         * lib/fseeko.c (fseeko): Likewise.
10828         * lib/fseterr.c (fseterr): Likewise.
10829         * lib/fwritable.c (fwritable): Likewise.
10830         * lib/fwriting.c (fwriting): Likewise.
10831
10832 2008-04-26  Bruno Haible  <bruno@clisp.org>
10833
10834         * lib/stdio-impl.h: New file.
10835         * lib/fbufmode.c: Include stdio-impl.h.
10836         (fbufmode): Use fp_, remove redundant #defines.
10837         * lib/fflush.c: Include stdio-impl.h.
10838         (clear_ungetc_buffer): Remove redundant #defines.
10839         * lib/fpurge.c: Include stdio-impl.h.
10840         (fpurge): Remove redundant #defines.
10841         * lib/freadable.c: Include stdio-impl.h.
10842         (freadable): Remove redundant #defines.
10843         * lib/freadahead.c: Include stdio-impl.h.
10844         (freadahead): Remove redundant #defines.
10845         * lib/freading.c: Include stdio-impl.h.
10846         (freading): Remove redundant #defines.
10847         * lib/freadptr.c: Include stdio-impl.h.
10848         (freadptr): Remove redundant #defines.
10849         * lib/freadseek.c: Include stdio-impl.h.
10850         (freadptrinc): Remove redundant #defines.
10851         * lib/fseeko.c: Include stdio-impl.h.
10852         (rpl_fseeko): Remove redundant #defines.
10853         * lib/fseterr.c: Include stdio-impl.h.
10854         (fseterr): Remove redundant #defines.
10855         * lib/fwritable.c: Include stdio-impl.h.
10856         (fwritable: Remove redundant #defines.
10857         * lib/fwriting.c: Include stdio-impl.h.
10858         (fwriting): Remove redundant #defines.
10859         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10860         * modules/fflush (Files): Likewise.
10861         * modules/fpurge (Files): Likewise.
10862         * modules/freadable (Files): Likewise.
10863         * modules/freadahead (Files): Likewise.
10864         * modules/freading (Files): Likewise.
10865         * modules/freadptr (Files): Likewise.
10866         * modules/freadseek (Files): Likewise.
10867         * modules/fseeko (Files): Likewise.
10868         * modules/fseterr (Files): Likewise.
10869         * modules/fwritable (Files): Likewise.
10870         * modules/fwriting (Files): Likewise.
10871
10872 2008-04-26  Bruno Haible  <bruno@clisp.org>
10873
10874         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10875         restore_seek_optimization, update_fpos_cache): New functions, extracted
10876         from rpl_fflush.
10877         (rpl_fflush): Use them.
10878         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10879         (gl_REPLACE_FFLUSH): Use it.
10880
10881 2008-04-26  Bruno Haible  <bruno@clisp.org>
10882
10883         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10884         on Solaris.
10885         * tests/test-xstrtoimax.sh: Likewise.
10886         * tests/test-xstrtoumax.sh: Likewise.
10887         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10888
10889 2008-04-26  Bruno Haible  <bruno@clisp.org>
10890
10891         * modules/memchr-tests: New file.
10892         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10893
10894 2008-04-26  Eric Blake  <ebb9@byu.net>
10895             Bruno Haible  <bruno@clisp.org>
10896
10897         * lib/memchr.c: Include intprops.h.
10898         (__memchr): Optimize parallel detection of matching bytes. Rename local
10899         variables. Add explanatory comments.
10900
10901 2008-04-26  Bruno Haible  <bruno@clisp.org>
10902
10903         Fix module 'memchr', broken since 2000-10-28.
10904         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10905
10906 2008-04-26  Bruno Haible  <bruno@clisp.org>
10907
10908         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10909         comments.
10910
10911 2008-04-25  Eric Blake  <ebb9@byu.net>
10912
10913         Use native fstatat on cygwin 1.7.0.
10914         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10915         first.
10916
10917 2008-04-23  Eric Blake  <ebb9@byu.net>
10918
10919         Improve memchr2 performance.
10920         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10921         NUL bytes.
10922         * modules/memchr2 (Depends-on): Use intprops.h.
10923
10924 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10925
10926         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10927         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10928         <blp@cs.stanford.edu>.
10929
10930 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10931
10932         * lib/arpa_inet.in.h: New file.
10933
10934         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10935         (Makefile.am): Sed in substitute header file.
10936
10937         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10938         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10939
10940         * modules/inet_ntop (configure.ac): Use
10941         gl_ARPA_INET_MODULE_INDICATOR.
10942
10943         * modules/inet_pton (configure.ac): Use
10944         gl_ARPA_INET_MODULE_INDICATOR.
10945
10946 2008-04-22  Jim Meyering  <meyering@redhat.com>
10947
10948         * modules/verify (License): Re-license as LGPLv2+.
10949
10950 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10951
10952         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10953         parameter to void* as per POSIX standard (MinGW uses char*).
10954
10955 2008-04-21  Bruno Haible  <bruno@clisp.org>
10956
10957         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10958         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10959         Define to replacements if REPLACE_ISWCNTRL is 1.
10960         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10961         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10962         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10963         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10964         what it fixes.
10965         * doc/posix-functions/iswalpha.texi: Likewise.
10966         * doc/posix-functions/iswblank.texi: Likewise.
10967         * doc/posix-functions/iswcntrl.texi: Likewise.
10968         * doc/posix-functions/iswdigit.texi: Likewise.
10969         * doc/posix-functions/iswgraph.texi: Likewise.
10970         * doc/posix-functions/iswlower.texi: Likewise.
10971         * doc/posix-functions/iswprint.texi: Likewise.
10972         * doc/posix-functions/iswpunct.texi: Likewise.
10973         * doc/posix-functions/iswspace.texi: Likewise.
10974         * doc/posix-functions/iswupper.texi: Likewise.
10975         * doc/posix-functions/iswxdigit.texi: Likewise.
10976         Reported by Alain Guibert.
10977
10978 2008-04-21  Bruno Haible  <bruno@clisp.org>
10979
10980         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10981         Patch by Alain Guibert.
10982
10983 2008-04-21  Bruno Haible  <bruno@clisp.org>
10984
10985         Fix test failures on mingw.
10986         * tests/test-xstrtol.c (print_no_progname): New function.
10987         (main): Install it in error_print_progname hook.
10988         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10989         * tests/test-xstrtoimax.sh: Likewise.
10990         * tests/test-xstrtoumax.sh: Likewise.
10991
10992 2008-04-21  Bruno Haible  <bruno@clisp.org>
10993
10994         Fix test failure on mingw.
10995         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10996
10997 2008-04-21  Bruno Haible  <bruno@clisp.org>
10998
10999         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
11000         Actually assign a value.
11001
11002 2008-04-20  Bruno Haible  <bruno@clisp.org>
11003
11004         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
11005         take 2.
11006         * lib/canonicalize.c (canonicalize_file_name): Elide if the
11007         'canonicalize-lgpl' module is also used.
11008         * lib/canonicalize-lgpl.c: Undo last change.
11009         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
11010
11011 2008-04-20  Bruno Haible  <bruno@clisp.org>
11012
11013         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
11014         config.h. Provide _mkdir based fallback for mingw.
11015         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
11016         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
11017         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
11018         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
11019         rather than defining mkdir in config.h.
11020         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
11021         (gl_SYS_STAT_H_DEFAULTS): New macro.
11022         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
11023         HAVE_IO_H any more.
11024         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
11025         HAVE_DECL_MKDIR and HAVE_IO_H.
11026
11027 2008-04-20  Bruno Haible  <bruno@clisp.org>
11028
11029         * lib/isapipe.c: Port to native Windows platforms.
11030
11031 2008-04-20  Bruno Haible  <bruno@clisp.org>
11032
11033         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
11034
11035 2008-04-21  Eric Blake  <ebb9@byu.net>
11036
11037         Work around preprocessors that don't handle UINTMAX_MAX.
11038         * lib/memchr2.c (memchr2): Avoid embedded #if.
11039         Reported by Alain Guibert, fix suggested by Bruno Haible.
11040
11041 2008-04-21  Simon Josefsson  <simon@josefsson.org>
11042
11043         * doc/posix-functions/strftime.texi (strftime): Explain better
11044         Windows incompatibility.  Suggested by Micah Cowan
11045         <micah@cowan.name>.
11046
11047 2008-04-20  Bruno Haible  <bruno@clisp.org>
11048
11049         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
11050         unistr/u8-mblen.
11051
11052 2008-04-20  Bruno Haible  <bruno@clisp.org>
11053
11054         Fix test failure on platforms with non-GNU iconv.
11055         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
11056         (U_TO_U8): Use it, rather than u16_to_u8.
11057         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
11058         units at the end of the input string.
11059         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
11060
11061 2008-04-20  Bruno Haible  <bruno@clisp.org>
11062
11063         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
11064         when the resulting length is 0.
11065         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
11066
11067 2008-04-20  Bruno Haible  <bruno@clisp.org>
11068
11069         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
11070         works.
11071         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
11072
11073 2008-04-20  Bruno Haible  <bruno@clisp.org>
11074
11075         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
11076         * modules/tsearch-tests (configure.ac): Test for initstate function.
11077
11078 2008-04-20  Bruno Haible  <bruno@clisp.org>
11079
11080         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
11081         for nlink_t if missing.
11082         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
11083
11084 2008-04-19  Bruno Haible  <bruno@clisp.org>
11085
11086         Work around snprintf bug on Linux libc5.
11087         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
11088         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
11089         gl_SNPRINTF_SIZE1.
11090         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
11091         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
11092         that test failed.
11093         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
11094         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
11095         * modules/snprintf (Files): Add m4/printf.m4.
11096         * modules/vsnprintf (Files): Likewise.
11097         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
11098         * doc/posix-functions/vsnprintf.texi: Likewise.
11099
11100 2008-04-19  Bruno Haible  <bruno@clisp.org>
11101
11102         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
11103         from 0.0058 to less than 10^-7.
11104
11105 2008-04-19  Bruno Haible  <bruno@clisp.org>
11106
11107         Fix rounding when a precision is given.
11108         * lib/vasnprintf.c (is_borderline): New function.
11109         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
11110         9...9x.
11111         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
11112         %e, %g.
11113         * tests/test-vasprintf-posix.c (test_function): Likewise.
11114         * tests/test-snprintf-posix.h (test_function): Likewise.
11115         * tests/test-sprintf-posix.h (test_function): Likewise.
11116         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
11117         * tests/test-printf-posix.h (test_function): Likewise.
11118         * tests/test-printf-posix.output: Update.
11119         Reported by John Darrington <john@darrington.wattle.id.au> via
11120         Ben Pfaff <blp@cs.stanford.edu>.
11121
11122 2008-04-18  Simon Josefsson  <simon@josefsson.org>
11123
11124         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
11125         Suggested by Bruno Haible <bruno@clisp.org>.
11126
11127 2008-04-17  Bruno Haible  <bruno@clisp.org>
11128
11129         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
11130         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
11131         implementation.
11132         Patch by Bruce Merry <bmerry@gmail.com>.
11133
11134 2008-04-17  Simon Josefsson  <simon@josefsson.org>
11135
11136         * doc/posix-functions/strftime.texi (strftime): Mention that %e
11137         doesn't work under Windows.
11138
11139 2008-04-16  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
11142         New macros.
11143         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
11144         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
11145         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
11146         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
11147         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
11148         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
11149         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
11150         macros.
11151         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
11152         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
11153         Northern Sotho, Uighur.
11154
11155 2008-04-16  Bruno Haible  <bruno@clisp.org>
11156
11157         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
11158         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
11159         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
11160         Reported by Daniel Bergström <daniel@octocode.com>.
11161
11162 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
11163             Bruno Haible  <bruno@clisp.org>
11164
11165         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
11166         function.
11167         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
11168         New functions, mostly extracted from gl_locale_name_default.
11169         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
11170
11171 2008-04-16  Eric Blake  <ebb9@byu.net>
11172
11173         Adjust strtod detection to catch glibc 2.7 bug.
11174         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
11175         Reported by John Gatewood Ham.
11176
11177 2008-04-16  Bruno Haible  <bruno@clisp.org>
11178
11179         Add tentative support for Linux libc5.
11180         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
11181         * lib/fpurge.c (fpurge): Likewise.
11182         * lib/freadable.c (freadable): Likewise.
11183         * lib/freadahead.c (freadahead): Likewise.
11184         * lib/freading.c (freading): Likewise.
11185         * lib/freadptr.c (freadptr): Likewise.
11186         * lib/freadseek.c (freadptrinc): Likewise.
11187         * lib/fseeko.c (rpl_fseeko): Likewise.
11188         * lib/fseterr.c (fseterr): Likewise.
11189         * lib/fwritable.c (fwritable): Likewise.
11190         * lib/fwriting.c (fwriting): Likewise.
11191         Reported by Alain Guibert <alguibert+bts@free.fr>.
11192
11193 2008-04-15  Bruno Haible  <bruno@clisp.org>
11194
11195         * modules/mathl (configure.ac): Define module indicator.
11196
11197 2008-04-15  Bruno Haible  <bruno@clisp.org>
11198
11199         * lib/logl.c (logl): Remove unused variables.
11200
11201 2008-04-15  Bruno Haible  <bruno@clisp.org>
11202
11203         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
11204         fails.
11205
11206 2008-04-15  Bruno Haible  <bruno@clisp.org>
11207
11208         * lib/trim.c (trim2): Fix argument of isspace() macro.
11209
11210 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
11211
11212         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
11213         to 0.
11214         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
11215
11216 2008-04-14  Bruno Haible  <bruno@clisp.org>
11217
11218         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
11219         AC_LANG_PROGRAM argument.
11220         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
11221         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
11222         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11223         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
11224         * m4/math_h.m4 (gl_MATH_H): Likewise.
11225         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
11226         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
11227         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
11228         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
11229         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11230         * m4/regex.m4 (gl_REGEX): Likewise.
11231         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
11232         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
11233         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11234         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
11235         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11236         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11237         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
11238         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
11239
11240 2008-04-14  Jim Meyering  <meyering@redhat.com>
11241
11242         test-strtod: fix typos: s/abs/fabs/
11243         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
11244
11245 2008-04-13  Bruno Haible  <bruno@clisp.org>
11246
11247         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
11248         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
11249         module is also used and while not building the reloc-wrapper.
11250
11251 2008-04-13  Bruno Haible  <bruno@clisp.org>
11252
11253         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
11254
11255 2008-04-13  Bruno Haible  <bruno@clisp.org>
11256
11257         Fix AIX compilation failure introduced on 2008-04-02.
11258         * tests/test-frexp.c (exp): Undefine before redefining.
11259         * tests/test-frexpl.c (exp): Likewise.
11260
11261 2008-04-13  Bruno Haible  <bruno@clisp.org>
11262
11263         Work around a HP-UX stdio bug.
11264         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
11265         * tests/test-ftello.c (main): Likewise.
11266         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
11267         * doc/posix-functions/ftello.texi: Likewise.
11268
11269 2008-04-13  Bruno Haible  <bruno@clisp.org>
11270
11271         Make test-signbit pass on HP-UX/hppa.
11272         * tests/test-signbit.c (minus_zerol): New variable.
11273         (test_signbitl): Use it.
11274
11275 2008-04-13  Bruno Haible  <bruno@clisp.org>
11276
11277         Make truncl work on OSF/1 4.0.
11278         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
11279         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
11280         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
11281         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
11282         HAVE_DECL_TRUNCL.
11283         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
11284         HAVE_DECL_TRUNCL.
11285         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
11286
11287 2008-04-13  Bruno Haible  <bruno@clisp.org>
11288
11289         * lib/unictype.h: Remove trailing comma from enumeration definitions.
11290
11291 2008-04-13  Bruno Haible  <bruno@clisp.org>
11292
11293         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
11294         expression, so as to avoid HP-UX 11 cc compiler bug.
11295
11296 2008-04-13  Bruno Haible  <bruno@clisp.org>
11297
11298         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
11299
11300 2008-04-13  Bruno Haible  <bruno@clisp.org>
11301
11302         * lib/git-merge-changelog.c: Remove empty declaration outside of
11303         functions.
11304
11305 2008-04-13  Bruno Haible  <bruno@clisp.org>
11306
11307         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
11308
11309 2008-04-13  Bruno Haible  <bruno@clisp.org>
11310
11311         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
11312         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
11313         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
11314         also if it exists but lacks definitions of the SHUT_* macros.
11315         * modules/sys_socket (Description): Update.
11316         Reported by Elbert Pol <e.pol@chello.nl>.
11317
11318 2008-04-13  Bruno Haible  <bruno@clisp.org>
11319
11320         * lib/localcharset.c (OS2): Don't redefine if already defined.
11321         Reported by Elbert Pol <e.pol@chello.nl>.
11322
11323 2008-04-13  Bruno Haible  <bruno@clisp.org>
11324
11325         * lib/binary-io.h [__EMX__]: Include <io.h>.
11326         Reported by Elbert Pol <e.pol@chello.nl>.
11327
11328 2008-04-12  Bruno Haible  <bruno@clisp.org>
11329
11330         * lib/fpucw.h: Enable the definitions also for x86_64.
11331         Needed for NetBSD/x86_64.
11332         Reported by Thomas Klausner <tk@giga.or.at>.
11333
11334 2008-04-12  Bruno Haible  <bruno@clisp.org>
11335
11336         * tests/test-strtod.c: Include isnand.h.
11337         (main): Use isnand instead of isnan.
11338         Reported by Jim Meyering.
11339
11340 2008-04-12  Bruno Haible  <bruno@clisp.org>
11341
11342         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
11343         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
11344
11345 2008-04-12  Jim Meyering  <meyering@redhat.com>
11346
11347         * m4/math_h.m4 (gl_MATH_H): Fix typos.
11348
11349 2008-04-12  Bruno Haible  <bruno@clisp.org>
11350
11351         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
11352         Reported by Elbert Pol <e.pol@chello.nl>.
11353
11354 2008-04-12  Eric Blake  <ebb9@byu.net>
11355
11356         Work around Solaris 10 math.h bug.
11357         * m4/math_h.m4 (gl_MATH_H): Check for bug.
11358         (gl_MATH_H_DEFAULTS): Set up default.
11359         * modules/math (Makefile.am): Replace new indicators.
11360         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
11361         * tests/test-math.c (main): Test this.
11362         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
11363         * doc/posix-headers/math.texi (math.h): Mention bug.
11364         Reported by Nelson H. F. Beebe and Jim Meyering.
11365
11366 2008-04-11  Bruno Haible  <bruno@clisp.org>
11367
11368         Adapt to future versions of Apple GCC.
11369         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
11370         Reported by Peter O'Gorman <peter@pogma.com>.
11371
11372 2008-04-11  Bruno Haible  <bruno@clisp.org>
11373
11374         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
11375
11376 2008-04-11  Bruno Haible  <bruno@clisp.org>
11377
11378         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
11379
11380         * modules/getaddrinfo-tests (Makefile.am): Define
11381         test_getaddrinfo_LDADD.
11382
11383 2008-04-11  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
11386         (init): Fix syntax error.
11387         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
11388         is declared.
11389
11390 2008-04-11  Bruno Haible  <bruno@clisp.org>
11391
11392         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
11393         * modules/glob (Depends-on): Add stdbool.
11394
11395 2008-04-11  Bruno Haible  <bruno@clisp.org>
11396
11397         * lib/trim.c: Include <string.h>.
11398
11399 2008-04-11  Eric Blake  <ebb9@byu.net>
11400
11401         Avoid compile failure on OS/2.
11402         * lib/regex_internal.h (internal_function): Disable optimization
11403         on OS/2 (__EMX__), where it caused compiler error.
11404         Reported by Elbert Pol.
11405
11406 2008-04-11  Bruno Haible  <bruno@clisp.org>
11407
11408         Flush the standard error stream before aborting. Needed on mingw.
11409         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
11410         * tests/test-array_list.c (ASSERT): Likewise.
11411         * tests/test-array_oset.c (ASSERT): Likewise.
11412         * tests/test-avltree_list.c (ASSERT): Likewise.
11413         * tests/test-avltree_oset.c (ASSERT): Likewise.
11414         * tests/test-avltreehash_list.c (ASSERT): Likewise.
11415         * tests/test-binary-io.c (ASSERT): Likewise.
11416         * tests/test-byteswap.c (ASSERT): Likewise.
11417         * tests/test-c-ctype.c (ASSERT): Likewise.
11418         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
11419         * tests/test-c-strcasestr.c (ASSERT): Likewise.
11420         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
11421         * tests/test-c-strstr.c (ASSERT): Likewise.
11422         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
11423         * tests/test-canonicalize.c (ASSERT): Likewise.
11424         * tests/test-carray_list.c (ASSERT): Likewise.
11425         * tests/test-ceilf1.c (ASSERT): Likewise.
11426         * tests/test-ceilf2.c (ASSERT): Likewise.
11427         * tests/test-ceill.c (ASSERT): Likewise.
11428         * tests/test-count-one-bits.c (ASSERT): Likewise.
11429         * tests/test-fbufmode.c (ASSERT): Likewise.
11430         * tests/test-fflush2.c (ASSERT): Likewise.
11431         * tests/test-floorf1.c (ASSERT): Likewise.
11432         * tests/test-floorf2.c (ASSERT): Likewise.
11433         * tests/test-floorl.c (ASSERT): Likewise.
11434         * tests/test-fopen.c (ASSERT): Likewise.
11435         * tests/test-fpending.c (ASSERT): Likewise.
11436         * tests/test-fprintf-posix.c (ASSERT): Likewise.
11437         * tests/test-fpurge.c (ASSERT): Likewise.
11438         * tests/test-freadable.c (ASSERT): Likewise.
11439         * tests/test-freadahead.c (ASSERT): Likewise.
11440         * tests/test-freading.c (ASSERT): Likewise.
11441         * tests/test-freadptr.c (ASSERT): Likewise.
11442         * tests/test-freadptr2.c (ASSERT): Likewise.
11443         * tests/test-freadseek.c (ASSERT): Likewise.
11444         * tests/test-freopen.c (ASSERT): Likewise.
11445         * tests/test-frexp.c (ASSERT): Likewise.
11446         * tests/test-frexpl.c (ASSERT): Likewise.
11447         * tests/test-fseek.c (ASSERT): Likewise.
11448         * tests/test-fseeko.c (ASSERT): Likewise.
11449         * tests/test-fstrcmp.c (ASSERT): Likewise.
11450         * tests/test-ftell.c (ASSERT): Likewise.
11451         * tests/test-ftello.c (ASSERT): Likewise.
11452         * tests/test-func.c (ASSERT): Likewise.
11453         * tests/test-fwritable.c (ASSERT): Likewise.
11454         * tests/test-fwriting.c (ASSERT): Likewise.
11455         * tests/test-getdelim.c (ASSERT): Likewise.
11456         * tests/test-getline.c (ASSERT): Likewise.
11457         * tests/test-i-ring.c (ASSERT): Likewise.
11458         * tests/test-iconv-utf.c (ASSERT): Likewise.
11459         * tests/test-iconv.c (ASSERT): Likewise.
11460         * tests/test-isfinite.c (ASSERT): Likewise.
11461         * tests/test-isnand.c (ASSERT): Likewise.
11462         * tests/test-isnanf.c (ASSERT): Likewise.
11463         * tests/test-isnanl.h (ASSERT): Likewise.
11464         * tests/test-ldexpl.c (ASSERT): Likewise.
11465         * tests/test-linked_list.c (ASSERT): Likewise.
11466         * tests/test-linkedhash_list.c (ASSERT): Likewise.
11467         * tests/test-localename.c (ASSERT): Likewise.
11468         * tests/test-lseek.c (ASSERT): Likewise.
11469         * tests/test-mbscasecmp.c (ASSERT): Likewise.
11470         * tests/test-mbscasestr1.c (ASSERT): Likewise.
11471         * tests/test-mbscasestr2.c (ASSERT): Likewise.
11472         * tests/test-mbscasestr3.c (ASSERT): Likewise.
11473         * tests/test-mbscasestr4.c (ASSERT): Likewise.
11474         * tests/test-mbschr.c (ASSERT): Likewise.
11475         * tests/test-mbscspn.c (ASSERT): Likewise.
11476         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
11477         * tests/test-mbspbrk.c (ASSERT): Likewise.
11478         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
11479         * tests/test-mbsrchr.c (ASSERT): Likewise.
11480         * tests/test-mbsspn.c (ASSERT): Likewise.
11481         * tests/test-mbsstr1.c (ASSERT): Likewise.
11482         * tests/test-mbsstr2.c (ASSERT): Likewise.
11483         * tests/test-mbsstr3.c (ASSERT): Likewise.
11484         * tests/test-memchr2.c (ASSERT): Likewise.
11485         * tests/test-memmem.c (ASSERT): Likewise.
11486         * tests/test-open.c (ASSERT): Likewise.
11487         * tests/test-printf-frexp.c (ASSERT): Likewise.
11488         * tests/test-printf-frexpl.c (ASSERT): Likewise.
11489         * tests/test-printf-posix.c (ASSERT): Likewise.
11490         * tests/test-quotearg.c (ASSERT): Likewise.
11491         * tests/test-rbtree_list.c (ASSERT): Likewise.
11492         * tests/test-rbtree_oset.c (ASSERT): Likewise.
11493         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
11494         * tests/test-round1.c (ASSERT): Likewise.
11495         * tests/test-roundf1.c (ASSERT): Likewise.
11496         * tests/test-roundl.c (ASSERT): Likewise.
11497         * tests/test-signbit.c (ASSERT): Likewise.
11498         * tests/test-sleep.c (ASSERT): Likewise.
11499         * tests/test-snprintf-posix.c (ASSERT): Likewise.
11500         * tests/test-snprintf.c (ASSERT): Likewise.
11501         * tests/test-sprintf-posix.c (ASSERT): Likewise.
11502         * tests/test-stat-time.c (ASSERT): Likewise.
11503         * tests/test-strcasestr.c (ASSERT): Likewise.
11504         * tests/test-strerror.c (ASSERT): Likewise.
11505         * tests/test-striconv.c (ASSERT): Likewise.
11506         * tests/test-striconveh.c (ASSERT): Likewise.
11507         * tests/test-striconveha.c (ASSERT): Likewise.
11508         * tests/test-strsignal.c (ASSERT): Likewise.
11509         * tests/test-strstr.c (ASSERT): Likewise.
11510         * tests/test-strtod.c (ASSERT): Likewise.
11511         * tests/test-trunc1.c (ASSERT): Likewise.
11512         * tests/test-trunc2.c (ASSERT): Likewise.
11513         * tests/test-truncf1.c (ASSERT): Likewise.
11514         * tests/test-truncf2.c (ASSERT): Likewise.
11515         * tests/test-truncl.c (ASSERT): Likewise.
11516         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
11517         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
11518         * tests/test-vasnprintf.c (ASSERT): Likewise.
11519         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
11520         * tests/test-vasprintf.c (ASSERT): Likewise.
11521         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
11522         * tests/test-vprintf-posix.c (ASSERT): Likewise.
11523         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
11524         * tests/test-vsnprintf.c (ASSERT): Likewise.
11525         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
11526         * tests/test-wcwidth.c (ASSERT): Likewise.
11527         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
11528         * tests/test-xprintf-posix.c (ASSERT): Likewise.
11529         * tests/test-xvasprintf.c (ASSERT): Likewise.
11530         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
11531         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
11532         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
11533         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
11534         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
11535         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
11536         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
11537         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
11538         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
11539         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
11540         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
11541         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
11542         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
11543         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
11544         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
11545         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
11546         * tests/unictype/test-block_list.c (ASSERT): Likewise.
11547         * tests/unictype/test-block_of.c (ASSERT): Likewise.
11548         * tests/unictype/test-block_test.c (ASSERT): Likewise.
11549         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
11550         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
11551         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
11552         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
11553         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
11554         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
11555         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
11556         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
11557         * tests/unictype/test-combining.c (ASSERT): Likewise.
11558         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
11559         * tests/unictype/test-digit.c (ASSERT): Likewise.
11560         * tests/unictype/test-mirror.c (ASSERT): Likewise.
11561         * tests/unictype/test-numeric.c (ASSERT): Likewise.
11562         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
11563         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
11564         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
11565         * tests/unictype/test-scripts.c (ASSERT): Likewise.
11566         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
11567         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
11568         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
11569         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
11570         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
11571         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
11572         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
11573         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
11574         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
11575         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
11576         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
11577         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
11578         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
11579         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
11580         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
11581         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11582         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11583         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11584         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11585         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11586         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11587         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11588         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11589         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11590         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11591         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11592         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11593         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11594         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11595         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11596         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11597         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11598         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11599         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11600         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11601         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11602         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11603         Reported by Eric Blake.
11604
11605 2008-04-11  Bruno Haible  <bruno@clisp.org>
11606
11607         * lib/wchar.in.h: Tweak comment.
11608
11609 2008-04-11  Bruno Haible  <bruno@clisp.org>
11610
11611         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11612         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11613         gl_COMMON.
11614         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11615
11616 2008-04-11  Bruno Haible  <bruno@clisp.org>
11617
11618         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11619
11620 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11621
11622         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11623         of attempting to use non-existing /dev/*random.  Based on patch
11624         from Adam Strzelecki <ono@java.pl> in
11625         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11626
11627 2008-04-08  Bruno Haible  <bruno@clisp.org>
11628
11629         Add tentative support for emx+gcc.
11630         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11631         * lib/fpurge.c (fpurge): Likewise.
11632         * lib/freadable.c (freadable): Likewise.
11633         * lib/freadahead.c (freadahead): Likewise.
11634         * lib/freading.c (freading): Likewise.
11635         * lib/freadptr.c (freadptr): Likewise.
11636         * lib/freadseek.c (freadptrinc): Likewise.
11637         * lib/fseeko.c (rpl_fseeko): Likewise.
11638         * lib/fseterr.c (fseterr): Likewise.
11639         * lib/fwritable.c (fwritable): Likewise.
11640         * lib/fwriting.c (fwriting): Likewise.
11641         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11642
11643 2008-04-09  Eric Blake  <ebb9@byu.net>
11644
11645         Avoid some autoconf warnings.
11646         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11647         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11648         * m4/afs.m4 (gl_AFS): Likewise.
11649         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11650         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11651         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11652         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11653         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11654         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11655         (AC_CHECK_DECLS_ONCE): Likewise.
11656         Rename file...
11657         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11658         gnulib-tool requires autoconf 2.59 or better.
11659         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11660
11661 2008-04-08  Eric Blake  <ebb9@byu.net>
11662
11663         Use 'git describe --match' if present (added in git 1.5.5).
11664         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11665         if possible.
11666
11667 2008-04-08  Bruno Haible  <bruno@clisp.org>
11668
11669         Add tentative support for OpenServer.
11670         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11671         _ptr, _cnt.
11672         * lib/fpurge.c (fpurge): Likewise.
11673         * lib/freadable.c (freadable): Likewise.
11674         * lib/freadahead.c (freadahead): Likewise.
11675         * lib/freading.c (freading): Likewise.
11676         * lib/freadptr.c (freadptr): Likewise.
11677         * lib/freadseek.c (freadptrinc): Likewise.
11678         * lib/fseeko.c (rpl_fseeko): Likewise.
11679         * lib/fseterr.c (fseterr): Likewise.
11680         * lib/fwritable.c (fwritable): Likewise.
11681         * lib/fwriting.c (fwriting): Likewise.
11682         Reported by Roger Cornelius <rac@tenzing.org> and
11683         Brian K. White <brian@aljex.com>.
11684
11685 2008-04-06  Jim Meyering  <meyering@redhat.com>
11686
11687         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11688
11689 2008-04-06  Bruno Haible  <bruno@clisp.org>
11690
11691         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11692         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11693         * tests/test-printf-posix.sh: Likewise.
11694         * tests/test-vfprintf-posix.sh: Likewise.
11695         * tests/test-vprintf-posix.sh: Likewise.
11696         * tests/test-xprintf-posix.sh: Likewise.
11697
11698 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11699
11700         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11701         hide error from 'ls', needed on OS/2.
11702         Report by Elbert Pol <elbert.pol@gmail.com>.
11703
11704 2008-04-04  Eric Blake  <ebb9@byu.net>
11705
11706         Make test-fseeko.c failures meaningful.
11707         * tests/test-fseeko.c: Print line number on failure.
11708         * tests/test-fseek.c: Likewise.
11709         Reported by Nelson H. F. Beebe.
11710
11711         Improve strtod bug detection check.
11712         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11713         required for Solaris 10.
11714         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11715
11716 2008-04-04  Bruno Haible  <bruno@clisp.org>
11717
11718         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11719         by m4/setenv.m4.
11720
11721 2008-04-03  Eric Blake  <ebb9@byu.net>
11722
11723         Ensure sane .version contents.
11724         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11725         version string.
11726         * build-aux/git-version-gen: Improve documentation.
11727
11728         Make GNU make output nicer.
11729         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11730         MAKECMDGOALS to enforce message for all command line targets.  Set
11731         srcdir for use in maint.mk.
11732
11733         Another maintainer tweak.
11734         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11735         a target that regenerates version.
11736
11737 2008-04-03  Jim Meyering  <meyering@redhat.com>
11738
11739         vc-list-files: don't cause coreutils "make po-check" failure
11740         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11741
11742 2008-04-03  Eric Blake  <ebb9@byu.net>
11743
11744         Allow VPATH usage of vc-list-files.
11745         * build-aux/vc-list-files (scriptversion): Add timestamp.
11746         (options): Add --help, --version, -C.
11747         (CVS): Support installed cvsu.
11748
11749 2008-04-02  Bruno Haible  <bruno@clisp.org>
11750
11751         Avoid some "statement with no effect" warnings from gcc.
11752         * tests/test-wctype.c (main): Explicitly ignore unused values.
11753         Reported by Jim Meyering.
11754
11755 2008-04-02  Jim Meyering  <meyering@redhat.com>
11756
11757         Avoid some warnings from "gcc -Wshadow".
11758         * tests/test-frexp.c (exp): Define to a different identifier.
11759         * tests/test-frexpl.c (exp): Likewise.
11760
11761 2008-04-03  Jim Meyering  <meyering@redhat.com>
11762
11763         bootstrap: remove dangling *.[ch] symlinks from lib
11764         * build-aux/bootstrap [dangling symlink removal]: Move find's
11765         -depth option to precede all others, to avoid a warning.
11766         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11767
11768 2008-04-02  Bruno Haible  <bruno@clisp.org>
11769
11770         Avoid some warnings from "gcc -Wshadow".
11771         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11772         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11773         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11774         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11775         Reported by Jim Meyering.
11776
11777 2008-04-01  Bruno Haible  <bruno@clisp.org>
11778
11779         Fix test to work on IRIX 6.5 with cc.
11780         * tests/test-math.c (numeric_equal): New function.
11781         (main): Use it.
11782
11783 2008-04-01  Bruno Haible  <bruno@clisp.org>
11784
11785         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11786
11787 2008-04-01  Bruno Haible  <bruno@clisp.org>
11788
11789         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11790         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11791         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11792         (Depends-on): Remove math.
11793
11794         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
11795         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11796         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
11797         (Depends-on): Remove math.
11798
11799         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11800         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11801         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11802         (Depends-on): Remove math.
11803         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11804         (Depends-on): Remove math.
11805
11806         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11807         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11808         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11809         (Depends-on): Remove math.
11810         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11811         (Depends-on): Remove math.
11812
11813         * tests/test-round1.c: Include nan.h.
11814         (main): Use NaNd instead of NAN.
11815         * modules/round-tests (Files): Add tests/nan.h.
11816
11817         * tests/test-trunc1.c: Include nan.h.
11818         (main): Use NaNd instead of NAN.
11819         * modules/trunc-tests (Files): Add tests/nan.h.
11820
11821         * tests/test-roundf1.c: Include nan.h.
11822         (main): Use NaNf instead of NAN.
11823         * modules/roundf-tests (Files): Add tests/nan.h.
11824
11825         * tests/test-truncf1.c: Include nan.h.
11826         (main): Use NaNf instead of NAN.
11827         * modules/truncf-tests (Files): Add tests/nan.h.
11828
11829         * tests/test-ceilf1.c: Include nan.h.
11830         (main): Use NaNf instead of NAN.
11831         * modules/ceilf-tests (Files): Add tests/nan.h.
11832
11833         * tests/test-floorf1.c: Include nan.h.
11834         (main): Use NaNf instead of NAN.
11835         * modules/floorf-tests (Files): Add tests/nan.h.
11836
11837         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11838         (main): Use NaNf instead of NAN.
11839         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11840
11841         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11842         (main): Use NaNd instead of NAN.
11843         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11844
11845         * tests/test-frexp.c: Include nan.h.
11846         (main): Use NaNd instead of NAN.
11847         * modules/frexp-tests (Files): Add tests/nan.h.
11848
11849         * lib/isnan.c: Don't include <math.h>.
11850         (FUNC): Don't use NAN macro.
11851         * modules/isnand-nolibm (Depends-on): Remove math.
11852         * modules/isnanf-nolibm (Depends-on): Remove math.
11853         * modules/isnanl (Depends-on): Remove math.
11854         * modules/isnanl-nolibm (Depends-on): Remove math.
11855
11856         * tests/nan.h: New file.
11857
11858 2008-04-01  Eric Blake  <ebb9@byu.net>
11859
11860         Fix typos.
11861         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11862         values to be the right type.
11863
11864         For now, cater to gnulib strtod inaccuracies.
11865         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11866         fractional results.  While not as nice from a QoI perspective, it
11867         is a quicker patch than correctly implementing decimal to binary
11868         rounding.
11869
11870 2008-03-31  Eric Blake  <ebb9@byu.net>
11871
11872         Guarantee a definition of NAN.
11873         * lib/math.in.h (NAN): Define if missing.
11874         * tests/test-math.c (main): Test it.
11875         * doc/posix-headers/math.texi (math.h): Document this.
11876         * lib/isnan.c (rpl_isnand): Use it.
11877         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11878         * tests/test-floorf1.c (NaN): Likewise.
11879         * tests/test-frexp.c (NaN): Likewise.
11880         * tests/test-isnand.c (NaN): Likewise.
11881         * tests/test-isnanf.c (NaN): Likewise.
11882         * tests/test-round1.c (NaN): Likewise.
11883         * tests/test-roundf1.c (NaN): Likewise.
11884         * tests/test-snprintf-posix.h (NaN): Likewise.
11885         * tests/test-sprintf-posix.h (NaN): Likewise.
11886         * tests/test-trunc1.c (NaN): Likewise.
11887         * tests/test-truncf1.c (NaN): Likewise.
11888         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11889         * tests/test-vasprintf-posix.c (NaN): Likewise.
11890         * modules/isnand-nolibm (Depends-on): Add math.
11891         * modules/isnanf-nolibm (Depends-on): Likewise.
11892         * modules/isnanl (Depends-on): Likewise.
11893         * modules/isnanl-nolibm (Depends-on): Likewise.
11894         * modules/snprintf-posix-tests (Depends-on): Likewise.
11895         * modules/sprintf-posix-tests (Depends-on): Likewise.
11896         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11897         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11898         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11899         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11900
11901 2008-03-31  Bruno Haible  <bruno@clisp.org>
11902
11903         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11904         * doc/posix-functions/strtod.texi: Likewise.
11905
11906 2008-03-31  Bruno Haible  <bruno@clisp.org>
11907
11908         * tests/test-strtod.c (main): Don't use C99 syntax.
11909
11910 2008-03-31  Bruno Haible  <bruno@clisp.org>
11911
11912         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11913         Reported by Eric Blake.
11914
11915 2008-03-31  Jim Meyering  <meyering@redhat.com>
11916
11917         Don't compare actual signbit return values.
11918         * tests/test-strtod.c (main): Rather, compare only their
11919         zero/non-zero nature.
11920
11921 2008-03-31  Eric Blake  <ebb9@byu.net>
11922
11923         More strtod documentation.
11924         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11925         failures as distinct bugs.
11926
11927 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11928
11929         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11930         Problem reported by Erik Benada in
11931         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11932
11933 2008-03-30  Bruno Haible  <bruno@clisp.org>
11934
11935         * tests/test-strtod.c: Add comments about which assertion fails on which
11936         platform.
11937         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11938
11939 2008-03-30  Eric Blake  <ebb9@byu.net>
11940
11941         Test signbit behavior on zeros.
11942         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11943         (test_signbitd, test_signbitl): Likewise.
11944
11945         More strtod touchups.
11946         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11947         sign of negative underflow, for now.  Use .5, not .1.
11948         * doc/posix-functions/strtod.texi (strtod): Mention these
11949         limitations.
11950         Reported by Jim Meyering.
11951
11952 2008-03-30  Bruno Haible  <bruno@clisp.org>
11953
11954         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11955         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11956
11957 2008-03-30  Bruno Haible  <bruno@clisp.org>
11958
11959         Avoid failure when attempting to return empty iconv results on some
11960         platforms.
11961         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11962         allocation, don't report ENOMEM when the resulting string is empty.
11963
11964 2008-03-30  Bruno Haible  <bruno@clisp.org>
11965
11966         Fix buffer overrun.
11967         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11968         Don't consider the width for tmp_length. Check count against tmp_length
11969         before doing the padding. Ensure enough allocation during padding.
11970
11971 2008-03-30  Eric Blake  <ebb9@byu.net>
11972
11973         strtod touchups.
11974         * lib/strtod.c (strtod): Avoid compiler warnings.
11975         Reported by Jim Meyering.
11976
11977 2008-03-30  Bruno Haible  <bruno@clisp.org>
11978
11979         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11980         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11981         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11982         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11983         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11984         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11985         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11986         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11987
11988         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11989         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11990         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11991         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11992         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11993         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11994         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11995         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11996
11997         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11998         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11999         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
12000         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
12001         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
12002         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
12003         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
12004         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
12005
12006         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
12007         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
12008
12009         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
12010         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
12011
12012         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
12013         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
12014
12015         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
12016         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
12017         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
12018
12019         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
12020         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
12021         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
12022
12023         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
12024         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
12025         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
12026
12027         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
12028         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
12029         * modules/vasprintf (Depends-on): Add EOVERFLOW.
12030
12031         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
12032         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
12033         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
12034         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
12035         (Depends-on): Add EOVERFLOW.
12036         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
12037         (Depends-on): Add EOVERFLOW.
12038         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
12039         (Depends-on): Add EOVERFLOW.
12040         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
12041         (Depends-on): Add EOVERFLOW.
12042         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
12043         (Depends-on): Add EOVERFLOW.
12044         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
12045         (Depends-on): Add EOVERFLOW.
12046         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
12047         (Depends-on): Add EOVERFLOW.
12048         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
12049         (Depends-on): Add EOVERFLOW.
12050
12051         * lib/sprintf.c (EOVERFLOW): Remove fallback.
12052         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
12053         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
12054
12055         * lib/snprintf.c (EOVERFLOW): Remove fallback.
12056         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
12057         * modules/snprintf (Depends-on): Add EOVERFLOW.
12058
12059         * lib/poll.c (EOVERFLOW): Remove fallback.
12060         * modules/poll (Depends-on): Add EOVERFLOW.
12061
12062         * lib/getugroups.c (EOVERFLOW): Remove fallback.
12063         * modules/getugroups (Depends-on): Add EOVERFLOW.
12064
12065         * lib/getdelim.c (EOVERFLOW): Remove fallback.
12066         * modules/getdelim (Depends-on): Add EOVERFLOW.
12067
12068         * lib/ftell.c (EOVERFLOW): Remove fallback.
12069         * modules/ftell (Depends-on): Add EOVERFLOW.
12070
12071         * lib/fprintf.c (EOVERFLOW): Remove fallback.
12072         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
12073         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
12074
12075         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
12076
12077         * modules/EOVERFLOW-tests: New file.
12078         * tests/test-EOVERFLOW.c: New file.
12079
12080         * modules/EOVERFLOW: New file.
12081         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
12082
12083 2008-03-30  Bruno Haible  <bruno@clisp.org>
12084
12085         Fix bug introduced on 2007-06-10.
12086         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
12087         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
12088
12089 2008-03-30  Bruno Haible  <bruno@clisp.org>
12090
12091         Improve freadseek's efficiency after ungetc.
12092         * lib/freadseek.c: Include freadahead.h.
12093         (freadptrinc): New function, extracted from freadseek.
12094         (freadseek): Use it in a loop. Use freadahead to determine the number
12095         of loop iterations.
12096         * modules/freadseek (Depends-on): Add freadahead.
12097         (configure.ac): Require AC_C_INLINE.
12098
12099 2008-03-30  Bruno Haible  <bruno@clisp.org>
12100
12101         * lib/freadseek.c (freadseek): Don't ignore the return value of
12102         freadptr.
12103
12104 2008-03-29  Eric Blake  <ebb9@byu.net>
12105
12106         Add hex float support.
12107         * modules/strtod (Depends-on): Add c-ctype.
12108         (Link): Mention POW_LIB.
12109         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
12110         whitespace between 'e' and exponent.
12111         * tests/test-strtod.c (main): Enable hex float tests.
12112         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
12113         now provides.
12114
12115         Document various strtod bugs, with some fixes.
12116         * doc/posix-functions/strtod.texi (strtod): Document bugs with
12117         "-0x", "inf", "nan", and hex constants.
12118         * doc/posix-functions/atof.texi (atof): Likewise.
12119         * modules/stdlib (Makefile.am): Support strtod.
12120         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
12121         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
12122         detect additional strtod bugs.
12123         * lib/stdlib.in.h (rpl_strtod): Add declarations.
12124         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
12125         bool where appropriate.  Parse 'inf' and 'nan'.
12126         * tests/test-strtod.c: New file.
12127         * modules/strtod (Depends-on): Add stdbool, stdlib.
12128         (configure.ac): Turn on module indicator.
12129         * modules/strtod-tests: New module.
12130
12131 2008-03-29  Eric Blake  <ebb9@byu.net>
12132
12133         Fix ftell on mingw.
12134         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
12135         * modules/ftell-tests (Depends-on): Add binary-io.
12136         * modules/ftello-tests (Depends-on): Likewise.
12137         * tests/test-ftell.c (main): Enhance test to cover behavior after
12138         ungetc.  Enforce binary mode.
12139         * tests/test-ftello.c (main): Likewise.
12140
12141         Pass test-freadseek on cygwin.
12142         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
12143         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
12144         ungetc buffer.
12145
12146         * tests/test-fflush2.c (main): Fix typo.
12147
12148 2008-03-29  Bruno Haible  <bruno@clisp.org>
12149
12150         * tests/test-fflush2.c (main): Temporarily disable the contents of
12151         this test.
12152         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
12153         Reported by Eric Blake.
12154
12155 2008-03-28  Simon Josefsson  <simon@josefsson.org>
12156
12157         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
12158         (GC_SHA224_DIGEST_SIZE): Add.
12159
12160         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
12161         (gc_hash_digest_length): Likewise.
12162         (gc_hash_buffer): Likewise.
12163
12164 2008-03-25  Bruno Haible  <bruno@clisp.org>
12165
12166         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
12167         detail which gettext release to use.
12168         Reported by Simon Josefsson.
12169
12170 2008-03-26  Jim Meyering  <meyering@redhat.com>
12171
12172         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
12173         * modules/gnumakefile (clean-GNUmakefile): Also, use
12174         test ... && ... || : syntax rather than if-then ... fi.
12175
12176         gnumakefile: Don't double-quote-expand $(VPATH) value.
12177         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
12178
12179 2008-03-24  Eric Blake  <ebb9@byu.net>
12180
12181         Alter GNUmakefile to install into top directory.
12182         * modules/maintainer-makefile: Split, and add dependency...
12183         * modules/gnumakefile: to this new module.
12184         * build-aux/GNUmakefile: Move...
12185         * top/GNUmakefile: ...here.
12186         * build-aux/maint.mk: Move...
12187         * top/maint.mk: ...here.
12188         * MODULES.html.sh (Support for maintaining...): Document new
12189         module.
12190
12191 2008-03-23  Bruno Haible  <bruno@clisp.org>
12192
12193         * gnulib-tool: New options --vc-files, --no-vc-files.
12194         (func_usage): Document them.
12195         (vc_files): New variable.
12196         (func_import): Consider vc_files.
12197         (func_create_testdir): Set vc_files to empty.
12198         Suggested by Jim Meyering and Karl Berry.
12199
12200 2008-03-23  Bruno Haible  <bruno@clisp.org>
12201
12202         Fix regex compilation error on HP-UX 11.
12203         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
12204         * modules/regex (Files): Add m4/mbstate_t.m4.
12205         Reported by Ton Voon <ton.voon@altinity.com>.
12206
12207 2008-03-23  Bruno Haible  <bruno@clisp.org>
12208
12209         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
12210
12211 2008-03-23  Eric Blake  <ebb9@byu.net>
12212             Bruno Haible  <bruno@clisp.org>
12213
12214         Install files from top/ in the destination directory.
12215         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
12216         augmentation also for the files from top/.
12217         (func_import, func_create_testdir): Rewrite file names:
12218         top/filename -> filename.
12219
12220 2008-03-23  Bruno Haible  <bruno@clisp.org>
12221
12222         Tweak "gnulib --version" output.
12223         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
12224
12225 2008-03-23  Bruno Haible  <bruno@clisp.org>
12226
12227         Tweak "gnulib --version" output.
12228         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
12229         rather than contents of ChangeLog, when possible.
12230
12231 2008-03-21  Eric Blake  <ebb9@byu.net>
12232
12233         More --version tweaks.
12234         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
12235         date of last ChangeLog entry.
12236
12237 2008-03-21  Jim Meyering  <meyering@redhat.com>
12238
12239         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
12240
12241 2008-03-20  Eric Blake  <ebb9@byu.net>
12242
12243         VPATH fix.
12244         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
12245
12246 2008-03-20  Simon Josefsson  <simon@josefsson.org>
12247
12248         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
12249         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
12250
12251 2008-03-20  Eric Blake  <ebb9@byu.net>
12252
12253         Sync GNUmakefile with coreutils.
12254         * build-aux/GNUmakefile (have-Makefile): Rename...
12255         (_have-Makefile): ...to this, for namespace consideration.
12256         (GNUmakefile.cfg): Include, if present.
12257         (_autoreconf): Define a default.
12258         (_is-dist-target): New rule for rebuilds to pick up intra-release
12259         version.
12260         (maint-cfg.mk): Rename...
12261         (cfg.mk): ...to this.
12262
12263 2008-03-18  Jim Meyering  <meyering@redhat.com>
12264
12265         New script and module: mktempd
12266         * MODULES.html.sh (maint+release support): Add mktempd.
12267         * build-aux/mktempd: New file.
12268         * modules/mktempd: New file.
12269
12270 2008-03-15  Jim Meyering  <meyering@redhat.com>
12271
12272         Undo last change.
12273         * lib/sha1.c, lib/md5.c: 63 != ~63.
12274         Reported by Andreas Schwab.
12275
12276         sha1.c, md5.c: Hoist a redundant expression.
12277         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
12278         "ctx->buflen" only once, before calling *_process_block.
12279         * lib/md5.c (md5_process_bytes): Likewise.
12280
12281 2008-03-14  Eric Blake  <ebb9@byu.net>
12282
12283         Bump copyright year in files generated by gnulib-tool.
12284         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
12285         gnulib-tool, rather than hard-coding it.
12286
12287         Fix 'gnulib-tool --version' output to work with git.
12288         * gnulib-tool (func_gnulib_dir): New function, extracted from...
12289         (startup): ...here.
12290         (func_version): Use it to invoke git-version-gen, rather than
12291         relying on CVS keyword expansion.  Modernize wording.
12292         (cvsdatestamp, last_checkin_date, version): Kill unused
12293         variables.
12294
12295 2008-03-12  Jim Meyering  <meyering@redhat.com>
12296
12297         Recognize optional cast of the argument to free.
12298         * build-aux/useless-if-before-free: Update regexps.
12299
12300         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
12301
12302 2008-03-11  Bruno Haible  <bruno@clisp.org>
12303
12304         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
12305         by a single package.
12306         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
12307         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
12308         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
12309         Reported by Sam Steingold <sds@gnu.org>.
12310
12311 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12312
12313         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
12314         repositories.
12315
12316 2008-03-11  Bruno Haible  <bruno@clisp.org>
12317
12318         Avoid conflicts between local macro definitions.
12319         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
12320         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
12321
12322 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
12323             Bruno Haible  <bruno@clisp.org>
12324
12325         Make va_copy work with some version of xlc on AIX 5.1.
12326         * lib/stdarg.in.h: New file.
12327         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
12328         On AIX, use a <stdarg.h> file substitute.
12329         * modules/stdarg (Files): Add lib/stdarg.in.h.
12330         (Depends-on): Add include_next.
12331         (Makefile.am): Build a stdarg.h substitute if requested.
12332         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
12333
12334 2008-03-10  Bruno Haible  <bruno@clisp.org>
12335
12336         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
12337         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
12338         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12339
12340 2008-03-10  Bruno Haible  <bruno@clisp.org>
12341
12342         * modules/stdlib (Depends-on): Add include_next, remove
12343         absolute-header.
12344
12345 2008-03-09  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/freadahead.h (freadahead): Document more precisely.
12348         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
12349         the sum of both buffer sizes.
12350         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
12351         * NEWS: Document the change.
12352
12353 2008-03-09  Bruno Haible  <bruno@clisp.org>
12354
12355         Extend freadptr to return also the buffer size.
12356         * lib/freadptr.h (freadptr): Add sizep argument.
12357         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
12358         (freadptr): Add sizep argument. Determine buffer size like freadahead
12359         does.
12360         * tests/test-freadptr.c: Don't include freadahead.h.
12361         (main): Adapt for new calling convention of freadptr.
12362         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
12363         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
12364         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
12365         tests/test-freadptr2.sh.
12366         (Depends): Remove freadahead.
12367         (TESTS): Add test-freadptr2.sh.
12368         (check_PROGRAMS): Add test-freadptr2.
12369
12370 2008-03-09  Bruno Haible  <bruno@clisp.org>
12371
12372         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
12373         Report and solution by Simon Josefsson.
12374
12375 2008-03-06  Bruno Haible  <bruno@clisp.org>
12376
12377         Make fflush after ungetc work on BSD platforms.
12378         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
12379         * tests/test-fflush2.c: New file.
12380         * tests/test-fflush2.sh: New file.
12381         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
12382         tests/test-fflush2.c.
12383         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
12384         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
12385
12386 2008-03-06  Eric Blake  <ebb9@byu.net>
12387
12388         Likewise for ftello.
12389         * modules/ftello (Dependencies): Add extensions.
12390         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
12391
12392 2008-03-06  Bruno Haible  <bruno@clisp.org>
12393
12394         * modules/fseeko (Dependencies): Add extensions.
12395         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
12396         Needed on glibc systems.
12397
12398 2008-03-06  Bruno Haible  <bruno@clisp.org>
12399
12400         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
12401         email address.
12402         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12403
12404 2008-03-06  Bruno Haible  <bruno@clisp.org>
12405
12406         * users.txt: Add libgnupdf.
12407
12408 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
12409
12410         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
12411         (Header File Substitutes, Function Substitutes,
12412         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
12413         (Build robot for gnulib): Fix typo.
12414
12415 2008-03-06  Bruno Haible  <bruno@clisp.org>
12416
12417         * doc/gnulib-tool.texi (VCS Issues): Small updates.
12418         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
12419
12420 2008-03-06  Bruno Haible  <bruno@clisp.org>
12421
12422         * doc/func.texi: New file, extracted from doc/gnulib.texi.
12423         * doc/gnulib.texi: Include it.
12424
12425 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12426
12427         * modules/func (License): Change license to unlimited; there was
12428         no LGPL parts in the module anyway.
12429
12430 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12431
12432         * modules/__func__: Renamed to modules/func.
12433         * modules/__func__-tests: Renamed to modules/func-tests.
12434         * tests/test-__func__.c: Renamed to tests/test-func.c.
12435         * m4/__func__.m4: Renamed to m4/func.m4.
12436         * doc/gnulib.texi (__func__): Section renamed to func.
12437         Suggested by Eric Blake <ebb9@byu.net>.
12438
12439 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12440
12441         * doc/gnulib.texi (__func__): Use C99 terminology when talking
12442         about __func__.  Make example self-contained.  Suggested by Eric
12443         Blake <ebb9@byu.net>.
12444
12445         * tests/test-__func__.c (main): Avoid extraneous () around __func.
12446         Suggested by Eric Blake <ebb9@byu.net>.
12447
12448 2008-03-06  Simon Josefsson  <simon@josefsson.org>
12449
12450         * modules/__func__: New file.
12451         * modules/__func__-tests: New file.
12452         * tests/test-__func__.c: New file.
12453         * m4/__func__.m4: New file.
12454         * doc/gnulib.texi (__func__): Document __func__ module.
12455
12456 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12457
12458         * modules/byteswap (License): Re-license as LGPLv2+.
12459
12460 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12461
12462         * doc/Makefile: Add pdf target.
12463
12464 2008-03-05  Simon Josefsson  <simon@josefsson.org>
12465
12466         * modules/inline (License): Use 'unlimited', since there are only
12467         *.m4 files in this module.
12468
12469 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12470             Bruno Haible  <bruno@clisp.org>
12471
12472         Add support for HP C 7.1 on OpenVMS 8.3.
12473         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
12474
12475 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
12476
12477         Update VMS specifics.
12478         * lib/getopt.c [VMS]: Remove include of unixlib.h.
12479
12480 2008-03-02  Jim Meyering  <meyering@redhat.com>
12481
12482         Remove the last dependency on the "free" module.
12483         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
12484         Reported by Bob Proulx.
12485
12486         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
12487
12488         Remove useless "if" tests before free.  Deprecate "free" module.
12489         * doc/posix-functions/free.texi: Mention that this
12490         module is no longer useful.
12491         * modules/free (Notice): Say this module is obsolete.
12492         * modules/readutmp (Depends-on): Remove free.
12493         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
12494         * lib/putenv.c (putenv): Likewise.
12495         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
12496         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
12497         * tests/test-c-strcasestr.c (main): Likewise.
12498         * tests/test-c-strstr.c (main): Likewise.
12499         * tests/test-mbscasestr1.c (main): Likewise.
12500         * tests/test-mbscasestr2.c (main): Likewise.
12501         * tests/test-mbsstr1.c (main): Likewise.
12502         * tests/test-mbsstr2.c (main): Likewise.
12503         * tests/test-memmem.c (main): Likewise.
12504         * tests/test-strcasestr.c (main): Likewise.
12505         * tests/test-striconv.c (main): Likewise.
12506         * tests/test-striconveh.c (main): Likewise.
12507         * tests/test-striconveha.c (main): Likewise.
12508         * tests/test-strstr.c (main): Likewise.
12509
12510         * build-aux/git-version-gen: Adjust a comment and the Usage string.
12511
12512         bootstrap: sync from coreutils again
12513         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
12514
12515 2008-03-01  Jim Meyering  <meyering@redhat.com>
12516
12517         bootstrap: sync from coreutils
12518         * build-aux/bootstrap (update_po_files): Copy a .po file into place
12519         also when the target doesn't exist.
12520
12521 2008-03-01  Eric Blake  <ebb9@byu.net>
12522
12523         Fix bugs in last patch.
12524         * lib/memchr2.c (memchr2): Fix typo.
12525         * tests/test-memchr2.c: Test previous bug, and don't use GNU
12526         extension.
12527         Reported by Bruce Korb.
12528
12529         New module 'memchr2'.
12530         * modules/memchr2: New file.
12531         * modules/memchr2-tests: Likewise.
12532         * lib/memchr2.h: Likewise.
12533         * lib/memchr2.c: Likewise, based on memchr.c.
12534         * tests/test-memchr2.c: New test.
12535         * MODULES.html.sh (String handling): Add memchr2.
12536
12537 2008-02-29  Bruno Haible  <bruno@clisp.org>
12538
12539         * modules/freadseek-tests: New file.
12540         * tests/test-freadseek.sh: New file.
12541         * tests/test-freadseek.c: New file.
12542
12543         New module 'freadseek'.
12544         * modules/freadseek: New file.
12545         * lib/freadseek.h: New file.
12546         * lib/freadseek.c: New file.
12547         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
12548
12549 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
12550
12551         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
12552         wydawca.
12553
12554         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
12555         program_invocation_name and program_invocation_short_name are
12556         present.
12557
12558 2008-02-28  Bruno Haible  <bruno@clisp.org>
12559
12560         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
12561         * tests/test-freadptr.sh: Also test non-seekable stdin.
12562
12563 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
12564
12565         * build-aux/bootstrap (source_base, m4_base)
12566         (doc_base, tests_base): New variables.
12567         (gnulib_tool_options): Do not hardcode base directories, use
12568         the above variables instead.
12569
12570 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
12571
12572         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
12573
12574 2008-02-28  Bruno Haible  <bruno@clisp.org>
12575
12576         * modules/freadptr-tests: New file.
12577         * tests/test-freadptr.sh: New file.
12578         * tests/test-freadptr.c: New file.
12579
12580         New module 'freadptr'.
12581         * modules/freadptr: New file.
12582         * lib/freadptr.h: New file.
12583         * lib/freadptr.c: New file.
12584         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12585
12586 2008-02-26  Karl Berry  <karl@freefriends.org>
12587
12588         Sync from Libtool:
12589         * libltdl/argz.c (argz_add, argz_count): New functions.
12590         * libltdl/argz.in.h: Declare them.
12591         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12592
12593 2008-02-22  Bruno Haible  <bruno@clisp.org>
12594
12595         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12596         is a pointer type.  Needed for HP-UX 10.
12597         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12598         * doc/posix-functions/gmtime_r.texi: Likewise.
12599         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12600
12601 2008-02-24  Bruno Haible  <bruno@clisp.org>
12602
12603         * modules/environ-tests: New file.
12604         * tests/test-environ.c: New file.
12605
12606         New module 'environ'.
12607         * modules/environ: New file.
12608         * lib/unistd.in.h (environ): New declaration.
12609         * m4/environ.m4: New file.
12610         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12611         after use.
12612         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12613         HAVE_DECL_ENVIRON.
12614         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12615         HAVE_DECL_ENVIRON.
12616         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12617         wrong claim that 'environ' is missing on some systems.
12618         * modules/execute (Depends-on): Add environ.
12619         * lib/execute.c (environ): Remove fallback declaration.
12620         * modules/pipe (Depends-on): Add environ.
12621         * lib/pipe.c (environ): Remove fallback declaration.
12622         * modules/setenv (Depends-on): Add environ.
12623         * lib/setenv.c (environ): Remove fallback declaration.
12624         * modules/unsetenv (Depends-on): Add environ.
12625         * lib/unsetenv.c (environ): Remove fallback declaration.
12626         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12627         m4/environ.m4.
12628         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12629         (gl_PREREQ_UNSETENV): Likewise.
12630
12631 2008-02-24  Bruno Haible  <bruno@clisp.org>
12632
12633         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12634
12635 2008-02-20  Bob Proulx  <bob@proulx.com>
12636
12637         Enable use of older two part flavor 'git describe'.
12638         * build-aux/git-version-gen: If using the older two part flavor of
12639         git version then recreate the third part now present in the
12640         newer three part flavor of git describe.
12641
12642 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12643
12644         * lib/fts.c (fts_build): Typo correction to comment.
12645
12646 2008-02-17  Bruno Haible  <bruno@clisp.org>
12647
12648         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12649         generating no-op conflicts.
12650
12651 2008-02-17  Bruno Haible  <bruno@clisp.org>
12652
12653         Speed up by 10%.
12654         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12655         result_entries, rather than an index-based loop.
12656
12657 2008-02-17  Bruno Haible  <bruno@clisp.org>
12658
12659         Speed up by 25%.
12660         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12661         'hashcode_cached'.
12662         (entry_create): New function.
12663         (entry_hashcode): Use the cached hashcode if possible.
12664         (read_changelog_file, try_split_merged_entry): Use entry_create.
12665
12666 2008-02-17  Bruno Haible  <bruno@clisp.org>
12667
12668         Speed up from O(n^2) to O(n) for long ChangeLog files.
12669         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12670         (read_changelog_file): Change implementation of entries_reversed list
12671         to rbtreehash.
12672         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12673
12674 2008-02-17  Bruno Haible  <bruno@clisp.org>
12675
12676         New option --split-merged-entry.
12677         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12678         (find_paragraph_end, try_split_merged_entry): New functions.
12679         (long_options): Add option --split-merged-entry.
12680         (usage): Document option --split-merged-entry.
12681         (main): Implement option --split-merged-entry.
12682         Reported by Eric Blake.
12683
12684 2008-02-17  Bruno Haible  <bruno@clisp.org>
12685
12686         * lib/git-merge-changelog.c: Include c-strstr.h.
12687         (main): Support the "git pull --rebase" situation.
12688         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12689         Reported by Eric Blake.
12690
12691 2008-02-16  Eric Blake  <ebb9@byu.net>
12692
12693         Avoid doubling \ in common case of "c-maybe" quoting style.
12694         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12695         eliding outer quotes.
12696         * lib/quotearg.h: Document this.
12697         * tests/test-quotearg.c (result_strings, inputs, results_g)
12698         (flag_results, locale_results): Test it by adding a new string to
12699         each test group.
12700         (compare_strings): Test new string.
12701
12702 2008-02-13  Eric Blake  <ebb9@byu.net>
12703
12704         Avoid trigraph quoting in default output.
12705         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12706         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12707         unless explicitly requested.
12708         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12709
12710 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12711
12712         Don't rely on signed integer overflowing to negative value.
12713         * lib/getugroups.c (getugroups): Include <limits.h>.
12714         Instead, compare against INT_MAX, and increment only if the test passes.
12715
12716 2008-02-13  Jim Meyering  <meyering@redhat.com>
12717         and Eric Blake  <ebb9@byu.net>
12718
12719         Avoid shadowing warning and compile errors on Linux.
12720         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12721         forwarding macros on Linux.
12722         (dcgettext): Define a stub, for Linux.
12723         (results_g, main): Avoid warnings.
12724
12725 2008-02-12  Eric Blake  <ebb9@byu.net>
12726
12727         Silence warning in last patch.
12728         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12729
12730         Quotearg part 4: add tests, fix c-maybe colon quoting.
12731         * lib/quotearg.h: Improve documentation.
12732         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12733         escapes when adding outer quotes.  When quoting trigraphs, use
12734         valid C notation.  When quoting NUL, omit extra characters if next
12735         character is not digit.  Alter prototype.
12736         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12737         callers.
12738         * modules/quotearg-tests: New module.
12739         * tests/test-quotearg.c: New test.
12740
12741 2008-02-07  Eric Blake  <ebb9@byu.net>
12742
12743         Quotearg part 3: add flag to control outer quote elision.
12744         * lib/quotearg.h (c_maybe_quoting_style): New style.
12745         (enum quoting_flags): Better documentation of flags.
12746         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12747         c-maybe style.
12748         (quotearg_buffer_restyled): Handle new flag to elide outer
12749         quotes.
12750
12751         Quotearg part 2: add flag that can control NUL elision.
12752         * lib/quotearg.h (set_quoting_flags): New prototype.
12753         * lib/quotearg.c (struct quoting_options): Add flag field.
12754         (set_quoting_flags): New function.
12755         (quotearg_buffer_restyled): Add flags parameter.
12756         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12757         (quotearg_n_options): Set the flag, since length cannot be
12758         returned.
12759         (quoting_options_from_style): Default flags correctly.
12760
12761         Quotearg part 1: more wrappers, restore quotearg_char state.
12762         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12763         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12764         (quotearg_colon_mem): New wrappers.
12765         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12766         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12767         functions.
12768         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12769         (quotearg_colon_mem): New functions.
12770
12771 2008-02-11  Bruno Haible  <bruno@clisp.org>
12772
12773         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12774         library in the current directory: it does not work with parallel make.
12775         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12776
12777 2008-02-11  Bruno Haible  <bruno@clisp.org>
12778
12779         * .gitattributes: New file.
12780
12781 2008-02-11  Jim Meyering  <meyering@redhat.com>
12782
12783         useless-if-before-free: Fix reversed exit values.
12784         * build-aux/useless-if-before-free: Use correct values
12785         for EXIT_MATCH and EXIT_NO_MATCH.
12786
12787         * build-aux/useless-if-before-free: Close stdout carefully.
12788
12789 2008-02-10  Bruno Haible  <bruno@clisp.org>
12790
12791         New module 'git-merge-changelog'.
12792         * modules/git-merge-changelog: New file.
12793         * lib/git-merge-changelog.c: New file.
12794
12795 2008-02-10  Jim Meyering  <meyering@redhat.com>
12796
12797         useless-if-before-free: New option: --list (-l).
12798
12799         useless-if-before-free: Don't exit immediately upon open failure.
12800         * build-aux/useless-if-before-free: Exit 2 for errors.
12801         Upon failure to open a file, don't exit immediately.
12802         Rather, just warn and continue with any remaining files.
12803
12804 2008-02-10  Bruno Haible  <bruno@clisp.org>
12805
12806         New abstract list operation 'node_set_value'.
12807         * lib/gl_list.h (gl_list_node_set_value): New function.
12808         (struct gl_list_implementation): New field node_set_value.
12809         * lib/gl_list.c (gl_list_node_set_value): New function.
12810         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12811         (gl_array_list_implementation): Update.
12812         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12813         (gl_carray_list_implementation): Update.
12814         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12815         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12816         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12817         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12818         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12819         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12820         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12821         Update.
12822         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12823         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12824         (gl_sublist_list_implementation): Update.
12825
12826 2008-02-10  Bruno Haible  <bruno@clisp.org>
12827
12828         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12829         Needed when ELEMENT is #defined to 'some_type *'.
12830
12831 2008-02-10  Jim Meyering  <meyering@redhat.com>
12832
12833         New script and module: useless-if-before-free
12834         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12835         * build-aux/useless-if-before-free: New file.
12836         * modules/useless-if-before-free: New file.
12837
12838         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12839
12840         xstrtol_error: Fix typo.
12841         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12842         s/exit_failure/exit_status/.
12843
12844 2008-02-09  Jim Meyering  <meyering@redhat.com>
12845
12846         New script and module: gitlog-to-changelog
12847         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12848         * modules/gitlog-to-changelog: New file.
12849         * build-aux/gitlog-to-changelog: New file.
12850
12851 2008-02-08  Jim Meyering  <meyering@redhat.com>
12852
12853         Avoid two "parameter unused" warnings.
12854         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12855         Mark "st" as used.
12856
12857         Use "git COMMAND", not "git-COMMAND".
12858         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12859         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12860         * build-aux/git-version-gen: Use "git status", not "git-status".
12861
12862 2008-02-07  Bruno Haible  <bruno@clisp.org>
12863
12864         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12865         Avoids a crash on Windows Vista.
12866         Reported by Adam Strzelecki <ono@java.pl> via
12867         Simon Josefsson <simon@josefsson.org>.
12868
12869 2008-02-06  Bruno Haible  <bruno@clisp.org>
12870
12871         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12872         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12873         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12874         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12875         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12876         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12877         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12878         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12879         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12880         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12881         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12882         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12883         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12884         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12885         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12886         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12887         left-adjust flag.
12888         * tests/test-snprintf-posix.h (test_function): Likewise.
12889         * tests/test-sprintf-posix.h (test_function): Likewise.
12890         * tests/test-vasprintf-posix.c (test_function): Likewise.
12891         * doc/posix-functions/fprintf.texi: Update.
12892         * doc/posix-functions/printf.texi: Update.
12893         * doc/posix-functions/snprintf.texi: Update.
12894         * doc/posix-functions/sprintf.texi: Update.
12895         * doc/posix-functions/vfprintf.texi: Update.
12896         * doc/posix-functions/vprintf.texi: Update.
12897         * doc/posix-functions/vsnprintf.texi: Update.
12898         * doc/posix-functions/vsprintf.texi: Update.
12899         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12900
12901 2008-02-06  Bruno Haible  <bruno@clisp.org>
12902
12903         Fix bug introduced on 2008-01-26.
12904         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12905
12906 2008-02-06  Bruno Haible  <bruno@clisp.org>
12907
12908         Fix bug introduced on 2007-06-10.
12909         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12910         !NEED_PRINTF_FLAG_ZERO.
12911
12912 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12913
12914         getloadavg: use libperfstat on AIX5
12915         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12916
12917 2008-02-03  Bruno Haible  <bruno@clisp.org>
12918
12919         * lib/diffseq.h: Add comments about required #includes.
12920         Reported by Michael Biggs <gnulib@doubleplum.net>.
12921
12922 2008-02-01  Bruno Haible  <bruno@clisp.org>
12923
12924         * users.txt: Add gnuit.
12925
12926 2008-01-31  Bruno Haible  <bruno@clisp.org>
12927
12928         * lib/md4.c (set_uint32): Mark as inline.
12929         * lib/md5.c (set_uint32): Likewise.
12930         * lib/sha1.c (set_uint32): Likewise.
12931         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12932         * m4/md5.m4 (gl_MD5): Likewise.
12933         * m4/sha1.m4 (gl_SHA1): Likewise.
12934
12935 2008-01-31  Jim Meyering  <meyering@redhat.com>
12936
12937         Use "sizeof VAR", rather than a literal "4".
12938         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12939         * lib/md4.c (md4_read_ctx): Likewise.
12940         * lib/sha1.c (sha1_read_ctx): Likewise.
12941
12942 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12943
12944         * tests/test-sha1.c: New file, based on test-md5.c.
12945
12946         * modules/crypto/sha1-tests: New file.
12947
12948 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12949
12950         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12951
12952 2008-01-31  Jim Meyering  <meyering@redhat.com>
12953
12954         Prefer "sizeof v" over the equivalent "4".
12955         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12956         * lib/md5.c (set_uint32): Likewise.
12957         * lib/sha1.c (set_uint32): Likewise.
12958
12959 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12960
12961         * lib/sha1.c (set_uint32): Mark function as static.
12962
12963 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12964
12965         md2: clarify comments to say that alignment is not required.
12966         * lib/md2.h: Remove warning about alignment in comment.
12967         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12968         never been required.
12969
12970 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12971
12972         md4: adapt alignment constraint fix from sha1.
12973         * lib/md4.c (set_uint32): New function, from sha1.c
12974         (md4_read_ctx): Use it.
12975         (md4_finish_ctx): Doc fix.
12976         * lib/md4.h: Doc fix.
12977
12978 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12979
12980         md5: adapt alignment constraint fix from sha1.
12981         * lib/md5.c (set_uint32): New function, from sha1.c
12982         (md5_read_ctx): Use it.
12983         (md5_finish_ctx): Doc fix.
12984         * lib/md5.h: Doc fix.
12985
12986 2008-01-30  Peter Palfrader  <weasel@debian.org>
12987
12988         sha1: remove the result buffer alignment constraint
12989         * lib/sha1.c (set_uint32): New function.
12990         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12991         constraint.
12992         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12993         * lib/sha1.h: Likewise.
12994
12995 2008-01-30  Andreas Schwab  <schwab@suse.de>
12996             Bruno Haible  <bruno@clisp.org>
12997
12998         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12999         correct definition of LDBL_MIN_EXP.
13000
13001 2008-01-30  Karl Berry  <karl@gnu.org>
13002
13003         * config/srclist-update: try to preserve x bit on updates.
13004         * config/srclistvars.sh: update for karl.
13005
13006 2008-01-29  Jim Meyering  <meyering@redhat.com>
13007
13008         vasnprintf.c: Avoid warning about unused label
13009         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
13010         "overflow" label definition and associated code with the
13011         same cpp condition that guards the sole use of that label.
13012
13013 2008-01-26  Bruno Haible  <bruno@clisp.org>
13014
13015         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
13016         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
13017         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
13018         * lib/isnanl-nolibm.h (isnanl): Likewise.
13019         Reported by Paul Eggert <eggert@cs.ucla.edu>.
13020
13021 2008-01-26  Bruno Haible  <bruno@clisp.org>
13022
13023         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
13024         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
13025
13026 2008-01-26  Bruno Haible  <bruno@clisp.org>
13027
13028         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
13029         GCC >= 4.0 built-in.
13030         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
13031
13032 2008-01-26  Bruno Haible  <bruno@clisp.org>
13033
13034         Rename isnan, applicable to 'double' only, to isnand.
13035         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
13036         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
13037         (configure.ac): Update.
13038         (Include): Replace "isnan.h" with "isnand.h".
13039         * m4/isnand.m4: Renamed from m4/isnan.m4.
13040         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
13041         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
13042         instead of isnan.c.
13043         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
13044         instead of HAVE_ISNAN_IN_LIBC.
13045         (isnand): Renamed from isnan.
13046         * lib/isnand.c: New file.
13047         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
13048         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
13049         (Makefile.am): Update.
13050         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
13051         Include isnand.h instead of isnan.h.
13052         (main): Test isnand instead of isnan.
13053         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
13054         isnan-nolibm.
13055         * modules/frexp (Depends-on): Likewise.
13056         * modules/frexp-tests (Depends-on): Likewise.
13057         * modules/frexp-nolibm (Depends-on): Likewise.
13058         * modules/frexp-nolibm-tests (Depends-on): Likewise.
13059         * modules/isfinite (Depends-on): Likewise.
13060         * modules/round-tests (Depends-on): Likewise.
13061         * modules/signbit (Depends-on): Likewise.
13062         * modules/signbit-tests (Depends-on): Likewise.
13063         * modules/snprintf-posix (Depends-on): Likewise.
13064         * modules/sprintf-posix (Depends-on): Likewise.
13065         * modules/trunc-tests (Depends-on): Likewise.
13066         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
13067         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13068         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13069         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13070         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13071         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13072         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13073         * modules/vasnprintf-posix (Depends-on): Likewise.
13074         * modules/vasprintf-posix (Depends-on): Likewise.
13075         * modules/vfprintf-posix (Depends-on): Likewise.
13076         * modules/vsnprintf-posix (Depends-on): Likewise.
13077         * modules/vsprintf-posix (Depends-on): Likewise.
13078         * lib/frexp.c: Include isnand.h instead of isnan.h.
13079         (ISNAN): Set to isnand instead of isnan.
13080         * lib/isfinite.c: Include isnand.h instead of isnan.h.
13081         (gl_isfinited): Use isnand instead of isnan.
13082         * lib/signbitd.c: Include isnand.h instead of isnan.h.
13083         (gl_signbitd): Use isnand instead of isnan.
13084         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
13085         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
13086         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
13087         (main): Use isnand instead of isnan.
13088         * tests/test-round1.c: Include isnand.h.
13089         (main): Use isnand instead of isnan.
13090         * tests/test-round2.c: Include isnand.h instead of isnan.h.
13091         (ISNAN): Set to isnand instead of isnan.
13092         * tests/test-trunc1.c: Include isnand.h.
13093         (main): Use isnand instead of isnan.
13094         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
13095         (equal): Use isnand instead of isnan.
13096         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
13097         isnand-nolibm.
13098         * NEWS: Mention the change.
13099
13100 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
13101             Bruno Haible  <bruno@clisp.org>
13102
13103         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
13104         the GCC builtins for signbits are present and set
13105         REPLACE_SIGNBIT_USING_GCC if so.
13106         * lib/math.in.h (signbit): Define using GCC builtins if
13107         REPLACE_SIGNBIT_USING_GCC is set.
13108         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
13109         REPLACE_SIGNBIT_USING_GCC.
13110         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
13111
13112 2008-01-25  Jim Meyering  <meyering@redhat.com>
13113
13114         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
13115         * lib/poll.c: Include <config.h>, not "config.h".
13116         * tests/test-getaddrinfo.c: Likewise.
13117
13118 2008-01-25  Simon Josefsson  <simon@josefsson.org>
13119
13120         * modules/sockets-tests: New file.
13121
13122 2008-01-24  Simon Josefsson  <simon@josefsson.org>
13123
13124         * modules/sockets: New module, can be used to call WSA_Startup and
13125         WSA_Cleanup when needed.
13126
13127         * lib/sockets.h, lib/sockets.c: New files.
13128
13129         * m4/sockets.m4: New file.
13130
13131         * tests/test-sockets.c: New file.
13132
13133 2008-01-19  Bruno Haible  <bruno@clisp.org>
13134
13135         * doc/posix-headers: Renamed from doc/headers.
13136         * doc/posix-functions: Renamed from doc/functions.
13137         * doc/gnulib.texi: Update.
13138
13139 2008-01-19  Bruno Haible  <bruno@clisp.org>
13140
13141         * doc/glibc-functions/strcasestr.texi: Include contents of
13142         doc/functions/strcasestr.texi, fixing the list of platforms.
13143         * doc/functions/strcasestr.texi: Remove file.
13144
13145 2008-01-19  Bruno Haible  <bruno@clisp.org>
13146
13147         * doc/glibc-functions/memmem.texi: Include contents of
13148         doc/functions/memmem.texi.
13149         * doc/functions/memmem.texi: Remove file.
13150
13151 2008-01-18  Bruno Haible  <bruno@clisp.org>
13152
13153         * doc/glibc-functions/*.texi: New files.
13154         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
13155         to use the new files.
13156
13157 2008-01-17  Bruno Haible  <bruno@clisp.org>
13158
13159         * tests/test-gethostname.c (main): Fix printf statement.
13160
13161 2008-01-17  Simon Josefsson  <simon@josefsson.org>
13162
13163         * modules/gethostname-tests: New file.
13164
13165         * tests/test-gethostname.c: New file.
13166
13167 2008-01-17  Simon Josefsson  <simon@josefsson.org>
13168
13169         * lib/gethostname.c: Include string.h unconditionally, strncpy is
13170         used by the UNAME case.  Reported by Bruno Haible
13171         <bruno@clisp.org>.
13172
13173 2008-01-17  Eric Blake  <ebb9@byu.net>
13174
13175         Convert c-strcasestr to be more efficient.
13176         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
13177         (Depends-on): Add c-strcase, remove malloca, strnlen.
13178         * tests/test-c-strcasestr.c (main): Enhance test.
13179         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
13180
13181 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
13182
13183         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
13184         Use it in creating po/Makevars.
13185
13186 2008-01-15  Simon Josefsson  <simon@josefsson.org>
13187
13188         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
13189         Applications that requires it should initialize libgcrypt
13190         manually.
13191
13192 2008-01-16  Simon Josefsson  <simon@josefsson.org>
13193
13194         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
13195
13196 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
13197
13198         Fix problem with getdate on mingw32 reported by Simon Josefsson
13199         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
13200         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
13201         tzname", when deciding whether to declare tzname.
13202         * lib/strftime.c (tzname): Likewise.
13203
13204 2008-01-15  Bruno Haible  <bruno@clisp.org>
13205
13206         Work around a MacOS X 10.5 bug in frexpl().
13207         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
13208         * doc/functions/frexpl.texi: Document the bug.
13209         Reported by Elias Pipping <pipping@gentoo.org>.
13210
13211 2008-01-14  Eric Blake  <ebb9@byu.net>
13212
13213         Touch up previous patch.
13214         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
13215         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
13216
13217         Convert strcasestr module to use Two-Way algorithm.
13218         * modules/strcasestr-simple: New module, based on the old
13219         strcasestr, but with Two-Way rather than KMP.
13220         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
13221         * lib/string.in.h (rpl_strcasestr): Declare.
13222         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
13223         performance.
13224         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
13225         * modules/string (Makefile.am): Support strcasestr.
13226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13227         * modules/strcasestr-tests (Depends-on): Check for alarm.
13228         * tests/test-strcasestr.c: Augment test.
13229         * lib/str-two-way.h: Clean up stray macro.
13230         * NEWS: Document new module.
13231         * MODULES.html.sh (string handling): Likewise.
13232         * doc/functions/strcasestr.texi: New file.
13233         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
13234         here, since it is not a POSIX function.
13235
13236 2008-01-14  Colin Watson  <cjwatson@debian.org>
13237             Bruno Haible  <bruno@clisp.org>
13238
13239         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
13240         works fine; if not, set REPLACE_STRSIGNAL.
13241         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
13242         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13243         REPLACE_STRSIGNAL.
13244         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
13245         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
13246         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
13247
13248 2008-01-14  Bruno Haible  <bruno@clisp.org>
13249
13250         * modules/strsignal (Include): Change to <string.h>.
13251
13252 2008-01-14  Colin Watson  <cjwatson@debian.org>
13253
13254         * modules/argp (Notice): Add a notice recommending to change
13255         XGETTEXT_OPTIONS.
13256         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
13257
13258 2008-01-13  Colin Watson  <cjwatson@debian.org>
13259
13260         * modules/strsignal-tests: New file.
13261         * tests/test-strsignal.c: New file.
13262
13263         * lib/strsignal.c: New file, from glibc with modifications.
13264         * lib/siglist.h: New file, from glibc with modifications.
13265         * lib/string.in.h (strsignal): New declaration.
13266         * m4/strsignal.m4: New file.
13267         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
13268         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
13269         * modules/strsignal: New file.
13270         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
13271         HAVE_DECL_STRSIGNAL.
13272
13273 2008-01-13  Bruno Haible  <bruno@clisp.org>
13274
13275         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
13276         locale encoding is not ASCII. Needed for OpenBSD 4.0.
13277         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
13278         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
13279
13280 2008-01-13  Bruno Haible  <bruno@clisp.org>
13281
13282         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
13283         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
13284         * lib/argp.h (__attribute__): Likewise.
13285         * lib/c-stack.c (__attribute__): Likewise.
13286         * lib/error.h (__attribute__): Likewise.
13287         * lib/fts.c (__attribute__): Likewise.
13288         * lib/openat.h (__attribute__): Likewise.
13289         * lib/stdio.in.h (__attribute__): Likewise.
13290         * lib/string.in.h (__attribute__): Likewise.
13291         * lib/utimens.c (__attribute__): Likewise.
13292         * lib/vasnprintf.h (__attribute__): Likewise.
13293         * lib/xalloc.h (__attribute__): Likewise.
13294         * lib/xprintf.h (__attribute__): Likewise.
13295         * lib/xstrtol.h (__attribute__): Likewise.
13296         * lib/xvasprintf.h (__attribute__): Likewise.
13297
13298 2008-01-12  Bruno Haible  <bruno@clisp.org>
13299
13300         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
13301         * doc/glibc-headers/a.out.texi: New file.
13302         * doc/glibc-headers/aliases.texi: New file.
13303         * doc/glibc-headers/alloca.texi: New file.
13304         * doc/glibc-headers/ar.texi: New file.
13305         * doc/glibc-headers/argp.texi: New file.
13306         * doc/glibc-headers/argz.texi: New file.
13307         * doc/glibc-headers/byteswap.texi: New file.
13308         * doc/glibc-headers/crypt.texi: New file.
13309         * doc/glibc-headers/endian.texi: New file.
13310         * doc/glibc-headers/envz.texi: New file.
13311         * doc/glibc-headers/err.texi: New file.
13312         * doc/glibc-headers/error.texi: New file.
13313         * doc/glibc-headers/execinfo.texi: New file.
13314         * doc/glibc-headers/fpu_control.texi: New file.
13315         * doc/glibc-headers/fstab.texi: New file.
13316         * doc/glibc-headers/fts.texi: New file.
13317         * doc/glibc-headers/getopt.texi: New file.
13318         * doc/glibc-headers/ieee754.texi: New file.
13319         * doc/glibc-headers/ifaddrs.texi: New file.
13320         * doc/glibc-headers/libintl.texi: New file.
13321         * doc/glibc-headers/mcheck.texi: New file.
13322         * doc/glibc-headers/mntent.texi: New file.
13323         * doc/glibc-headers/obstack.texi: New file.
13324         * doc/glibc-headers/paths.texi: New file.
13325         * doc/glibc-headers/printf.texi: New file.
13326         * doc/glibc-headers/pty.texi: New file.
13327         * doc/glibc-headers/resolv.texi: New file.
13328         * doc/glibc-headers/shadow.texi: New file.
13329         * doc/glibc-headers/sysexits.texi: New file.
13330         * doc/glibc-headers/ttyent.texi: New file.
13331
13332 2008-01-12  Jim Meyering  <meyering@redhat.com>
13333
13334         announce-gen: emit Gnulib's git-based version string.
13335         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
13336         New option --gnulib-version=V, where V is expected to be
13337         the output of running git describe in the gnulib directory.
13338         (get_tool_versions): Request feedback on xdelta.  I suspect it's
13339         not useful, and plan to stop publishing an xdelta file with each
13340         coreutils release.
13341
13342         * build-aux/announce-gen: Also check for lzma-compressed files.
13343
13344 2008-01-11  Bruno Haible  <bruno@clisp.org>
13345
13346         * tests/test-memmem.c (main): Increase maximum allowed time.
13347         * tests/test-strstr.c (main): Likewise.
13348
13349 2008-01-11  Bruno Haible  <bruno@clisp.org>
13350
13351         * doc/functions/memmem.texi: Add more precisions about platforms.
13352         * doc/functions/strstr.texi: Likewise.
13353
13354 2008-01-10  Eric Blake  <ebb9@byu.net>
13355
13356         * m4/strstr.m4: Delete cruft from copy-n-paste.
13357         Reported by Bruno Haible.
13358
13359 2008-01-10  Bruno Haible  <bruno@clisp.org>
13360
13361         Make c-strstr rely on strstr.
13362         * lib/c-strstr.c: Don't include str-kmp.h.
13363         (c_strstr): Define in terms of strstr.
13364         * modules/c-strstr (Files): Remove lib/str-kmp.h.
13365         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
13366
13367 2008-01-10  Bruno Haible  <bruno@clisp.org>
13368
13369         * doc/gnulib.texi (String Functions in C Locale): New section.
13370         * doc/c-ctype.texi: New file.
13371         * doc/c-strcase.texi: New file.
13372         * doc/c-strcaseeq.texi: New file.
13373         * doc/c-strcasestr.texi: New file.
13374         * doc/c-strstr.texi: New file.
13375         * doc/c-strtod.texi: New file.
13376         * doc/c-strtold.texi: New file.
13377
13378 2008-01-10  Eric Blake  <ebb9@byu.net>
13379
13380         * lib/relocatable.h: Fix a comment.
13381
13382 2008-01-10  Eric Blake  <ebb9@byu.net>
13383
13384         Share two-way algorithm.
13385         * lib/str-two-way.h: New file, merged from...
13386         * lib/memmem.c: ...here...
13387         * lib/strstr.c: ...and here.
13388         * modules/memmem (Files): Use it.
13389         * modules/strstr (Files): Likewise.
13390
13391         Avoid quadratic strstr implementations.
13392         * lib/strstr.c: New file.
13393         * m4/strstr.m4: Likewise.
13394         * modules/strstr: Likewise.
13395         * modules/strstr-tests: Likewise.
13396         * tests/test-strstr.c: Likewise.
13397         * lib/string.in.h (rpl_strstr): Declare.
13398         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
13399         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
13400         * modules/string (Makefile.am): Likewise.
13401         * MODULES.html.sh (string handling): Mention new module.
13402         * doc/functions/strstr.texi (strstr): Document the bug.
13403
13404 2008-01-10  Bruno Haible  <bruno@clisp.org>
13405
13406         * lib/relocatable.h (relocate): State whether result is freshly
13407         allocated or not.
13408         * lib/relocatable.c (relocate): Return a freshly allocated string
13409         instead of a pointer to a privately held string.
13410         Reported by Sylvain Beucler <beuc@gnu.org>.
13411
13412 2008-01-10  Colin Watson  <cjwatson@debian.org>
13413
13414         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
13415         s/S_ISNLK/S_ISLNK/.
13416
13417 2008-01-09  Bruno Haible  <bruno@clisp.org>
13418
13419         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
13420         and other files.
13421         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
13422         if it's only a guess.
13423         * modules/memmem: Simplify by depending on memmem-simple.
13424
13425 2008-01-09  Bruno Haible  <bruno@clisp.org>
13426
13427         Work around OpenBSD 4.0 tdelete() bug.
13428         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
13429         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
13430         macros and don't redefine the enum values.
13431         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
13432         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
13433         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
13434
13435 2008-01-09  Bruno Haible  <bruno@clisp.org>
13436
13437         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
13438         (main): Don't perform the tests if setlocale did not install a UTF-8
13439         locale. Needed on OpenBSD 4.0.
13440         * modules/wcwidth-tests (Depends-on): Add localcharset.
13441
13442 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
13443
13444         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
13445         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
13446         * NEWS: announce this.
13447         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
13448
13449 2008-01-09  Simon Josefsson  <simon@josefsson.org>
13450         and Eric Blake  <ebb9@byu.net>
13451
13452         Add memmem-simple module.
13453         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
13454         (gl_FUNC_MEMMEM): Separate performance from presence checks.
13455         * modules/memmem-simple: New file.
13456         * modules/memmem (Description): Tweak.
13457         * MODULES.html.sh (string handling): Mention new module.
13458         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
13459         addressed by memmem-simple.
13460         * NEWS: Document the difference.
13461
13462 2008-01-09  Eric Blake  <ebb9@byu.net>
13463
13464         Give gcc some memmem optimization hints.
13465         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
13466         (strcasestr): Declare as pure.
13467         * modules/memmem (Maintainer): Claim my implementation.
13468
13469 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13470
13471         Support AIX 6.1 and higher.
13472         * build-aux/config.libpath: Likewise.
13473         * build-aux/config.rpath: Likewise.
13474
13475 2008-01-08  Jim Meyering  <meyering@redhat.com>
13476             Bruno Haible  <bruno@clisp.org>
13477
13478         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
13479         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
13480         Reported by Peter Fales in
13481         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
13482
13483 2008-01-08  Bruno Haible  <bruno@clisp.org>
13484
13485         * modules/unictype/category-of (Depends-on): Add
13486         unictype/category-none.
13487         * modules/unictype/category-and-tests (Depends-on): Add
13488         unictype/category-{L,N,Lu,Nd}.
13489         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
13490         * modules/unictype/category-or-tests (Depends-on): Add
13491         unictype/category-{L,N}.
13492         * modules/unictype/category-name-tests (Depends-on): Add
13493         unictype/category-{Z,Nl}.
13494         Reported by Simon Josefsson.
13495
13496 2008-01-08  Bruno Haible  <bruno@clisp.org>
13497
13498         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
13499         convention better.
13500         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
13501         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
13502         Reported by Peter Miller <millerp@canb.auug.org.au>.
13503
13504 2008-01-08  Eric Blake  <ebb9@byu.net>
13505
13506         Rewrite memmem to guarantee linear complexity without malloc.
13507         * lib/memmem.c (memmem): Use Two-Way rather than
13508         Knuth-Morris-Pratt, to allow O(1) space usage.
13509         (critical_factorization, two_way_short_needle)
13510         (two_way_long_needle): New functions.
13511         (knuth_morris_pratt): Delete.
13512         * modules/memmem (Depends-on): No longer need malloca or stdbool.
13513         Add stdint.
13514         * tests/test-memmem.c (main): Add tests for periodic needle and
13515         sublinear performance.
13516         * doc/functions/memmem.texi (memmem): Document other deficiencies
13517         in cygwin and older glibc.
13518
13519 2008-01-08  Bruno Haible  <bruno@clisp.org>
13520
13521         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
13522         augmentation.
13523
13524 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
13525
13526         Add a configure time option: --disable-acl.
13527         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
13528         AC_ARG_ENABLE(acl).
13529
13530 2008-01-06  Simon Josefsson  <simon@josefsson.org>
13531
13532         * tests/test-localename.c: Don't include obsolete "setenv.h".
13533
13534         * modules/localename-tests (Depends-on): Need unsetenv.
13535
13536 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13537
13538         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
13539
13540 2008-01-06  Colin Watson  <cjwatson@debian.org>
13541
13542         * users.txt: Add man-db.
13543
13544 2008-01-07  Bruno Haible  <bruno@clisp.org>
13545
13546         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
13547         previous section name.
13548
13549 2008-01-07  Bruno Haible  <bruno@clisp.org>
13550
13551         * lib/progname.c (set_program_name): Don't strip off a leading
13552         "lt-" prefix outside a .libs directory.
13553         Suggested by Paul Eggert.
13554
13555 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
13556             Bruno Haible  <bruno@clisp.org>
13557
13558         Improve memory cleanup in 'relocatable' module.
13559         * lib/relocatable.h (compute_curr_prefix): Change return type to
13560         'char *'.
13561         * lib/relocatable.c (compute_curr_prefix): Change return type to
13562         'char *'. Free curr_installdir after use.
13563         (relocate): Free curr_prefix_better after use.
13564         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
13565
13566 2008-01-01  Bruno Haible  <bruno@clisp.org>
13567
13568         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
13569         failure on older glibc systems.
13570         Reported by Peter Fales <psfales@alcatel-lucent.com>.
13571
13572 2008-01-05  Eric Blake  <ebb9@byu.net>
13573
13574         Avoid quadratic system memmem.
13575         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
13576         Reported by Ralf Wildenhues.
13577
13578         Fix memmem test for mingw.
13579         * modules/memmem-tests (configure.ac): Check for alarm.
13580         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
13581         it.
13582         * doc/functions/memmem.texi: New file.
13583         * doc/gnulib.texi (Function Substitutes): Add memmem.
13584         Reported by Bruno Haible.
13585
13586 2008-01-04  Bruno Haible  <bruno@clisp.org>
13587
13588         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13589         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13590         gl_HEADER_STRING_H_DEFAULTS.
13591
13592 2008-01-04  Eric Blake  <ebb9@byu.net>
13593
13594         Shorten duration of memmem test.
13595         * tests/test-memmem.c (main): Use alarm to declare failure if test
13596         is taking too long.
13597         Reported by Ralf Wildenhues.
13598
13599 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13600
13601         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13602         string, needed by strerror.
13603
13604 2008-01-03  Colin Watson  <cjwatson@debian.org>
13605             Bruno Haible  <bruno@clisp.org>
13606
13607         * doc/gnulib-tool.texi (Localization): New section.
13608
13609 2008-01-02  Bruno Haible  <bruno@clisp.org>
13610
13611         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13612         variables to 'unsigned char *' type.
13613         Reported by Paul Eggert.
13614
13615 2008-01-02  Jim Meyering  <jim@meyering.net>
13616
13617         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13618
13619 2007-12-31  Jim Meyering  <jim@meyering.net>
13620
13621         Avoid use of private FTS type name.
13622         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13623
13624 2007-12-30  Karl Berry  <karl@gnu.org>
13625
13626         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13627         work around defect in Texinfo and/or the standalone Info browser.
13628
13629 2007-12-30  Bruno Haible  <bruno@clisp.org>
13630
13631         Unify 5 copies of the KMP code.
13632         * lib/str-kmp.h: New file.
13633         * lib/c-strcasestr.c: Include str-kmp.h.
13634         (knuth_morris_pratt): Remove function.
13635         (c_strcasestr): Update.
13636         * lib/c-strstr.c: Include str-kmp.h.
13637         (knuth_morris_pratt): Remove function.
13638         (c_strcasestr): Update.
13639         * lib/mbscasestr.c: Include str-kmp.h.
13640         (knuth_morris_pratt_unibyte): Remove function.
13641         * lib/mbsstr.c: Include str-kmp.h.
13642         (knuth_morris_pratt_unibyte): Remove function.
13643         * lib/strcasestr.c: Include str-kmp.h.
13644         (knuth_morris_pratt): Remove function.
13645         (strcasestr): Update.
13646         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13647         * modules/c-strstr (Files): Likewise.
13648         * modules/mbscasestr (Files): Likewise.
13649         * modules/mbsstr (Files): Likewise.
13650         * modules/strcasestr (Files): Likewise.
13651         Suggested by Paul Eggert.
13652
13653 2007-12-30  Bruno Haible  <bruno@clisp.org>
13654
13655         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13656         defined.
13657
13658 2007-12-30  Bruno Haible  <bruno@clisp.org>
13659
13660         * lib/xmalloca.h: Include xalloc.h.
13661         (xnmalloca): New macro.
13662
13663 2007-12-30  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/malloca.h (nmalloca): New macro.
13666         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13667         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13668         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13669         knuth_morris_pratt_multibyte): Likewise.
13670         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13671         knuth_morris_pratt_multibyte): Likewise.
13672         * lib/memmem.c (knuth_morris_pratt): Likewise.
13673         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13674
13675 2007-12-25  Bruno Haible  <bruno@clisp.org>
13676
13677         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13678         * lib/glob.c: Don't include openat.h.
13679         (link_exists2_p): Add back the code that deals with the
13680         !GLOB_ALTDIRFUNC case.
13681         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13682         let it do the filename concatenation.
13683         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13684         * modules/glob (Depends-on): Remove openat.
13685
13686 2007-12-31  Bruno Haible  <bruno@clisp.org>
13687
13688         * modules/dirfd (License): Change to LGPLv2+.
13689         Approved by Jim Meyering.
13690
13691 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13692
13693         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13694         when multiplying M by sizeof (size_t).
13695
13696 2007-12-10  Martin Lambers  <marlam@marlam.de>
13697
13698         Override getpagesize on mingw.
13699         * lib/getpagesize.c: New file.
13700         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13701         * modules/getpagesize (Files): Add lib/getpagesize.c.
13702         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13703         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13704         REPLACE_GETPAGESIZE.
13705         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13706
13707 2007-12-25  Bruno Haible  <bruno@clisp.org>
13708
13709         * modules/localcharset (Notice): New field.
13710         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13711         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13712
13713 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13714             Bruno Haible  <bruno@clisp.org>
13715
13716         Avoid using the syntax symbol() in formatted documentation.
13717         * MODULES.html.sh (func_module): When replacing symbol() with a
13718         hyperlink, remove the parentheses. Show an error if some remain.
13719         Recognize and render the '...' syntax.
13720         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13721         Rework. Add paragraph about GCC's inlining.
13722         * doc/alloca.texi: Likewise.
13723         * doc/error.texi: Remove parentheses from symbol reference.
13724         * doc/gnulib-intro.texi: Likewise.
13725         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13726         * modules/fnmatch (Description): Reword to say "the ... function".
13727         * modules/full-read (Description): Likewise.
13728         * modules/full-write (Description): Likewise.
13729         * modules/safe-read (Description): Likewise.
13730         * modules/safe-write (Description): Likewise.
13731         * modules/strchrnul (Description): Likewise.
13732         * modules/trim (Description): Likewise.
13733         * modules/error (Description): Remove parentheses from symbol
13734         references.
13735         * modules/verror (Description): Likewise.
13736         Reported by Karl Berry.
13737
13738 2007-12-25  Bruno Haible  <bruno@clisp.org>
13739
13740         Fixup after 2007-10-16 commit.
13741         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13742
13743 2007-12-24  Bruno Haible  <bruno@clisp.org>
13744
13745         Make --enable-relocatable work with DESTDIR.
13746         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13747         to compute installdir from destprog.
13748         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13749         also set the RELOC_DESTDIR variable.
13750         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13751
13752 2007-12-24  Bruno Haible  <bruno@clisp.org>
13753
13754         Fix link error due to xalloc_die().
13755         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13756         of xreadlink.
13757         * lib/relocwrapper.c: Update comments.
13758         * build-aux/install-reloc: Remove xreadlink.c from file list.
13759         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13760         xreadlink.c.
13761         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13762
13763 2007-12-24  Bruno Haible  <bruno@clisp.org>
13764
13765         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13766         * lib/setenv.h: Remove file.
13767         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13768         lib/setenv.h.
13769         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13770         (Depends-on): Add stdlib.
13771         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13772         gl_FUNC_UNSETENV.
13773         (Include): Replace setenv.h with <stdlib.h>.
13774         * modules/unsetenv: New file.
13775         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13776         * lib/unsetenv.c: Include <stdlib.h> first.
13777         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13778         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13779         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13780         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13781         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13782         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13783         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13784         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13785         * doc/functions/unsetenv.texi: Update.
13786         * modules/xsetenv (Depends-on): Add unsetenv.
13787         * modules/getdate (Depends-on): Likewise.
13788         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13789         * lib/xsetenv.c: Don't include setenv.h.
13790         * lib/getdate.y: Likewise.
13791         * lib/relocwrapper.c: Likewise.
13792         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13793         (Depends-on): Add stdlib.
13794         * NEWS: Mention the changes.
13795         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13796
13797 2007-12-23  Bruno Haible  <bruno@clisp.org>
13798
13799         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13800         indentation.
13801
13802 2007-12-23  Bruno Haible  <bruno@clisp.org>
13803
13804         * lib/c-strcasestr.c: Add more comments.
13805         * lib/c-strstr.c: Likewise.
13806         * lib/mbscasestr.c: Likewise.
13807         * lib/mbsstr.c: Likewise.
13808         * lib/strcasestr.c: Likewise.
13809         * lib/memmem.c: Likewise.
13810
13811 2007-12-23  Bruno Haible  <bruno@clisp.org>
13812
13813         * tests/test-memmem.c: Include <string.h> first.
13814
13815 2007-12-22  Bruno Haible  <bruno@clisp.org>
13816
13817         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13818         the contents of $testsbase.
13819         Reported by Ralf Wildenhues.
13820
13821 2007-12-22  Bruno Haible  <bruno@clisp.org>
13822
13823         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13824         two variables local_ldadd_before, local_ldadd_last.
13825
13826 2007-12-20  Eric Blake  <ebb9@byu.net>
13827
13828         Work around circular library issue when cross-compiling.
13829         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13830         that progname.o does not need to pull in rpl_memcmp.
13831
13832 2007-12-19  Eric Blake  <ebb9@byu.net>
13833
13834         Fix memmem to avoid O(n^2) worst-case complexity.
13835         * lib/memmem.c (knuth_morris_pratt): New function.
13836         (memmem): Use it if first few naive iterations fail.
13837         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13838         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13839         * modules/memchr (License): Likewise.
13840         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13841         malloca.
13842         * tests/test-memmem.c: Rewrite, borrowing ideas from
13843         test-mbsstr1.c; the old version wouldn't even compile!
13844         * modules/memmem-tests: New file.
13845         * lib/string.in.h (rpl_memmem): Add declaration.
13846         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13847         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13848         REPLACE_MEMMEM.
13849
13850 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13851
13852         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13853         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13854         before any system include files, and undef after them all.  This
13855         should fix a problem on VMS reported by John E. Malmberg in
13856         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13857
13858 2007-12-17  Eric Blake  <ebb9@byu.net>
13859
13860         Revert addition of verify, for BSD/OS.
13861         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13862         can't handle large files, for the sake of obsolete platforms.
13863         * modules/fseeko (Depends-on): Remove verify.
13864         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13865         * doc/functions/ftello.texi (ftello): Likewise.
13866         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13867         Reported by Larry Jones.
13868
13869 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13870
13871         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13872         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13873
13874 2007-12-17  Jim Meyering  <meyering@redhat.com>
13875
13876         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13877         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13878         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13879         * modules/getcwd (Depends-on): Add openat.
13880         Reported by Petr Salinger.
13881
13882 2007-12-17  Bruno Haible  <bruno@clisp.org>
13883
13884         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13885         avoid a segmentation fault of the configure test on x86_64 systems.
13886
13887 2007-12-15  Jim Meyering  <meyering@redhat.com>
13888
13889         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13890
13891 2007-12-13  Eric Blake  <ebb9@byu.net>
13892
13893         Another fseek test.
13894         * tests/test-fseek.c (main): Also test ungetc handling.
13895         * tests/test-fseeko.c (main): Likewise.
13896         * modules/fseeko (Depends-on): Add verify.
13897         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13898         large.
13899         Reported by Larry Jones.
13900
13901         Fix fseeko on mingw.
13902         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13903         seek.
13904
13905         Beef up fseek tests.
13906         * tests/test-fseek.c (main): Also test eof handling.
13907         * tests/test-fseeko.c (main): Likewise.
13908         Reported by Larry Jones.
13909
13910 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13911
13912         Fix fseeko on BSD-based platforms.
13913         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13914         successful seek.
13915
13916 2007-12-12  Eric Blake  <ebb9@byu.net>
13917
13918         Allow circular dependency of separate libtests.a
13919         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13920         when use_libtests.
13921
13922 2007-12-11  Eric Blake  <ebb9@byu.net>
13923
13924         Fix bug with -0.0L in previous patch.
13925         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13926         * tests/test-isnan.c (main): Also test on zeroes.
13927         * tests/test-isnanf.c (main): Likewise.
13928         * tests/test-isnanl.h (main): Likewise.
13929
13930         Detect pseudo-denormals on x86 even when cross-compiling.
13931         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13932         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13933         invalid bit patterns that happen to satisfy ==.
13934
13935         Avoid link failures with separate libtests.a.
13936         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13937         last, to satisfy circular dependencies.
13938
13939 2007-12-11  Eric Blake  <ebb9@byu.net>
13940         and Bruno Haible  <bruno@clisp.org>
13941
13942         Fix OpenBSD 4.0 <float.h> handling of long double.
13943         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13944         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13945         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13946
13947 2007-12-11  Jim Meyering  <meyering@redhat.com>
13948
13949         * users.txt: Add libvirt.
13950
13951         Support versions of autoconf prior to 2.59c.
13952         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13953         if it is not already defined.
13954
13955 2007-12-09  Bruno Haible  <bruno@clisp.org>
13956
13957         Let 'gnulib-tool --import' collect sources needed for the tests in
13958         tests/ rather than in lib/.
13959         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13960         argument. If true, add rules to generate libtests.a, and put libtests.a
13961         into $(LDADD). Consider source files in subdirectories and set
13962         uses_subdirs.
13963         (func_emit_initmacro_start, func_emit_initmacro_end,
13964         func_emit_initmacro_done): Pass all arguments explicitly.
13965         (func_import): Determine two module lists main_modules,
13966         testsrelated_modules. Determine use_libtests. Determine two variables
13967         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13968         instead of just sed_transform_lib_file. Determine two variables
13969         main_files and testsrelated_files. Compute 'files' as the union of
13970         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13971         func_add_or_update. In the generated gnulib-comp.m4, collect the
13972         object files for tests/ in different variables than those for lib/.
13973         Substitute LIBTESTS_LIBDEPS.
13974         (func_create_testdir): Combine the uses_subdirs results from
13975         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13976
13977 2007-12-09  Bruno Haible  <bruno@clisp.org>
13978
13979         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13980         the build-aux directory.
13981
13982 2007-12-09  Bruno Haible  <bruno@clisp.org>
13983
13984         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13985         introduced on 2006-09-09.
13986
13987 2007-12-07  Jim Meyering  <meyering@redhat.com>
13988
13989         Let these macros work also with autoconf-2.59.
13990         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13991         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13992         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13993
13994 2007-12-06  Jim Meyering  <meyering@redhat.com>
13995
13996         Avoid a configure-time syntax error in gl_FUNC_ACL.
13997         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13998         function in each branch, before testing the cache variable.
13999
14000 2007-12-04  Eric Blake  <ebb9@byu.net>
14001
14002         Make scripts executable.
14003         * build-aux/config.guess: Add execute permissions.
14004         * build-aux/config.sub: Likewise.
14005         * build-aux/gendocs.sh: Likewise.
14006
14007         Fix frexp on mingw.
14008         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
14009         cross-compiling.
14010         * doc/functions/frexp.texi (frexp): Document the bug.
14011
14012         Make cygwin fseeko check more reliable.
14013         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
14014         version numbers, rather than unrelated feature check.
14015         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
14016         * doc/functions/ftello.texi (ftello): Likewise.
14017         Reported by Bruno Haible.
14018
14019         * m4/strerror.m4: Bump version number.
14020
14021 2007-12-03  Bruno Haible  <bruno@clisp.org>
14022
14023         * doc/functions/mprotect.texi: Mention the mingw problem.
14024
14025 2007-12-03  Eric Blake  <ebb9@byu.net>
14026
14027         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
14028         REPLACE_STRERROR is initialized before this macro.
14029
14030 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
14031
14032         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
14033         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
14034         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
14035         put -lsec in even for programs other than 'ls'.  This fixes a problem
14036         for gettext reported by Bruno Haible in
14037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
14038         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
14039         Add support for Solaris 10.  This isn't efficient, but should get the
14040         job done for now.
14041
14042 2007-12-03  James Youngman  <jay@gnu.org>
14043
14044         * doc/regexprops-generic.texi: change "an close-group" to "a
14045         close-group" and "illegal" to "not allowed".
14046
14047 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14048
14049         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
14050         pr_byname.h. Needed for the rare case when the maintainer has done
14051         "make maintainer-clean" in the source directory and then attempts a
14052         build outside the source directory.
14053         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
14054         scripts_byname.h.
14055
14056 2007-12-02  Martin Lambers <marlam@marlam.de>
14057             Bruno Haible  <bruno@clisp.org>
14058
14059         * lib/getpagesize.h: Remove file.
14060         * lib/unistd.in.h: Include declaration of getpagesize here.
14061         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
14062         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
14063         HAVE_SYS_PARAM_H.
14064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
14065         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
14066         * modules/getpagesize (Files): Remove lib/getpagesize.h.
14067         (Depends-on): Add unistd.
14068         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
14069         (Include): Use <unistd.h> instead of getpagesize.h.
14070         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
14071         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
14072         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
14073         gl_GETPAGESIZE invocation, already handled by module dependency.
14074         * lib/pagealign_alloc.c: Don't include getpagesize.h.
14075
14076 2007-12-02  Bruno Haible  <bruno@clisp.org>
14077
14078         * modules/strings-tests: New file.
14079         * tests/test-strings.c: New file.
14080
14081         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
14082         * lib/strings.in.h: New file.
14083         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
14084         * m4/strings_h.m4: New file.
14085         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
14086         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
14087         * modules/strings: New file.
14088         * modules/string (Makefile.am): Update.
14089         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
14090         Reported by Karl Berry.
14091
14092 2007-12-01  Eric Blake  <ebb9@byu.net>
14093
14094         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
14095         accomodate fix in cygwin 1.5.25.
14096
14097 2007-12-01  Jim Meyering  <meyering@redhat.com>
14098
14099         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
14100         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
14101         that would inhibit utf8-optimization of a regexp containing line-
14102         or buffer-anchors, e.g., `^', `$'.
14103
14104 2007-11-30  Bruno Haible  <bruno@clisp.org>
14105
14106         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
14107         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
14108         glthread_recursive_lock_init.
14109         * lib/lock.c (glthread_recursive_lock_init)
14110         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
14111         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14112
14113 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         New function qset_acl, like set_acl but with syscall semantics.
14116         * lib/acl.h (qset_acl): New decl.
14117         * lib/acl.c (qset_acl): New function.
14118         (set_acl): Use new function.  Use more-consistent diagnostics.
14119
14120 2007-11-28  Jim Meyering  <meyering@redhat.com>
14121
14122         * modules/physmem (License): Change from GPL to LGPLv2+.
14123
14124 2007-11-26  Bruno Haible  <bruno@clisp.org>
14125
14126         * lib/vasnprintf.c (decode_long_double): Don't abort if the
14127         'long double' type has excess precision.
14128         Reported by Jim Meyering in
14129         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
14130
14131 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14132
14133         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
14134         Sync from <http://gnu.org/licenses>.
14135         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
14136         with license text from same location.
14137         * doc/maintain.texi, doc/standards.texi:  Sync from
14138         <http://savannah.gnu.org/projects/gnustandards>.
14139
14140 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
14141         and Jim Meyering  <meyering@redhat.com>
14142
14143         Adjust getdate' grammar to accept a slightly more regular language.
14144         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
14145         Before, the former was rejected.
14146         * lib/getdate.y (digits_to_date_time): New function, factored
14147         out of ...
14148         (number): ...here.  Just call digits_to_date_time.
14149         (hybrid): New non-terminal to handle an <unsigned number,
14150         signed relative offset> sequence consistently.
14151
14152 2007-11-18  Jim Meyering  <meyering@redhat.com>
14153
14154         Pull my changes from coreutils:
14155         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
14156         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
14157         use of $gnulib_tool_option_extras, so that it's separated from the
14158         preceding argument.
14159
14160         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
14161         * build-aux/bootstrap (cp_mark_as_generated): Create any required
14162         parent destination directories before copying a file into place.
14163
14164 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
14165
14166         bootstrap: work also with 4-argument variant of AC_INIT
14167         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
14168
14169 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14170
14171         Port test-getaddrinfo to Solaris.
14172         Problem reported by Bruno Haible in
14173         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
14174         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
14175         explanation of setting 'hints'.
14176         Don't reject an implementation merely because it returns EAI_SERVICE.
14177         (EAI_SERVICE): Define to 0 if not defined.
14178
14179 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
14180
14181         The license of gnu-make and posix-shell is now "GPLed build tool".
14182         * modules/gnu-make (License): Likewise.
14183         * modules/posix-shell (License): Likewise.
14184
14185         New module posix-shell, for determining a POSIX shell
14186         or perhaps something that is close enough to a POSIX shell.
14187         * m4/posix-shell.m4: New file.
14188         * modules/posix-shell: New file.
14189
14190         * MODULES.html.sh: Mention new module.
14191
14192         New module gnu-make, for determining whether we're using GNU Make.
14193         * m4/gnu-make.m4: New file.
14194         * modules/gnu-make: New file.
14195         * MODULES.html.sh: Mention new module.
14196
14197 2007-11-14  Jim Meyering  <meyering@redhat.com>
14198
14199         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
14200         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
14201         use this macro to create a function _definition_.
14202         Remove useless "#undef ARGMATCH_DIE".
14203
14204 2007-11-14  Bruno Haible  <bruno@clisp.org>
14205
14206         * lib/config.charset: Update for OpenBSD 4.1.
14207         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
14208
14209 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         Document 64-bit #if problems in stdint.texi.
14212         * doc/headers/stdint.texi (stdint.h): Mention problems with
14213         64-bit-#if, and how to work around them.
14214
14215         Don't insist on 'long long int' support in the preprocessor.  It
14216         breaks too many things.  For example, PRIdMAX still uses a 'long
14217         long int' format with the latest Sun compiler, even though
14218         HAVE_LONG_LONG_INT isn't defined due to that compiler's
14219         preprocessor problem.  This causes the latest coreutils to dump
14220         core on Solaris 10 sparc with the Sun C compiler.
14221         Instead, fix the 2007-10-16 problem in a different way, by evaluating
14222         the troublesome expressions at configure-time, not at #if-time.
14223         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
14224         preprocessor.
14225         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
14226         compile-time C checks, done at 'configure'-time.
14227         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
14228         * modules/inttypes (Makefile): Substitute the new symbols that
14229         gl_INTTYPES_H now generates.
14230         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
14231
14232 2007-11-12  Bruno Haible  <bruno@clisp.org>
14233
14234         Tests for Unicode character classification functions.
14235
14236         * modules/unictype/bidicategory-byname-tests: New file.
14237         * modules/unictype/bidicategory-name-tests: New file.
14238         * modules/unictype/bidicategory-of-tests: New file.
14239         * modules/unictype/bidicategory-test-tests: New file.
14240         * modules/unictype/block-list-tests: New file.
14241         * modules/unictype/block-of-tests: New file.
14242         * modules/unictype/block-test-tests: New file.
14243         * modules/unictype/category-C-tests: New file.
14244         * modules/unictype/category-Cc-tests: New file.
14245         * modules/unictype/category-Cf-tests: New file.
14246         * modules/unictype/category-Cn-tests: New file.
14247         * modules/unictype/category-Co-tests: New file.
14248         * modules/unictype/category-Cs-tests: New file.
14249         * modules/unictype/category-L-tests: New file.
14250         * modules/unictype/category-Ll-tests: New file.
14251         * modules/unictype/category-Lm-tests: New file.
14252         * modules/unictype/category-Lo-tests: New file.
14253         * modules/unictype/category-Lt-tests: New file.
14254         * modules/unictype/category-Lu-tests: New file.
14255         * modules/unictype/category-M-tests: New file.
14256         * modules/unictype/category-Mc-tests: New file.
14257         * modules/unictype/category-Me-tests: New file.
14258         * modules/unictype/category-Mn-tests: New file.
14259         * modules/unictype/category-N-tests: New file.
14260         * modules/unictype/category-Nd-tests: New file.
14261         * modules/unictype/category-Nl-tests: New file.
14262         * modules/unictype/category-No-tests: New file.
14263         * modules/unictype/category-P-tests: New file.
14264         * modules/unictype/category-Pc-tests: New file.
14265         * modules/unictype/category-Pd-tests: New file.
14266         * modules/unictype/category-Pe-tests: New file.
14267         * modules/unictype/category-Pf-tests: New file.
14268         * modules/unictype/category-Pi-tests: New file.
14269         * modules/unictype/category-Po-tests: New file.
14270         * modules/unictype/category-Ps-tests: New file.
14271         * modules/unictype/category-S-tests: New file.
14272         * modules/unictype/category-Sc-tests: New file.
14273         * modules/unictype/category-Sk-tests: New file.
14274         * modules/unictype/category-Sm-tests: New file.
14275         * modules/unictype/category-So-tests: New file.
14276         * modules/unictype/category-Z-tests: New file.
14277         * modules/unictype/category-Zl-tests: New file.
14278         * modules/unictype/category-Zp-tests: New file.
14279         * modules/unictype/category-Zs-tests: New file.
14280         * modules/unictype/category-and-not-tests: New file.
14281         * modules/unictype/category-and-tests: New file.
14282         * modules/unictype/category-byname-tests: New file.
14283         * modules/unictype/category-name-tests: New file.
14284         * modules/unictype/category-none-tests: New file.
14285         * modules/unictype/category-of-tests: New file.
14286         * modules/unictype/category-or-tests: New file.
14287         * modules/unictype/category-test-withtable-tests: New file.
14288         * modules/unictype/combining-class-tests: New file.
14289         * modules/unictype/ctype-alnum-tests: New file.
14290         * modules/unictype/ctype-alpha-tests: New file.
14291         * modules/unictype/ctype-blank-tests: New file.
14292         * modules/unictype/ctype-cntrl-tests: New file.
14293         * modules/unictype/ctype-digit-tests: New file.
14294         * modules/unictype/ctype-graph-tests: New file.
14295         * modules/unictype/ctype-lower-tests: New file.
14296         * modules/unictype/ctype-print-tests: New file.
14297         * modules/unictype/ctype-punct-tests: New file.
14298         * modules/unictype/ctype-space-tests: New file.
14299         * modules/unictype/ctype-upper-tests: New file.
14300         * modules/unictype/ctype-xdigit-tests: New file.
14301         * modules/unictype/decimal-digit-tests: New file.
14302         * modules/unictype/digit-tests: New file.
14303         * modules/unictype/mirror-tests: New file.
14304         * modules/unictype/numeric-tests: New file.
14305         * modules/unictype/property-alphabetic-tests: New file.
14306         * modules/unictype/property-ascii-hex-digit-tests: New file.
14307         * modules/unictype/property-bidi-arabic-digit-tests: New file.
14308         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
14309         * modules/unictype/property-bidi-block-separator-tests: New file.
14310         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
14311         * modules/unictype/property-bidi-common-separator-tests: New file.
14312         * modules/unictype/property-bidi-control-tests: New file.
14313         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
14314         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
14315         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
14316         * modules/unictype/property-bidi-european-digit-tests: New file.
14317         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
14318         * modules/unictype/property-bidi-left-to-right-tests: New file.
14319         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
14320         * modules/unictype/property-bidi-other-neutral-tests: New file.
14321         * modules/unictype/property-bidi-pdf-tests: New file.
14322         * modules/unictype/property-bidi-segment-separator-tests: New file.
14323         * modules/unictype/property-bidi-whitespace-tests: New file.
14324         * modules/unictype/property-byname-tests: New file.
14325         * modules/unictype/property-combining-tests: New file.
14326         * modules/unictype/property-composite-tests: New file.
14327         * modules/unictype/property-currency-symbol-tests: New file.
14328         * modules/unictype/property-dash-tests: New file.
14329         * modules/unictype/property-decimal-digit-tests: New file.
14330         * modules/unictype/property-default-ignorable-code-point-tests: New file.
14331         * modules/unictype/property-deprecated-tests: New file.
14332         * modules/unictype/property-diacritic-tests: New file.
14333         * modules/unictype/property-extender-tests: New file.
14334         * modules/unictype/property-format-control-tests: New file.
14335         * modules/unictype/property-grapheme-base-tests: New file.
14336         * modules/unictype/property-grapheme-extend-tests: New file.
14337         * modules/unictype/property-grapheme-link-tests: New file.
14338         * modules/unictype/property-hex-digit-tests: New file.
14339         * modules/unictype/property-hyphen-tests: New file.
14340         * modules/unictype/property-id-continue-tests: New file.
14341         * modules/unictype/property-id-start-tests: New file.
14342         * modules/unictype/property-ideographic-tests: New file.
14343         * modules/unictype/property-ids-binary-operator-tests: New file.
14344         * modules/unictype/property-ids-trinary-operator-tests: New file.
14345         * modules/unictype/property-ignorable-control-tests: New file.
14346         * modules/unictype/property-iso-control-tests: New file.
14347         * modules/unictype/property-join-control-tests: New file.
14348         * modules/unictype/property-left-of-pair-tests: New file.
14349         * modules/unictype/property-line-separator-tests: New file.
14350         * modules/unictype/property-logical-order-exception-tests: New file.
14351         * modules/unictype/property-lowercase-tests: New file.
14352         * modules/unictype/property-math-tests: New file.
14353         * modules/unictype/property-non-break-tests: New file.
14354         * modules/unictype/property-not-a-character-tests: New file.
14355         * modules/unictype/property-numeric-tests: New file.
14356         * modules/unictype/property-other-alphabetic-tests: New file.
14357         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
14358         * modules/unictype/property-other-grapheme-extend-tests: New file.
14359         * modules/unictype/property-other-id-continue-tests: New file.
14360         * modules/unictype/property-other-id-start-tests: New file.
14361         * modules/unictype/property-other-lowercase-tests: New file.
14362         * modules/unictype/property-other-math-tests: New file.
14363         * modules/unictype/property-other-uppercase-tests: New file.
14364         * modules/unictype/property-paired-punctuation-tests: New file.
14365         * modules/unictype/property-paragraph-separator-tests: New file.
14366         * modules/unictype/property-pattern-syntax-tests: New file.
14367         * modules/unictype/property-pattern-white-space-tests: New file.
14368         * modules/unictype/property-private-use-tests: New file.
14369         * modules/unictype/property-punctuation-tests: New file.
14370         * modules/unictype/property-quotation-mark-tests: New file.
14371         * modules/unictype/property-radical-tests: New file.
14372         * modules/unictype/property-sentence-terminal-tests: New file.
14373         * modules/unictype/property-soft-dotted-tests: New file.
14374         * modules/unictype/property-space-tests: New file.
14375         * modules/unictype/property-terminal-punctuation-tests: New file.
14376         * modules/unictype/property-test-tests: New file.
14377         * modules/unictype/property-titlecase-tests: New file.
14378         * modules/unictype/property-unassigned-code-value-tests: New file.
14379         * modules/unictype/property-unified-ideograph-tests: New file.
14380         * modules/unictype/property-uppercase-tests: New file.
14381         * modules/unictype/property-variation-selector-tests: New file.
14382         * modules/unictype/property-white-space-tests: New file.
14383         * modules/unictype/property-xid-continue-tests: New file.
14384         * modules/unictype/property-xid-start-tests: New file.
14385         * modules/unictype/property-zero-width-tests: New file.
14386         * modules/unictype/scripts-tests: New file.
14387         * modules/unictype/syntax-c-ident-tests: New file.
14388         * modules/unictype/syntax-c-whitespace-tests: New file.
14389         * modules/unictype/syntax-java-ident-tests: New file.
14390         * modules/unictype/syntax-java-whitespace-tests: New file.
14391         * tests/unictype/test-bidi_byname.c: New file.
14392         * tests/unictype/test-bidi_name.c: New file.
14393         * tests/unictype/test-bidi_of.c: New file.
14394         * tests/unictype/test-bidi_test.c: New file.
14395         * tests/unictype/test-block_list.c: New file.
14396         * tests/unictype/test-block_of.c: New file.
14397         * tests/unictype/test-block_test.c: New file.
14398         * tests/unictype/test-categ_and.c: New file.
14399         * tests/unictype/test-categ_and_not.c: New file.
14400         * tests/unictype/test-categ_byname.c: New file.
14401         * tests/unictype/test-categ_name.c: New file.
14402         * tests/unictype/test-categ_none.c: New file.
14403         * tests/unictype/test-categ_of.c: New file.
14404         * tests/unictype/test-categ_or.c: New file.
14405         * tests/unictype/test-categ_test_withtable.c: New file.
14406         * tests/unictype/test-combining.c: New file.
14407         * tests/unictype/test-decdigit.c: New file.
14408         * tests/unictype/test-digit.c: New file.
14409         * tests/unictype/test-mirror.c: New file.
14410         * tests/unictype/test-numeric.c: New file.
14411         * tests/unictype/test-pr_byname.c: New file.
14412         * tests/unictype/test-pr_test.c: New file.
14413         * tests/unictype/test-predicate-part1.h: New file.
14414         * tests/unictype/test-predicate-part2.h: New file.
14415         * tests/unictype/test-scripts.c: New file.
14416         * tests/unictype/test-sy_c_ident.c: New file.
14417         * tests/unictype/test-sy_java_ident.c: New file.
14418
14419         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
14420         for Unicode 5.0.0.
14421         * tests/unictype/test-categ_Cc.c: Likewise.
14422         * tests/unictype/test-categ_Cf.c: Likewise.
14423         * tests/unictype/test-categ_Cn.c: Likewise.
14424         * tests/unictype/test-categ_Co.c: Likewise.
14425         * tests/unictype/test-categ_Cs.c: Likewise.
14426         * tests/unictype/test-categ_L.c: Likewise.
14427         * tests/unictype/test-categ_Ll.c: Likewise.
14428         * tests/unictype/test-categ_Lm.c: Likewise.
14429         * tests/unictype/test-categ_Lo.c: Likewise.
14430         * tests/unictype/test-categ_Lt.c: Likewise.
14431         * tests/unictype/test-categ_Lu.c: Likewise.
14432         * tests/unictype/test-categ_M.c: Likewise.
14433         * tests/unictype/test-categ_Mc.c: Likewise.
14434         * tests/unictype/test-categ_Me.c: Likewise.
14435         * tests/unictype/test-categ_Mn.c: Likewise.
14436         * tests/unictype/test-categ_N.c: Likewise.
14437         * tests/unictype/test-categ_Nd.c: Likewise.
14438         * tests/unictype/test-categ_Nl.c: Likewise.
14439         * tests/unictype/test-categ_No.c: Likewise.
14440         * tests/unictype/test-categ_P.c: Likewise.
14441         * tests/unictype/test-categ_Pc.c: Likewise.
14442         * tests/unictype/test-categ_Pd.c: Likewise.
14443         * tests/unictype/test-categ_Pe.c: Likewise.
14444         * tests/unictype/test-categ_Pf.c: Likewise.
14445         * tests/unictype/test-categ_Pi.c: Likewise.
14446         * tests/unictype/test-categ_Po.c: Likewise.
14447         * tests/unictype/test-categ_Ps.c: Likewise.
14448         * tests/unictype/test-categ_S.c: Likewise.
14449         * tests/unictype/test-categ_Sc.c: Likewise.
14450         * tests/unictype/test-categ_Sk.c: Likewise.
14451         * tests/unictype/test-categ_Sm.c: Likewise.
14452         * tests/unictype/test-categ_So.c: Likewise.
14453         * tests/unictype/test-categ_Z.c: Likewise.
14454         * tests/unictype/test-categ_Zl.c: Likewise.
14455         * tests/unictype/test-categ_Zp.c: Likewise.
14456         * tests/unictype/test-categ_Zs.c: Likewise.
14457         * tests/unictype/test-ctype_alnum.c: Likewise.
14458         * tests/unictype/test-ctype_alpha.c: Likewise.
14459         * tests/unictype/test-ctype_blank.c: Likewise.
14460         * tests/unictype/test-ctype_cntrl.c: Likewise.
14461         * tests/unictype/test-ctype_digit.c: Likewise.
14462         * tests/unictype/test-ctype_graph.c: Likewise.
14463         * tests/unictype/test-ctype_lower.c: Likewise.
14464         * tests/unictype/test-ctype_print.c: Likewise.
14465         * tests/unictype/test-ctype_punct.c: Likewise.
14466         * tests/unictype/test-ctype_space.c: Likewise.
14467         * tests/unictype/test-ctype_upper.c: Likewise.
14468         * tests/unictype/test-ctype_xdigit.c: Likewise.
14469         * tests/unictype/test-decdigit.h: Likewise.
14470         * tests/unictype/test-digit.h: Likewise.
14471         * tests/unictype/test-numeric.h: Likewise.
14472         * tests/unictype/test-pr_alphabetic.c: Likewise.
14473         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
14474         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
14475         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
14476         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
14477         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
14478         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
14479         * tests/unictype/test-pr_bidi_control.c: Likewise.
14480         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
14481         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
14482         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
14483         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
14484         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
14485         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
14486         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
14487         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
14488         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
14489         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
14490         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
14491         * tests/unictype/test-pr_combining.c: Likewise.
14492         * tests/unictype/test-pr_composite.c: Likewise.
14493         * tests/unictype/test-pr_currency_symbol.c: Likewise.
14494         * tests/unictype/test-pr_dash.c: Likewise.
14495         * tests/unictype/test-pr_decimal_digit.c: Likewise.
14496         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
14497         * tests/unictype/test-pr_deprecated.c: Likewise.
14498         * tests/unictype/test-pr_diacritic.c: Likewise.
14499         * tests/unictype/test-pr_extender.c: Likewise.
14500         * tests/unictype/test-pr_format_control.c: Likewise.
14501         * tests/unictype/test-pr_grapheme_base.c: Likewise.
14502         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
14503         * tests/unictype/test-pr_grapheme_link.c: Likewise.
14504         * tests/unictype/test-pr_hex_digit.c: Likewise.
14505         * tests/unictype/test-pr_hyphen.c: Likewise.
14506         * tests/unictype/test-pr_id_continue.c: Likewise.
14507         * tests/unictype/test-pr_id_start.c: Likewise.
14508         * tests/unictype/test-pr_ideographic.c: Likewise.
14509         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
14510         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
14511         * tests/unictype/test-pr_ignorable_control.c: Likewise.
14512         * tests/unictype/test-pr_iso_control.c: Likewise.
14513         * tests/unictype/test-pr_join_control.c: Likewise.
14514         * tests/unictype/test-pr_left_of_pair.c: Likewise.
14515         * tests/unictype/test-pr_line_separator.c: Likewise.
14516         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
14517         * tests/unictype/test-pr_lowercase.c: Likewise.
14518         * tests/unictype/test-pr_math.c: Likewise.
14519         * tests/unictype/test-pr_non_break.c: Likewise.
14520         * tests/unictype/test-pr_not_a_character.c: Likewise.
14521         * tests/unictype/test-pr_numeric.c: Likewise.
14522         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
14523         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
14524         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
14525         * tests/unictype/test-pr_other_id_continue.c: Likewise.
14526         * tests/unictype/test-pr_other_id_start.c: Likewise.
14527         * tests/unictype/test-pr_other_lowercase.c: Likewise.
14528         * tests/unictype/test-pr_other_math.c: Likewise.
14529         * tests/unictype/test-pr_other_uppercase.c: Likewise.
14530         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
14531         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
14532         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
14533         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
14534         * tests/unictype/test-pr_private_use.c: Likewise.
14535         * tests/unictype/test-pr_punctuation.c: Likewise.
14536         * tests/unictype/test-pr_quotation_mark.c: Likewise.
14537         * tests/unictype/test-pr_radical.c: Likewise.
14538         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
14539         * tests/unictype/test-pr_soft_dotted.c: Likewise.
14540         * tests/unictype/test-pr_space.c: Likewise.
14541         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
14542         * tests/unictype/test-pr_titlecase.c: Likewise.
14543         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
14544         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
14545         * tests/unictype/test-pr_uppercase.c: Likewise.
14546         * tests/unictype/test-pr_variation_selector.c: Likewise.
14547         * tests/unictype/test-pr_white_space.c: Likewise.
14548         * tests/unictype/test-pr_xid_continue.c: Likewise.
14549         * tests/unictype/test-pr_xid_start.c: Likewise.
14550         * tests/unictype/test-pr_zero_width.c: Likewise.
14551         * tests/unictype/test-sy_c_whitespace.c: Likewise.
14552         * tests/unictype/test-sy_java_whitespace.c: Likewise.
14553
14554 2007-11-12  Bruno Haible  <bruno@clisp.org>
14555
14556         Unicode character classification functions.
14557         * lib/unictype.h: New file.
14558         * modules/unictype/base: New file.
14559         * modules/unictype/category-L: New file.
14560         * modules/unictype/category-Lu: New file.
14561         * modules/unictype/category-Ll: New file.
14562         * modules/unictype/category-Lt: New file.
14563         * modules/unictype/category-Lm: New file.
14564         * modules/unictype/category-Lo: New file.
14565         * modules/unictype/category-M: New file.
14566         * modules/unictype/category-Mn: New file.
14567         * modules/unictype/category-Mc: New file.
14568         * modules/unictype/category-Me: New file.
14569         * modules/unictype/category-N: New file.
14570         * modules/unictype/category-Nd: New file.
14571         * modules/unictype/category-Nl: New file.
14572         * modules/unictype/category-No: New file.
14573         * modules/unictype/category-P: New file.
14574         * modules/unictype/category-Pc: New file.
14575         * modules/unictype/category-Pd: New file.
14576         * modules/unictype/category-Ps: New file.
14577         * modules/unictype/category-Pe: New file.
14578         * modules/unictype/category-Pi: New file.
14579         * modules/unictype/category-Pf: New file.
14580         * modules/unictype/category-Po: New file.
14581         * modules/unictype/category-S: New file.
14582         * modules/unictype/category-Sm: New file.
14583         * modules/unictype/category-Sc: New file.
14584         * modules/unictype/category-Sk: New file.
14585         * modules/unictype/category-So: New file.
14586         * modules/unictype/category-Z: New file.
14587         * modules/unictype/category-Zs: New file.
14588         * modules/unictype/category-Zl: New file.
14589         * modules/unictype/category-Zp: New file.
14590         * modules/unictype/category-C: New file.
14591         * modules/unictype/category-Cc: New file.
14592         * modules/unictype/category-Cf: New file.
14593         * modules/unictype/category-Cs: New file.
14594         * modules/unictype/category-Co: New file.
14595         * modules/unictype/category-Cn: New file.
14596         * modules/unictype/category-or: New file.
14597         * modules/unictype/category-of: New file.
14598         * modules/unictype/category-test: New file.
14599         * modules/unictype/category-test-withtable: New file.
14600         * modules/unictype/category-byname: New file.
14601         * modules/unictype/category-none: New file.
14602         * modules/unictype/category-and: New file.
14603         * modules/unictype/category-and-not: New file.
14604         * modules/unictype/category-name: New file.
14605         * modules/unictype/combining-class: New file.
14606         * modules/unictype/category-all: New file.
14607         * modules/unictype/bidicategory-all: New file.
14608         * modules/unictype/bidicategory-byname: New file.
14609         * modules/unictype/bidicategory-name: New file.
14610         * modules/unictype/bidicategory-of: New file.
14611         * modules/unictype/bidicategory-test: New file.
14612         * modules/unictype/decimal-digit: New file.
14613         * modules/unictype/digit: New file.
14614         * modules/unictype/numeric: New file.
14615         * modules/unictype/mirror: New file.
14616         * modules/unictype/property-white-space: New file.
14617         * modules/unictype/property-alphabetic: New file.
14618         * modules/unictype/property-other-alphabetic: New file.
14619         * modules/unictype/property-not-a-character: New file.
14620         * modules/unictype/property-default-ignorable-code-point: New file.
14621         * modules/unictype/property-other-default-ignorable-code-point: New
14622         file.
14623         * modules/unictype/property-deprecated: New file.
14624         * modules/unictype/property-logical-order-exception: New file.
14625         * modules/unictype/property-variation-selector: New file.
14626         * modules/unictype/property-private-use: New file.
14627         * modules/unictype/property-unassigned-code-value: New file.
14628         * modules/unictype/property-uppercase: New file.
14629         * modules/unictype/property-other-uppercase: New file.
14630         * modules/unictype/property-lowercase: New file.
14631         * modules/unictype/property-other-lowercase: New file.
14632         * modules/unictype/property-titlecase: New file.
14633         * modules/unictype/property-soft-dotted: New file.
14634         * modules/unictype/property-id-start: New file.
14635         * modules/unictype/property-other-id-start: New file.
14636         * modules/unictype/property-id-continue: New file.
14637         * modules/unictype/property-other-id-continue: New file.
14638         * modules/unictype/property-xid-start: New file.
14639         * modules/unictype/property-xid-continue: New file.
14640         * modules/unictype/property-pattern-white-space: New file.
14641         * modules/unictype/property-pattern-syntax: New file.
14642         * modules/unictype/property-join-control: New file.
14643         * modules/unictype/property-grapheme-base: New file.
14644         * modules/unictype/property-grapheme-extend: New file.
14645         * modules/unictype/property-other-grapheme-extend: New file.
14646         * modules/unictype/property-grapheme-link: New file.
14647         * modules/unictype/property-bidi-control: New file.
14648         * modules/unictype/property-bidi-left-to-right: New file.
14649         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14650         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14651         * modules/unictype/property-bidi-european-digit: New file.
14652         * modules/unictype/property-bidi-eur-num-separator: New file.
14653         * modules/unictype/property-bidi-eur-num-terminator: New file.
14654         * modules/unictype/property-bidi-arabic-digit: New file.
14655         * modules/unictype/property-bidi-common-separator: New file.
14656         * modules/unictype/property-bidi-block-separator: New file.
14657         * modules/unictype/property-bidi-segment-separator: New file.
14658         * modules/unictype/property-bidi-whitespace: New file.
14659         * modules/unictype/property-bidi-non-spacing-mark: New file.
14660         * modules/unictype/property-bidi-boundary-neutral: New file.
14661         * modules/unictype/property-bidi-pdf: New file.
14662         * modules/unictype/property-bidi-embedding-or-override: New file.
14663         * modules/unictype/property-bidi-other-neutral: New file.
14664         * modules/unictype/property-hex-digit: New file.
14665         * modules/unictype/property-ascii-hex-digit: New file.
14666         * modules/unictype/property-ideographic: New file.
14667         * modules/unictype/property-unified-ideograph: New file.
14668         * modules/unictype/property-radical: New file.
14669         * modules/unictype/property-ids-binary-operator: New file.
14670         * modules/unictype/property-ids-trinary-operator: New file.
14671         * modules/unictype/property-zero-width: New file.
14672         * modules/unictype/property-space: New file.
14673         * modules/unictype/property-non-break: New file.
14674         * modules/unictype/property-iso-control: New file.
14675         * modules/unictype/property-format-control: New file.
14676         * modules/unictype/property-dash: New file.
14677         * modules/unictype/property-hyphen: New file.
14678         * modules/unictype/property-punctuation: New file.
14679         * modules/unictype/property-line-separator: New file.
14680         * modules/unictype/property-paragraph-separator: New file.
14681         * modules/unictype/property-quotation-mark: New file.
14682         * modules/unictype/property-sentence-terminal: New file.
14683         * modules/unictype/property-terminal-punctuation: New file.
14684         * modules/unictype/property-currency-symbol: New file.
14685         * modules/unictype/property-math: New file.
14686         * modules/unictype/property-other-math: New file.
14687         * modules/unictype/property-paired-punctuation: New file.
14688         * modules/unictype/property-left-of-pair: New file.
14689         * modules/unictype/property-combining: New file.
14690         * modules/unictype/property-composite: New file.
14691         * modules/unictype/property-decimal-digit: New file.
14692         * modules/unictype/property-numeric: New file.
14693         * modules/unictype/property-diacritic: New file.
14694         * modules/unictype/property-extender: New file.
14695         * modules/unictype/property-ignorable-control: New file.
14696         * modules/unictype/property-test: New file.
14697         * modules/unictype/property-byname: New file.
14698         * modules/unictype/property-all: New file.
14699         * modules/unictype/scripts: New file.
14700         * modules/unictype/scripts-all: New file.
14701         * modules/unictype/block-of: New file.
14702         * modules/unictype/block-test: New file.
14703         * modules/unictype/block-list: New file.
14704         * modules/unictype/block-all: New file.
14705         * modules/unictype/syntax-c-whitespace: New file.
14706         * modules/unictype/syntax-java-whitespace: New file.
14707         * modules/unictype/syntax-c-ident: New file.
14708         * modules/unictype/syntax-java-ident: New file.
14709         * modules/unictype/ctype-alnum: New file.
14710         * modules/unictype/ctype-alpha: New file.
14711         * modules/unictype/ctype-cntrl: New file.
14712         * modules/unictype/ctype-digit: New file.
14713         * modules/unictype/ctype-graph: New file.
14714         * modules/unictype/ctype-lower: New file.
14715         * modules/unictype/ctype-print: New file.
14716         * modules/unictype/ctype-punct: New file.
14717         * modules/unictype/ctype-space: New file.
14718         * modules/unictype/ctype-upper: New file.
14719         * modules/unictype/ctype-xdigit: New file.
14720         * modules/unictype/ctype-blank: New file.
14721         * lib/unictype/bidi_byname.c: New file.
14722         * lib/unictype/bidi_name.c: New file.
14723         * lib/unictype/bidi_of.c: New file.
14724         * lib/unictype/bidi_test.c: New file.
14725         * lib/unictype/bitmap.h: New file.
14726         * lib/unictype/block_test.c: New file.
14727         * lib/unictype/blocks.c: New file.
14728         * lib/unictype/categ_C.c: New file.
14729         * lib/unictype/categ_Cc.c: New file.
14730         * lib/unictype/categ_Cf.c: New file.
14731         * lib/unictype/categ_Cn.c: New file.
14732         * lib/unictype/categ_Co.c: New file.
14733         * lib/unictype/categ_Cs.c: New file.
14734         * lib/unictype/categ_L.c: New file.
14735         * lib/unictype/categ_Ll.c: New file.
14736         * lib/unictype/categ_Lm.c: New file.
14737         * lib/unictype/categ_Lo.c: New file.
14738         * lib/unictype/categ_Lt.c: New file.
14739         * lib/unictype/categ_Lu.c: New file.
14740         * lib/unictype/categ_M.c: New file.
14741         * lib/unictype/categ_Mc.c: New file.
14742         * lib/unictype/categ_Me.c: New file.
14743         * lib/unictype/categ_Mn.c: New file.
14744         * lib/unictype/categ_N.c: New file.
14745         * lib/unictype/categ_Nd.c: New file.
14746         * lib/unictype/categ_Nl.c: New file.
14747         * lib/unictype/categ_No.c: New file.
14748         * lib/unictype/categ_P.c: New file.
14749         * lib/unictype/categ_Pc.c: New file.
14750         * lib/unictype/categ_Pd.c: New file.
14751         * lib/unictype/categ_Pe.c: New file.
14752         * lib/unictype/categ_Pf.c: New file.
14753         * lib/unictype/categ_Pi.c: New file.
14754         * lib/unictype/categ_Po.c: New file.
14755         * lib/unictype/categ_Ps.c: New file.
14756         * lib/unictype/categ_S.c: New file.
14757         * lib/unictype/categ_Sc.c: New file.
14758         * lib/unictype/categ_Sk.c: New file.
14759         * lib/unictype/categ_Sm.c: New file.
14760         * lib/unictype/categ_So.c: New file.
14761         * lib/unictype/categ_Z.c: New file.
14762         * lib/unictype/categ_Zl.c: New file.
14763         * lib/unictype/categ_Zp.c: New file.
14764         * lib/unictype/categ_Zs.c: New file.
14765         * lib/unictype/categ_and.c: New file.
14766         * lib/unictype/categ_and_not.c: New file.
14767         * lib/unictype/categ_byname.c: New file.
14768         * lib/unictype/categ_name.c: New file.
14769         * lib/unictype/categ_none.c: New file.
14770         * lib/unictype/categ_of.c: New file.
14771         * lib/unictype/categ_or.c: New file.
14772         * lib/unictype/categ_test.c: New file.
14773         * lib/unictype/combining.c: New file.
14774         * lib/unictype/ctype_alnum.c: New file.
14775         * lib/unictype/ctype_alpha.c: New file.
14776         * lib/unictype/ctype_blank.c: New file.
14777         * lib/unictype/ctype_cntrl.c: New file.
14778         * lib/unictype/ctype_digit.c: New file.
14779         * lib/unictype/ctype_graph.c: New file.
14780         * lib/unictype/ctype_lower.c: New file.
14781         * lib/unictype/ctype_print.c: New file.
14782         * lib/unictype/ctype_punct.c: New file.
14783         * lib/unictype/ctype_space.c: New file.
14784         * lib/unictype/ctype_upper.c: New file.
14785         * lib/unictype/ctype_xdigit.c: New file.
14786         * lib/unictype/decdigit.c: New file.
14787         * lib/unictype/digit.c: New file.
14788         * lib/unictype/identsyntaxmap.h: New file.
14789         * lib/unictype/mirror.c: New file.
14790         * lib/unictype/numeric.c: New file.
14791         * lib/unictype/pr_alphabetic.c: New file.
14792         * lib/unictype/pr_ascii_hex_digit.c: New file.
14793         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14794         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14795         * lib/unictype/pr_bidi_block_separator.c: New file.
14796         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14797         * lib/unictype/pr_bidi_common_separator.c: New file.
14798         * lib/unictype/pr_bidi_control.c: New file.
14799         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14800         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14801         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14802         * lib/unictype/pr_bidi_european_digit.c: New file.
14803         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14804         * lib/unictype/pr_bidi_left_to_right.c: New file.
14805         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14806         * lib/unictype/pr_bidi_other_neutral.c: New file.
14807         * lib/unictype/pr_bidi_pdf.c: New file.
14808         * lib/unictype/pr_bidi_segment_separator.c: New file.
14809         * lib/unictype/pr_bidi_whitespace.c: New file.
14810         * lib/unictype/pr_byname.c: New file.
14811         * lib/unictype/pr_byname.gperf: New file.
14812         * lib/unictype/pr_combining.c: New file.
14813         * lib/unictype/pr_composite.c: New file.
14814         * lib/unictype/pr_currency_symbol.c: New file.
14815         * lib/unictype/pr_dash.c: New file.
14816         * lib/unictype/pr_decimal_digit.c: New file.
14817         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14818         * lib/unictype/pr_deprecated.c: New file.
14819         * lib/unictype/pr_diacritic.c: New file.
14820         * lib/unictype/pr_extender.c: New file.
14821         * lib/unictype/pr_format_control.c: New file.
14822         * lib/unictype/pr_grapheme_base.c: New file.
14823         * lib/unictype/pr_grapheme_extend.c: New file.
14824         * lib/unictype/pr_grapheme_link.c: New file.
14825         * lib/unictype/pr_hex_digit.c: New file.
14826         * lib/unictype/pr_hyphen.c: New file.
14827         * lib/unictype/pr_id_continue.c: New file.
14828         * lib/unictype/pr_id_start.c: New file.
14829         * lib/unictype/pr_ideographic.c: New file.
14830         * lib/unictype/pr_ids_binary_operator.c: New file.
14831         * lib/unictype/pr_ids_trinary_operator.c: New file.
14832         * lib/unictype/pr_ignorable_control.c: New file.
14833         * lib/unictype/pr_iso_control.c: New file.
14834         * lib/unictype/pr_join_control.c: New file.
14835         * lib/unictype/pr_left_of_pair.c: New file.
14836         * lib/unictype/pr_line_separator.c: New file.
14837         * lib/unictype/pr_logical_order_exception.c: New file.
14838         * lib/unictype/pr_lowercase.c: New file.
14839         * lib/unictype/pr_math.c: New file.
14840         * lib/unictype/pr_non_break.c: New file.
14841         * lib/unictype/pr_not_a_character.c: New file.
14842         * lib/unictype/pr_numeric.c: New file.
14843         * lib/unictype/pr_other_alphabetic.c: New file.
14844         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14845         * lib/unictype/pr_other_grapheme_extend.c: New file.
14846         * lib/unictype/pr_other_id_continue.c: New file.
14847         * lib/unictype/pr_other_id_start.c: New file.
14848         * lib/unictype/pr_other_lowercase.c: New file.
14849         * lib/unictype/pr_other_math.c: New file.
14850         * lib/unictype/pr_other_uppercase.c: New file.
14851         * lib/unictype/pr_paired_punctuation.c: New file.
14852         * lib/unictype/pr_paragraph_separator.c: New file.
14853         * lib/unictype/pr_pattern_syntax.c: New file.
14854         * lib/unictype/pr_pattern_white_space.c: New file.
14855         * lib/unictype/pr_private_use.c: New file.
14856         * lib/unictype/pr_punctuation.c: New file.
14857         * lib/unictype/pr_quotation_mark.c: New file.
14858         * lib/unictype/pr_radical.c: New file.
14859         * lib/unictype/pr_sentence_terminal.c: New file.
14860         * lib/unictype/pr_soft_dotted.c: New file.
14861         * lib/unictype/pr_space.c: New file.
14862         * lib/unictype/pr_terminal_punctuation.c: New file.
14863         * lib/unictype/pr_test.c: New file.
14864         * lib/unictype/pr_titlecase.c: New file.
14865         * lib/unictype/pr_unassigned_code_value.c: New file.
14866         * lib/unictype/pr_unified_ideograph.c: New file.
14867         * lib/unictype/pr_uppercase.c: New file.
14868         * lib/unictype/pr_variation_selector.c: New file.
14869         * lib/unictype/pr_white_space.c: New file.
14870         * lib/unictype/pr_xid_continue.c: New file.
14871         * lib/unictype/pr_xid_start.c: New file.
14872         * lib/unictype/pr_zero_width.c: New file.
14873         * lib/unictype/scripts.c: New file.
14874         * lib/unictype/sy_c_ident.c: New file.
14875         * lib/unictype/sy_c_whitespace.c: New file.
14876         * lib/unictype/sy_java_ident.c: New file.
14877         * lib/unictype/sy_java_whitespace.c: New file.
14878
14879         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14880         Unicode 5.0.0.
14881         * lib/unictype/blocks.h: Likewise.
14882         * lib/unictype/categ_C.h: Likewise.
14883         * lib/unictype/categ_Cc.h: Likewise.
14884         * lib/unictype/categ_Cf.h: Likewise.
14885         * lib/unictype/categ_Cn.h: Likewise.
14886         * lib/unictype/categ_Co.h: Likewise.
14887         * lib/unictype/categ_Cs.h: Likewise.
14888         * lib/unictype/categ_L.h: Likewise.
14889         * lib/unictype/categ_Ll.h: Likewise.
14890         * lib/unictype/categ_Lm.h: Likewise.
14891         * lib/unictype/categ_Lo.h: Likewise.
14892         * lib/unictype/categ_Lt.h: Likewise.
14893         * lib/unictype/categ_Lu.h: Likewise.
14894         * lib/unictype/categ_M.h: Likewise.
14895         * lib/unictype/categ_Mc.h: Likewise.
14896         * lib/unictype/categ_Me.h: Likewise.
14897         * lib/unictype/categ_Mn.h: Likewise.
14898         * lib/unictype/categ_N.h: Likewise.
14899         * lib/unictype/categ_Nd.h: Likewise.
14900         * lib/unictype/categ_Nl.h: Likewise.
14901         * lib/unictype/categ_No.h: Likewise.
14902         * lib/unictype/categ_P.h: Likewise.
14903         * lib/unictype/categ_Pc.h: Likewise.
14904         * lib/unictype/categ_Pd.h: Likewise.
14905         * lib/unictype/categ_Pe.h: Likewise.
14906         * lib/unictype/categ_Pf.h: Likewise.
14907         * lib/unictype/categ_Pi.h: Likewise.
14908         * lib/unictype/categ_Po.h: Likewise.
14909         * lib/unictype/categ_Ps.h: Likewise.
14910         * lib/unictype/categ_S.h: Likewise.
14911         * lib/unictype/categ_Sc.h: Likewise.
14912         * lib/unictype/categ_Sk.h: Likewise.
14913         * lib/unictype/categ_Sm.h: Likewise.
14914         * lib/unictype/categ_So.h: Likewise.
14915         * lib/unictype/categ_Z.h: Likewise.
14916         * lib/unictype/categ_Zl.h: Likewise.
14917         * lib/unictype/categ_Zp.h: Likewise.
14918         * lib/unictype/categ_Zs.h: Likewise.
14919         * lib/unictype/categ_of.h: Likewise.
14920         * lib/unictype/combining.h: Likewise.
14921         * lib/unictype/ctype_alnum.h: Likewise.
14922         * lib/unictype/ctype_alpha.h: Likewise.
14923         * lib/unictype/ctype_blank.h: Likewise.
14924         * lib/unictype/ctype_cntrl.h: Likewise.
14925         * lib/unictype/ctype_digit.h: Likewise.
14926         * lib/unictype/ctype_graph.h: Likewise.
14927         * lib/unictype/ctype_lower.h: Likewise.
14928         * lib/unictype/ctype_print.h: Likewise.
14929         * lib/unictype/ctype_punct.h: Likewise.
14930         * lib/unictype/ctype_space.h: Likewise.
14931         * lib/unictype/ctype_upper.h: Likewise.
14932         * lib/unictype/ctype_xdigit.h: Likewise.
14933         * lib/unictype/decdigit.h: Likewise.
14934         * lib/unictype/digit.h: Likewise.
14935         * lib/unictype/mirror.h: Likewise.
14936         * lib/unictype/numeric.h: Likewise.
14937         * lib/unictype/pr_alphabetic.h: Likewise.
14938         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14939         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14940         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14941         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14942         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14943         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14944         * lib/unictype/pr_bidi_control.h: Likewise.
14945         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14946         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14947         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14948         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14949         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14950         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14951         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14952         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14953         * lib/unictype/pr_bidi_pdf.h: Likewise.
14954         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14955         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14956         * lib/unictype/pr_combining.h: Likewise.
14957         * lib/unictype/pr_composite.h: Likewise.
14958         * lib/unictype/pr_currency_symbol.h: Likewise.
14959         * lib/unictype/pr_dash.h: Likewise.
14960         * lib/unictype/pr_decimal_digit.h: Likewise.
14961         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14962         * lib/unictype/pr_deprecated.h: Likewise.
14963         * lib/unictype/pr_diacritic.h: Likewise.
14964         * lib/unictype/pr_extender.h: Likewise.
14965         * lib/unictype/pr_format_control.h: Likewise.
14966         * lib/unictype/pr_grapheme_base.h: Likewise.
14967         * lib/unictype/pr_grapheme_extend.h: Likewise.
14968         * lib/unictype/pr_grapheme_link.h: Likewise.
14969         * lib/unictype/pr_hex_digit.h: Likewise.
14970         * lib/unictype/pr_hyphen.h: Likewise.
14971         * lib/unictype/pr_id_continue.h: Likewise.
14972         * lib/unictype/pr_id_start.h: Likewise.
14973         * lib/unictype/pr_ideographic.h: Likewise.
14974         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14975         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14976         * lib/unictype/pr_ignorable_control.h: Likewise.
14977         * lib/unictype/pr_iso_control.h: Likewise.
14978         * lib/unictype/pr_join_control.h: Likewise.
14979         * lib/unictype/pr_left_of_pair.h: Likewise.
14980         * lib/unictype/pr_line_separator.h: Likewise.
14981         * lib/unictype/pr_logical_order_exception.h: Likewise.
14982         * lib/unictype/pr_lowercase.h: Likewise.
14983         * lib/unictype/pr_math.h: Likewise.
14984         * lib/unictype/pr_non_break.h: Likewise.
14985         * lib/unictype/pr_not_a_character.h: Likewise.
14986         * lib/unictype/pr_numeric.h: Likewise.
14987         * lib/unictype/pr_other_alphabetic.h: Likewise.
14988         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14989         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14990         * lib/unictype/pr_other_id_continue.h: Likewise.
14991         * lib/unictype/pr_other_id_start.h: Likewise.
14992         * lib/unictype/pr_other_lowercase.h: Likewise.
14993         * lib/unictype/pr_other_math.h: Likewise.
14994         * lib/unictype/pr_other_uppercase.h: Likewise.
14995         * lib/unictype/pr_paired_punctuation.h: Likewise.
14996         * lib/unictype/pr_paragraph_separator.h: Likewise.
14997         * lib/unictype/pr_pattern_syntax.h: Likewise.
14998         * lib/unictype/pr_pattern_white_space.h: Likewise.
14999         * lib/unictype/pr_private_use.h: Likewise.
15000         * lib/unictype/pr_punctuation.h: Likewise.
15001         * lib/unictype/pr_quotation_mark.h: Likewise.
15002         * lib/unictype/pr_radical.h: Likewise.
15003         * lib/unictype/pr_sentence_terminal.h: Likewise.
15004         * lib/unictype/pr_soft_dotted.h: Likewise.
15005         * lib/unictype/pr_space.h: Likewise.
15006         * lib/unictype/pr_terminal_punctuation.h: Likewise.
15007         * lib/unictype/pr_titlecase.h: Likewise.
15008         * lib/unictype/pr_unassigned_code_value.h: Likewise.
15009         * lib/unictype/pr_unified_ideograph.h: Likewise.
15010         * lib/unictype/pr_uppercase.h: Likewise.
15011         * lib/unictype/pr_variation_selector.h: Likewise.
15012         * lib/unictype/pr_white_space.h: Likewise.
15013         * lib/unictype/pr_xid_continue.h: Likewise.
15014         * lib/unictype/pr_xid_start.h: Likewise.
15015         * lib/unictype/pr_zero_width.h: Likewise.
15016         * lib/unictype/scripts.h: Likewise.
15017         * lib/unictype/scripts_byname.gperf: Likewise.
15018         * lib/unictype/sy_c_ident.h: Likewise.
15019         * lib/unictype/sy_c_whitespace.h: Likewise.
15020         * lib/unictype/sy_java_ident.h: Likewise.
15021         * lib/unictype/sy_java_whitespace.h: Likewise.
15022
15023         * lib/unictype/Makefile: New file.
15024         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
15025         glibc.
15026         * lib/unictype/3level.h: New file, copied from glibc.
15027         * lib/unictype/3levelbit.h: New file.
15028
15029 2007-11-11  Bruno Haible  <bruno@clisp.org>
15030
15031         * modules/gperf: New file.
15032         * modules/iconv_open (Depends-on): Add it.
15033         (Makefile.am): Remove the GPERF definition.
15034
15035 2007-11-11  Bruno Haible  <bruno@clisp.org>
15036
15037         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
15038         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
15039
15040 2007-11-11  Bruno Haible  <bruno@clisp.org>
15041
15042         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
15043         (usage): Remove function.
15044
15045 2007-11-11  Bruno Haible  <bruno@clisp.org>
15046
15047         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
15048         gl_FUNC_CEILF_LIBS.
15049         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
15050         gl_FUNC_CEIL_LIBS.
15051         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
15052         gl_FUNC_CEILL_LIBS.
15053         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
15054         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
15055         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
15056
15057 2007-11-11  Bruno Haible  <bruno@clisp.org>
15058
15059         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
15060         roundf were declared but do not exist on functions.
15061         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
15062         roundl were declared but do not exist on functions.
15063         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
15064         HAVE_FLOORL_AND_CEILL, respectively.
15065         Needed for Sun C on Solaris 10.
15066
15067 2007-11-11  Bruno Haible  <bruno@clisp.org>
15068
15069         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
15070         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
15071         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
15072         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
15073         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
15074         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
15075         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
15076         HAVE_DECL_ROUNDF.
15077         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
15078         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
15079         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
15080         of HAVE_DECL_ROUND*.
15081         * modules/math (Makefile.am): Update.
15082
15083 2007-11-10  Bruno Haible  <bruno@clisp.org>
15084
15085         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
15086         ptrdiff_t as m4/intl.m4.
15087
15088 2007-11-10  Jim Meyering  <meyering@redhat.com>
15089
15090         Avoid link failure for the argmatch test.
15091         * tests/test-argmatch.c (usage): Define function to avoid a link
15092         failure: argmatch_die requires a usage function.
15093
15094 2007-11-09  Bruno Haible  <bruno@clisp.org>
15095
15096         * doc/functions/snprintf.texi: Mention BeOS deficiency.
15097         * doc/functions/vsnprintf.texi: Likewise.
15098         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
15099         with a size argument < 2.
15100
15101 2007-11-09  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
15104         buffer. Fixes an inefficiency introduced on 2007-11-03.
15105
15106 2007-11-09  Bruno Haible  <bruno@clisp.org>
15107
15108         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
15109         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
15110
15111 2007-11-08  Jim Meyering  <meyering@redhat.com>
15112
15113         Change cache variable name prefix "jm_" to "gl_" everywhere.
15114         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
15115         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
15116         * m4/uptime.m4: s/gl_/jm_/
15117
15118 2007-11-07  Bruno Haible  <bruno@clisp.org>
15119
15120         Update to GNU gettext 0.17.
15121         * m4/intl.m4: Update to GNU gettext 0.17.
15122         * m4/po.m4: Likewise.
15123         * modules/gettext (Files): Remove m4/ulonglong.m4.
15124         (configure.ac): Require gettext infrastructure from version 0.17.
15125
15126 2007-11-06  Bruno Haible  <bruno@clisp.org>
15127
15128         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
15129         symbolic values are not defined in a public header.
15130         * lib/freadable.c (freadable) [QNX]: Likewise.
15131         * lib/freadahead.c (freadahead) [QNX]: Likewise.
15132         * lib/freading.c (freading) [QNX]: Likewise.
15133         * lib/fseterr.c (fseterr) [QNX]: Likewise.
15134         * lib/fwritable.c (fwritable) [QNX]: Likewise.
15135         * lib/fwriting.c (fwriting) [QNX]: Likewise.
15136         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
15137         Reported by Alain Magloire.
15138
15139         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
15140
15141 2007-11-05  Bruno Haible  <bruno@clisp.org>
15142
15143         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
15144         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
15145         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
15146         Reported by Eric Blake.
15147
15148 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15149             Bruno Haible  <bruno@clisp.org>
15150
15151         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
15152         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
15153         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
15154         (malloc): Undefine also before including <stdlib.h>.
15155         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
15156         Needed on OSF/1 4.0.
15157
15158 2007-11-05  Jim Meyering  <meyering@redhat.com>
15159
15160         git-version-gen: sync from coreutils.
15161         * build-aux/git-version-gen: Add comments.
15162         Change the first '-' to '.' in the snapshot version string,
15163         e.g., 6.9-377-08144 -> 6.9.377-08144
15164         Remove first parameter.
15165         Don't declare a version "-dirty" merely because a time
15166         stamp has changed.
15167
15168 2007-11-04  Bruno Haible  <bruno@clisp.org>
15169
15170         * lib/lock.h: Protect all macro definitions containing an 'if'
15171         statement through a "do { ... } while (0)".
15172         * lib/tls.h: Likewise.
15173
15174 2007-11-04  Bruno Haible  <bruno@clisp.org>
15175
15176         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
15177
15178 2007-11-04  Bruno Haible  <bruno@clisp.org>
15179
15180         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
15181         * modules/fprintf-posix (Depends-on): Add nocrash.
15182         * modules/snprintf-posix (Depends-on): Likewise.
15183         * modules/sprintf-posix (Depends-on): Likewise.
15184         * modules/vasnprintf-posix (Depends-on): Likewise.
15185         * modules/vasprintf-posix (Depends-on): Likewise.
15186         * modules/vfprintf-posix (Depends-on): Likewise.
15187         * modules/vsnprintf-posix (Depends-on): Likewise.
15188         * modules/vsprintf-posix (Depends-on): Likewise.
15189         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
15190         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
15191         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
15192         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
15193         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
15194         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
15195         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
15196
15197 2007-11-04  Bruno Haible  <bruno@clisp.org>
15198
15199         * modules/nocrash: New file.
15200         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
15201         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
15202
15203 2007-11-04  Bruno Haible  <bruno@clisp.org>
15204
15205         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
15206         precision handling.
15207         * tests/test-vasprintf-posix.c (test_function): Likewise.
15208         * tests/test-snprintf-posix.h (test_function): Likewise.
15209         * tests/test-sprintf-posix.h (test_function): Likewise.
15210
15211         Fix *printf behaviour for large precisions on mingw and BeOS.
15212         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
15213         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
15214         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
15215         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15216         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15217         gl_PRINTF_PRECISION and test its result. Invoke
15218         gl_PREREQ_VASNPRINTF_PRECISION.
15219         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15220         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15221         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15222         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15223         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15224         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15225         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15226         * doc/functions/fprintf.texi: Update.
15227         * doc/functions/printf.texi: Update.
15228         * doc/functions/snprintf.texi: Update.
15229         * doc/functions/sprintf.texi: Update.
15230         * doc/functions/vfprintf.texi: Update.
15231         * doc/functions/vprintf.texi: Update.
15232         * doc/functions/vsnprintf.texi: Update.
15233         * doc/functions/vsprintf.texi: Update.
15234
15235 2007-11-04  Bruno Haible  <bruno@clisp.org>
15236
15237         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
15238
15239 2007-11-04  Bruno Haible  <bruno@clisp.org>
15240
15241         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
15242         Reported by Sylvain Beucler <beuc@gnu.org>.
15243
15244 2007-11-03  Bruno Haible  <bruno@clisp.org>
15245
15246         * tests/test-fprintf-posix2.sh: New file.
15247         * tests/test-fprintf-posix2.c: New file.
15248         * modules/fprintf-posix-tests (Files): Add them.
15249         (TESTS): Add test-fprintf-posix2.sh.
15250         (configure.ac): Check for getrlimit and setrlimit.
15251         (check_PROGRAMS): Add test-fprintf-posix2.
15252
15253         * tests/test-printf-posix2.sh: New file.
15254         * tests/test-printf-posix2.c: New file.
15255         * modules/printf-posix-tests (Files): Add them.
15256         (TESTS): Add test-printf-posix2.sh.
15257         (configure.ac): Check for getrlimit and setrlimit.
15258         (check_PROGRAMS): Add test-printf-posix2.
15259
15260         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
15261         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
15262         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
15263         (decode_double): New function, copied from decode_long_double.
15264         (scale10_round_decimal_decoded): New function, extracted from
15265         scale10_round_decimal_long_double.
15266         (scale10_round_decimal_long_double): Use it.
15267         (scale10_round_decimal_double): New function.
15268         (floorlog10): New function.
15269         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
15270         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
15271         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15272         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15273         gl_PRINTF_ENOMEM and test its result. Invoke
15274         gl_PREREQ_VASNPRINTF_ENOMEM.
15275         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15276         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15277         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15278         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15279         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15280         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15281         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15282         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
15283         * modules/snprintf-posix (Depends-on): Likewise.
15284         * modules/sprintf-posix (Depends-on): Likewise.
15285         * modules/vasnprintf-posix (Depends-on): Likewise.
15286         * modules/vasprintf-posix (Depends-on): Likewise.
15287         * modules/vfprintf-posix (Depends-on): Likewise.
15288         * modules/vsnprintf-posix (Depends-on): Likewise.
15289         * modules/vsprintf-posix (Depends-on): Likewise.
15290         * doc/functions/fprintf.texi: Update.
15291         * doc/functions/printf.texi: Update.
15292         * doc/functions/snprintf.texi: Update.
15293         * doc/functions/sprintf.texi: Update.
15294         * doc/functions/vfprintf.texi: Update.
15295         * doc/functions/vprintf.texi: Update.
15296         * doc/functions/vsnprintf.texi: Update.
15297         * doc/functions/vsprintf.texi: Update.
15298
15299 2007-11-03  Bruno Haible  <bruno@clisp.org>
15300
15301         * modules/frexp-nolibm-tests: New file.
15302
15303         * modules/frexp-nolibm: New file.
15304         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
15305
15306 2007-11-03  Bruno Haible  <bruno@clisp.org>
15307
15308         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
15309         value is C99 compliant.
15310         Needed for OSF/1 5.1.
15311
15312 2007-11-03  Bruno Haible  <bruno@clisp.org>
15313
15314         Fix out-of-memory handling of vasnprintf.
15315         * lib/printf-parse.c: Include <errno.h>.
15316         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
15317         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
15318         is already set.
15319
15320 2007-11-02  Eric Blake  <ebb9@byu.net>
15321
15322         Fix tests on cygwin.
15323         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
15324
15325 2007-11-01  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
15328         warning.
15329         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
15330         needed for POSIX compatibility.
15331
15332 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
15333
15334         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
15335         for compatibility with GNU.
15336
15337 2007-11-01  Bruno Haible  <bruno@clisp.org>
15338
15339         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
15340         (putenv): Renamed from rpl_putenv. Change argument type from
15341         'const char *' to 'char *'.
15342         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
15343         of defining putenv in config.h, just set REPLACE_PUTENV.
15344         * modules/putenv (Depends-on): Add stdlib.
15345         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
15346         (Include): Use <stdlib.h>.
15347         * lib/stdlib.in.h (putenv): New declaration.
15348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
15349         REPLACE_PUTENV.
15350         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
15351         REPLACE_PUTENV.
15352         Needed for MacOS X 10.5.0.
15353         Reported by Peter O'Gorman <peter@pogma.com>.
15354
15355 2007-11-01  Jim Meyering  <meyering@redhat.com>
15356
15357         Treat an empty date string exactly like "0".
15358         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
15359         if the remaining date string (to be parsed) is empty, use "0".
15360         Reported by Mischa Molhoek and discussed in this thread:
15361         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
15362
15363 2007-10-31  Bruno Haible  <bruno@clisp.org>
15364
15365         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
15366         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
15367         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
15368         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
15369         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
15370         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
15371
15372 2007-10-31  Bruno Haible  <bruno@clisp.org>
15373
15374         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
15375         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
15376         (AC_TYPE_LONG_LONG_INT): Use it.
15377         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
15378         it as well.
15379         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
15380         to m4/longlong.m4.
15381         * modules/stdint (Files): Remove m4/ulonglong.m4.
15382         * modules/strtoull (Files): Use m4/longlong.m4 instead of
15383         m4/ulonglong.m4.
15384         * modules/strtoumax (Files): Likewise.
15385
15386 2007-10-30  Bruno Haible  <bruno@clisp.org>
15387
15388         * modules/xvasprintf-posix: New file.
15389         Suggested by Eric Blake.
15390
15391 2007-10-30  Bruno Haible  <bruno@clisp.org>
15392
15393         * modules/xprintf-posix-tests: New file.
15394         * tests/test-xprintf-posix.sh: New file.
15395         * tests/test-xprintf-posix.c: New file.
15396         * tests/test-xfprintf-posix.c: New file.
15397
15398         * modules/xprintf-posix: New file.
15399
15400 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15401
15402         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
15403         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
15404         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
15405
15406 2007-10-29  Bruno Haible  <bruno@clisp.org>
15407
15408         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
15409         contain the special marker '_cv_'.
15410         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15411         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15412         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15413         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
15414         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15415         Reported by Ralf Wildenhues.
15416
15417 2007-10-29  Bruno Haible  <bruno@clisp.org>
15418
15419         * gnulib-tool (func_import): When --lgpl is not specified, set
15420         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
15421         GPLv3.
15422         Reported by Simon Josefsson.
15423
15424 2007-10-28  Bruno Haible  <bruno@clisp.org>
15425
15426         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
15427         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
15428         HAVE_DECL_ISFINITE.
15429         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
15430         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
15431         HAVE_DECL_ISFINITE.
15432
15433 2007-10-28  Bruno Haible  <bruno@clisp.org>
15434
15435         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
15436         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
15437
15438 2007-10-28  Bruno Haible  <bruno@clisp.org>
15439
15440         Fix link errors with Sun C 5.0 on Solaris 10.
15441         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
15442         function is declared but not present in the compiler's libm.
15443         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
15444         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
15445         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
15446         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
15447         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
15448         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
15449         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
15450         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
15451         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
15452         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
15453         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
15454         HAVE_DECL_FLOORL.
15455
15456 2007-10-28  Bruno Haible  <bruno@clisp.org>
15457
15458         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
15459         gl_FUNC_FLOORL. Cache the result.
15460         (gl_FUNC_FLOORL): Use it.
15461         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
15462         gl_FUNC_CEILL. Cache the result.
15463         (gl_FUNC_CEILL): Use it.
15464
15465         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
15466         gl_FUNC_FLOOR. Cache the result.
15467         (gl_FUNC_FLOOR): Use it.
15468         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
15469         gl_FUNC_CEIL. Cache the result.
15470         (gl_FUNC_CEIL): Use it.
15471
15472         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
15473         gl_FUNC_FLOORF. Cache the result.
15474         (gl_FUNC_FLOORF): Use it.
15475         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
15476         gl_FUNC_CEILF. Cache the result.
15477         (gl_FUNC_CEILF): Use it.
15478
15479 2007-10-28  Bruno Haible  <bruno@clisp.org>
15480
15481         * gnulib-tool: Allow specifying the LGPL version number through
15482         --lgpl=2 or --lgpl=3.
15483         (func_usage): Document --lgpl with argument.
15484         Handle --lgpl=... arguments.
15485         (func_import): Recognize also gl_LGPL calls with an argument. When
15486         --lgpl=2 is used and the module's license is just LGPL, report an
15487         error. Set sed_transform_lib_file according to the lgpl variable. In
15488         the generated files, use --lgpl or gl_LGPL invocations with argument,
15489         if necessary.
15490         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
15491         an LGPv2+ license.
15492         * doc/gnulib-tool.texi (Modified imports): Update explanation of
15493         gl_LGPL macro.
15494
15495 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15496             Bruno Haible  <bruno@clisp.org>
15497
15498         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
15499         (u16_uctomb_aux): Likewise.
15500         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
15501         !HAVE_INLINE.
15502         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
15503
15504 2007-10-28  Bruno Haible  <bruno@clisp.org>
15505
15506         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
15507         Invoke AM_GETTEXT_OPTION if it exists.
15508         * modules/vasprintf: Likewise.
15509         * modules/verror: Likewise.
15510         * modules/xprintf: Likewise.
15511         * modules/xvasprintf: Likewise.
15512
15513 2007-10-27  Ben Pfaff  <blp@gnu.org>
15514
15515         * lib/math.in.h: Define isfinite macro and prototypes for
15516         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
15517         implementations.
15518         * m4/math_h.m4: New substitutions for isfinite module.
15519         * lib/isfinite.c: New file.
15520         * m4/isfinite.m4: New file.
15521         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
15522         * modules/isfinite: New file.
15523         * modules/isfinite-tests: New file.
15524         * tests/tests-isfinite.c: New file.
15525         * doc/functions/isfinite.texi: Mention isfinite module.
15526         * MODULES.html.sh: Mention new module.
15527
15528 2007-10-27  Ben Pfaff  <blp@gnu.org>
15529
15530         Ralf Wildenhues reported that Tru64 4.0D declares the round
15531         functions but does not have definitions.
15532         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
15533         cannot be found in any library, set the output variable to
15534         "missing" instead of "".
15535         * m4/round.m4: Also use our substitute if we cannot find round in
15536         any library, even if it is declared.
15537         * m4/roundf.m4: Likewise for roundf.
15538         * m4/roundl.m4: Likewise for roundl.
15539         * lib/math.in.h: Undefine roundf, round, roundl before defining
15540         their replacements, to allow for hypothetical systems where these
15541         may be defined as macros but not available in libraries.
15542
15543 2007-10-27  Bruno Haible  <bruno@clisp.org>
15544
15545         * doc/gnulib.texi: Invoke @firstparagraphindent.
15546         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
15547         changes in gnulib.
15548         (Source changes): New section.
15549
15550 2007-10-26  Bruno Haible  <bruno@clisp.org>
15551
15552         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
15553         borrowed from autoconf.
15554
15555 2007-10-26  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
15558         strerror returned the empty string. Needed on HP-UX 11.00.
15559
15560 2007-10-24  Micah Cowan  <micah@cowan.name>
15561
15562         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
15563         * build-aux/bootstrap: Remove support for now-unnecessary option,
15564         --cvs-user, and envvars CVS_USER, CVS_RSH.
15565
15566 2007-10-24  Jim Meyering  <meyering@redhat.com>
15567
15568         Avoid diagnostics from sha1sum when there is no cached checksum.
15569         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
15570         if the po.s1 file hasn't been created yet.
15571
15572         * build-aux/bootstrap: Sync from coreutils:
15573         2007-10-24  Jim Meyering  <meyering@redhat.com>
15574         Get gnulib from the git repository, not from an obsolete cvs one.
15575         * build-aux/bootstrap: Suggestion from Micah Cowan.
15576         2007-10-04  Jim Meyering  <jim@meyering.net>
15577         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
15578         (update_po_files): Work also when there are no .po files in po/.
15579
15580 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15581
15582         * README: Append ".git" to git and cg examples.
15583         Problem reported by Benoit Sigoure.
15584
15585 2007-10-23  Micah Cowan  <micah@cowan.name>
15586
15587         * users.txt: Add wget.
15588
15589 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15590
15591         Fix linking of some unistdio tests on FreeBSD.
15592         * modules/unistdio/u16-vsnprintf-tests
15593         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15594         * modules/unistdio/u16-vsprintf-tests
15595         (test_u16_vsnprintf1_LDADD): Likewise.
15596         * modules/unistdio/u32-vsnprintf-tests
15597         (test_u32_vsnprintf1_LDADD): Likewise.
15598         * modules/unistdio/u32-vsprintf-tests
15599         (test_u32_vsprintf1_LDADD): Likewise.
15600         * modules/unistdio/u8-vsnprintf-tests
15601         (test_u8_vsnprintf1_LDADD): Likewise.
15602         * modules/unistdio/u8-vsprintf-tests
15603         (test_u8_vsprintf1_LDADD): Likewise.
15604         * modules/unistdio/ulc-vsnprintf-tests
15605         (test_ulc_vsnprintf1_LDADD): Likewise.
15606         * modules/unistdio/ulc-vsprintf-tests
15607         (test_ulc_vsprintf1_LDADD): Likewise.
15608
15609         Fix linking of some uniconv tests on FreeBSD.
15610         * modules/uniconv/u16-conv-from-enc-tests
15611         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15612         * modules/uniconv/u16-conv-to-enc-tests
15613         (test_u16_conv_to_enc_LDADD): Likewise.
15614         * modules/uniconv/u16-strconv-from-enc-tests
15615         (test_u16_strconv_from_enc_LDADD): Likewise.
15616         * modules/uniconv/u16-strconv-to-enc-tests
15617         (test_u16_strconv_to_enc_LDADD): Likewise.
15618         * modules/uniconv/u32-conv-from-enc-tests
15619         (test_u32_conv_from_enc_LDADD): Likewise.
15620         * modules/uniconv/u32-conv-to-enc-tests
15621         (test_u32_conv_to_enc_LDADD): Likewise.
15622         * modules/uniconv/u32-strconv-from-enc-tests
15623         (test_u32_strconv_from_enc_LDADD): Likewise.
15624         * modules/uniconv/u32-strconv-to-enc-tests
15625         (test_u32_strconv_to_enc_LDADD): Likewise.
15626         * modules/uniconv/u8-conv-from-enc-tests
15627         (test_u8_conv_from_enc_LDADD): Likewise.
15628         * modules/uniconv/u8-conv-to-enc-tests
15629         (test_u8_conv_to_enc_LDADD): Likewise.
15630         * modules/uniconv/u8-strconv-from-enc-tests
15631         (test_u8_strconv_from_enc_LDADD): Likewise.
15632         * modules/uniconv/u8-strconv-to-enc-tests
15633         (test_u8_strconv_to_enc_LDADD): Likewise.
15634
15635 2007-10-22  Bruno Haible  <bruno@clisp.org>
15636
15637         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15638         size.
15639
15640 2007-10-22  Eric Blake  <ebb9@byu.net>
15641
15642         Tweak x*printf documentation.
15643         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15644         variable name and comments.
15645         Suggested by Bruno Haible.
15646
15647 2007-10-22  Bruno Haible  <bruno@clisp.org>
15648
15649         * lib/acl.c (copy_acl): Fix file name in comment.
15650
15651 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15652
15653         Fix Tru64 problem with stdbool.h.
15654         * lib/stdbool.in.h (false, true):
15655         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15656         Don't declare as an enum in this situation; it runs afoul of Tru64.
15657         Problem reported by Steven M. Schweda in
15658         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15659
15660 2007-10-22  Eric Blake  <ebb9@byu.net>
15661
15662         Also wrap vf?printf.
15663         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15664         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15665         (xvprintf, xvfprintf): New functions.
15666
15667 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15668
15669         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15670         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15671
15672         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15673         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15674
15675 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15676
15677         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15678         by Bruno Haible.
15679
15680 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15681
15682         * lib/getloadavg.c
15683         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15684         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15685
15686         * tests/test-i-ring.c: Work for C89.
15687
15688 2007-10-22  Bruno Haible  <bruno@clisp.org>
15689
15690         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15691         -1u, in preprocessor expression, so that we don't test for the bug
15692         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15693         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15694
15695 2007-10-22  Eric Blake  <ebb9@byu.net>
15696
15697         * tests/test-yesno.sh: Silence stderr during test.
15698
15699 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15700
15701         * modules/crypto/gc-camellia: New file.
15702
15703         * m4/gc-camellia.m4: New file.
15704
15705         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15706
15707         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15708
15709 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15710
15711         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15712         --help to stdout.  Reported by sms@antinode.org (Steven
15713         M. Schweda).
15714
15715 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15716
15717         * users.txt: Fix link to libksba.
15718
15719 2007-10-21  Ben Pfaff  <blp@gnu.org>
15720
15721         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15722         round.c roundf implementation that depends on floorf and ceilf to
15723         be tested unconditionally.
15724
15725 2007-10-21  Ben Pfaff  <blp@gnu.org>
15726
15727         * m4/check-libm-func.m4: Removed.
15728         * m4/check-math-lib.m4: New file.
15729         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15730         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15731         definition and lack of AC_LIBOBJ([roundf]).
15732         * m4/roundl.m4: Ditto, and similarly for roundl.
15733         * modules/round: Reference new m4 file.
15734         * modules/roundf: Ditto.
15735         * modules/roundl: Ditto.
15736         * tests/test-round2.c (main): Use ROUND instead of round.
15737         Bug report from Bruno Haible.
15738
15739 2007-10-21  Bruno Haible  <bruno@clisp.org>
15740
15741         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15742         context.
15743
15744 2007-10-21  Bruno Haible  <bruno@clisp.org>
15745
15746         * tests/test-wcwidth.c (main): Allow negative result for some control
15747         characters.
15748
15749         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15750         Needed on OSF/1 5.1.
15751
15752 2007-10-21  Bruno Haible  <bruno@clisp.org>
15753
15754         * tests/test-floorf1.c: Include isnanf.h.
15755         (main): Use isnanf() instead of isnan().
15756         * tests/test-ceilf1.c: Include isnanf.h.
15757         (main): Use isnanf() instead of isnan().
15758         * tests/test-truncf1.c: Include isnanf.h.
15759         (main): Use isnanf() instead of isnan().
15760         * tests/test-roundf1.c: Include isnanf.h.
15761         (main): Use isnanf() instead of isnan().
15762
15763 2007-10-21  Eric Blake  <ebb9@byu.net>
15764
15765         * users.txt: Update URL for m4.
15766
15767 2007-10-21  Bruno Haible  <bruno@clisp.org>
15768
15769         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15770
15771 2007-10-21  Bruno Haible  <bruno@clisp.org>
15772
15773         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15774         Git's management files if the CVS files are not present.
15775
15776 2007-10-20  Bruno Haible  <bruno@clisp.org>
15777
15778         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15779         gcc-3.4.x.
15780
15781 2007-10-20  Ben Pfaff  <blp@gnu.org>
15782
15783         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15784         implementations.
15785         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15786         * lib/round.c: New file.
15787         * lib/roundf.c: New file.
15788         * lib/roundl.c: New file.
15789         * m4/round.m4: New file.
15790         * m4/roundf.m4: New file.
15791         * m4/roundl.m4: New file.
15792         * m4/check-libm-func-m4: New file.
15793         * modules/math: Replace round, roundf, roundl related @VARS@ in
15794         math.in.h.
15795         * modules/round: New file.
15796         * modules/round-tests: New file.
15797         * modules/roundf: New file.
15798         * modules/roundf-tests: New file.
15799         * modules/roundl: New file.
15800         * modules/roundl-tests: New file.
15801         * tests/test-round1.c: New file.
15802         * tests/test-round2.c: New file.
15803         * tests/test-roundf1.c: New file.
15804         * tests/test-roundf2.c: New file.
15805         * tests/test-roundl.c: New file.
15806         * doc/functions/round.texi: Mention round module.
15807         * doc/functions/roundf.texi: Mention roundf module.
15808         * doc/functions/roundl.texi: Mention roundl module.
15809         * MODULES.html.sh: Mention new modules.
15810         Thanks to Bruno Haible for suggestions.
15811
15812 2007-10-20  Jim Meyering  <meyering@redhat.com>
15813
15814         * lib/xprintf.c: Include <config.h> unconditionally.
15815
15816         Change xprintf's license to GPL.
15817         * modules/xprintf (License): s/LGPL/GPL/, since this module
15818         depends on modules (exit and exitfail) which are GPL.
15819         Suggestion from Bruno Haible.
15820
15821         xprintf fixes.
15822         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15823         Use a clearer diagnostic.
15824         Patch from Bruno Haible.
15825
15826 2007-10-20  Bruno Haible  <bruno@clisp.org>
15827
15828         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15829         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15830         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15831
15832 2007-10-20  Bruno Haible  <bruno@clisp.org>
15833
15834         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15835         precision in the comparison result > x - 1 or similar.
15836         * tests/test-ceilf2.c (correct_result_p): Likewise.
15837         * tests/test-truncf2.c (correct_result_p): Likewise.
15838         * tests/test-trunc2.c (correct_result_p): Likewise.
15839         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15840
15841 2007-10-20  Bruno Haible  <bruno@clisp.org>
15842
15843         * modules/ceil: New file.
15844         * m4/ceil.m4: New file.
15845         * doc/functions/ceil.texi: Mention the 'ceil' module.
15846
15847 2007-10-20  Bruno Haible  <bruno@clisp.org>
15848
15849         * modules/floor: New file.
15850         * m4/floor.m4: New file.
15851         * doc/functions/floor.texi: Mention the 'floor' module.
15852
15853 2007-10-20  Bruno Haible  <bruno@clisp.org>
15854
15855         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15856         of %a.
15857         * modules/floorf-tests (Depends-on): Likewise.
15858         * modules/truncf-tests (Depends-on): Likewise.
15859         * modules/trunc-tests (Depends-on): Likewise.
15860         Reported by Ben Pfaff.
15861
15862 2007-10-19  Jim Meyering  <meyering@redhat.com>
15863
15864         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15865         Don't bother testing specific errno values.  Just test ferror.
15866
15867         New module: xprintf
15868         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15869
15870 2007-10-19  Bruno Haible  <bruno@clisp.org>
15871
15872         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15873         syntax.
15874         * modules/javaexec (Makefile.am): Likewise.
15875         * modules/relocatable-prog (Makefile.am): Likewise.
15876         Suggested by Jim Meyering.
15877
15878 2007-10-18  Bruno Haible  <bruno@clisp.org>
15879
15880         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15881         Reported by Jim Meyering.
15882
15883 2007-10-18  Eric Blake  <ebb9@byu.net>
15884
15885         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15886
15887 2007-10-18  Bruno Haible  <bruno@clisp.org>
15888
15889         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15890         the format string into writable memory. Needed in Fortify conditions.
15891
15892 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15893             Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15896         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15897         * modules/trim (Depends-on): Add mbchar.
15898         (configure.ac): Add gl_FUNC_MBRTOWC.
15899         (Makefile.am): Augment lib_SOURCES.
15900
15901 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15902
15903         Modify glob.c to use fstatat and dirfd, to simplify it.
15904         Suggested by Eric Blake.
15905         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15906         Don't include <stdbool.h>; not used.
15907         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15908         (link_exists_p): Simplify implementation, since we can now assume
15909         dirfd and fstatat.
15910         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15911
15912 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15913
15914         * gnulib-tool (func_get_dependencies): Fix sed script to
15915         match only tests.
15916
15917 2007-10-17  Bruno Haible  <bruno@clisp.org>
15918
15919         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15920         allow locale names without encoding suffix.
15921         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15922         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15923
15924 2007-10-16  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15927         * lib/getgroups.c (getgroups): Likewise.
15928         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15929
15930 2007-10-16  Bruno Haible  <bruno@clisp.org>
15931
15932         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15933         * modules/malloc-posix (License): Likewise.
15934         * modules/realloc-posix (License): Likewise.
15935         * modules/calloc-posix (License): Likewise.
15936         * modules/intprops (License): Change from GPL to LGPL, with
15937         Paul Eggert's approval.
15938
15939 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         Merge glibc changes into lib/glob.c.
15942
15943         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15944         2007-10-15 04:59:03 UTC.  Here are the changes:
15945
15946         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15947
15948         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15949
15950         * lib/glob.c: Add some branch prediction throughout.
15951
15952         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15953
15954         [BZ #5103]
15955         * lib/glob.c (glob): Recognize patterns starting \/.
15956
15957         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15958
15959         [BZ #3996]
15960         * lib/glob.c (attribute_hidden): Define if not defined.
15961         (glob): Unescape dirname, filename or username when needed and not
15962         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15963         is NULL.  Handle unescaped [ in pattern without closing ].
15964         Don't pass GLOB_CHECK down to recursive glob for directories.
15965         (__glob_pattern_type): New function.
15966         (__glob_pattern_p): Implement using __glob_pattern_type.
15967         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15968         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15969         Remove unreachable code.
15970
15971         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15972
15973         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15974         explain why there are no leaks.
15975
15976         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15977
15978         [BZ #3253]
15979         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15980         time, rather allocate increasingly bigger arrays of pointers, if
15981         possible with alloca, if too large with malloc.
15982
15983 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15984
15985         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15986         Problem reported by H.Merijn Brand in
15987         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15988         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15989         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15990
15991 2007-10-15  Bruno Haible  <bruno@clisp.org>
15992
15993         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15994         with explicit rpl_ prefix.
15995         * lib/fopen.c (fopen): Likewise.
15996         * lib/freopen.c (freopen): Likewise.
15997         * lib/iconv.c (iconv): Likewise.
15998         * lib/iconv_close.c (iconv_close): Likewise.
15999
16000 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16001
16002         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
16003
16004 2007-10-15  Bruno Haible  <bruno@clisp.org>
16005
16006         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
16007         <stddef.h> instead of <stdlib.h> since we only need NULL.
16008         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16009
16010 2007-10-15  Bruno Haible  <bruno@clisp.org>
16011
16012         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
16013         Replace paragraph talking about LIBOBJS.
16014         Reported by Colin Watson <cjwatson@debian.org>.
16015
16016 2007-10-15  Bruno Haible  <bruno@clisp.org>
16017
16018         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
16019         <stdlib.h> before using NULL.
16020
16021 2007-10-15  Simon Josefsson  <simon@josefsson.org>
16022
16023         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
16024         Reported by Albert Chin <china@thewrittenword.com>.
16025
16026 2007-10-14  Bruno Haible  <bruno@clisp.org>
16027
16028         * modules/iconv_open-utf-tests: New file.
16029         * tests/test-iconv-utf.c: New file.
16030
16031         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
16032         * modules/iconv_open-utf: New file.
16033         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
16034         (iconv, iconv_close): New declarations.
16035         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
16036         be defined.
16037         (iconv_open): Add special handling of conversion between UTF-8 and
16038         UTF-{16,32}{BE,LE}.
16039         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
16040         * lib/iconv_close.c: New file.
16041         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
16042         gl_FUNC_ICONV_OPEN.
16043         (gl_FUNC_ICONV_OPEN): Use it.
16044         (gl_FUNC_ICONV_OPEN_UTF): New macro.
16045         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
16046         and REPLACE_ICONV_UTF.
16047         * modules/iconv_open (Depends-on): Add c-strcase.
16048         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
16049         ICONV_CONST.
16050         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
16051
16052 2007-10-13  Albert Chin  <china@thewrittenword.com>
16053             Bruno Haible  <bruno@clisp.org>
16054
16055         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
16056         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
16057
16058 2007-10-13  Bruno Haible  <bruno@clisp.org>
16059
16060         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
16061         defined, use the ISO C99 inline semantics.
16062         * lib/argp.h (ARGP_EI): Likewise.
16063
16064 2007-10-13  Bruno Haible  <bruno@clisp.org>
16065
16066         Handle 'inline' change in gcc 4.3.0.
16067         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
16068         argp_fmtstream_write, argp_fmtstream_set_lmargin,
16069         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
16070         argp_fmtstream_point): Disable 'extern' declaration if the function
16071         definition is going to be provided inline.
16072         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
16073         semantics, not the ISO C99 inline semantics.
16074         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
16075         'extern' declaration if the function definition is going to be provided
16076         inline.
16077         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
16078         the GNU C inline semantics, not the ISO C99 inline semantics. With
16079         GCC 4.2, avoid a warning.
16080
16081 2007-10-13  Bruno Haible  <bruno@clisp.org>
16082
16083         * lib/freading.h (freading): Enable the use of __freading for
16084         glibc >= 2.7.
16085         * lib/freading.c (freading): Likewise.
16086
16087 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
16090         "warning: C99 inline functions are not supported; using GNU89".
16091
16092 2007-10-12  Bruno Haible  <bruno@clisp.org>
16093
16094         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
16095         of 2.
16096         * tests/test-ceilf2.c: New file.
16097         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
16098
16099         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
16100         * modules/ceilf-tests: Update.
16101
16102 2007-10-12  Bruno Haible  <bruno@clisp.org>
16103
16104         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
16105         of 2.
16106         * tests/test-floorf2.c: New file.
16107         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
16108
16109         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
16110         * modules/floorf-tests: Update.
16111
16112 2007-10-12  Bruno Haible  <bruno@clisp.org>
16113
16114         * tests/test-trunc2.c: New file.
16115         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
16116
16117         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
16118         * modules/trunc-tests: Update.
16119
16120 2007-10-12  Bruno Haible  <bruno@clisp.org>
16121
16122         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
16123         of 2.
16124         * tests/test-truncf2.c: New file.
16125         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
16126
16127         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
16128         * modules/truncf-tests: Update.
16129
16130 2007-10-11  Eric Blake  <ebb9@byu.net>
16131
16132         Don't claim strerror is broken on Interix.
16133         * doc/functions/strerror.texi (strerror): Known broken systems are
16134         now Solaris 8, and not Interix.
16135         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
16136         Interix on cross-compile.
16137         Reported by Martin Koeppe in
16138         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
16139
16140 2007-10-11  Bruno Haible  <bruno@clisp.org>
16141
16142         * modules/i-ring-tests: New file.
16143         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
16144         instead of assert.
16145
16146 2007-10-11  Bruno Haible  <bruno@clisp.org>
16147
16148         * modules/filenamecat-tests: New file.
16149         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
16150         * lib/filenamecat.c: Remove test code.
16151
16152 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
16155
16156         * lib/strerror.c: Include <string.h> always, to test interface,
16157         and to remove the need for the dummy.
16158         Include intprops.h to compute width instead of doing it ourselves
16159         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
16160         (strerror): Define it to return NULL if there's no system strerror.
16161         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
16162         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
16163         ancient pre-strerror Unix systems well any more.  Saying "unknown
16164         system error" is enough.
16165         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
16166         simpler strerror.c implementation.
16167         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
16168         Simplify the tests to reflect the simpler strerror implementation.
16169         * modules/strerror (Depends-on): Add intprops.
16170
16171 2007-10-09  Eric Blake  <ebb9@byu.net>
16172
16173         Silence test-fpending.
16174         * modules/fpending-tests (Files): Add wrapper script.
16175         * tests/test-fpending.sh: New file.
16176
16177 2007-10-09  Bruno Haible  <bruno@clisp.org>
16178
16179         * MODULES.html.sh (func_module): Don't create a hyperlink for
16180         function names like 'printf_frexp'.
16181         (Misc): Add crc, memxor.
16182         (Characteristics of floating types): New section.
16183         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
16184         isnanf-nolibm, signbit, trunc, truncf, truncl.
16185         (Enhancements for ISO C 99 functions): New subsection Input/output.
16186         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
16187         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
16188         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
16189         (Compatibility checks for POSIX:2001 functions): Add clock-time.
16190         (Enhancements for POSIX:2001 functions): Add chdir-long.
16191         (File system functions): Add areadlink, chdir-safer, read-file.
16192         Remove cycle-check.
16193         (File system as inode set): New section.
16194         (Date and time): Add gethrxtime.
16195         (Multithreading): Add openmp.
16196         (Internationalization functions): Add localename.
16197         (Unicode string functions): Add unistr/u*-mbsnlen.
16198         (Support for maintaining and releasing projects): Add git-version-gen.
16199         (Lone files): Remove directories.
16200
16201 2007-10-08  Ben Pfaff  <blp@gnu.org>
16202
16203         * lib/xmalloca.h: Fix typo in comment.
16204
16205 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
16206
16207         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
16208         when avoiding problems with integer overflow.  Use a portable test
16209         instead.
16210
16211 2007-10-08  Simon Josefsson  <simon@josefsson.org>
16212
16213         * modules/dummy (License): Change to LGPLv2+.
16214         * modules/float (License): Likewise
16215         * modules/realloc (License): Likewise
16216         * modules/stdlib (License): Likewise
16217
16218 2007-10-07  Bruno Haible  <bruno@clisp.org>
16219
16220         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
16221         * floor.c (TWO_MANT_DIG): Likewise.
16222         * ceil.c (TWO_MANT_DIG): Likewise.
16223         Reported by Ben Pfaff.
16224
16225 2007-10-07  Bruno Haible  <bruno@clisp.org>
16226
16227         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
16228         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
16229         * lib/frexp.c (FUNC): Likewise.
16230         * lib/printf-frexp.h (printf_frexp): Likewise.
16231         * lib/printf-frexpl.h (printf_frexpl): Likewise.
16232         * lib/printf-frexp.c (FUNC): Likewise.
16233         Suggested by Jim Meyering.
16234
16235 2007-10-07  Jim Meyering  <meyering@redhat.com>
16236
16237         Make xnanosleep's integer overflow test more robust.
16238         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
16239         so that gcc-4.3.0 doesn't optimize away this test for overflow.
16240
16241 2007-10-07  Bruno Haible  <bruno@clisp.org>
16242
16243         * NEWS: Mention the license change.
16244
16245         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
16246         abbreviations in the modules files.
16247
16248         Change copyright notice from GPLv2+ to GPLv3+.
16249         * README: Change copyright notice.
16250         * MODULES.html.sh: Likewise.
16251         * build-aux/bootstrap.conf: Likewise.
16252         * build-aux/config.libpath: Likewise.
16253         * build-aux/csharpcomp.sh.in: Likewise.
16254         * build-aux/csharpexec.sh.in: Likewise.
16255         * build-aux/install-reloc: Likewise.
16256         * build-aux/javacomp.sh.in: Likewise.
16257         * build-aux/javaexec.sh.in: Likewise.
16258         * build-aux/ldd.sh.in: Likewise.
16259         * build-aux/reloc-ldflags: Likewise.
16260         * build-aux/relocatable.sh.in: Likewise.
16261         * build-aux/x-to-1.in: Likewise.
16262         * check-module: Likewise.
16263         * config/srclistvars.sh: Likewise.
16264         * gnulib-tool: Likewise.
16265         * lib/acl-internal.h: Likewise.
16266         * lib/acl.c: Likewise.
16267         * lib/acl.h: Likewise.
16268         * lib/acl_entries.c: Likewise.
16269         * lib/areadlink-with-size.c: Likewise.
16270         * lib/areadlink.c: Likewise.
16271         * lib/areadlink.h: Likewise.
16272         * lib/argmatch.c: Likewise.
16273         * lib/argmatch.h: Likewise.
16274         * lib/argp-ba.c: Likewise.
16275         * lib/argp-eexst.c: Likewise.
16276         * lib/argp-fmtstream.c: Likewise.
16277         * lib/argp-fmtstream.h: Likewise.
16278         * lib/argp-fs-xinl.c: Likewise.
16279         * lib/argp-help.c: Likewise.
16280         * lib/argp-namefrob.h: Likewise.
16281         * lib/argp-parse.c: Likewise.
16282         * lib/argp-pin.c: Likewise.
16283         * lib/argp-pv.c: Likewise.
16284         * lib/argp-pvh.c: Likewise.
16285         * lib/argp-xinl.c: Likewise.
16286         * lib/argp.h: Likewise.
16287         * lib/at-func.c: Likewise.
16288         * lib/atanl.c: Likewise.
16289         * lib/backupfile.c: Likewise.
16290         * lib/backupfile.h: Likewise.
16291         * lib/basename.c: Likewise.
16292         * lib/binary-io.h: Likewise.
16293         * lib/byteswap.in.h: Likewise.
16294         * lib/c-stack.c: Likewise.
16295         * lib/c-stack.h: Likewise.
16296         * lib/c-strcasestr.c: Likewise.
16297         * lib/c-strcasestr.h: Likewise.
16298         * lib/c-strstr.c: Likewise.
16299         * lib/c-strstr.h: Likewise.
16300         * lib/c-strtod.c: Likewise.
16301         * lib/calloc.c: Likewise.
16302         * lib/canon-host.c: Likewise.
16303         * lib/canon-host.h: Likewise.
16304         * lib/canonicalize-lgpl.c: Likewise.
16305         * lib/canonicalize.c: Likewise.
16306         * lib/canonicalize.h: Likewise.
16307         * lib/ceil.c: Likewise.
16308         * lib/ceilf.c: Likewise.
16309         * lib/ceill.c: Likewise.
16310         * lib/chdir-long.c: Likewise.
16311         * lib/chdir-long.h: Likewise.
16312         * lib/chdir-safer.c: Likewise.
16313         * lib/chdir-safer.h: Likewise.
16314         * lib/chown.c: Likewise.
16315         * lib/classpath.c: Likewise.
16316         * lib/classpath.h: Likewise.
16317         * lib/clean-temp.c: Likewise.
16318         * lib/clean-temp.h: Likewise.
16319         * lib/cloexec.c: Likewise.
16320         * lib/close-stream.c: Likewise.
16321         * lib/closein.c: Likewise.
16322         * lib/closein.h: Likewise.
16323         * lib/closeout.c: Likewise.
16324         * lib/closeout.h: Likewise.
16325         * lib/concat-filename.c: Likewise.
16326         * lib/copy-file.c: Likewise.
16327         * lib/copy-file.h: Likewise.
16328         * lib/count-one-bits.h: Likewise.
16329         * lib/crc.c: Likewise.
16330         * lib/crc.h: Likewise.
16331         * lib/creat-safer.c: Likewise.
16332         * lib/csharpcomp.c: Likewise.
16333         * lib/csharpcomp.h: Likewise.
16334         * lib/csharpexec.c: Likewise.
16335         * lib/csharpexec.h: Likewise.
16336         * lib/cycle-check.c: Likewise.
16337         * lib/cycle-check.h: Likewise.
16338         * lib/diacrit.c: Likewise.
16339         * lib/diacrit.h: Likewise.
16340         * lib/diffseq.h: Likewise.
16341         * lib/dirchownmod.c: Likewise.
16342         * lib/dirent.in.h: Likewise.
16343         * lib/dirfd.c: Likewise.
16344         * lib/dirfd.h: Likewise.
16345         * lib/dirname.c: Likewise.
16346         * lib/dirname.h: Likewise.
16347         * lib/dummy.c: Likewise.
16348         * lib/dup-safer.c: Likewise.
16349         * lib/dup2.c: Likewise.
16350         * lib/eealloc.h: Likewise.
16351         * lib/error.c: Likewise.
16352         * lib/error.h: Likewise.
16353         * lib/euidaccess.c: Likewise.
16354         * lib/exclude.c: Likewise.
16355         * lib/exclude.h: Likewise.
16356         * lib/execute.c: Likewise.
16357         * lib/execute.h: Likewise.
16358         * lib/exitfail.c: Likewise.
16359         * lib/exitfail.h: Likewise.
16360         * lib/expl.c: Likewise.
16361         * lib/fatal-signal.c: Likewise.
16362         * lib/fatal-signal.h: Likewise.
16363         * lib/fbufmode.c: Likewise.
16364         * lib/fbufmode.h: Likewise.
16365         * lib/fchdir.c: Likewise.
16366         * lib/fchmodat.c: Likewise.
16367         * lib/fchownat.c: Likewise.
16368         * lib/fcntl--.h: Likewise.
16369         * lib/fcntl-safer.h: Likewise.
16370         * lib/fcntl.in.h: Likewise.
16371         * lib/fd-safer.c: Likewise.
16372         * lib/fflush.c: Likewise.
16373         * lib/file-has-acl.c: Likewise.
16374         * lib/file-set.c: Likewise.
16375         * lib/file-type.c: Likewise.
16376         * lib/file-type.h: Likewise.
16377         * lib/fileblocks.c: Likewise.
16378         * lib/filemode.c: Likewise.
16379         * lib/filemode.h: Likewise.
16380         * lib/filename.h: Likewise.
16381         * lib/filenamecat.c: Likewise.
16382         * lib/filenamecat.h: Likewise.
16383         * lib/findprog.c: Likewise.
16384         * lib/findprog.h: Likewise.
16385         * lib/float.in.h: Likewise.
16386         * lib/floor.c: Likewise.
16387         * lib/floorf.c: Likewise.
16388         * lib/floorl.c: Likewise.
16389         * lib/fopen-safer.c: Likewise.
16390         * lib/fopen.c: Likewise.
16391         * lib/fpending.c: Likewise.
16392         * lib/fpending.h: Likewise.
16393         * lib/fprintf.c: Likewise.
16394         * lib/fprintftime.h: Likewise.
16395         * lib/fpucw.h: Likewise.
16396         * lib/fpurge.c: Likewise.
16397         * lib/fpurge.h: Likewise.
16398         * lib/freadable.c: Likewise.
16399         * lib/freadable.h: Likewise.
16400         * lib/freadahead.c: Likewise.
16401         * lib/freadahead.h: Likewise.
16402         * lib/freading.c: Likewise.
16403         * lib/freading.h: Likewise.
16404         * lib/free.c: Likewise.
16405         * lib/freopen.c: Likewise.
16406         * lib/frexp.c: Likewise.
16407         * lib/frexpl.c: Likewise.
16408         * lib/fseek.c: Likewise.
16409         * lib/fseterr.c: Likewise.
16410         * lib/fseterr.h: Likewise.
16411         * lib/fstatat.c: Likewise.
16412         * lib/fstrcmp.c: Likewise.
16413         * lib/fstrcmp.h: Likewise.
16414         * lib/fsusage.c: Likewise.
16415         * lib/fsusage.h: Likewise.
16416         * lib/ftell.c: Likewise.
16417         * lib/ftello.c: Likewise.
16418         * lib/fts-cycle.c: Likewise.
16419         * lib/fts.c: Likewise.
16420         * lib/fts_.h: Likewise.
16421         * lib/full-read.c: Likewise.
16422         * lib/full-read.h: Likewise.
16423         * lib/full-write.c: Likewise.
16424         * lib/full-write.h: Likewise.
16425         * lib/fwritable.c: Likewise.
16426         * lib/fwritable.h: Likewise.
16427         * lib/fwriteerror.c: Likewise.
16428         * lib/fwriteerror.h: Likewise.
16429         * lib/fwriting.c: Likewise.
16430         * lib/fwriting.h: Likewise.
16431         * lib/gcd.c: Likewise.
16432         * lib/gcd.h: Likewise.
16433         * lib/getcwd.c: Likewise.
16434         * lib/getdate.h: Likewise.
16435         * lib/getdate.y: Likewise.
16436         * lib/getdomainname.c: Likewise.
16437         * lib/getdomainname.h: Likewise.
16438         * lib/getgroups.c: Likewise.
16439         * lib/gethostname.c: Likewise.
16440         * lib/gethrxtime.c: Likewise.
16441         * lib/gethrxtime.h: Likewise.
16442         * lib/getloadavg.c: Likewise.
16443         * lib/getndelim2.c: Likewise.
16444         * lib/getndelim2.h: Likewise.
16445         * lib/getnline.c: Likewise.
16446         * lib/getnline.h: Likewise.
16447         * lib/getopt.c: Likewise.
16448         * lib/getopt.in.h: Likewise.
16449         * lib/getopt1.c: Likewise.
16450         * lib/getopt_int.h: Likewise.
16451         * lib/getpagesize.h: Likewise.
16452         * lib/getsubopt.c: Likewise.
16453         * lib/gettime.c: Likewise.
16454         * lib/getugroups.c: Likewise.
16455         * lib/getugroups.h: Likewise.
16456         * lib/getusershell.c: Likewise.
16457         * lib/gl_anyavltree_list1.h: Likewise.
16458         * lib/gl_anyavltree_list2.h: Likewise.
16459         * lib/gl_anyhash_list1.h: Likewise.
16460         * lib/gl_anyhash_list2.h: Likewise.
16461         * lib/gl_anylinked_list1.h: Likewise.
16462         * lib/gl_anylinked_list2.h: Likewise.
16463         * lib/gl_anyrbtree_list1.h: Likewise.
16464         * lib/gl_anyrbtree_list2.h: Likewise.
16465         * lib/gl_anytree_list1.h: Likewise.
16466         * lib/gl_anytree_list2.h: Likewise.
16467         * lib/gl_anytree_oset.h: Likewise.
16468         * lib/gl_anytreehash_list1.h: Likewise.
16469         * lib/gl_anytreehash_list2.h: Likewise.
16470         * lib/gl_array_list.c: Likewise.
16471         * lib/gl_array_list.h: Likewise.
16472         * lib/gl_array_oset.c: Likewise.
16473         * lib/gl_array_oset.h: Likewise.
16474         * lib/gl_avltree_list.c: Likewise.
16475         * lib/gl_avltree_list.h: Likewise.
16476         * lib/gl_avltree_oset.c: Likewise.
16477         * lib/gl_avltree_oset.h: Likewise.
16478         * lib/gl_avltreehash_list.c: Likewise.
16479         * lib/gl_avltreehash_list.h: Likewise.
16480         * lib/gl_carray_list.c: Likewise.
16481         * lib/gl_carray_list.h: Likewise.
16482         * lib/gl_linked_list.c: Likewise.
16483         * lib/gl_linked_list.h: Likewise.
16484         * lib/gl_linkedhash_list.c: Likewise.
16485         * lib/gl_linkedhash_list.h: Likewise.
16486         * lib/gl_list.c: Likewise.
16487         * lib/gl_list.h: Likewise.
16488         * lib/gl_oset.c: Likewise.
16489         * lib/gl_oset.h: Likewise.
16490         * lib/gl_rbtree_list.c: Likewise.
16491         * lib/gl_rbtree_list.h: Likewise.
16492         * lib/gl_rbtree_oset.c: Likewise.
16493         * lib/gl_rbtree_oset.h: Likewise.
16494         * lib/gl_rbtreehash_list.c: Likewise.
16495         * lib/gl_rbtreehash_list.h: Likewise.
16496         * lib/gl_sublist.c: Likewise.
16497         * lib/gl_sublist.h: Likewise.
16498         * lib/group-member.c: Likewise.
16499         * lib/group-member.h: Likewise.
16500         * lib/hard-locale.c: Likewise.
16501         * lib/hard-locale.h: Likewise.
16502         * lib/hash-pjw.c: Likewise.
16503         * lib/hash-pjw.h: Likewise.
16504         * lib/hash-triple.c: Likewise.
16505         * lib/hash.c: Likewise.
16506         * lib/hash.h: Likewise.
16507         * lib/human.c: Likewise.
16508         * lib/human.h: Likewise.
16509         * lib/i-ring.c: Likewise.
16510         * lib/i-ring.h: Likewise.
16511         * lib/idcache.c: Likewise.
16512         * lib/imaxabs.c: Likewise.
16513         * lib/imaxdiv.c: Likewise.
16514         * lib/inet_pton.c: Likewise.
16515         * lib/inet_pton.h: Likewise.
16516         * lib/intprops.h: Likewise.
16517         * lib/inttostr.c: Likewise.
16518         * lib/inttostr.h: Likewise.
16519         * lib/inttypes.in.h: Likewise.
16520         * lib/isapipe.c: Likewise.
16521         * lib/isdir.c: Likewise.
16522         * lib/isnan.c: Likewise.
16523         * lib/isnan.h: Likewise.
16524         * lib/isnanf.c: Likewise.
16525         * lib/isnanf.h: Likewise.
16526         * lib/isnanl-nolibm.h: Likewise.
16527         * lib/isnanl.c: Likewise.
16528         * lib/isnanl.h: Likewise.
16529         * lib/javacomp.c: Likewise.
16530         * lib/javacomp.h: Likewise.
16531         * lib/javaexec.c: Likewise.
16532         * lib/javaexec.h: Likewise.
16533         * lib/javaversion.c: Likewise.
16534         * lib/javaversion.h: Likewise.
16535         * lib/javaversion.java: Likewise.
16536         * lib/lbrkprop.h: Likewise.
16537         * lib/lchmod.h: Likewise.
16538         * lib/lchown.c: Likewise.
16539         * lib/ldexpl.c: Likewise.
16540         * lib/linebreak.c: Likewise.
16541         * lib/linebreak.h: Likewise.
16542         * lib/linebuffer.c: Likewise.
16543         * lib/linebuffer.h: Likewise.
16544         * lib/locale.in.h: Likewise.
16545         * lib/logl.c: Likewise.
16546         * lib/long-options.c: Likewise.
16547         * lib/long-options.h: Likewise.
16548         * lib/lstat.c: Likewise.
16549         * lib/lstat.h: Likewise.
16550         * lib/math.in.h: Likewise.
16551         * lib/mbchar.c: Likewise.
16552         * lib/mbchar.h: Likewise.
16553         * lib/mbfile.h: Likewise.
16554         * lib/mbiter.h: Likewise.
16555         * lib/mbscasecmp.c: Likewise.
16556         * lib/mbscasestr.c: Likewise.
16557         * lib/mbschr.c: Likewise.
16558         * lib/mbscspn.c: Likewise.
16559         * lib/mbslen.c: Likewise.
16560         * lib/mbsncasecmp.c: Likewise.
16561         * lib/mbsnlen.c: Likewise.
16562         * lib/mbspbrk.c: Likewise.
16563         * lib/mbspcasecmp.c: Likewise.
16564         * lib/mbsrchr.c: Likewise.
16565         * lib/mbssep.c: Likewise.
16566         * lib/mbsspn.c: Likewise.
16567         * lib/mbsstr.c: Likewise.
16568         * lib/mbstok_r.c: Likewise.
16569         * lib/mbswidth.c: Likewise.
16570         * lib/mbswidth.h: Likewise.
16571         * lib/mbuiter.h: Likewise.
16572         * lib/memcasecmp.c: Likewise.
16573         * lib/memcasecmp.h: Likewise.
16574         * lib/memchr.c: Likewise.
16575         * lib/memcmp.c: Likewise.
16576         * lib/memcoll.c: Likewise.
16577         * lib/memcoll.h: Likewise.
16578         * lib/memcpy.c: Likewise.
16579         * lib/memrchr.c: Likewise.
16580         * lib/mkancesdirs.c: Likewise.
16581         * lib/mkdir-p.c: Likewise.
16582         * lib/mkdir-p.h: Likewise.
16583         * lib/mkdir.c: Likewise.
16584         * lib/mkdirat.c: Likewise.
16585         * lib/mkdtemp.c: Likewise.
16586         * lib/mkstemp-safer.c: Likewise.
16587         * lib/mkstemp.c: Likewise.
16588         * lib/modechange.c: Likewise.
16589         * lib/modechange.h: Likewise.
16590         * lib/mountlist.c: Likewise.
16591         * lib/mountlist.h: Likewise.
16592         * lib/mpsort.c: Likewise.
16593         * lib/nanosleep.c: Likewise.
16594         * lib/obstack.c: Likewise.
16595         * lib/obstack.h: Likewise.
16596         * lib/open-safer.c: Likewise.
16597         * lib/open.c: Likewise.
16598         * lib/openat-die.c: Likewise.
16599         * lib/openat-priv.h: Likewise.
16600         * lib/openat-proc.c: Likewise.
16601         * lib/openat.c: Likewise.
16602         * lib/openat.h: Likewise.
16603         * lib/pagealign_alloc.c: Likewise.
16604         * lib/pagealign_alloc.h: Likewise.
16605         * lib/physmem.c: Likewise.
16606         * lib/physmem.h: Likewise.
16607         * lib/pipe-safer.c: Likewise.
16608         * lib/pipe.c: Likewise.
16609         * lib/pipe.h: Likewise.
16610         * lib/posixtm.c: Likewise.
16611         * lib/posixtm.h: Likewise.
16612         * lib/posixver.c: Likewise.
16613         * lib/printf-frexp.c: Likewise.
16614         * lib/printf-frexp.h: Likewise.
16615         * lib/printf-frexpl.c: Likewise.
16616         * lib/printf-frexpl.h: Likewise.
16617         * lib/printf.c: Likewise.
16618         * lib/progname.c: Likewise.
16619         * lib/progname.h: Likewise.
16620         * lib/progreloc.c: Likewise.
16621         * lib/putenv.c: Likewise.
16622         * lib/quote.c: Likewise.
16623         * lib/quote.h: Likewise.
16624         * lib/quotearg.c: Likewise.
16625         * lib/quotearg.h: Likewise.
16626         * lib/raise.c: Likewise.
16627         * lib/readline.c: Likewise.
16628         * lib/readline.h: Likewise.
16629         * lib/readlink.c: Likewise.
16630         * lib/readtokens.c: Likewise.
16631         * lib/readtokens.h: Likewise.
16632         * lib/readtokens0.c: Likewise.
16633         * lib/readtokens0.h: Likewise.
16634         * lib/readutmp.c: Likewise.
16635         * lib/readutmp.h: Likewise.
16636         * lib/realloc.c: Likewise.
16637         * lib/relocwrapper.c: Likewise.
16638         * lib/rename-dest-slash.c: Likewise.
16639         * lib/rename.c: Likewise.
16640         * lib/rmdir.c: Likewise.
16641         * lib/rpmatch.c: Likewise.
16642         * lib/safe-read.c: Likewise.
16643         * lib/safe-read.h: Likewise.
16644         * lib/safe-write.c: Likewise.
16645         * lib/safe-write.h: Likewise.
16646         * lib/same-inode.h: Likewise.
16647         * lib/same.c: Likewise.
16648         * lib/same.h: Likewise.
16649         * lib/save-cwd.c: Likewise.
16650         * lib/save-cwd.h: Likewise.
16651         * lib/savedir.c: Likewise.
16652         * lib/savedir.h: Likewise.
16653         * lib/savewd.c: Likewise.
16654         * lib/savewd.h: Likewise.
16655         * lib/search.in.h: Likewise.
16656         * lib/setenv.c: Likewise.
16657         * lib/setenv.h: Likewise.
16658         * lib/settime.c: Likewise.
16659         * lib/sh-quote.c: Likewise.
16660         * lib/sh-quote.h: Likewise.
16661         * lib/sig2str.c: Likewise.
16662         * lib/sig2str.h: Likewise.
16663         * lib/signal.in.h: Likewise.
16664         * lib/signbitd.c: Likewise.
16665         * lib/signbitf.c: Likewise.
16666         * lib/signbitl.c: Likewise.
16667         * lib/sigprocmask.c: Likewise.
16668         * lib/sincosl.c: Likewise.
16669         * lib/sleep.c: Likewise.
16670         * lib/sprintf.c: Likewise.
16671         * lib/sqrtl.c: Likewise.
16672         * lib/stat-time.h: Likewise.
16673         * lib/stdio--.h: Likewise.
16674         * lib/stdio-safer.h: Likewise.
16675         * lib/stdlib--.h: Likewise.
16676         * lib/stdlib-safer.h: Likewise.
16677         * lib/stdlib.in.h: Likewise.
16678         * lib/stpcpy.c: Likewise.
16679         * lib/stpncpy.c: Likewise.
16680         * lib/strchrnul.c: Likewise.
16681         * lib/strcspn.c: Likewise.
16682         * lib/strerror.c: Likewise.
16683         * lib/strftime.c: Likewise.
16684         * lib/strftime.h: Likewise.
16685         * lib/striconveh.c: Likewise.
16686         * lib/striconveh.h: Likewise.
16687         * lib/striconveha.c: Likewise.
16688         * lib/striconveha.h: Likewise.
16689         * lib/stripslash.c: Likewise.
16690         * lib/strnlen1.c: Likewise.
16691         * lib/strnlen1.h: Likewise.
16692         * lib/strtod.c: Likewise.
16693         * lib/strtoimax.c: Likewise.
16694         * lib/strtok_r.c: Likewise.
16695         * lib/strtol.c: Likewise.
16696         * lib/strtoll.c: Likewise.
16697         * lib/strtoul.c: Likewise.
16698         * lib/strtoull.c: Likewise.
16699         * lib/sysexits.in.h: Likewise.
16700         * lib/tempname.c: Likewise.
16701         * lib/tempname.h: Likewise.
16702         * lib/timespec.h: Likewise.
16703         * lib/tls.c: Likewise.
16704         * lib/tls.h: Likewise.
16705         * lib/tmpdir.c: Likewise.
16706         * lib/tmpdir.h: Likewise.
16707         * lib/tmpfile-safer.c: Likewise.
16708         * lib/tmpfile.c: Likewise.
16709         * lib/trigl.c: Likewise.
16710         * lib/trigl.h: Likewise.
16711         * lib/trim.c: Likewise.
16712         * lib/trim.h: Likewise.
16713         * lib/trunc.c: Likewise.
16714         * lib/truncf.c: Likewise.
16715         * lib/truncl.c: Likewise.
16716         * lib/tsearch.c: Likewise.
16717         * lib/unicodeio.c: Likewise.
16718         * lib/unicodeio.h: Likewise.
16719         * lib/unistd--.h: Likewise.
16720         * lib/unistd-safer.h: Likewise.
16721         * lib/unistdio/ulc-fprintf.c: Likewise.
16722         * lib/unistdio/ulc-vfprintf.c: Likewise.
16723         * lib/unlinkdir.c: Likewise.
16724         * lib/unlinkdir.h: Likewise.
16725         * lib/unlocked-io.h: Likewise.
16726         * lib/unsetenv.c: Likewise.
16727         * lib/userspec.c: Likewise.
16728         * lib/utime.c: Likewise.
16729         * lib/utimecmp.c: Likewise.
16730         * lib/utimecmp.h: Likewise.
16731         * lib/utimens.c: Likewise.
16732         * lib/verify.h: Likewise.
16733         * lib/verror.c: Likewise.
16734         * lib/verror.h: Likewise.
16735         * lib/version-etc-fsf.c: Likewise.
16736         * lib/version-etc.c: Likewise.
16737         * lib/version-etc.h: Likewise.
16738         * lib/vfprintf.c: Likewise.
16739         * lib/vprintf.c: Likewise.
16740         * lib/vsprintf.c: Likewise.
16741         * lib/w32spawn.h: Likewise.
16742         * lib/wait-process.c: Likewise.
16743         * lib/wait-process.h: Likewise.
16744         * lib/wcwidth.c: Likewise.
16745         * lib/write-any-file.c: Likewise.
16746         * lib/xalloc-die.c: Likewise.
16747         * lib/xalloc.h: Likewise.
16748         * lib/xasprintf.c: Likewise.
16749         * lib/xgetcwd.c: Likewise.
16750         * lib/xgetcwd.h: Likewise.
16751         * lib/xgetdomainname.c: Likewise.
16752         * lib/xgetdomainname.h: Likewise.
16753         * lib/xgethostname.c: Likewise.
16754         * lib/xmalloc.c: Likewise.
16755         * lib/xmalloca.c: Likewise.
16756         * lib/xmalloca.h: Likewise.
16757         * lib/xmemcoll.c: Likewise.
16758         * lib/xnanosleep.c: Likewise.
16759         * lib/xreadlink.c: Likewise.
16760         * lib/xreadlink.h: Likewise.
16761         * lib/xsetenv.c: Likewise.
16762         * lib/xsetenv.h: Likewise.
16763         * lib/xstriconv.c: Likewise.
16764         * lib/xstriconv.h: Likewise.
16765         * lib/xstrndup.c: Likewise.
16766         * lib/xstrndup.h: Likewise.
16767         * lib/xstrtod.c: Likewise.
16768         * lib/xstrtod.h: Likewise.
16769         * lib/xstrtol-error.c: Likewise.
16770         * lib/xstrtol.c: Likewise.
16771         * lib/xstrtol.h: Likewise.
16772         * lib/xtime.h: Likewise.
16773         * lib/xvasprintf.c: Likewise.
16774         * lib/xvasprintf.h: Likewise.
16775         * lib/yesno.c: Likewise.
16776         * lib/yesno.h: Likewise.
16777         * posix-modules: Likewise.
16778         * tests/test-alloca-opt.c: Likewise.
16779         * tests/test-arcfour.c: Likewise.
16780         * tests/test-arctwo.c: Likewise.
16781         * tests/test-argmatch.c: Likewise.
16782         * tests/test-argp-2.sh: Likewise.
16783         * tests/test-argp.c: Likewise.
16784         * tests/test-arpa_inet.c: Likewise.
16785         * tests/test-array_list.c: Likewise.
16786         * tests/test-array_oset.c: Likewise.
16787         * tests/test-atexit.c: Likewise.
16788         * tests/test-avltree_list.c: Likewise.
16789         * tests/test-avltree_oset.c: Likewise.
16790         * tests/test-avltreehash_list.c: Likewise.
16791         * tests/test-base64.c: Likewise.
16792         * tests/test-binary-io.c: Likewise.
16793         * tests/test-byteswap.c: Likewise.
16794         * tests/test-c-ctype.c: Likewise.
16795         * tests/test-c-strcasecmp.c: Likewise.
16796         * tests/test-c-strcasestr.c: Likewise.
16797         * tests/test-c-strncasecmp.c: Likewise.
16798         * tests/test-c-strstr.c: Likewise.
16799         * tests/test-canonicalize-lgpl.c: Likewise.
16800         * tests/test-canonicalize.c: Likewise.
16801         * tests/test-carray_list.c: Likewise.
16802         * tests/test-ceilf.c: Likewise.
16803         * tests/test-ceill.c: Likewise.
16804         * tests/test-count-one-bits.c: Likewise.
16805         * tests/test-crc.c: Likewise.
16806         * tests/test-dirname.c: Likewise.
16807         * tests/test-fbufmode.c: Likewise.
16808         * tests/test-fcntl.c: Likewise.
16809         * tests/test-fflush.c: Likewise.
16810         * tests/test-floorf.c: Likewise.
16811         * tests/test-floorl.c: Likewise.
16812         * tests/test-fopen.c: Likewise.
16813         * tests/test-fprintf-posix.c: Likewise.
16814         * tests/test-fprintf-posix.h: Likewise.
16815         * tests/test-fpurge.c: Likewise.
16816         * tests/test-freadable.c: Likewise.
16817         * tests/test-freadahead.c: Likewise.
16818         * tests/test-freading.c: Likewise.
16819         * tests/test-freopen.c: Likewise.
16820         * tests/test-frexp.c: Likewise.
16821         * tests/test-frexpl.c: Likewise.
16822         * tests/test-fseek.c: Likewise.
16823         * tests/test-fseeko.c: Likewise.
16824         * tests/test-fseterr.c: Likewise.
16825         * tests/test-fstrcmp.c: Likewise.
16826         * tests/test-ftell.c: Likewise.
16827         * tests/test-ftello.c: Likewise.
16828         * tests/test-fwritable.c: Likewise.
16829         * tests/test-fwriting.c: Likewise.
16830         * tests/test-getaddrinfo.c: Likewise.
16831         * tests/test-getpass.c: Likewise.
16832         * tests/test-gettimeofday.c: Likewise.
16833         * tests/test-hmac-md5.c: Likewise.
16834         * tests/test-hmac-sha1.c: Likewise.
16835         * tests/test-iconv.c: Likewise.
16836         * tests/test-iconvme.c: Likewise.
16837         * tests/test-inttypes.c: Likewise.
16838         * tests/test-isnan.c: Likewise.
16839         * tests/test-isnanf.c: Likewise.
16840         * tests/test-isnanl-nolibm.c: Likewise.
16841         * tests/test-isnanl.c: Likewise.
16842         * tests/test-isnanl.h: Likewise.
16843         * tests/test-ldexpl.c: Likewise.
16844         * tests/test-linked_list.c: Likewise.
16845         * tests/test-linkedhash_list.c: Likewise.
16846         * tests/test-locale.c: Likewise.
16847         * tests/test-localename.c: Likewise.
16848         * tests/test-lock.c: Likewise.
16849         * tests/test-lseek.c: Likewise.
16850         * tests/test-malloca.c: Likewise.
16851         * tests/test-math.c: Likewise.
16852         * tests/test-mbscasecmp.c: Likewise.
16853         * tests/test-mbscasestr1.c: Likewise.
16854         * tests/test-mbscasestr2.c: Likewise.
16855         * tests/test-mbscasestr3.c: Likewise.
16856         * tests/test-mbscasestr4.c: Likewise.
16857         * tests/test-mbschr.c: Likewise.
16858         * tests/test-mbscspn.c: Likewise.
16859         * tests/test-mbsncasecmp.c: Likewise.
16860         * tests/test-mbspbrk.c: Likewise.
16861         * tests/test-mbspcasecmp.c: Likewise.
16862         * tests/test-mbsrchr.c: Likewise.
16863         * tests/test-mbsspn.c: Likewise.
16864         * tests/test-mbsstr1.c: Likewise.
16865         * tests/test-mbsstr2.c: Likewise.
16866         * tests/test-mbsstr3.c: Likewise.
16867         * tests/test-md5.c: Likewise.
16868         * tests/test-memmem.c: Likewise.
16869         * tests/test-netinet_in.c: Likewise.
16870         * tests/test-open.c: Likewise.
16871         * tests/test-printf-frexp.c: Likewise.
16872         * tests/test-printf-frexpl.c: Likewise.
16873         * tests/test-printf-posix.c: Likewise.
16874         * tests/test-printf-posix.h: Likewise.
16875         * tests/test-rbtree_list.c: Likewise.
16876         * tests/test-rbtree_oset.c: Likewise.
16877         * tests/test-rbtreehash_list.c: Likewise.
16878         * tests/test-read-file.c: Likewise.
16879         * tests/test-rijndael.c: Likewise.
16880         * tests/test-search.c: Likewise.
16881         * tests/test-signbit.c: Likewise.
16882         * tests/test-sleep.c: Likewise.
16883         * tests/test-snprintf-posix.c: Likewise.
16884         * tests/test-snprintf-posix.h: Likewise.
16885         * tests/test-snprintf.c: Likewise.
16886         * tests/test-sprintf-posix.c: Likewise.
16887         * tests/test-sprintf-posix.h: Likewise.
16888         * tests/test-stat-time.c: Likewise.
16889         * tests/test-stdbool.c: Likewise.
16890         * tests/test-stdint.c: Likewise.
16891         * tests/test-stdio.c: Likewise.
16892         * tests/test-stdlib.c: Likewise.
16893         * tests/test-stpncpy.c: Likewise.
16894         * tests/test-strcasestr.c: Likewise.
16895         * tests/test-striconv.c: Likewise.
16896         * tests/test-striconveh.c: Likewise.
16897         * tests/test-striconveha.c: Likewise.
16898         * tests/test-string.c: Likewise.
16899         * tests/test-sys_select.c: Likewise.
16900         * tests/test-sys_socket.c: Likewise.
16901         * tests/test-sys_stat.c: Likewise.
16902         * tests/test-sys_time.c: Likewise.
16903         * tests/test-sysexits.c: Likewise.
16904         * tests/test-time.c: Likewise.
16905         * tests/test-tls.c: Likewise.
16906         * tests/test-trunc.c: Likewise.
16907         * tests/test-truncf.c: Likewise.
16908         * tests/test-truncl.c: Likewise.
16909         * tests/test-unistd.c: Likewise.
16910         * tests/test-vasnprintf-posix.c: Likewise.
16911         * tests/test-vasnprintf-posix2.c: Likewise.
16912         * tests/test-vasnprintf.c: Likewise.
16913         * tests/test-vasprintf-posix.c: Likewise.
16914         * tests/test-vasprintf.c: Likewise.
16915         * tests/test-verify.c: Likewise.
16916         * tests/test-vfprintf-posix.c: Likewise.
16917         * tests/test-vprintf-posix.c: Likewise.
16918         * tests/test-vsnprintf-posix.c: Likewise.
16919         * tests/test-vsnprintf.c: Likewise.
16920         * tests/test-vsprintf-posix.c: Likewise.
16921         * tests/test-wchar.c: Likewise.
16922         * tests/test-wctype.c: Likewise.
16923         * tests/test-wcwidth.c: Likewise.
16924         * tests/test-xstrtol.c: Likewise.
16925         * tests/test-xvasprintf.c: Likewise.
16926         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16927         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16928         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16929         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16930         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16931         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16932         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16933         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16934         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16935         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16936         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16937         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16938         * tests/uniname/test-uninames.c: Likewise.
16939         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16940         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16941         * tests/unistdio/test-u16-printf1.h: Likewise.
16942         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16943         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16944         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16945         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16946         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16947         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16948         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16949         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16950         * tests/unistdio/test-u32-printf1.h: Likewise.
16951         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16952         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16953         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16954         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16955         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16956         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16957         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16958         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16959         * tests/unistdio/test-u8-printf1.h: Likewise.
16960         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16961         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16962         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16963         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16964         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16965         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16966         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16967         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16968         * tests/unistdio/test-ulc-printf1.h: Likewise.
16969         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16970         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16971         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16972         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16973         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16974         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16975         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16976         * tests/uniwidth/test-u16-width.c: Likewise.
16977         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16978         * tests/uniwidth/test-u32-width.c: Likewise.
16979         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16980         * tests/uniwidth/test-u8-width.c: Likewise.
16981         * tests/uniwidth/test-uc_width.c: Likewise.
16982         * config/srclist-update: Likewise.
16983         (fixlicense): Update to GPLv3+.
16984
16985         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16986         * tests/test-tsearch.c: Change copyright notice.
16987
16988         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16989         * lib/c-strcaseeq.h: Change copyright notice.
16990         * lib/streq.h: Likewise.
16991         * lib/uniconv.h: Likewise.
16992         * lib/uniconv/u-conv-from-enc.h: Likewise.
16993         * lib/uniconv/u-conv-to-enc.h: Likewise.
16994         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16995         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16996         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16997         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16998         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16999         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
17000         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
17001         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
17002         * lib/uniconv/u32-conv-from-enc.c: Likewise.
17003         * lib/uniconv/u32-conv-to-enc.c: Likewise.
17004         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
17005         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
17006         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
17007         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
17008         * lib/uniconv/u8-conv-from-enc.c: Likewise.
17009         * lib/uniconv/u8-conv-to-enc.c: Likewise.
17010         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
17011         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
17012         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
17013         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
17014         * lib/uniname.h: Likewise.
17015         * lib/uniname/uniname.c: Likewise.
17016         * lib/unistdio.h: Likewise.
17017         * lib/unistdio/u-asnprintf.h: Likewise.
17018         * lib/unistdio/u-asprintf.h: Likewise.
17019         * lib/unistdio/u-printf-args.c: Likewise.
17020         * lib/unistdio/u-printf-args.h: Likewise.
17021         * lib/unistdio/u-printf-parse.h: Likewise.
17022         * lib/unistdio/u-snprintf.h: Likewise.
17023         * lib/unistdio/u-sprintf.h: Likewise.
17024         * lib/unistdio/u-vasprintf.h: Likewise.
17025         * lib/unistdio/u-vsnprintf.h: Likewise.
17026         * lib/unistdio/u-vsprintf.h: Likewise.
17027         * lib/unistdio/u16-asnprintf.c: Likewise.
17028         * lib/unistdio/u16-asprintf.c: Likewise.
17029         * lib/unistdio/u16-printf-parse.c: Likewise.
17030         * lib/unistdio/u16-snprintf.c: Likewise.
17031         * lib/unistdio/u16-sprintf.c: Likewise.
17032         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
17033         * lib/unistdio/u16-u16-asprintf.c: Likewise.
17034         * lib/unistdio/u16-u16-snprintf.c: Likewise.
17035         * lib/unistdio/u16-u16-sprintf.c: Likewise.
17036         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
17037         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
17038         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
17039         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
17040         * lib/unistdio/u16-vasnprintf.c: Likewise.
17041         * lib/unistdio/u16-vasprintf.c: Likewise.
17042         * lib/unistdio/u16-vsnprintf.c: Likewise.
17043         * lib/unistdio/u16-vsprintf.c: Likewise.
17044         * lib/unistdio/u32-asnprintf.c: Likewise.
17045         * lib/unistdio/u32-asprintf.c: Likewise.
17046         * lib/unistdio/u32-printf-parse.c: Likewise.
17047         * lib/unistdio/u32-snprintf.c: Likewise.
17048         * lib/unistdio/u32-sprintf.c: Likewise.
17049         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
17050         * lib/unistdio/u32-u32-asprintf.c: Likewise.
17051         * lib/unistdio/u32-u32-snprintf.c: Likewise.
17052         * lib/unistdio/u32-u32-sprintf.c: Likewise.
17053         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
17054         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
17055         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
17056         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
17057         * lib/unistdio/u32-vasnprintf.c: Likewise.
17058         * lib/unistdio/u32-vasprintf.c: Likewise.
17059         * lib/unistdio/u32-vsnprintf.c: Likewise.
17060         * lib/unistdio/u32-vsprintf.c: Likewise.
17061         * lib/unistdio/u8-asnprintf.c: Likewise.
17062         * lib/unistdio/u8-asprintf.c: Likewise.
17063         * lib/unistdio/u8-printf-parse.c: Likewise.
17064         * lib/unistdio/u8-snprintf.c: Likewise.
17065         * lib/unistdio/u8-sprintf.c: Likewise.
17066         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
17067         * lib/unistdio/u8-u8-asprintf.c: Likewise.
17068         * lib/unistdio/u8-u8-snprintf.c: Likewise.
17069         * lib/unistdio/u8-u8-sprintf.c: Likewise.
17070         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
17071         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
17072         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
17073         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
17074         * lib/unistdio/u8-vasnprintf.c: Likewise.
17075         * lib/unistdio/u8-vasprintf.c: Likewise.
17076         * lib/unistdio/u8-vsnprintf.c: Likewise.
17077         * lib/unistdio/u8-vsprintf.c: Likewise.
17078         * lib/unistdio/ulc-asnprintf.c: Likewise.
17079         * lib/unistdio/ulc-asprintf.c: Likewise.
17080         * lib/unistdio/ulc-printf-parse.c: Likewise.
17081         * lib/unistdio/ulc-snprintf.c: Likewise.
17082         * lib/unistdio/ulc-sprintf.c: Likewise.
17083         * lib/unistdio/ulc-vasnprintf.c: Likewise.
17084         * lib/unistdio/ulc-vasprintf.c: Likewise.
17085         * lib/unistdio/ulc-vsnprintf.c: Likewise.
17086         * lib/unistdio/ulc-vsprintf.c: Likewise.
17087         * lib/unistr.h: Likewise.
17088         * lib/unistr/u-cpy-alloc.h: Likewise.
17089         * lib/unistr/u-cpy.h: Likewise.
17090         * lib/unistr/u-endswith.h: Likewise.
17091         * lib/unistr/u-move.h: Likewise.
17092         * lib/unistr/u-set.h: Likewise.
17093         * lib/unistr/u-startswith.h: Likewise.
17094         * lib/unistr/u-stpcpy.h: Likewise.
17095         * lib/unistr/u-stpncpy.h: Likewise.
17096         * lib/unistr/u-strcat.h: Likewise.
17097         * lib/unistr/u-strcpy.h: Likewise.
17098         * lib/unistr/u-strcspn.h: Likewise.
17099         * lib/unistr/u-strdup.h: Likewise.
17100         * lib/unistr/u-strlen.h: Likewise.
17101         * lib/unistr/u-strncat.h: Likewise.
17102         * lib/unistr/u-strncpy.h: Likewise.
17103         * lib/unistr/u-strnlen.h: Likewise.
17104         * lib/unistr/u-strpbrk.h: Likewise.
17105         * lib/unistr/u-strspn.h: Likewise.
17106         * lib/unistr/u-strstr.h: Likewise.
17107         * lib/unistr/u-strtok.h: Likewise.
17108         * lib/unistr/u16-check.c: Likewise.
17109         * lib/unistr/u16-chr.c: Likewise.
17110         * lib/unistr/u16-cmp.c: Likewise.
17111         * lib/unistr/u16-cpy-alloc.c: Likewise.
17112         * lib/unistr/u16-cpy.c: Likewise.
17113         * lib/unistr/u16-endswith.c: Likewise.
17114         * lib/unistr/u16-mblen.c: Likewise.
17115         * lib/unistr/u16-mbsnlen.c: Likewise.
17116         * lib/unistr/u16-mbtouc-aux.c: Likewise.
17117         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
17118         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
17119         * lib/unistr/u16-mbtouc.c: Likewise.
17120         * lib/unistr/u16-mbtoucr.c: Likewise.
17121         * lib/unistr/u16-move.c: Likewise.
17122         * lib/unistr/u16-next.c: Likewise.
17123         * lib/unistr/u16-prev.c: Likewise.
17124         * lib/unistr/u16-set.c: Likewise.
17125         * lib/unistr/u16-startswith.c: Likewise.
17126         * lib/unistr/u16-stpcpy.c: Likewise.
17127         * lib/unistr/u16-stpncpy.c: Likewise.
17128         * lib/unistr/u16-strcat.c: Likewise.
17129         * lib/unistr/u16-strchr.c: Likewise.
17130         * lib/unistr/u16-strcmp.c: Likewise.
17131         * lib/unistr/u16-strcpy.c: Likewise.
17132         * lib/unistr/u16-strcspn.c: Likewise.
17133         * lib/unistr/u16-strdup.c: Likewise.
17134         * lib/unistr/u16-strlen.c: Likewise.
17135         * lib/unistr/u16-strmblen.c: Likewise.
17136         * lib/unistr/u16-strmbtouc.c: Likewise.
17137         * lib/unistr/u16-strncat.c: Likewise.
17138         * lib/unistr/u16-strncmp.c: Likewise.
17139         * lib/unistr/u16-strncpy.c: Likewise.
17140         * lib/unistr/u16-strnlen.c: Likewise.
17141         * lib/unistr/u16-strpbrk.c: Likewise.
17142         * lib/unistr/u16-strrchr.c: Likewise.
17143         * lib/unistr/u16-strspn.c: Likewise.
17144         * lib/unistr/u16-strstr.c: Likewise.
17145         * lib/unistr/u16-strtok.c: Likewise.
17146         * lib/unistr/u16-to-u32.c: Likewise.
17147         * lib/unistr/u16-to-u8.c: Likewise.
17148         * lib/unistr/u16-uctomb-aux.c: Likewise.
17149         * lib/unistr/u16-uctomb.c: Likewise.
17150         * lib/unistr/u32-check.c: Likewise.
17151         * lib/unistr/u32-chr.c: Likewise.
17152         * lib/unistr/u32-cmp.c: Likewise.
17153         * lib/unistr/u32-cpy-alloc.c: Likewise.
17154         * lib/unistr/u32-cpy.c: Likewise.
17155         * lib/unistr/u32-endswith.c: Likewise.
17156         * lib/unistr/u32-mblen.c: Likewise.
17157         * lib/unistr/u32-mbsnlen.c: Likewise.
17158         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
17159         * lib/unistr/u32-mbtouc.c: Likewise.
17160         * lib/unistr/u32-mbtoucr.c: Likewise.
17161         * lib/unistr/u32-move.c: Likewise.
17162         * lib/unistr/u32-next.c: Likewise.
17163         * lib/unistr/u32-prev.c: Likewise.
17164         * lib/unistr/u32-set.c: Likewise.
17165         * lib/unistr/u32-startswith.c: Likewise.
17166         * lib/unistr/u32-stpcpy.c: Likewise.
17167         * lib/unistr/u32-stpncpy.c: Likewise.
17168         * lib/unistr/u32-strcat.c: Likewise.
17169         * lib/unistr/u32-strchr.c: Likewise.
17170         * lib/unistr/u32-strcmp.c: Likewise.
17171         * lib/unistr/u32-strcpy.c: Likewise.
17172         * lib/unistr/u32-strcspn.c: Likewise.
17173         * lib/unistr/u32-strdup.c: Likewise.
17174         * lib/unistr/u32-strlen.c: Likewise.
17175         * lib/unistr/u32-strmblen.c: Likewise.
17176         * lib/unistr/u32-strmbtouc.c: Likewise.
17177         * lib/unistr/u32-strncat.c: Likewise.
17178         * lib/unistr/u32-strncmp.c: Likewise.
17179         * lib/unistr/u32-strncpy.c: Likewise.
17180         * lib/unistr/u32-strnlen.c: Likewise.
17181         * lib/unistr/u32-strpbrk.c: Likewise.
17182         * lib/unistr/u32-strrchr.c: Likewise.
17183         * lib/unistr/u32-strspn.c: Likewise.
17184         * lib/unistr/u32-strstr.c: Likewise.
17185         * lib/unistr/u32-strtok.c: Likewise.
17186         * lib/unistr/u32-to-u16.c: Likewise.
17187         * lib/unistr/u32-to-u8.c: Likewise.
17188         * lib/unistr/u32-uctomb.c: Likewise.
17189         * lib/unistr/u8-check.c: Likewise.
17190         * lib/unistr/u8-chr.c: Likewise.
17191         * lib/unistr/u8-cmp.c: Likewise.
17192         * lib/unistr/u8-cpy-alloc.c: Likewise.
17193         * lib/unistr/u8-cpy.c: Likewise.
17194         * lib/unistr/u8-endswith.c: Likewise.
17195         * lib/unistr/u8-mblen.c: Likewise.
17196         * lib/unistr/u8-mbsnlen.c: Likewise.
17197         * lib/unistr/u8-mbtouc-aux.c: Likewise.
17198         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
17199         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
17200         * lib/unistr/u8-mbtouc.c: Likewise.
17201         * lib/unistr/u8-mbtoucr.c: Likewise.
17202         * lib/unistr/u8-move.c: Likewise.
17203         * lib/unistr/u8-next.c: Likewise.
17204         * lib/unistr/u8-prev.c: Likewise.
17205         * lib/unistr/u8-set.c: Likewise.
17206         * lib/unistr/u8-startswith.c: Likewise.
17207         * lib/unistr/u8-stpcpy.c: Likewise.
17208         * lib/unistr/u8-stpncpy.c: Likewise.
17209         * lib/unistr/u8-strcat.c: Likewise.
17210         * lib/unistr/u8-strchr.c: Likewise.
17211         * lib/unistr/u8-strcmp.c: Likewise.
17212         * lib/unistr/u8-strcpy.c: Likewise.
17213         * lib/unistr/u8-strcspn.c: Likewise.
17214         * lib/unistr/u8-strdup.c: Likewise.
17215         * lib/unistr/u8-strlen.c: Likewise.
17216         * lib/unistr/u8-strmblen.c: Likewise.
17217         * lib/unistr/u8-strmbtouc.c: Likewise.
17218         * lib/unistr/u8-strncat.c: Likewise.
17219         * lib/unistr/u8-strncmp.c: Likewise.
17220         * lib/unistr/u8-strncpy.c: Likewise.
17221         * lib/unistr/u8-strnlen.c: Likewise.
17222         * lib/unistr/u8-strpbrk.c: Likewise.
17223         * lib/unistr/u8-strrchr.c: Likewise.
17224         * lib/unistr/u8-strspn.c: Likewise.
17225         * lib/unistr/u8-strstr.c: Likewise.
17226         * lib/unistr/u8-strtok.c: Likewise.
17227         * lib/unistr/u8-to-u16.c: Likewise.
17228         * lib/unistr/u8-to-u32.c: Likewise.
17229         * lib/unistr/u8-uctomb-aux.c: Likewise.
17230         * lib/unistr/u8-uctomb.c: Likewise.
17231         * lib/unitypes.h: Likewise.
17232         * lib/uniwidth.h: Likewise.
17233         * lib/uniwidth/cjk.h: Likewise.
17234         * lib/uniwidth/u16-strwidth.c: Likewise.
17235         * lib/uniwidth/u16-width.c: Likewise.
17236         * lib/uniwidth/u32-strwidth.c: Likewise.
17237         * lib/uniwidth/u32-width.c: Likewise.
17238         * lib/uniwidth/u8-strwidth.c: Likewise.
17239         * lib/uniwidth/u8-width.c: Likewise.
17240         * lib/uniwidth/width.c: Likewise.
17241
17242 2007-10-07  Bruno Haible  <bruno@clisp.org>
17243
17244         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
17245         The file is still under LGPL (see modules/inttypes).
17246
17247 2007-10-06  Bruno Haible  <bruno@clisp.org>
17248
17249         * modules/trunc (Dependencies): Add 'extensions'.
17250         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
17251         Reported by Ben Pfaff <blp@gnu.org>.
17252
17253 2007-10-06  Bruno Haible  <bruno@clisp.org>
17254
17255         * modules/freopen-tests: New file.
17256         * tests/test-freopen.c: New file.
17257
17258         * modules/fopen-tests: New file.
17259         * tests/test-fopen.c: New file.
17260
17261         * modules/fopen: New file.
17262         * lib/fopen.c: New file.
17263         * m4/fopen.m4: New file.
17264         * modules/freopen: New file.
17265         * lib/freopen.c: New file.
17266         * m4/freopen.m4: New file.
17267         * lib/stdio.in.h (fopen, freopen): New declarations.
17268         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
17269         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
17270         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
17271         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
17272         * doc/functions/fopen.texi: Mention the 'fopen' module.
17273         * doc/functions/freopen.texi: Mention the 'freopen' module.
17274
17275 2007-10-06  Bruno Haible  <bruno@clisp.org>
17276
17277         * modules/open-tests: New file.
17278         * tests/test-open.c: New file.
17279
17280         * modules/open: New file.
17281         * lib/open.c: New file.
17282         * m4/open.m4: New file.
17283         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
17284         lib/open.c does.
17285         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
17286         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
17287         macros.
17288         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
17289         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
17290         REPLACE_OPEN.
17291         * doc/functions/open.texi: Mention the 'open' module.
17292
17293 2007-10-04  Bruno Haible  <bruno@clisp.org>
17294
17295         * modules/ceill-tests: New file.
17296         * tests/test-ceill.c: New file.
17297
17298         * modules/ceill: New file.
17299         * lib/ceill.c: Replace entire file.
17300         * m4/ceill.m4: New file.
17301         * lib/math.in.h (ceill): Replace declaration.
17302         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
17303         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
17304         * doc/functions/ceill.texi: Mention the 'ceill' module.
17305         * modules/mathl (Files): Remove lib/ceill.c.
17306         (Depends-on): Add ceill.
17307
17308 2007-10-04  Bruno Haible  <bruno@clisp.org>
17309
17310         * modules/ceilf-tests: New file.
17311         * tests/test-ceilf.c: New file.
17312
17313         * modules/ceilf: New file.
17314         * lib/ceil.c: New file.
17315         * lib/ceilf.c: New file.
17316         * m4/ceilf.m4: New file.
17317         * lib/math.in.h (ceilf): New declaration.
17318         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
17319         HAVE_DECL_CEILF.
17320         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
17321         HAVE_DECL_CEILF.
17322         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
17323
17324 2007-10-04  Bruno Haible  <bruno@clisp.org>
17325
17326         * modules/floorl-tests: New file.
17327         * tests/test-floorl.c: New file.
17328
17329         * modules/floorl: New file.
17330         * lib/floorl.c: Replace entire file.
17331         * m4/floorl.m4: New file.
17332         * lib/math.in.h (floorl): Replace declaration.
17333         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
17334         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
17335         * doc/functions/floorl.texi: Mention the 'floorl' module.
17336         * modules/mathl (Files): Remove lib/floorl.c.
17337         (Depends-on): Add floorl.
17338
17339 2007-10-04  Bruno Haible  <bruno@clisp.org>
17340
17341         * modules/floorf-tests: New file.
17342         * tests/test-floorf.c: New file.
17343
17344         * modules/floorf: New file.
17345         * lib/floor.c: New file.
17346         * lib/floorf.c: New file.
17347         * m4/floorf.m4: New file.
17348         * lib/math.in.h (floorf): New declaration.
17349         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
17350         HAVE_DECL_FLOORF.
17351         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
17352         HAVE_DECL_FLOORF.
17353         * doc/functions/floorf.texi: Mention the 'floorf' module.
17354
17355 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
17356             Bruno Haible  <bruno@clisp.org>
17357
17358         Advertise for the Git server instead of the CVS server.
17359         * doc/gnulib-intro.texi (Steady Development): Mention the Git
17360         repository instead of the CVS one.
17361         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
17362         about all VCS systems generically.
17363         * doc/gnulib.texi (Introduction): Capitalize `Git'.
17364
17365 2007-10-04  Bruno Haible  <bruno@clisp.org>
17366
17367         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
17368         means.
17369         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
17370
17371 2007-10-04  Bruno Haible  <bruno@clisp.org>
17372
17373         * modules/truncl-tests: New file.
17374         * tests/test-truncl.c: New file.
17375
17376         * modules/truncl: New file.
17377         * lib/truncl.c: New file.
17378         * m4/truncl.m4: New file.
17379         * lib/math.in.h (truncl): New declaration.
17380         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
17381         HAVE_DECL_TRUNCL.
17382         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
17383         HAVE_DECL_TRUNCL.
17384         * doc/functions/truncl.texi: Mention the 'truncl' module.
17385
17386 2007-10-04  Bruno Haible  <bruno@clisp.org>
17387
17388         * modules/truncf-tests: New file.
17389         * tests/test-truncf.c: New file.
17390
17391         * modules/truncf: New file.
17392         * lib/trunc.c: Make paramerizable through USE_* macros.
17393         * lib/truncf.c: New file.
17394         * m4/truncf.m4: New file.
17395         * lib/math.in.h (truncf): New declaration.
17396         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
17397         HAVE_DECL_TRUNCF.
17398         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
17399         HAVE_DECL_TRUNCF.
17400         * doc/functions/truncf.texi: Mention the 'truncf' module.
17401
17402 2007-10-03  Bruno Haible  <bruno@clisp.org>
17403
17404         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
17405         augmentation also for tests modules.
17406         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
17407         * modules/atexit-tests (Makefile.am): Likewise.
17408         * modules/binary-io-tests (Makefile.am): Likewise.
17409         * modules/c-strcase-tests (Makefile.am): Likewise.
17410         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
17411         * modules/canonicalize-tests (Makefile.am): Likewise.
17412         * modules/closein-tests (Makefile.am): Likewise.
17413         * modules/fprintf-posix-tests (Makefile.am): Likewise.
17414         * modules/freadahead-tests (Makefile.am): Likewise.
17415         * modules/fseek-tests (Makefile.am): Likewise.
17416         * modules/fseeko-tests (Makefile.am): Likewise.
17417         * modules/ftell-tests (Makefile.am): Likewise.
17418         * modules/ftello-tests (Makefile.am): Likewise.
17419         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
17420         * modules/isnanl-tests (Makefile.am): Likewise.
17421         * modules/lseek-tests (Makefile.am): Likewise.
17422         * modules/mbscasecmp-tests (Makefile.am): Likewise.
17423         * modules/mbscasestr-tests (Makefile.am): Likewise.
17424         * modules/mbschr-tests (Makefile.am): Likewise.
17425         * modules/mbscspn-tests (Makefile.am): Likewise.
17426         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
17427         * modules/mbspbrk-tests (Makefile.am): Likewise.
17428         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
17429         * modules/mbsrchr-tests (Makefile.am): Likewise.
17430         * modules/mbsspn-tests (Makefile.am): Likewise.
17431         * modules/mbsstr-tests (Makefile.am): Likewise.
17432         * modules/printf-posix-tests (Makefile.am): Likewise.
17433         * modules/snprintf-posix-tests (Makefile.am): Likewise.
17434         * modules/sprintf-posix-tests (Makefile.am): Likewise.
17435         * modules/tsearch-tests (Makefile.am): Likewise.
17436         * modules/uniname/uniname-tests (Makefile.am): Likewise.
17437         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
17438         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
17439         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
17440         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
17441         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
17442         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
17443         * modules/vprintf-posix-tests (Makefile.am): Likewise.
17444         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
17445         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
17446         * modules/xstrtoimax-tests (Makefile.am): Likewise.
17447         * modules/xstrtol-tests (Makefile.am): Likewise.
17448         * modules/xstrtoumax-tests (Makefile.am): Likewise.
17449         * modules/yesno-tests (Makefile.am): Likewise.
17450
17451 2007-10-03  Bruno Haible  <bruno@clisp.org>
17452
17453         * modules/trunc-tests: New file.
17454         * tests/test-trunc.c: New file.
17455
17456         * modules/trunc: New file.
17457         * lib/trunc.c: New file.
17458         * m4/trunc.m4: New file.
17459         * lib/math.in.h (trunc): New declaration.
17460         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
17461         HAVE_DECL_TRUNC.
17462         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
17463         HAVE_DECL_TRUNC.
17464         * doc/functions/trunc.texi: Mention the 'trunc' module.
17465
17466 2007-10-03  Bruno Haible  <bruno@clisp.org>
17467
17468         * tests/test-fpending.c: New file, mostly copied
17469         from coreutils/lib/t-fpending.c.
17470         * modules/fpending-tests: New file.
17471
17472 2007-10-03  Bruno Haible  <bruno@clisp.org>
17473
17474         Port the stdio extensions to QNX (untested).
17475         * lib/fseterr.c (fseterr): Add support for QNX.
17476         * lib/fbufmode.c (fbufmode): Likewise.
17477         * lib/freadable.c (freadable): Likewise.
17478         * lib/fwritable.c (fwritable): Likewise.
17479         * lib/freading.c (freading): Likewise.
17480         * lib/fwriting.c (fwriting): Likewise.
17481         * lib/freadahead.c (freadahed): Likewise.
17482         * lib/fpurge.c (fpurge): Likewise.
17483         * lib/fseeko.c (rpl_fseeko): Likewise.
17484
17485 2007-10-03  Bruno Haible  <bruno@clisp.org>
17486             Jim Meyering  <jim@meyering.net>
17487             Eric Blake  <ebb9@byu.net>
17488
17489         * doc/relocatable.texi: Use @command instead of @program.
17490
17491 2007-10-02  Jim Meyering  <jim@meyering.net>
17492
17493         Perform one more "_.h" -> ".in.h" substitution.
17494         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
17495         instead of unistd_.h here, too.
17496
17497 2007-10-01  Bruno Haible  <bruno@clisp.org>
17498
17499         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
17500         Needed for the alloca-opt module.
17501
17502 2007-09-30  Bruno Haible  <bruno@clisp.org>
17503
17504         * lib/alloca.in.h: Renamed from lib/alloca_.h.
17505         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
17506         alloca_.h.
17507         * lib/argz.in.h: Renamed from lib/argz_.h.
17508         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
17509         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
17510         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
17511         byteswap_.h.
17512         * lib/dirent.in.h: Renamed from lib/dirent_.h.
17513         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
17514         dirent_.h.
17515         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
17516         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
17517         fcntl_.h.
17518         * lib/float.in.h: Renamed from lib/float_.h.
17519         * modules/float (Files, Makefile.am): Use float.in.h instead of
17520         float_.h.
17521         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
17522         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
17523         fnmatch_.h.
17524         * lib/getopt.in.h: Renamed from lib/getopt_.h.
17525         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
17526         getopt_.h.
17527         * lib/glob.in.h: Renamed from lib/glob_.h.
17528         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
17529         * lib/iconv.in.h: Renamed from lib/iconv_.h.
17530         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
17531         iconv_.h.
17532         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
17533         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
17534         inttypes_.h.
17535         * lib/locale.in.h: Renamed from lib/locale_.h.
17536         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
17537         locale_.h.
17538         * lib/math.in.h: Renamed from lib/math_.h.
17539         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
17540         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
17541         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
17542         of netinet_in_.h. Add dependency.
17543         * lib/poll.in.h: Renamed from lib/poll_.h.
17544         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
17545         * lib/search.in.h: Renamed from lib/search_.h.
17546         * modules/search (Files, Makefile.am): Use search.in.h instead of
17547         search_.h.
17548         * lib/signal.in.h: Renamed from lib/signal_.h.
17549         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
17550         _signal.h.
17551         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
17552         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
17553         stdbool_.h.
17554         * lib/stdint.in.h: Renamed from lib/stdint_.h.
17555         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
17556         stdint_.h.
17557         * lib/stdio.in.h: Renamed from lib/stdio_.h.
17558         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
17559         stdio_.h.
17560         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
17561         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
17562         stdlib_.h.
17563         * lib/string.in.h: Renamed from lib/string_.h.
17564         * modules/string (Files, Makefile.am): Use string.in.h instead of
17565         string_.h.
17566         * doc/gnulib-tool.texi (Initial import): Update.
17567         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
17568         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
17569         of sys_select_.h. Add dependency.
17570         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
17571         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
17572         of sys_socket_.h.
17573         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
17574         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
17575         sys_stat_.h.
17576         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
17577         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
17578         sys_time_.h.
17579         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
17580         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
17581         sysexits_.h.
17582         * lib/time.in.h: Renamed from lib/time_.h.
17583         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17584         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17585         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17586         unistd_.h.
17587         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17588         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17589         wchar_.h.
17590         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17591         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17592         wctype_.h.
17593         * build-aux/bootstrap (slurp): Update.
17594         * lib/.cppi-disable: Update.
17595
17596 2007-09-30  Bruno Haible  <bruno@clisp.org>
17597
17598         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17599         Needed on BeOS.
17600
17601 2007-09-30  Bruno Haible  <bruno@clisp.org>
17602
17603         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17604
17605 2007-09-29  Bruno Haible  <bruno@clisp.org>
17606
17607         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17608
17609 2007-09-29  Bruno Haible  <bruno@clisp.org>
17610
17611         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17612         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17613         * build-aux/install-reloc: Compile also areadlink.c.
17614         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17615
17616 2007-09-29  Bruno Haible  <bruno@clisp.org>
17617
17618         * gnulib-tool (func_emit_initmacro_done): Indentation.
17619
17620 2007-09-29  Bruno Haible  <bruno@clisp.org>
17621
17622         * README: Add CVS checkout update instructions.
17623         Info from Bob Proulx <bob@proulx.com>.
17624
17625 2007-09-28  Eric Blake  <ebb9@byu.net>
17626
17627         Provide move-if-change.
17628         * build-aux/move-if-change: New file, based on best practice
17629         rather than any canonical upstream location.
17630
17631 2007-09-28  Jim Meyering  <jim@meyering.net>
17632
17633         Fix canonicalize loop-detection corner case.
17634         Do not attempt to stat the symlink values stored via seen_triple.
17635         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17636         on linux-2.6.18, (but not 2.6.22).
17637         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17638         triple_compare.  The former compares dev,ino,filename, while the latter
17639         would actually stat dirname(filename) when dev and ino were equal.
17640         * lib/hash-triple.c: Install <string.h>.
17641         (STREQ): Define.
17642         (triple_compare_ino_str): New function.
17643         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17644
17645 2007-09-28  Eric Blake  <ebb9@byu.net>
17646
17647         Enforce that AC_REPLACE_FUNCS files exist.
17648         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17649         override check for typos.
17650
17651         Fix test-closein on Solaris 10.
17652         * tests/test-closein.c (main): Don't assume stdin can be inherited
17653         closed on all systems.
17654         * tests/test-closein.sh: Likewise.
17655         Reported by Piotr Tarnowski.
17656
17657 2007-09-28  Jim Meyering  <jim@meyering.net>
17658
17659         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17660
17661 2007-09-27  Jim Meyering  <jim@meyering.net>
17662
17663         canonicalize: Avoid a false-positive cycle failure.
17664         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17665         Sort.  Remove cycle-check.
17666         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17667         not cycle-check.h.
17668         (seen_triple): New function.
17669         (canonicalize_filename_mode): Use it instead of cycle-check.
17670         * tests/test-canonicalize.c: Add a test for this bug.
17671         * tests/test-canonicalize.sh: Set up and run the test.
17672
17673         New module, file-set, from coreutils.
17674         * modules/file-set: Define it.
17675         * lib/file-set.c, lib/file-set.h: Implement.
17676
17677         New module, hash-triple, from coreutils.
17678         * modules/hash-triple: Define it.
17679         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17680
17681 2007-09-25  Eric Blake  <ebb9@byu.net>
17682
17683         Fix strerror on Interix.
17684         * lib/string_.h (strerror): Declare replacement.
17685         * doc/functions/strerror.texi (strerror): Document the Interix
17686         shortcoming.
17687         * modules/string (Makefile.am): Support new hooks.
17688         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17689         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17690         gl_FUNC_STRERROR_SEPARATE.
17691         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17692         * lib/strerror.c (rpl_strerror): Provide replacement.
17693         * modules/strerror (Depends-on): Add string.
17694         (configure.ac): Detect use of module.
17695         * tests/test-strerror.c: New file.
17696         * modules/strerror-tests: New test module.
17697         * modules/argp (Depends-on): Add strerror.
17698         * modules/error (Depends-on): Likewise.
17699         Reported by Martin Koeppe.
17700
17701 2007-09-24  Bruno Haible  <bruno@clisp.org>
17702
17703         * README: Update git instructions.
17704
17705 2007-09-24  Eric Blake  <ebb9@byu.net>
17706
17707         Revert fpending breakage from 2007-09-08.
17708         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17709         __fpending.c.
17710
17711 2007-09-24  Jim Meyering  <jim@meyering.net>
17712
17713         filenamecat.c: Add a test.
17714         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17715         showing how the function works when DIR is the empty string.
17716
17717 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17718
17719         * tests/test-canonicalize.sh: Turn on executable bit.
17720
17721 2007-09-19  Eric Blake  <ebb9@byu.net>
17722
17723         * README: Update CVS instructions.
17724
17725 2007-09-18  Bruno Haible  <bruno@clisp.org>
17726
17727         * modules/areadlink: New file.
17728         * lib/areadlink.h (areadlink): New declaration.
17729         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17730
17731 2007-09-17  Jim Meyering  <jim@meyering.net>
17732
17733         * lib/savewd.c (ESTALE) [!defined]: Define.
17734         Reported to be required on Interix by Martin Koeppe.
17735
17736 2007-09-17  Bruno Haible  <bruno@clisp.org>
17737
17738         * gnulib-tool (func_version): Use $version.
17739
17740 2007-09-16  Bruno Haible  <bruno@clisp.org>
17741
17742         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17743         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17744         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17745         Reported by Greg Schafer <gschafer@zip.com.au>.
17746
17747 2007-09-15  Bruno Haible  <bruno@clisp.org>
17748
17749         * gnulib-tool (sed): Try a little harder to make bash understand the
17750         alias.
17751         Reported by Bruce Korb <bruce.korb@gmail.com>.
17752
17753 2007-09-13  Eric Blake  <ebb9@byu.net>
17754
17755         * ChangeLog: Remove conflict markers.
17756
17757 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17758
17759         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17760         Reported by Bruno Haible <bruno@clisp.org>.
17761
17762 2007-09-12  Bruno Haible  <bruno@clisp.org>
17763
17764         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17765         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17766         is not defined.
17767
17768 2007-09-12  Eric Blake  <ebb9@byu.net>
17769
17770         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17771         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17772         Autoconf definition.
17773         * modules/euidaccess (Depends-on): Add extensions, for
17774         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17775         * modules/fnmatch (Depends-on): Likewise.
17776         * modules/getaddrinfo (Depends-on): Likewise.
17777         * modules/getdelim (Depends-on): Likewise.
17778         * modules/getline (Depends-on): Likewise.
17779         * modules/getsubopt (Depends-on): Likewise.
17780         * modules/gettext (Depends-on): Likewise.
17781         * modules/group-member (Depends-on): Likewise.
17782         * modules/mbchar (Depends-on): Likewise.
17783         * modules/memmem (Depends-on): Likewise.
17784         * modules/mempcpy (Depends-on): Likewise.
17785         * modules/memrchr (Depends-on): Likewise.
17786         * modules/pagealign_alloc (Depends-on): Likewise.
17787         * modules/readutmp (Depends-on): Likewise.
17788         * modules/stpcpy (Depends-on): Likewise.
17789         * modules/stpncpy (Depends-on): Likewise.
17790         * modules/strchrnul (Depends-on): Likewise.
17791         * modules/strndup (Depends-on): Likewise.
17792         * modules/strsep (Depends-on): Likewise.
17793         * modules/strverscmp (Depends-on): Likewise.
17794         * modules/vasprintf (Depends-on): Likewise.
17795         * modules/wcwidth (Depends-on): Likewise.
17796         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17797         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17798         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17799         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17800         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17801         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17802         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17803         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17804         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17805         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17806         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17807         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17808         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17809         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17810         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17811         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17812         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17813         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17814         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17815         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17816         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17817         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17818         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17819         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17820         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17822         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17823         so that lock.m4 can be used in gettext without extensions module.
17824
17825 2007-09-11  Bruno Haible  <bruno@clisp.org>
17826
17827         * m4/isc-posix.m4: Remove file.
17828         Suggested by Eric Blake.
17829
17830 2007-09-11  Eric Blake  <ebb9@byu.net>
17831
17832         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17833
17834 2007-09-10  Bruno Haible  <bruno@clisp.org>
17835
17836         * posix-modules: Fix typo in error message.
17837         Reported by Matt <mkraai@beckman.com>.
17838
17839 2007-09-09  Bruno Haible  <bruno@clisp.org>
17840
17841         * doc/functions/getdelim.texi: Update list of platforms lacking the
17842         function.
17843         * doc/functions/getline.texi: Likewise.
17844
17845 2007-09-09  Jim Meyering  <jim@meyering.net>
17846
17847         * lib/hash.c (hash_initialize): Detect calloc failure.
17848         Reported by Bruno Haible.
17849
17850 2007-09-09  Bruno Haible  <bruno@clisp.org>
17851
17852         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17853         malloc or realloc fails.
17854
17855 2007-09-09  Bruno Haible  <bruno@clisp.org>
17856
17857         * modules/getcwd (Depends-on): Add malloc-posix.
17858         * modules/glob (Depends-on): Likewise.
17859         * modules/putenv (Depends-on): Likewise.
17860         * modules/strdup (Depends-on): Likewise.
17861         * modules/getdelim (Depends-on): Add realloc-posix.
17862         * modules/read-file (Depends-on): Likewise.
17863
17864 2007-09-09  Bruno Haible  <bruno@clisp.org>
17865
17866         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17867         (gl_FUNC_MALLOC_POSIX): Require it.
17868         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17869         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17870         * modules/realloc (Files): Add m4/malloc.m4.
17871         * modules/calloc (Files): Likewise.
17872
17873 2007-09-09  Bruno Haible  <bruno@clisp.org>
17874
17875         * modules/malloc-posix: New file.
17876         * modules/malloc (Depends-on): Add malloc-posix.
17877         * lib/malloc.c: Include errno.h.
17878         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17879         and a POSIX-compatible malloc into a single function. Set ENOMEM
17880         when returning NULL.
17881         * m4/malloc.m4: New file.
17882         * doc/functions/malloc.texi: Mention the malloc-posix module.
17883         * lib/stdlib_.h (malloc): New declaration.
17884         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17885         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17886         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17887         and HAVE_MALLOC_POSIX.
17888
17889 2007-09-09  Bruno Haible  <bruno@clisp.org>
17890
17891         * modules/realloc-posix: New file.
17892         * modules/realloc (Depends-on): Add realloc-posix.
17893         * lib/realloc.c: Include errno.h.
17894         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17895         and a POSIX-compatible realloc into a single function. Set ENOMEM
17896         when returning NULL.
17897         * m4/realloc.m4: New file.
17898         * doc/functions/realloc.texi: Mention the realloc-posix module.
17899         * lib/stdlib_.h (realloc): New declaration.
17900         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17901         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17902         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17903         and HAVE_REALLOC_POSIX.
17904
17905 2007-09-09  Bruno Haible  <bruno@clisp.org>
17906
17907         * modules/calloc-posix: New file.
17908         * modules/calloc (Depends-on): Add calloc-posix.
17909         * lib/calloc.c: Include errno.h.
17910         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17911         and a POSIX-compatible calloc into a single function. Set ENOMEM
17912         when returning NULL.
17913         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17914         * doc/functions/calloc.texi: Mention the calloc-posix module.
17915         * lib/stdlib_.h (calloc): New declaration.
17916         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17917         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17918         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17919         and HAVE_CALLOC_POSIX.
17920
17921 2007-09-09  Bruno Haible  <bruno@clisp.org>
17922
17923         Allow for modules to show an arbitrary notice.
17924         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17925         * gnulib-tool: New option --extract-notice.
17926         (func_usage): Document it.
17927         (sed_extract_prog): Update.
17928         (func_get_notice): New function.
17929         (func_modules_notice): New function.
17930         (func_import, func_create_testdir): Invoke it.
17931         Suggested by Jim Meyering.
17932
17933 2007-09-09  Bruno Haible  <bruno@clisp.org>
17934
17935         * gnulib-tool: New options --verbose, --quiet.
17936         (func_usage): Document them.
17937         (verbose): New variable.
17938         (func_execute_command): New function.
17939         (func_import): Don't show the module list and the file list if
17940         $verbose < 0.
17941         (func_create_testdir): Likewise. Use func_execute_command.
17942         (func_create_megatestdir): Use func_execute_command.
17943
17944 2007-09-08  Bruno Haible  <bruno@clisp.org>
17945
17946         * gnulib-tool (func_import): Prefer rsync over wget when available,
17947         for fetching the PO files.
17948
17949 2007-09-08  Bruno Haible  <bruno@clisp.org>
17950
17951         * posix-modules: New file. Portions copied from gnulib-tool.
17952         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17953
17954 2007-09-08  Jim Meyering  <jim@meyering.net>
17955
17956         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17957         * lib/fpending.h: Rename from __fpending.h.
17958         * lib/fpending.c: Rename from __fpending.c.
17959         Include "fpending.h", not "__fpending.h".
17960         * lib/__fpending.h, lib/__fpending.c: Remove files.
17961         * modules/fpending (Files): Reflect new file names.
17962         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17963
17964 2007-09-08  Bruno Haible  <bruno@clisp.org>
17965
17966         * m4/inttypes-h.m4: Remove stub file.
17967
17968 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17969
17970         * doc/headers/stdint.texi: Discuss #include_next issue.
17971
17972 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17973
17974         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17975
17976 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17977
17978         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17979         in variable name.
17980
17981 2007-09-03  Jim Meyering  <jim@meyering.net>
17982
17983         New module: git-version-gen.
17984         * modules/git-version-gen: New file.
17985
17986         Import changes from coreutils for bootstrap script.
17987
17988         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17989
17990         bootstrap: uses rsync to download the .po files
17991         * build-aux/bootstrap (po_download_command_format): New global.
17992         (download_po_files): Use rsync.
17993         (update_po_files): Don't remove .po files after download,
17994         so future rsync runs can take advantage of the copies.
17995
17996         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17997
17998         Solve the unnecessary-.po-file-regeneration problem once and for all.
17999         * build-aux/bootstrap (download_po_files): New function, renamed from
18000         get_translations.  Now, downloads, but doesn't update LINGUAS.
18001         (update_po_files): New function.
18002
18003         bootstrap: Ignore more.
18004         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
18005         uniwidth to e.g., lib/.gitignore.
18006         (slurp): Handle the sys_stat_.h -> sys mapping, too.
18007
18008         * build-aux/bootstrap: New setting: vc_ignore.
18009         (insert_sorted_if_absent): Create $file if absent.
18010         Adapt to new, possibly empty, list: $vc_ignore.
18011
18012         bootstrap: generate more ignorable names
18013         * build-aux/bootstrap (slurp): When generating ignorable names,
18014         also map .sin to .sed, .gperf to .c, and .y to .c.
18015
18016 2007-09-03  Jim Meyering  <jim@meyering.net>
18017
18018         * build-aux/git-version-gen: New file, from coreutils.  For details, see
18019         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
18020
18021 2007-09-02  Bruno Haible  <bruno@clisp.org>
18022
18023         Fix mis-recognition of 'mcs' on QNX 6.
18024         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
18025         output contains the string "Mono".
18026         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
18027         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
18028
18029 2007-09-01  Bruno Haible  <bruno@clisp.org>
18030
18031         Fix collision between uniwidth/* and linebreak modules.
18032         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
18033         u32_width): Remove declarations.
18034         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
18035         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
18036         streq3, streq2, streq1, streq0): Remove functions.
18037         (STREQ): Remove macro.
18038         (is_cjk_encoding): Remove function.
18039         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
18040         (uc_width, u8_width, u16_width, u32_width): Remove functions.
18041         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
18042         * NEWS: Document the change.
18043
18044 2007-09-01  Bruno Haible  <bruno@clisp.org>
18045
18046         * lib/streq.h: Add double-inclusion guard.
18047
18048 2007-09-01  Karl Berry  <karl@gnu.org>
18049
18050         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
18051
18052 2007-08-28  Jim Meyering  <jim@meyering.net>
18053
18054         Rename mreadlink_with_size to areadlink_with_size.
18055         * NEWS: Document the change.
18056         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
18057         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
18058         * lib/mreadlink.h: Rename this to...
18059         * lib/areadlink.h: ...this.
18060         * modules/mreadlink-with-size: Rename this to...
18061         * modules/areadlink-with-size: ...this.
18062         * lib/canonicalize.c: Reflect the renaming.
18063         * modules/canonicalize: Likewise.
18064
18065 2007-08-26  Bruno Haible  <bruno@clisp.org>
18066
18067         * gnulib-tool (func_import): When deciding which files to remove,
18068         consider also dangling symbolic links.
18069         Reported by Eric Blake.
18070
18071 2007-08-26  Bruno Haible  <bruno@clisp.org>
18072
18073         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
18074
18075 2007-08-23  Simon Josefsson  <simon@josefsson.org>
18076
18077         * lib/readline.c: Don't include getline.h, the prototype is now
18078         found in stdio.h.
18079
18080 2007-08-23  Jim Meyering  <jim@meyering.net>
18081
18082         Getdelim touchup.
18083         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
18084         around the funlockfile call, since funlockfile never sets errno.
18085         Don't set errno upon failed realloc.
18086
18087 2007-08-22  Eric Blake  <ebb9@byu.net>
18088
18089         Getline touchups.
18090         * lib/getdelim.c (getdelim): Revert regression that required *n to
18091         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
18092         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
18093         getdelim, rather than whether implementation is missing.
18094         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
18095         * lib/stdio_.h (getline): Also declare if replacement is
18096         required.
18097         * doc/functions/getdelim.texi: New file.
18098         * doc/functions/getline.texi: Likewise.
18099         * doc/gnulib.texi (Function Substitutes): Add new files.
18100         Reported by Bruno Haible.
18101
18102 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
18103
18104         * users.txt: Add Guile.
18105
18106 2007-08-22  Eric Blake  <ebb9@byu.net>
18107
18108         * tests/test-getdelim.c (main): Use remove, not unlink.
18109         * tests/test-getline.c (main): Likewise.
18110
18111         Move getline and getdelim into stdio.h, per POSIX 200x.
18112         * modules/getline (Files): Remove getline.h.
18113         (Depends-on): Add stdio.
18114         (configure.ac): Add module indicator.
18115         * modules/getdelim (Files): Remove getdelim.h.
18116         (Depends-on): Add stdio.
18117         (configure.ac): Add module indicator.
18118         * modules/stdio (Makefile.am): Work with new indicators.
18119         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
18120         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
18121         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
18122         * lib/getdelim.h: Delete.
18123         * lib/getline.h: Delete.
18124         * lib/stdio_.h (getdelim, getline): Declare.
18125         * modules/getdelim-tests: New module.
18126         * modules/getline-tests: Likewise.
18127         * tests/test-getdelim.c: New file.
18128         * tests/test-getline.c: Likewise.
18129         * NEWS: Document the change.
18130         * lib/getline.c: Update choice of header.
18131         * lib/csharpcomp.c: Likewise.
18132         * lib/getpass.c: Likewise.
18133         * lib/javacomp.c: Likewise.
18134         * lib/javaversion.c: Likewise.
18135         * lib/yesno.c: Likewise.
18136         * lib/getdelim.c: Likewise.
18137         (getdelim): Set errno on failure, and avoid memory leak.
18138
18139 2007-08-19  Bruno Haible  <bruno@clisp.org>
18140
18141         * modules/closein (Depends-on): Add freadahead.
18142         * lib/closein.c: Include freadahead.h.
18143         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
18144         is zero.
18145
18146 2007-08-19  Bruno Haible  <bruno@clisp.org>
18147
18148         * modules/freadahead-tests: New file.
18149         * tests/test-freadahead.sh: New file.
18150         * tests/test-freadahead.c: New file.
18151
18152         * modules/freadahead: New file.
18153         * lib/freadahead.h: New file.
18154         * lib/freadahead.c: New file.
18155         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
18156         fbufmode, fpurge, freadable, fwritable.
18157
18158 2007-08-19  Eric Blake  <ebb9@byu.net>
18159
18160         Test yesno in combination with closein.
18161         * lib/yesno.c (yesno): Document use of stdin.
18162         * modules/yesno-tests (Files): New module.
18163         * tests/test-yesno.c (main): New file.
18164         * tests/test-yesno.sh: Likewise.
18165
18166 2007-08-19  Bruno Haible  <bruno@clisp.org>
18167
18168         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
18169         * lib/fseeko.c (rpl_fseeko): Likewise.
18170         * lib/fseterr.c (fseterr): Likewise.
18171
18172 2007-08-19  Bruno Haible  <bruno@clisp.org>
18173
18174         * tests/test-lseek.c (main): Disable a test for BeOS.
18175         * doc/functions/lseek.texi: Document the BeOS bug.
18176
18177 2007-08-19  Bruno Haible  <bruno@clisp.org>
18178             Eric Blake  <ebb9@byu.net>
18179
18180         * lib/lseek.c: Include <sys/stat.h>.
18181         (rpl_lseek): Add workaround code also for Unix platforms.
18182         Needed for BeOS.
18183         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
18184         * doc/functions/lseek.texi: Document BeOS definiency.
18185
18186 2007-08-18  Bruno Haible  <bruno@clisp.org>
18187
18188         * modules/fstrcmp-tests: New file.
18189         * tests/test-fstrcmp.c: New file.
18190
18191 2007-08-18  Bruno Haible  <bruno@clisp.org>
18192
18193         * modules/fstrcmp: New file, from GNU gettext with modifications.
18194         * lib/fstrcmp.h: New file, from GNU gettext.
18195         * lib/fstrcmp.c: New file, from GNU gettext.
18196         * MODULES.html.sh (String handling): Add fstrcmp.
18197
18198 2007-08-18  Bruno Haible  <bruno@clisp.org>
18199
18200         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
18201         'bool'.
18202         (diag, compareseq): Remove const from the ctxt argument.
18203         (USE_HEURISTIC): Undefine at the end.
18204
18205 2007-08-18  Jim Meyering  <jim@meyering.net>
18206
18207         New file: lib/idcache.h
18208         * NEWS: Mention the addition.
18209         * modules/idcache (Files): Add lib/idcache.h
18210         * lib/idcache.c: Include "idcache.h".
18211         Don't include <sys/types.h>.
18212         Add a FIXME comment.
18213         Move file-scoped "static" declarations to the top.
18214         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
18215
18216 2007-08-17  Bruno Haible  <bruno@clisp.org>
18217         and Paul Eggert  <eggert@cs.ucla.edu>
18218
18219         * MODULES.html.sh: Add diffseq.
18220         * modules/diffseq: New file.
18221         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
18222         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
18223
18224 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18225
18226         Import changes from coreutils for bootstrap script.
18227
18228         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         * build-aux/bootstrap (slurp): Work even in environments where
18231         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
18232         current code does not slurp files whose names start with ".", and
18233         this looks like it might be a troublesome area.
18234
18235         2007-07-11  Jim Meyering  <jim@meyering.net>
18236
18237         If there's a GPL vN copyright comment, require that N == 3.
18238
18239         2007-07-08  Jim Meyering  <jim@meyering.net>
18240
18241         Run the coreutils-specific code only if tests/Makefile.am.in exists.
18242         * build-aux/bootstrap (mam_template): Move definition out of loop.
18243
18244         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
18245
18246         * build-aux/bootstrap (symlink_to_dir): Rename function from
18247         symlink_to_gnulib.  Add a directory parameter.  Update all
18248         callers.
18249         (cp_mark_as_generated): Also check for -- and link to -- files in
18250         gl/.
18251
18252         2007-07-08  Jim Meyering  <jim@meyering.net>
18253
18254         Adapt to deeper hierarchy in gnulib.
18255         * build-aux/bootstrap (symlink_to_dir): If the destination
18256         directory doesn't exist, create it. This is required at least for
18257         "lib/uniwidth/cjk.h".
18258
18259         2007-05-15  Jim Meyering  <jim@meyering.net>
18260
18261         * build-aux/bootstrap: Now that generated Makefile.am files
18262         are no longer under version control, they must be created at
18263         bootstrap time.
18264
18265 2007-08-14  Ben Pfaff  <blp@gnu.org>
18266
18267         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
18268
18269 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
18272         given the changes below.
18273         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
18274         even on hosts that have padding bits beyond the supported 64.
18275
18276 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
18277
18278         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
18279         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
18280         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
18281         depends on it.
18282         (xstrtol_error): Remove.
18283         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
18284         but with a different signature.
18285         (ATTRIBUTE_NORETURN, __attribute__): New macros.
18286         * lib/xstrtol-error.c: Include exitfail.h.
18287         (xstrtol_fatal): New function, with a different signature from the
18288         old xstrtol_error, so that the caller need not worry about passing
18289         in an exit status, or about storage management of the option argument.
18290         (xstrtol_error): Now a static function.  Redo signature to
18291         implement xstrtol_fatal.  Output the correct number of hyphens in
18292         front of the option so that the caller need not worry about
18293         storage management.
18294         (N_): New macro.
18295         (_): Remove; not used now.
18296         * modules/xstrtol: Depend on getopt.
18297         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
18298         of old STRTOL_FATAL_ERROR macro.
18299         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
18300         of test program.
18301         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
18302         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
18303
18304 2007-08-08  Eric Blake  <ebb9@byu.net>
18305
18306         * lib/xstrtol-error.c: Add missing include.
18307
18308         Move xstrtol messages into gnulib domain, when --pobase is used.
18309         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
18310         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
18311         * modules/xstrtol (Files): Distribute new file.
18312         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
18313         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
18314         * tests/test-xstrtol.c: ...into new file.
18315         * tests/test-xstrtoul.c: Also test xstrtoul.
18316         * tests/test-xstrtoimax.c: Also test xstrtoimax.
18317         * tests/test-xstrtoumax.c: Also test xstrtoumax.
18318         * tests/test-xstrtol.sh: Drive the tests.
18319         * tests/test-xstrtoimax.sh: Likewise.
18320         * tests/test-xstrtoumax.sh: Likewise.
18321         * modules/xstrtol-tests: New module.
18322         * modules/xstrtoimax-tests: Likewise.
18323         * modules/xstrtoumax-tests: Likewise.
18324
18325 2007-08-08  Jim Meyering  <jim@meyering.net>
18326
18327         New function: mfile_name_concat.
18328         * lib/filenamecat.c (mfile_name_concat): New function, just like
18329         file_name_concat, but return NULL upon failure rather than exiting
18330         with a diagnostic.
18331         * lib/filenamecat.h: Declare it.
18332
18333 2007-08-07  Bruno Haible  <bruno@clisp.org>
18334
18335         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
18336         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
18337         warning from gcc.
18338         Reported by Eric Blake.
18339
18340 2007-08-07  Simon Josefsson  <simon@josefsson.org>
18341
18342         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
18343         * modules/crypto/arcfour (License): Likewise.
18344         * modules/crypto/des-tests (License): Likewise.
18345         * modules/crypto/gc-arctwo-tests (License): Likewise.
18346         * modules/crypto/gc-des-tests (License): Likewise.
18347         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
18348         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
18349         * modules/crypto/gc-md2-tests (License): Likewise.
18350         * modules/crypto/gc-md4-tests (License): Likewise.
18351         * modules/crypto/gc-md5-tests (License): Likewise.
18352         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
18353         * modules/crypto/gc-rijndael-tests (License): Likewise.
18354         * modules/crypto/gc-sha1-tests (License): Likewise.
18355         * modules/crypto/gc-tests (License): Likewise.
18356         * modules/crypto/hmac-md5 (License): Likewise.
18357         * modules/crypto/hmac-sha1 (License): Likewise.
18358         * modules/crypto/md2-tests (License): Likewise.
18359         * modules/crypto/md4-tests (License): Likewise.
18360         * modules/crypto/md5 (License): Likewise.
18361         * modules/crypto/rijndael (License): Likewise.
18362         * modules/crypto/sha1 (License): Likewise.
18363         * modules/memxor (License): Likewise.
18364
18365 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
18366         and Bruno Haible  <bruno@clisp.org>
18367
18368         * NEWS: Describe interface changes to human, xstrtol.
18369         * lib/human.h: Include <xstrtol.h>.
18370         (human_options): Return enum strtol_error, not int.  Remove
18371         bool arg; take int * instead.
18372         * lib/human.c: Don't include "gettext.h".
18373         (_): Remove; no longer used.
18374         Don't include <xstrtol.h>, since human.h does it.
18375         (human_options): Adjust to abovementioned interface changes.
18376         Do not report error to stderr; that's now the caller's
18377         responsibility.
18378         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
18379         interface change.
18380         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
18381         Str, Argument_type_string.  All uses changed.  Put " argument"
18382         in diagnostics to make them clearer.  Change wording of suffix
18383         message for clarity.
18384         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
18385         Argument_type_string.
18386         (STRTOL_FATAL_WARN): Remove; no longer used.
18387         * modules/human (Depends-on): Remove gettext-h.
18388
18389 2007-08-06  Simon Josefsson  <simon@josefsson.org>
18390
18391         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
18392
18393 2007-07-31  Bruno Haible  <bruno@clisp.org>
18394
18395         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
18396         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
18397         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
18398
18399 2007-07-31  Bruno Haible  <bruno@clisp.org>
18400
18401         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
18402         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
18403
18404 2007-07-30  Bruno Haible  <bruno@clisp.org>
18405
18406         * modules/base64 (License): Use the synonymous term "LGPLv2+".
18407         * modules/c-ctype (License): Likewise.
18408         * modules/c-strcase (License): Likewise.
18409         * modules/check-version (License): Likewise.
18410         * modules/iconv (License): Likewise.
18411         * modules/iconv_open (License): Likewise.
18412         * modules/read-file (License): Likewise.
18413         * modules/striconv (License): Likewise.
18414         * modules/strverscmp (License): Likewise.
18415         * modules/vasprintf (License): Likewise.
18416         * modules/crypto/des (License): Likewise.
18417         * modules/crypto/gc (License): Likewise.
18418         * modules/crypto/gc-arcfour (License): Likewise.
18419         * modules/crypto/gc-arctwo (License): Likewise.
18420         * modules/crypto/gc-des (License): Likewise.
18421         * modules/crypto/gc-hmac-md5 (License): Likewise.
18422         * modules/crypto/gc-hmac-sha1 (License): Likewise.
18423         * modules/crypto/gc-md2 (License): Likewise.
18424         * modules/crypto/gc-md4 (License): Likewise.
18425         * modules/crypto/gc-md5 (License): Likewise.
18426         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
18427         * modules/crypto/gc-random (License): Likewise.
18428         * modules/crypto/gc-rijndael (License): Likewise.
18429         * modules/crypto/gc-sha1 (License): Likewise.
18430         * modules/crypto/md2 (License): Likewise.
18431         * modules/crypto/md4 (License): Likewise.
18432
18433 2007-07-30  Jim Meyering  <jim@meyering.net>
18434
18435         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
18436         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
18437         it has valid stat data.  This bug would cause du not to count the
18438         sizes of inaccessible directories.
18439         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
18440         in <http://bugzilla.redhat.com/250077>.
18441
18442 2007-07-25  Peter O'Gorman  <peter@pogma.com>
18443             Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
18446         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
18447         #include_next, gives a diagnostic about it, but reports no error in
18448         the exit code.
18449         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
18450
18451 2007-07-24  Ben Pfaff  <blp@gnu.org>
18452
18453         Improve name: "count-one-bits" is better than "popcount".
18454         * MODULES.html.sh: Update name.
18455         * lib/popcount.h: Renamed lib/count-one-bits.h.
18456         (popcount): Renamed count_one_bits.
18457         (popcountl): Renamed count_one_bits_l.
18458         (popcountll): Renamed count_one_bits_ll.
18459         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
18460         * modules/popcount: Renamed module/count-one-bits.
18461         * modules/popcount-tests: Renamed module/count-one-bits-tests.
18462         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
18463
18464 2007-07-23  Ben Pfaff  <blp@gnu.org>
18465
18466         * lib/popcount.h (popcount32): Reduce size of constants, to allow
18467         better code generation, and add U to large constants to avoid
18468         warnings, in non-GCC case.
18469         Suggested by Bruno Haible.
18470
18471 2007-07-23  Ben Pfaff  <blp@gnu.org>
18472
18473         * lib/popcount.h: Use verify_true instead of if...abort.
18474         * modules/popcount: Depend on verify module.
18475         Suggested by Jim Meyering.
18476
18477 2007-07-23  Bruno Haible  <bruno@clisp.org>
18478
18479         * gnulib-tool (func_import): Create a .cvsignore file also when the
18480         directory is not yet in CVS but the toplevel directory is. When
18481         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
18482         Reported by Karl Berry.
18483
18484 2007-07-22  Ben Pfaff  <blp@gnu.org>
18485
18486         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
18487         case.
18488         Suggested by Eric Blake.
18489
18490 2007-07-22  Ben Pfaff  <blp@gnu.org>
18491
18492         New module: popcount.
18493         * MODULES.html.sh: Add popcount.
18494         * modules/popcount: New file.
18495         * modules/popcount-tests: New file.
18496         * tests/test-popcount.c: New file.
18497         * lib/popcount.h: New file.
18498         * m4/popcount.m4: New file.
18499
18500 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
18501
18502         * build-aux/announce-gen: Update to GPLv3.
18503
18504         * build-aux/config.guess: Update from config.
18505
18506 2007-07-21  Bruno Haible  <bruno@clisp.org>
18507
18508         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
18509         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
18510
18511 2007-07-20  Jim Meyering  <jim@meyering.net>
18512
18513         * check-module: Diagnose a self-dependency.
18514
18515 2007-07-19  Bruno Haible  <bruno@clisp.org>
18516
18517         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
18518         empty.
18519         Reported by Eric Blake.
18520
18521 2007-07-18  Bruno Haible  <bruno@clisp.org>
18522
18523         * gnulib-tool: New options --po-base, --po-domain.
18524         (func_usage): Document them.
18525         (pobase, po_domain): New variables.
18526         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
18527         DEFAULT_TEXT_DOMAIN.
18528         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
18529         (func_import): Consider pobase and po_domain. Create a po/ directory.
18530         (func_create_testdir): Set pobase and po_domain to empty.
18531         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
18532         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
18533
18534 2007-07-18  Bruno Haible  <bruno@clisp.org>
18535
18536         * gnulib-tool (func_get_automake_snippet): Synthesize also an
18537         EXTRA_DIST augmentation for files in build-aux/.
18538
18539 2007-07-16  Bruno Haible  <bruno@clisp.org>
18540
18541         * modules/lseek (License): Use the synonymous term "LGPLv2+".
18542         * modules/getdelim (License): Likewise.
18543
18544 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18545
18546         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
18547         * modules/d-type (License): Likewise.
18548         * modules/extensions (License): Likewise.
18549         * modules/fnmatch (License): Likewise.
18550         * modules/fseeko (License): Likewise.
18551         * modules/getaddrinfo (License): Likewise.
18552         * modules/getline (License): Likewise.
18553         * modules/getlogin_r (License): Likewise.
18554         * modules/getpass (License): Likewise.
18555         * modules/gettimeofday (License): Likewise.
18556         * modules/glob (License): Likewise.
18557         * modules/inet_ntop (License): Likewise.
18558         * modules/malloc (License): Likewise.
18559         * modules/malloca (License): Likewise.
18560         * modules/memmem (License): Likewise.
18561         * modules/mempcpy (License): Likewise.
18562         * modules/memset (License): Likewise.
18563         * modules/minmax (License): Likewise.
18564         * modules/mktime (License): Likewise.
18565         * modules/netinet_in (License): Likewise.
18566         * modules/pathmax (License): Likewise.
18567         * modules/poll (License): Likewise.
18568         * modules/regex (License): Likewise.
18569         * modules/snprintf (License): Likewise.
18570         * modules/stdbool (License): Likewise.
18571         * modules/stdint (License): Likewise.
18572         * modules/stdio (License): Likewise.
18573         * modules/strcase (License): Likewise.
18574         * modules/strcasestr (License): Likewise.
18575         * modules/strdup (License): Likewise.
18576         * modules/string (License): Likewise.
18577         * modules/strndup (License): Likewise.
18578         * modules/strnlen (License): Likewise.
18579         * modules/strpbrk (License): Likewise.
18580         * modules/strptime (License): Likewise.
18581         * modules/strsep (License): Likewise.
18582         * modules/sys_select (License): Likewise.
18583         * modules/sys_socket (License): Likewise.
18584         * modules/sys_stat (License): Likewise.
18585         * modules/sys_time (License): Likewise.
18586         * modules/time (License): Likewise.
18587         * modules/time_r (License): Likewise.
18588         * modules/timegm (License): Likewise.
18589         * modules/unistd (License): Likewise.
18590         * modules/vsnprintf (License): Likewise.
18591         * modules/wctype (License): Likewise.
18592
18593 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18594
18595         * modules/argz (License): LGPLv2+.
18596
18597 2007-07-15  Karl Berry  <karl@gnu.org>
18598
18599         * doc/gnulib.texi: revise node structure per new fdl.texi.
18600
18601 2007-07-14  Bruno Haible  <bruno@clisp.org>
18602
18603         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18604         the output file.
18605         * lib/uniname/uninames.h: Regenerated.
18606
18607 2007-07-14  Karl Berry  <karl@gnu.org>
18608
18609         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18610         omitting sectioning and index commands.
18611
18612 2007-07-13  Bruno Haible  <bruno@clisp.org>
18613
18614         New gnulib-tool option --more-symlinks.
18615         * gnulib-tool (func_usage): Document --more-symlinks.
18616         (do_copyrights): New variable.
18617         Recognize option --more-symlinks.
18618         (func_import): Don't add a copyright notice transform to
18619         sed_transform_lib_file if do_copyrights is empty.
18620
18621 2007-07-13  Bruno Haible  <bruno@clisp.org>
18622
18623         * lib/vasnprintf.c (decimal_point_char): Define also if
18624         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18625         && !NEED_PRINTF_DIRECTIVE_A.
18626         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18627         Gary V. Vaughan <gary@gnu.org>.
18628
18629 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18630
18631         * lib/inttypes_.h: Undo previous change, since it was fixed
18632         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18633
18634 2007-07-13  Bruno Haible  <bruno@clisp.org>
18635
18636         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18637         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18638
18639 2007-07-13  Jim Meyering  <jim@meyering.net>
18640
18641         df: Don't fail for Tru64's "file-on-file mount".
18642         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18643         so we fall through and use statfs instead.  Details here:
18644         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18645         Reported by Albert Chin.
18646
18647 2007-07-13  Bruno Haible  <bruno@clisp.org>
18648
18649         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18650         * modules/configmake (License): Likewise.
18651         * modules/gettext (License): Likewise.
18652         * modules/gettext-h (License): Likewise.
18653         * modules/include_next (License): Likewise.
18654         * modules/link-warning (License): Likewise.
18655         * modules/localcharset (License): Likewise.
18656         * modules/localename (License): Likewise.
18657         * modules/lock (License): Likewise.
18658         * modules/relocatable-lib-lgpl (License): Likewise.
18659         * modules/size_max (License): Likewise.
18660         * modules/vasnprintf (License): Likewise.
18661         * modules/wchar (License): Likewise.
18662         * modules/xsize (License): Likewise.
18663
18664 2007-07-13  Bruno Haible  <bruno@clisp.org>
18665
18666         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18667         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18668
18669 2007-07-12  Bruno Haible  <bruno@clisp.org>
18670
18671         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18672         in the modules files.
18673
18674 2007-07-11  Karl Berry  <karl@gnu.org>
18675
18676         * MODULES.html.sh (func_module): use
18677          sed -e '\|^'"${includefile}"'$|d'
18678          instead of /.../d, to avoid errors on $includefile's containing /.
18679
18680 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18681
18682         * gnulib-tool (func_import): Avoid duplication of --avoid
18683         statements
18684         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18685         names to `_' in variable names.
18686
18687 2007-07-10  Eric Blake  <ebb9@byu.net>
18688
18689         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18690         * NEWS: Document this change.
18691
18692 2007-07-08  Bruno Haible  <bruno@clisp.org>
18693
18694         Update to Unicode 5.0.
18695         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18696         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18697         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18698         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18699         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18700         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18701         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18702         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18703         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18704         U+10A3F, U+1D242..U+1D244.
18705         (nonspacing_table_ind): Update.
18706         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18707         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18708
18709 2007-07-08  Bruno Haible  <bruno@clisp.org>
18710
18711         Update to Unicode 5.0.
18712         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18713         code transform. Extend the name index field of unicode_name_to_code and
18714         unicode_code_to_name from 16 to 24 bits.
18715         * lib/uniname/uniname.c (unicode_character_name,
18716         unicode_name_character): Add the range 0x12xxx to the code transform.
18717         * lib/uniname/uninames.h: Regenerated.
18718         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18719
18720 2007-07-07  Bruno Haible  <bruno@clisp.org>
18721
18722         * modules/wcwidth-tests: New file.
18723         * tests/test-wcwidth.c: New file.
18724
18725         Work around MacOS X wcwidth() bug.
18726         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18727         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18728         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18729         original wcwidth in non-UTF-8 locales.
18730         * modules/wcwidth (Depends-on): Add localcharset, streq,
18731         uniwidth/width.
18732         * doc/functions/wcwidth.texi: Update.
18733
18734 2007-07-07  Bruno Haible  <bruno@clisp.org>
18735
18736         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18737         (wcwidth): New declaration.
18738         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18739         macros.
18740         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18741         here. Prepare for creating <wchar.h> unconditionally.
18742         * modules/wchar (Depends-on): Add link-warning.
18743         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18744         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18745         * lib/wcwidth.h: Remove file.
18746         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18747         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18748         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18749         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18750         (Include): Replace wcwidth.h with <wchar.h>.
18751         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18752         * lib/mbchar.h: Don't include wcwidth.h.
18753         * lib/mbswidth.c: Likewise.
18754         * NEWS: Mention the change.
18755
18756 2007-07-07  Bruno Haible  <bruno@clisp.org>
18757
18758         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18759         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18760         definition with an external declaration.
18761         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18762         defined as a function. Remove AC_C_INLINE requirement.
18763         * modules/wcwidth (Files): Add lib/wcwidth.c.
18764         (Makefile.am): Remove redundant statement.
18765
18766 2007-07-07  Bruno Haible  <bruno@clisp.org>
18767
18768         * MODULES.html.sh (Unicode string functions): Add the new modules.
18769
18770         * tests/uniwidth/test-u32-strwidth.c: New file.
18771         * modules/uniwidth/u32-strwidth-tests: New file.
18772
18773         * lib/uniwidth/u32-strwidth.c: New file.
18774         * modules/uniwidth/u32-strwidth: New file.
18775
18776         * tests/uniwidth/test-u16-strwidth.c: New file.
18777         * modules/uniwidth/u16-strwidth-tests: New file.
18778
18779         * lib/uniwidth/u16-strwidth.c: New file.
18780         * modules/uniwidth/u16-strwidth: New file.
18781
18782         * tests/uniwidth/test-u8-strwidth.c: New file.
18783         * modules/uniwidth/u8-strwidth-tests: New file.
18784
18785         * lib/uniwidth/u8-strwidth.c: New file.
18786         * modules/uniwidth/u8-strwidth: New file.
18787
18788         * tests/uniwidth/test-u32-width.c: New file.
18789         * modules/uniwidth/u32-width-tests: New file.
18790
18791         * lib/uniwidth/u32-width.c: New file.
18792         * modules/uniwidth/u32-width: New file.
18793
18794         * tests/uniwidth/test-u16-width.c: New file.
18795         * modules/uniwidth/u16-width-tests: New file.
18796
18797         * lib/uniwidth/u16-width.c: New file.
18798         * modules/uniwidth/u16-width: New file.
18799
18800         * tests/uniwidth/test-u8-width.c: New file.
18801         * modules/uniwidth/u8-width-tests: New file.
18802
18803         * lib/uniwidth/u8-width.c: New file.
18804         * modules/uniwidth/u8-width: New file.
18805
18806         * tests/uniwidth/test-uc_width.c: New file.
18807         * modules/uniwidth/width-tests: New file.
18808
18809         * lib/uniwidth/width.c: New file, from GNU libiconv.
18810         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18811         * modules/uniwidth/width: New file.
18812
18813         * lib/uniwidth.h: New file, from GNU libiconv.
18814         * modules/uniwidth/base: New file.
18815
18816 2007-07-07  Bruno Haible  <bruno@clisp.org>
18817
18818         * lib/uniname.h: New file, from GNU gettext.
18819         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18820         * lib/uniname/uninames.h: New file, from GNU gettext.
18821         * lib/uniname/uniname.c: New file, from GNU gettext.
18822         * tests/uniname/test-uninames.sh: New file.
18823         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18824         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18825         * modules/uniname/base: New file.
18826         * modules/uniname/uniname: New file.
18827         * modules/uniname/uniname-tests: New file.
18828         * MODULES.html.sh (Unicode string functions): Add the new modules.
18829
18830 2007-07-06  Bruno Haible  <bruno@clisp.org>
18831
18832         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18833
18834 2007-07-06  Bruno Haible  <bruno@clisp.org>
18835
18836         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18837         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18838         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18839         include <sys/time.h>.
18840         Reported by Eric Blake.
18841
18842 2007-07-06  Eric Blake  <ebb9@byu.net>
18843
18844         Fix testing canonicalize on cygwin.
18845         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18846         Revert patch from 2007-06-19.
18847         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18848         canonicalize module is also in use.
18849         * tests/test-canonicalize.c: New file.
18850         * tests/test-canonicalize.sh: Likewise.
18851         * modules/canonicalize-tests: Likewise.
18852
18853 2007-07-06  Jim Meyering  <jim@meyering.net>
18854
18855         * lib/getugroups.c (getugroups): Detect getgrent failure.
18856         Adjust comment to reflect reality: this function may return -1.
18857
18858 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18859
18860         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18861         the new TP address.
18862         (usage): Fix typo
18863         (gnulib_mk): New variable.
18864
18865 2007-07-05  Jim Meyering  <jim@meyering.net>
18866
18867         Don't let endgrent clobber errno, no matter how improbable.
18868         * lib/getugroups.c (getugroups): Save and restore errno around
18869         endgrent call.
18870
18871         Close the group DB even when failing with 2^31 or more members.
18872         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18873
18874 2007-07-04  Jim Meyering  <jim@meyering.net>
18875
18876         * lib/getugroups.h: New file.
18877         * lib/getugroups.c: Include "getugroups.h".
18878         Remove uses of "register" keyword.
18879         Move local variable, "cp", down into scope where used.
18880         Give "username" parameter the "const" attribute.
18881         * modules/getugroups (Files): Add lib/getugroups.h
18882
18883 2007-07-04  Karl Berry  <karl@gnu.org>
18884
18885         * MODULES.html.sh (func_all_modules): Complete rename of
18886         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18887
18888 2007-07-02  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18891         mode, when inttypes.h comes from gnulib.
18892         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18893
18894 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18895
18896         * NEWS: Mention lgpl module name change.
18897
18898         * modules/lgpl-2.1: Renamed from lgpl.
18899
18900         * NEWS: Mention gpl module name change.
18901
18902         * modules/gpl-3.0: New file, based on gpl-2.0.
18903
18904         * modules/gpl-2.0: Renamed from gpl.
18905
18906         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18907         doc/gpl-2.0.texi.
18908
18909 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18910
18911         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18912         #define __STDC_LIMIT_MACROS temporarily while including
18913         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18914         Problem reported by Joel E. Denny in
18915         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18916
18917 2007-07-01  Bruno Haible  <bruno@clisp.org>
18918
18919         * lib/unistdio.h: New file.
18920         * lib/unistdio/u-asnprintf.h: New file.
18921         * lib/unistdio/u-asprintf.h: New file.
18922         * lib/unistdio/u-printf-args.c: New file.
18923         * lib/unistdio/u-printf-args.h: New file.
18924         * lib/unistdio/u-printf-parse.h: New file.
18925         * lib/unistdio/u-snprintf.h: New file.
18926         * lib/unistdio/u-sprintf.h: New file.
18927         * lib/unistdio/u-vasprintf.h: New file.
18928         * lib/unistdio/u-vsnprintf.h: New file.
18929         * lib/unistdio/u-vsprintf.h: New file.
18930         * lib/unistdio/ulc-asnprintf.c: New file.
18931         * lib/unistdio/ulc-asprintf.c: New file.
18932         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18933         * lib/unistdio/ulc-printf-parse.c: New file.
18934         * lib/unistdio/ulc-snprintf.c: New file.
18935         * lib/unistdio/ulc-sprintf.c: New file.
18936         * lib/unistdio/ulc-vasnprintf.c: New file.
18937         * lib/unistdio/ulc-vasprintf.c: New file.
18938         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18939         * lib/unistdio/ulc-vsnprintf.c: New file.
18940         * lib/unistdio/ulc-vsprintf.c: New file.
18941         * lib/unistdio/u8-asnprintf.c: New file.
18942         * lib/unistdio/u8-asprintf.c: New file.
18943         * lib/unistdio/u8-printf-parse.c: New file.
18944         * lib/unistdio/u8-snprintf.c: New file.
18945         * lib/unistdio/u8-sprintf.c: New file.
18946         * lib/unistdio/u8-vasnprintf.c: New file.
18947         * lib/unistdio/u8-vasprintf.c: New file.
18948         * lib/unistdio/u8-vsnprintf.c: New file.
18949         * lib/unistdio/u8-vsprintf.c: New file.
18950         * lib/unistdio/u8-u8-asnprintf.c: New file.
18951         * lib/unistdio/u8-u8-asprintf.c: New file.
18952         * lib/unistdio/u8-u8-snprintf.c: New file.
18953         * lib/unistdio/u8-u8-sprintf.c: New file.
18954         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18955         * lib/unistdio/u8-u8-vasprintf.c: New file.
18956         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18957         * lib/unistdio/u8-u8-vsprintf.c: New file.
18958         * lib/unistdio/u16-asnprintf.c: New file.
18959         * lib/unistdio/u16-asprintf.c: New file.
18960         * lib/unistdio/u16-printf-parse.c: New file.
18961         * lib/unistdio/u16-snprintf.c: New file.
18962         * lib/unistdio/u16-sprintf.c: New file.
18963         * lib/unistdio/u16-vasnprintf.c: New file.
18964         * lib/unistdio/u16-vasprintf.c: New file.
18965         * lib/unistdio/u16-vsnprintf.c: New file.
18966         * lib/unistdio/u16-vsprintf.c: New file.
18967         * lib/unistdio/u16-u16-asnprintf.c: New file.
18968         * lib/unistdio/u16-u16-asprintf.c: New file.
18969         * lib/unistdio/u16-u16-snprintf.c: New file.
18970         * lib/unistdio/u16-u16-sprintf.c: New file.
18971         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18972         * lib/unistdio/u16-u16-vasprintf.c: New file.
18973         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18974         * lib/unistdio/u16-u16-vsprintf.c: New file.
18975         * lib/unistdio/u32-asnprintf.c: New file.
18976         * lib/unistdio/u32-asprintf.c: New file.
18977         * lib/unistdio/u32-printf-parse.c: New file.
18978         * lib/unistdio/u32-snprintf.c: New file.
18979         * lib/unistdio/u32-sprintf.c: New file.
18980         * lib/unistdio/u32-vasnprintf.c: New file.
18981         * lib/unistdio/u32-vasprintf.c: New file.
18982         * lib/unistdio/u32-vsnprintf.c: New file.
18983         * lib/unistdio/u32-vsprintf.c: New file.
18984         * lib/unistdio/u32-u32-asnprintf.c: New file.
18985         * lib/unistdio/u32-u32-asprintf.c: New file.
18986         * lib/unistdio/u32-u32-snprintf.c: New file.
18987         * lib/unistdio/u32-u32-sprintf.c: New file.
18988         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18989         * lib/unistdio/u32-u32-vasprintf.c: New file.
18990         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18991         * lib/unistdio/u32-u32-vsprintf.c: New file.
18992         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18993         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18994         * tests/unistdio/test-ulc-printf1.h: New file.
18995         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18996         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18997         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18998         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18999         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
19000         * tests/unistdio/test-ulc-vasprintf1.c: New file.
19001         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
19002         * tests/unistdio/test-ulc-vsprintf1.c: New file.
19003         * tests/unistdio/test-u8-asnprintf1.c: New file.
19004         * tests/unistdio/test-u8-asnprintf1.h: New file.
19005         * tests/unistdio/test-u8-printf1.h: New file.
19006         * tests/unistdio/test-u8-vasnprintf1.c: New file.
19007         * tests/unistdio/test-u8-vasnprintf2.c: New file.
19008         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
19009         * tests/unistdio/test-u8-vasnprintf3.c: New file.
19010         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
19011         * tests/unistdio/test-u8-vasprintf1.c: New file.
19012         * tests/unistdio/test-u8-vsnprintf1.c: New file.
19013         * tests/unistdio/test-u8-vsprintf1.c: New file.
19014         * tests/unistdio/test-u16-asnprintf1.c: New file.
19015         * tests/unistdio/test-u16-asnprintf1.h: New file.
19016         * tests/unistdio/test-u16-printf1.h: New file.
19017         * tests/unistdio/test-u16-vasnprintf1.c: New file.
19018         * tests/unistdio/test-u16-vasnprintf2.c: New file.
19019         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
19020         * tests/unistdio/test-u16-vasnprintf3.c: New file.
19021         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
19022         * tests/unistdio/test-u16-vasprintf1.c: New file.
19023         * tests/unistdio/test-u16-vsnprintf1.c: New file.
19024         * tests/unistdio/test-u16-vsprintf1.c: New file.
19025         * tests/unistdio/test-u32-asnprintf1.c: New file.
19026         * tests/unistdio/test-u32-asnprintf1.h: New file.
19027         * tests/unistdio/test-u32-printf1.h: New file.
19028         * tests/unistdio/test-u32-vasnprintf1.c: New file.
19029         * tests/unistdio/test-u32-vasnprintf2.c: New file.
19030         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
19031         * tests/unistdio/test-u32-vasnprintf3.c: New file.
19032         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
19033         * tests/unistdio/test-u32-vasprintf1.c: New file.
19034         * tests/unistdio/test-u32-vsnprintf1.c: New file.
19035         * tests/unistdio/test-u32-vsprintf1.c: New file.
19036         * modules/unistdio/base: New file.
19037         * modules/unistdio/u-printf-args: New file.
19038         * modules/unistdio/ulc-asnprintf: New file.
19039         * modules/unistdio/ulc-asprintf: New file.
19040         * modules/unistdio/ulc-fprintf: New file.
19041         * modules/unistdio/ulc-printf-parse: New file.
19042         * modules/unistdio/ulc-snprintf: New file.
19043         * modules/unistdio/ulc-sprintf: New file.
19044         * modules/unistdio/ulc-vasnprintf: New file.
19045         * modules/unistdio/ulc-vasprintf: New file.
19046         * modules/unistdio/ulc-vfprintf: New file.
19047         * modules/unistdio/ulc-vsnprintf: New file.
19048         * modules/unistdio/ulc-vsprintf: New file.
19049         * modules/unistdio/u8-asnprintf: New file.
19050         * modules/unistdio/u8-asprintf: New file.
19051         * modules/unistdio/u8-printf-parse: New file.
19052         * modules/unistdio/u8-snprintf: New file.
19053         * modules/unistdio/u8-sprintf: New file.
19054         * modules/unistdio/u8-vasnprintf: New file.
19055         * modules/unistdio/u8-vasprintf: New file.
19056         * modules/unistdio/u8-vsnprintf: New file.
19057         * modules/unistdio/u8-vsprintf: New file.
19058         * modules/unistdio/u8-u8-asnprintf: New file.
19059         * modules/unistdio/u8-u8-asprintf: New file.
19060         * modules/unistdio/u8-u8-snprintf: New file.
19061         * modules/unistdio/u8-u8-sprintf: New file.
19062         * modules/unistdio/u8-u8-vasnprintf: New file.
19063         * modules/unistdio/u8-u8-vasprintf: New file.
19064         * modules/unistdio/u8-u8-vsnprintf: New file.
19065         * modules/unistdio/u8-u8-vsprintf: New file.
19066         * modules/unistdio/u16-asnprintf: New file.
19067         * modules/unistdio/u16-asprintf: New file.
19068         * modules/unistdio/u16-printf-parse: New file.
19069         * modules/unistdio/u16-snprintf: New file.
19070         * modules/unistdio/u16-sprintf: New file.
19071         * modules/unistdio/u16-vasnprintf: New file.
19072         * modules/unistdio/u16-vasprintf: New file.
19073         * modules/unistdio/u16-vsnprintf: New file.
19074         * modules/unistdio/u16-vsprintf: New file.
19075         * modules/unistdio/u16-u16-asnprintf: New file.
19076         * modules/unistdio/u16-u16-asprintf: New file.
19077         * modules/unistdio/u16-u16-snprintf: New file.
19078         * modules/unistdio/u16-u16-sprintf: New file.
19079         * modules/unistdio/u16-u16-vasnprintf: New file.
19080         * modules/unistdio/u16-u16-vasprintf: New file.
19081         * modules/unistdio/u16-u16-vsnprintf: New file.
19082         * modules/unistdio/u16-u16-vsprintf: New file.
19083         * modules/unistdio/u32-asnprintf: New file.
19084         * modules/unistdio/u32-asprintf: New file.
19085         * modules/unistdio/u32-printf-parse: New file.
19086         * modules/unistdio/u32-snprintf: New file.
19087         * modules/unistdio/u32-sprintf: New file.
19088         * modules/unistdio/u32-vasnprintf: New file.
19089         * modules/unistdio/u32-vasprintf: New file.
19090         * modules/unistdio/u32-vsnprintf: New file.
19091         * modules/unistdio/u32-vsprintf: New file.
19092         * modules/unistdio/u32-u32-asnprintf: New file.
19093         * modules/unistdio/u32-u32-asprintf: New file.
19094         * modules/unistdio/u32-u32-snprintf: New file.
19095         * modules/unistdio/u32-u32-sprintf: New file.
19096         * modules/unistdio/u32-u32-vasnprintf: New file.
19097         * modules/unistdio/u32-u32-vasprintf: New file.
19098         * modules/unistdio/u32-u32-vsnprintf: New file.
19099         * modules/unistdio/u32-u32-vsprintf: New file.
19100         * modules/unistdio/ulc-asnprintf-tests: New file.
19101         * modules/unistdio/ulc-vasnprintf-tests: New file.
19102         * modules/unistdio/ulc-vasprintf-tests: New file.
19103         * modules/unistdio/ulc-vsnprintf-tests: New file.
19104         * modules/unistdio/ulc-vsprintf-tests: New file.
19105         * modules/unistdio/u8-asnprintf-tests: New file.
19106         * modules/unistdio/u8-vasnprintf-tests: New file.
19107         * modules/unistdio/u8-vasprintf-tests: New file.
19108         * modules/unistdio/u8-vsnprintf-tests: New file.
19109         * modules/unistdio/u8-vsprintf-tests: New file.
19110         * modules/unistdio/u16-asnprintf-tests: New file.
19111         * modules/unistdio/u16-vasnprintf-tests: New file.
19112         * modules/unistdio/u16-vasprintf-tests: New file.
19113         * modules/unistdio/u16-vsnprintf-tests: New file.
19114         * modules/unistdio/u16-vsprintf-tests: New file.
19115         * modules/unistdio/u32-asnprintf-tests: New file.
19116         * modules/unistdio/u32-vasnprintf-tests: New file.
19117         * modules/unistdio/u32-vasprintf-tests: New file.
19118         * modules/unistdio/u32-vsnprintf-tests: New file.
19119         * modules/unistdio/u32-vsprintf-tests: New file.
19120         * MODULES.html.sh (Unicode string functions): Add the new modules.
19121
19122 2007-07-01  Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/sprintf.c (sprintf): Limit the available length estimation,
19125         to avoid address wraparound.
19126         * lib/vsprintf.c (vsprintf): Likewise.
19127         * modules/sprintf-posix (Dependencies): Add stdint.
19128         * modules/vsprintf-posix (Dependencies): Likewise.
19129
19130 2007-07-01  Bruno Haible  <bruno@clisp.org>
19131
19132         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
19133         Windows PATH as well. Conservative double-quoting. Comments.
19134
19135 2007-07-01  Bruno Haible  <bruno@clisp.org>
19136             Eric Blake  <ebb9@byu.net>
19137             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19138
19139         * gnulib-tool (self_abspathname): Fix algorithm to cope with
19140         empty components in $PATH, denoting '.'.
19141
19142 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19143
19144         * gnulib-tool: Fix indentation.
19145         (func_create_megatestdir): Likewise.
19146         Report by Bruno Haible.
19147
19148 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19149
19150         Sync from Automake.
19151         * build-aux/gnupload: Fix shell portability issues with for loops.
19152         Report by Karl Berry.
19153
19154 2007-06-29  Simon Josefsson  <simon@josefsson.org>
19155
19156         * build-aux/maint.mk (POURL): Use translationproject.org.
19157
19158 2007-06-27  Simon Josefsson  <simon@josefsson.org>
19159             Bruno Haible  <bruno@clisp.org>
19160
19161         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
19162         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
19163         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
19164         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
19165         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
19166
19167 2007-06-27  Bruno Haible  <bruno@clisp.org>
19168
19169         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
19170         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
19171
19172 2007-06-26  Karl Berry  <karl@gnu.org>
19173
19174         * MODULES.html.sh: remove xreadlink-with-size.
19175
19176 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19177
19178         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
19179         method that I hope also handles the double-include problem noted
19180         by Bruno Haible in
19181         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
19182
19183 2007-06-23  Bruno Haible  <bruno@clisp.org>
19184
19185         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
19186         Don't let the 'mostlyclean' target fail if the last subdirectory could
19187         not be removed.
19188         Reported by Karl Berry.
19189
19190 2007-06-23  Bruno Haible  <bruno@clisp.org>
19191
19192         * gnulib-tool (echo): Add a speedier workaround for ksh.
19193         * tests/test-echo.sh: Likewise.
19194
19195 2007-06-23  Bruno Haible  <bruno@clisp.org>
19196
19197         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
19198         * tests/test-echo.sh: Likewise.
19199
19200 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19201
19202         * gnulib-tool (IFS): Initialize early, so we don't set it to
19203         empty later.
19204         (self_abspathname): Rewrite algorithm to set it, reindent.
19205         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
19206         (func_create_megatestdir): Merge some sed scripts.
19207
19208 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19209
19210         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
19211         exposed by Sun Studio 11 cc on Solaris 8.
19212
19213 2007-06-22  Bruno Haible  <bruno@clisp.org>
19214
19215         * gnulib-tool (echo): Ensure the echo primitive does not interpret
19216         backslashes.
19217         * tests/test-echo.sh: New file.
19218
19219 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19220
19221         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
19222         simplify `sed_replace_build_aux' scripts, they are portable but
19223         echoing them with `echo' is not.
19224         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
19225
19226 2007-06-21  Karl Berry  <karl@gnu.org>
19227
19228         * config/srclist.txt: guess we can't handle the licenses via
19229         srclist at the moment.
19230
19231 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
19232
19233         * MODULES.html.sh: Add include_next.
19234         * modules/include_next: New file.
19235
19236 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
19237
19238         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
19239         INCLUDE_NEXT.
19240         (gl_CHECK_NEXT_HEADERS): New macro.
19241         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
19242         the obsolescent gl_ABSOLUTE_HEADER.
19243         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
19244         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
19245         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
19246         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
19247         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
19248         * m4/math_h.m4 (gl_MATH_H): Likewise.
19249         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
19250         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
19251         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
19252         * m4/stdint.m4 (gl_STDINT_H): Likewise.
19253         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
19254         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
19255         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
19256         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
19257         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
19258         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
19259         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
19260         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
19261         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
19262         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
19263         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
19264         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
19265         * m4/inttypes.m4 (gl_INTTYPES_H): Define
19266         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
19267         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
19268         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
19269         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
19270         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
19271         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
19272         * lib/float_.h: Likewise.
19273         * lib/inttypes_.h: Likewise.
19274         * lib/math_.h: Likewise.
19275         * lib/search_.h: Likewise.
19276         * lib/signal_.h: Likewise.
19277         * lib/stdint_.h: Likewise.
19278         * lib/stdio_.h: Likewise.
19279         * lib/stdlib_.h: Likewise.
19280         * lib/string_.h: Likewise.
19281         * lib/sys_stat_.h: Likewise.
19282         * lib/sys_time_.h: Likewise.
19283         * lib/time_.h: Likewise.
19284         * lib/unistd_.h: Likewise.
19285         * lib/wchar_.h: Likewise.
19286         * lib/wctype_.h: Likewise.
19287         * lib/dirent_.h: Likewise.
19288         * lib/iconv_.h: Likewise.
19289         * lib/locale_.h: Likewise.
19290         * lib/netinet_in_.h: Likewise.
19291         * lib/sys_select_.h: Likewise.
19292         * lib/sys_socket_.h: Likewise.
19293         * lib/sysexits_.h: Likewise.
19294         * modules/fcntl (Depends-on): Depend on include_next, not
19295         absolute_header.
19296         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
19297         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
19298         * modules/fchdir: Likewise.
19299         * modules/float: Likewise.
19300         * modules/iconv_open: Likewise.
19301         * modules/inttypes: Likewise.
19302         * modules/locale: Likewise.
19303         * modules/math: Likewise.
19304         * modules/netinet_in: Likewise.
19305         * modules/search: Likewise.
19306         * modules/signal: Likewise.
19307         * modules/stdint: Likewise.
19308         * modules/stdio: Likewise.
19309         * modules/stdlib: Likewise.
19310         * modules/string: Likewise.
19311         * modules/sys_select: Likewise.
19312         * modules/sys_socket: Likewise.
19313         * modules/sys_stat: Likewise.
19314         * modules/sys_time: Likewise.
19315         * modules/sysexits: Likewise.
19316         * modules/time: Likewise.
19317         * modules/unistd: Likewise.
19318         * modules/wchar: Likewise.
19319         * modules/wctype: Likewise.
19320         * modules/sys_stat: Change maintainer to "all".
19321         * modules/unistd: Likewise.
19322
19323 2007-06-20  Karl Berry  <karl@gnu.org>
19324
19325         * config/srclist.txt: track www changes in license files.
19326
19327 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
19328
19329         * build-aux/bootstrap: Remove stray dot.
19330         Make sure build_aux settings are honored when linking
19331         gnulib_extra_files.
19332
19333 2007-06-19  Eric Blake  <ebb9@byu.net>
19334
19335         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
19336         Allow compilation on cygwin.
19337
19338 2007-06-19  Jim Meyering  <jim@meyering.net>
19339
19340         xreadlink-with-size: Remove module.  No longer used.
19341         Ex-callers now use xreadlink or mreadlink-with-size.
19342         * modules/xreadlink-with-size: Remove module.
19343         * lib/xreadlink-with-size.c: Remove file.
19344         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
19345         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
19346         just before the function definition *is* accurate.
19347
19348         Eliminate one way canonicalize_filename_mode could exit.
19349         * lib/canonicalize.c (canonicalize_filename_mode):
19350         Use mreadlink_with_size, not xreadlink_with_size.
19351
19352 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
19353
19354         Detect porting problems to FreeBSD/arm, which has time_t wider than
19355         long int.  Original problem reported for GNU diff by Xin Li in
19356         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
19357         * modules/getdate (Depends-on): Add intprops, verify.
19358         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
19359         is an integer type no wider than long int.
19360
19361 2007-06-18  Jim Meyering  <jim@meyering.net>
19362
19363         New module: mreadlink-with-size.
19364         * MODULES.html.sh: Add mreadlink-with-size.
19365         * modules/mreadlink-with-size: New module
19366         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
19367         not xreadlink-with-size.
19368         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
19369
19370 2007-06-16  Bruno Haible  <bruno@clisp.org>
19371
19372         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
19373         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
19374         Reported by Gary V. Vaughan <gary@gnu.org>.
19375
19376 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
19377
19378         Revamp lchown so that it lives in unistd.h where it belongs.
19379         * lib/lchown.h: Remove.
19380         * lib/dirchownmod.c: Don't include lib/lchown.h.
19381         * lib/fchownat.c: Likewise.
19382         * lib/openat.c: Likewise.
19383         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
19384         does not follow symlinks.
19385         (EOPNOTSUPP): Define if not defined.
19386         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
19387         is defined to 0.
19388         (lchown): New decl.
19389         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
19390         Do not check for lchown decl.
19391         Set REPLACE_LCHOWN.
19392         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
19393         REPLACE_LCHOWN.
19394         * modules/chown: Make it clear it follows symlinks.
19395         * modules/lchown: Make it clear it doesn't follow symlinks.
19396         (Files): Remove lib/lchown.h
19397         (Depends-on): Add unistd.
19398         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
19399         (Include): Include <unistd.h>, not "lchown.h".
19400         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
19401         REPLACE_LCHOWN.
19402
19403 2007-06-15  Jim Meyering  <jim@meyering.net>
19404
19405         Change license (GPL to LGPL) of fsusage and dependents.
19406         * modules/fsusage (License): Change to LGPL.
19407         * modules/full-read (License): Likewise.
19408         * modules/full-write (License): Likewise.
19409         * modules/safe-read (License): Likewise.
19410         * modules/safe-write (License): Likewise.
19411
19412 2007-06-14  Ben Pfaff  <blp@gnu.org>
19413
19414         Missing part of allocsa -> malloca transition.
19415         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
19416         gl_MALLOCA.
19417
19418 2007-06-12  Bruno Haible  <bruno@clisp.org>
19419
19420         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
19421         to ia64, x86_64, i386.
19422         Reported by Eric Blake.
19423
19424 2007-06-12  Bruno Haible  <bruno@clisp.org>
19425
19426         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
19427         cross-compiling to x86_64.
19428
19429 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
19432         glitch reported by Ralf Wildenhues in
19433         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
19434
19435         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
19436         Vin Shelton.
19437
19438 2007-06-11  Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
19441         replacement string.
19442         Reported by Eric Blake.
19443
19444 2007-06-10  Bruno Haible  <bruno@clisp.org>
19445
19446         Prepare vasnprintf code for use with Unicode strings.
19447         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
19448         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
19449         TYPE_U32_STRING.
19450         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
19451         a_u32_string variants.
19452         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
19453         * lib/printf-args.c: Don't include config.h and the specification
19454         header if PRINTF_FETCHARGS is already defined.
19455         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
19456         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
19457         TYPE_U16_STRING, TYPE_U32_STRING.
19458         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
19459         u16_directive, u16_directives, u32_directive, u32_directives): New
19460         types.
19461         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
19462         New declarations.
19463         * lib/printf-parse.c: Don't include config.h and the specification
19464         header if PRINTF_PARSE is already defined. Eliminate the set of
19465         parameters for WIDE_CHAR_VERSION; the user of this file must provide
19466         them now. Include c-ctype.h.
19467         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
19468         directive and CHAR_T_ONLY_ASCII.
19469         * lib/vasnprintf.c: Don't include config.h and the specification header
19470         if VASNPRINTF is already defined.
19471         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
19472         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
19473         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
19474         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
19475         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
19476         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
19477         code accordingly.
19478         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
19479         pad_ourselves also in this case, with the 'c' and 's' directives, and
19480         with a different notion of "width".
19481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
19482
19483 2007-06-10  Bruno Haible  <bruno@clisp.org>
19484
19485         * modules/unistr/u32-mbsnlen: New file.
19486         * lib/unistr/u32-mbsnlen.c: New file.
19487
19488         * modules/unistr/u16-mbsnlen: New file.
19489         * lib/unistr/u16-mbsnlen.c: New file.
19490
19491         * modules/unistr/u8-mbsnlen: New file.
19492         * lib/unistr/u8-mbsnlen.c: New file.
19493
19494         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
19495         declarations.
19496
19497 2007-06-10  Bruno Haible  <bruno@clisp.org>
19498
19499         * lib/string_.h (mbsnlen): New declaration.
19500         * lib/mbsnlen.c: New file.
19501         * m4/mbsnlen.m4: New file.
19502         * modules/mbsnlen: New file.
19503         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
19504         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
19505         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
19506
19507 2007-06-10  Bruno Haible  <bruno@clisp.org>
19508
19509         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
19510
19511 2007-06-10  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
19514         * lib/mbuiter.h: Likewise.
19515
19516 2007-06-10  Bruno Haible  <bruno@clisp.org>
19517
19518         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
19519         declaration.
19520
19521 2007-06-10  Karl Berry  <karl@gnu.org>
19522
19523         * config/srclist.txt: remove gettext entries, Bruno prefers
19524         to update individually.
19525
19526 2007-06-10  Bruno Haible  <bruno@clisp.org>
19527
19528         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
19529         'maxlen'. Ensure only length + width bytes are allocated, not
19530         length + 1 + width.
19531
19532 2007-06-09  Bruno Haible  <bruno@clisp.org>
19533
19534         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
19535         (CHAR_T): Remove macro.
19536         (VASNPRINTF): Update.
19537
19538 2007-06-09  Bruno Haible  <bruno@clisp.org>
19539
19540         * MODULES.html.sh (Unicode string functions): Add the new modules.
19541
19542         * modules/uniconv/u32-conv-to-enc: New file.
19543         * lib/uniconv/u32-conv-to-enc.c: New file.
19544         * modules/uniconv/u32-conv-to-enc-tests: New file.
19545         * tests/uniconv/test-u32-conv-to-enc.c: New file.
19546
19547         * modules/uniconv/u16-conv-to-enc: New file.
19548         * lib/uniconv/u16-conv-to-enc.c: New file.
19549         * lib/uniconv/u-conv-to-enc.h: New file.
19550         * modules/uniconv/u16-conv-to-enc-tests: New file.
19551         * tests/uniconv/test-u16-conv-to-enc.c: New file.
19552
19553         * modules/uniconv/u8-conv-to-enc: New file.
19554         * lib/uniconv/u8-conv-to-enc.c: New file.
19555         * modules/uniconv/u8-conv-to-enc-tests: New file.
19556         * tests/uniconv/test-u8-conv-to-enc.c: New file.
19557
19558         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
19559         u32_conv_to_encoding): New declarations.
19560
19561 2007-06-09  Bruno Haible  <bruno@clisp.org>
19562
19563         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
19564
19565 2007-06-09  Bruno Haible  <bruno@clisp.org>
19566
19567         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
19568         * modules/malloca: Renamed from modules/allocsa, updated.
19569         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
19570         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
19571         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
19572         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
19573         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
19574         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
19575         * modules/xmalloca: Renamed from modules/xallocsa, updated.
19576         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
19577         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
19578         * modules/c-strcasestr (Depends-on): Update.
19579         * lib/c-strcasestr.c: Update.
19580         * modules/c-strstr (Depends-on): Update.
19581         * lib/c-strstr.c: Update.
19582         * modules/canonicalize-lgpl (Depends-on): Update.
19583         * lib/canonicalize-lgpl.c: Update.
19584         * modules/clean-temp (Depends-on): Update.
19585         * lib/clean-temp.c: Update.
19586         * modules/csharpcomp (Depends-on): Update.
19587         * lib/csharpcomp.c: Update.
19588         * modules/csharpexec (Depends-on): Update.
19589         * lib/csharpexec.c: Update.
19590         * modules/javacomp (Depends-on): Update.
19591         * lib/javacomp.c: Update.
19592         * modules/javaexec (Depends-on): Update.
19593         * lib/javaexec.c: Update.
19594         * modules/mbscasestr (Depends-on): Update.
19595         * lib/mbscasestr.c: Update.
19596         * modules/mbsstr (Depends-on): Update.
19597         * lib/mbsstr.c: Update.
19598         * modules/setenv (Depends-on): Update.
19599         * lib/setenv.c: Update.
19600         * modules/strcasestr (Depends-on): Update.
19601         * lib/strcasestr.c: Update.
19602         * modules/striconveha (Depends-on): Update.
19603         * lib/striconveha.c: Update.
19604         * modules/relocatable-prog-wrapper (Files): Update.
19605         * lib/relocwrapper.c: Update.
19606         * build-aux/install-reloc: Update.
19607         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19608
19609 2007-06-08  Bruno Haible  <bruno@clisp.org>
19610
19611         Port to uClibc.
19612         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19613         * lib/fpurge.c (fpurge): Likewise.
19614         * lib/freading.c (freading): Likewise.
19615         * lib/fseeko.c (rpl_fseeko): Likewise.
19616         * lib/fseterr.c (fseterr): Likewise.
19617         * lib/fwriting.c (fwriting): Likewise.
19618         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19619
19620 2007-06-08  Bruno Haible  <bruno@clisp.org>
19621
19622         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19623         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19624         * modules/gettext (Files): Add m4/intlmacosx.m4.
19625
19626 2007-06-07  Bruno Haible  <bruno@clisp.org>
19627
19628         * modules/localename-tests: New file.
19629         * tests/test-localename.c: New file.
19630
19631         New module 'localename'.
19632         * lib/localename.h: New file.
19633         * lib/localename.c: New file, from GNU gettext.
19634         * m4/localename.m4: New file.
19635         * modules/localename: New file.
19636
19637 2007-06-07  Bruno Haible  <bruno@clisp.org>
19638
19639         Work around the lack of <wchar.h> on some builds of uClibc.
19640         * doc/headers/wchar.texi: Update.
19641         * lib/wchar_.h: Include <wchar.h> only if it exists.
19642         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19643         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19644         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19645         doesn't exist.
19646         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19647         * modules/mbfile (Depends-on): Add wchar.
19648         * modules/mbiter (Depends-on): Likewise.
19649         * modules/mbuiter (Depends-on): Likewise.
19650         Reported by Simon Josefsson.
19651
19652 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19653
19654         Work around problem reported by Steven M. Schweda in
19655         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19656         Tru64 5.1B with the Compaq compiler environment installed declares
19657         an 'isblank' function but does not define it in the C library.
19658         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19659         * lib/regex_internal.h (isblank): Likewise.
19660         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19661         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19662
19663 2007-06-05  Bruno Haible  <bruno@clisp.org>
19664
19665         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19666         ia64.
19667         * modules/printf-safe: New file.
19668         * modules/fprintf-posix (Depends-on): Add printf-safe.
19669         * modules/printf-posix (Depends-on): Likewise.
19670         * modules/snprintf-posix (Depends-on): Likewise.
19671         * modules/sprintf-posix (Depends-on): Likewise.
19672         * modules/vasnprintf-posix (Depends-on): Likewise.
19673         * modules/vasprintf-posix (Depends-on): Likewise.
19674         * modules/vfprintf-posix (Depends-on): Likewise.
19675         * modules/vprintf-posix (Depends-on): Likewise.
19676         * modules/vsnprintf-posix (Depends-on): Likewise.
19677         * modules/vsprintf-posix (Depends-on): Likewise.
19678         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19679         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19680         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19681         "no" on i386, x86_64, ia64.
19682         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
19683         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19684         on i386, x86_64, ia64.
19685         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
19686         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19687         on i386, x86_64, ia64.
19688         * tests/test-vasnprintf-posix.c: Include float.h.
19689         (LDBL80_WORDS): New macro.
19690         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19691         on i386, x86_64, ia64.
19692         * tests/test-vasprintf-posix.c: Include float.h.
19693         (LDBL80_WORDS): New macro.
19694         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19695         on i386, x86_64, ia64.
19696         * tests/test-snprintf-posix.c: Include float.h.
19697         * tests/test-sprintf-posix.c: Likewise.
19698         * tests/test-vsnprintf-posix.c: Likewise.
19699         * tests/test-vsprintf-posix.c: Likewise.
19700
19701 2007-06-05  Bruno Haible  <bruno@clisp.org>
19702
19703         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19704         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19705         non-IEEE numbers on i386, x86_64, ia64.
19706         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19707         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19708         * tests/test-isnanl.h: Include float.h.
19709         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19710
19711 2007-06-05  Bruno Haible  <bruno@clisp.org>
19712
19713         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19714         also the %a / %A. Handle the %a / %A code before this extra handling.
19715
19716 2007-06-05  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19719         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19720
19721 2007-06-05  Bruno Haible  <bruno@clisp.org>
19722
19723         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19724         typo in variable name.
19725
19726 2007-06-05  Eric Blake  <ebb9@byu.net>
19727
19728         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19729         Reported by Simon Josefsson.
19730
19731 2007-06-04  Bruno Haible  <bruno@clisp.org>
19732
19733         Avoid test failures on some PowerPC platforms.
19734         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19735         Define differently for PowerPC.
19736         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19737         Reported by Gary V. Vaughan <gary@gnu.org>.
19738
19739 2007-06-02  Bruno Haible  <bruno@clisp.org>
19740
19741         Fix test-stdint failure on FreeBSD/ia64.
19742         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19743         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19744         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19745         * doc/headers/stdint.texi: Update.
19746
19747 2007-06-01  Bruno Haible  <bruno@clisp.org>
19748
19749         * tests/test-binary-io.c (main): Pass a third argument to open().
19750         Reported by Gary V. Vaughan <gary@gnu.org>.
19751
19752 2007-06-01  Bruno Haible  <bruno@clisp.org>
19753
19754         * doc/functions/frexpl.texi: Update for mingw.
19755
19756 2007-06-01  Bruno Haible  <bruno@clisp.org>
19757
19758         * tests/test-lseek.c (main): Disable test of errno for invalid third
19759         argument.
19760         * doc/functions/lseek.texi: Update.
19761         Reported by Gary V. Vaughan <gary@gnu.org>.
19762
19763 2007-05-28  Bruno Haible  <bruno@clisp.org>
19764
19765         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19766
19767 2007-05-31  Eric Blake  <ebb9@byu.net>
19768
19769         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19770         cross compiling.
19771
19772 2007-05-30  Eric Blake  <ebb9@byu.net>
19773         and Bruno Haible  <bruno@clisp.org>
19774
19775         Work around mingw test failures exposed by m4-1.4.9b.
19776         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19777         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19778         moment.
19779
19780 2007-05-30  Bruno Haible  <bruno@clisp.org>
19781
19782         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19783         assuming that they are closed. Needed on HP-UX 11.
19784
19785 2007-05-29  Bruno Haible  <bruno@clisp.org>
19786
19787         Fix a problem with #include_next.
19788         * lib/dirent_.h: Split the double-inclusion guard.
19789         * lib/fcntl_.h: Likewise.
19790         * lib/float_.h: Likewise.
19791         * lib/iconv_.h: Likewise.
19792         * lib/inttypes_.h: Likewise.
19793         * lib/locale_.h: Likewise.
19794         * lib/math_.h: Likewise.
19795         * lib/netinet_in_.h: Likewise.
19796         * lib/search_.h: Likewise.
19797         * lib/signal_.h: Likewise.
19798         * lib/stdint_.h: Likewise.
19799         * lib/stdio_.h: Likewise.
19800         * lib/stdlib_.h: Likewise.
19801         * lib/string_.h: Likewise.
19802         * lib/sys_select_.h: Likewise.
19803         * lib/sys_socket_.h: Likewise.
19804         * lib/sys_stat_.h: Likewise.
19805         * lib/sys_time_.h: Likewise.
19806         * lib/sysexits_.h: Likewise.
19807         * lib/time_.h: Likewise.
19808         * lib/unistd_.h: Likewise.
19809         * lib/wchar_.h: Likewise.
19810         * lib/wctype_.h: Likewise.
19811
19812 2007-05-29  Bruno Haible  <bruno@clisp.org>
19813
19814         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19815         for the moment.
19816
19817 2007-05-29  Bruno Haible  <bruno@clisp.org>
19818
19819         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19820         invocation.
19821         Reported by Eric Blake.
19822
19823 2007-05-29  Bruno Haible  <bruno@clisp.org>
19824
19825         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19826         compiling case.
19827
19828 2007-05-29  Eric Blake  <ebb9@byu.net>
19829             Bruno Haible  <bruno@clisp.org>
19830
19831         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19832         cross compiles.
19833
19834 2007-05-28  Eric Blake  <ebb9@byu.net>
19835
19836         * modules/closein-tests (test_closein_LDADD): Support test on
19837         cygwin with libtool.
19838
19839 2007-05-28  Bruno Haible  <bruno@clisp.org>
19840
19841         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19842         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19843         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19844         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19845         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19846         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19847         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19848         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19849         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19850
19851 2007-05-28  Eric Blake  <ebb9@byu.net>
19852
19853         Unconditionally include <config.h> in unit tests.
19854         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19855         * tests/test-allocsa.c, tests/test-arcfour.c,
19856         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19857         tests/test-array_list.c, tests/test-array_oset.c,
19858         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19859         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19860         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19861         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19862         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19863         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19864         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19865         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19866         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19867         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19868         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19869         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19870         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19871         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19872         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19873         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19874         test-md5.c, test-memmem.c, test-printf-posix.c,
19875         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19876         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19877         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19878         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19879         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19880         test-vasnprintf-posix2.c, test-vasnprintf.c,
19881         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19882         test-vfprintf-posix.c, test-vprintf-posix.c,
19883         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19884         test-xvasprintf.c: Likewise.
19885
19886 2007-05-28  Bruno Haible  <bruno@clisp.org>
19887
19888         * gnulib-tool (func_import): Remember the --with-tests command-line
19889         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19890         Reported by Eric Blake.
19891
19892 2007-05-28  Bruno Haible  <bruno@clisp.org>
19893
19894         * modules/ftell-tests: New file.
19895         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19896         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19897
19898         * lib/ftell.c: New file.
19899         * modules/ftell: New file.
19900         * m4/ftell.m4: New file.
19901         * doc/functions/ftell.texi: Update.
19902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19903         REPLACE_FTELL.
19904         * lib/stdio_.h (rpl_ftell): New declaration.
19905         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19906         REPLACE_FTELL.
19907
19908 2007-05-28  Eric Blake  <ebb9@byu.net>
19909
19910         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19911
19912 2007-05-28  Bruno Haible  <bruno@clisp.org>
19913
19914         * modules/fseek-tests: New file.
19915         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19916         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19917
19918         * lib/fseek.c: New file.
19919         * modules/fseek: New file.
19920         * m4/fseek.m4: New file.
19921         * doc/functions/fseek.texi: Update.
19922         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19923         REPLACE_FSEEK.
19924         * lib/stdio_.h (rpl_fseek): New declaration.
19925         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19926         REPLACE_FSEEK.
19927
19928 2007-05-28  Bruno Haible  <bruno@clisp.org>
19929
19930         * lib/stdio_.h (fflush): More comments.
19931
19932 2007-05-28  Bruno Haible  <bruno@clisp.org>
19933
19934         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19935         runtime test.
19936
19937 2007-05-28  Eric Blake  <ebb9@byu.net>
19938
19939         Improve lseek module.
19940         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19941         * lib/unistd_.h (lseek): Scale back link warning message.
19942         * tests/test-lseek.c: Beef up test.
19943         * tests/test-lseek.sh: Exercise more facets of lseek.
19944         Reported by Bruno Haible.
19945
19946 2007-05-28  Bruno Haible  <bruno@clisp.org>
19947
19948         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19949         to define.
19950
19951 2007-05-27  Bruno Haible  <bruno@clisp.org>
19952
19953         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19954
19955 2007-05-27  Bruno Haible  <bruno@clisp.org>
19956
19957         * modules/openmp: New file.
19958         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19959         Noah Misch.
19960
19961 2007-05-26  Bruno Haible  <bruno@clisp.org>
19962
19963         * modules/chdir-long (Depends-on): Add fchdir.
19964         * modules/chdir-safer (Depends-on): Likewise.
19965         * modules/fts (Depends-on): Likewise.
19966         * modules/fts-lgpl (Depends-on): Likewise.
19967         * modules/openat (Depends-on): Likewise.
19968         * modules/savewd (Depends-on): Likewise.
19969
19970 2007-05-24  Eric Blake  <ebb9@byu.net>
19971
19972         Fix lseek on mingw.
19973         * modules/lseek: New module.
19974         * m4/lseek.m4: New file.
19975         * lib/lseek.c: New file.
19976         * modules/lseek-tests: New file.
19977         * tests/test-lseek.c: New file.
19978         * tests/test-lseek.sh: New file.
19979         * MODULES.html.sh: Document lseek module.
19980         * modules/fflush (Depends-on): Add lseek, fseeko.
19981         * modules/fseeko (Depends-on): Likewise.
19982         * modules/ftello (Depends-on): Likewise.
19983         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19984         broken.
19985         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19986         broken.
19987         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19988         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19989         * lib/ftello.c (rpl_ftello): Likewise.
19990         * tests/test-fseeko.c (main): Test this.
19991         * tests/test-fseeko.sh: Likewise.
19992         * tests/test-ftello.c (main): Likewise.
19993         * tests/test-ftello.sh: Likewise.
19994         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19995         implies replacing fseek.
19996         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19997         HAVE_FTELLO.
19998         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19999         * modules/unistd (Makefile.am): Likewise.
20000         * lib/unistd_.h (lseek): Declare a replacement.
20001         * doc/functions/lseek.texi (lseek): Document this fix.
20002         * doc/functions/fseek.texi (fseek): Likewise.
20003         * doc/functions/ftell.texi (ftell): Likewise.
20004
20005 2007-05-24  Bruno Haible  <bruno@clisp.org>
20006
20007         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
20008         in the printed representation of a NaN.
20009         * tests/test-vasprintf-posix.c (test_function): Likewise.
20010         * tests/test-snprintf-posix.h (test_function): Likewise.
20011         * tests/test-sprintf-posix.h (test_function): Likewise.
20012         Reported by Eric Blake.
20013
20014 2007-05-23  Eric Blake  <ebb9@byu.net>
20015
20016         Fix fseeko/ftello on cygwin 1.5.24.
20017         * doc/functions/fseeko.texi (fseeko): Document the fix.
20018         * doc/functions/ftello.texi (ftello): Document the fix.
20019         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
20020         * doc/functions/stdout.text (stdout): New file.
20021         * doc/functions/stderr.text (stderr): New file.
20022         * doc/gnulib.texi (Function Substitutes): Use new files.
20023         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
20024         prior to 1.7.0.
20025         * tests/test-ftello.c (main): Likewise for ftello.
20026         * tests/test-fseeko.sh: New file.
20027         * tests/test-ftello.sh: New file.
20028         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
20029         with seekable stdin.
20030         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
20031         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
20032         (gl_REPLACE_FSEEKO): New macro.
20033         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
20034         * modules/fseeko (Files): Distribute fseeko.c.
20035         * modules/ftello (Files): Distribute ftello.c.
20036         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
20037         mode.
20038         * lib/ftello.c (rpl_ftello): New file.
20039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
20040         fseeko, ftello.
20041         (gl_STDIN_LARGE_OFFSET): New macro.
20042         * modules/stdio (Makefile.am): Perform the replacement.
20043         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
20044
20045 2007-05-23  Bruno Haible  <bruno@clisp.org>
20046
20047         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
20048         GNULIB_POSIXCHECK is defined.
20049
20050 2007-05-21  Bruno Haible  <bruno@clisp.org>
20051
20052         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
20053         Check also the output for NaN arguments. When cross-compiling, guess
20054         no on IRIX.
20055         * lib/vasnprintf.c: Update comments.
20056         * tests/test-vasnprintf-posix.c (strisnan): New function.
20057         (test_function): Use it.
20058         * tests/test-vasprintf-posix.c (strisnan): New function.
20059         (test_function): Use it.
20060         * tests/test-snprintf-posix.h (strisnan): New function.
20061         (test_function): Use it.
20062         * tests/test-sprintf-posix.h (strisnan): New function.
20063         (test_function): Use it.
20064         Reported by Eric Blake.
20065
20066 2007-05-20  Bruno Haible  <bruno@clisp.org>
20067
20068         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
20069         numbers that fails on BeOS.
20070         * doc/functions/frexpl.texi: Update.
20071
20072 2007-05-20  Jim Meyering  <jim@meyering.net>
20073
20074         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
20075         forced upon us by glibc-2.6.
20076
20077 2007-05-20  Bruno Haible  <bruno@clisp.org>
20078
20079         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
20080         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
20081         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
20082         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
20083         NEED_PRINTF_INFINITE.
20084         (is_infinitel): New function.
20085         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
20086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
20087         gl_PREREQ_VASNPRINTF_INFINITE.
20088         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
20089         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20090         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
20091         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
20092         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
20093         gl_PREREQ_VASNPRINTF_INFINITE.
20094         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20095         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20096         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20097         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20098         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20099         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20100         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20101         * doc/functions/fprintf.texi: Update.
20102         * doc/functions/printf.texi: Update.
20103         * doc/functions/snprintf.texi: Update.
20104         * doc/functions/sprintf.texi: Update.
20105         * doc/functions/vfprintf.texi: Update.
20106         * doc/functions/vprintf.texi: Update.
20107         * doc/functions/vsnprintf.texi: Update.
20108         * doc/functions/vsprintf.texi: Update.
20109
20110 2007-05-20  Bruno Haible  <bruno@clisp.org>
20111
20112         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
20113         was not found in libc.
20114         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
20115
20116 2007-05-20  Bruno Haible  <bruno@clisp.org>
20117
20118         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
20119         printed as "-nan" instead of "nan".
20120         * tests/test-vasprintf-posix.c (test_function): Likewise.
20121         * tests/test-snprintf-posix.h (test_function): Likewise.
20122         * tests/test-sprintf-posix.h (test_function): Likewise.
20123         Needed for HP-UX 11.
20124
20125 2007-05-20  Jim Meyering  <jim@meyering.net>
20126
20127         Fix buggy test for the fchownat-deref bug.
20128         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
20129         symlink required for the run-test.  Without it, this test would
20130         always declare that fchownat doesn't work, and client code would
20131         unnecessarily use the replacement function with fixed libc.
20132         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
20133         Reported by Greg Schafer.
20134
20135 2007-05-19  Bruno Haible  <bruno@clisp.org>
20136
20137         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
20138         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
20139         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
20140         Needed for IRIX 6.5 and Solaris 2.5.1.
20141
20142 2007-05-19  Bruno Haible  <bruno@clisp.org>
20143
20144         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
20145         (test_function): Skip tests involving -0.0 on platforms where
20146         -0.0 = 0.0.
20147         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
20148         (test_function): Skip tests involving -0.0 on platforms where
20149         -0.0 = 0.0.
20150         * tests/test-snprintf-posix.h (have_minus_zero): New function.
20151         (test_function): Skip tests involving -0.0 on platforms where
20152         -0.0 = 0.0.
20153         * tests/test-sprintf-posix.h (have_minus_zero): New function.
20154         (test_function): Skip tests involving -0.0 on platforms where
20155         -0.0 = 0.0.
20156         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
20157         tests.
20158         * tests/test-printf-posix.h (test_function): Likewise.
20159         * tests/test-printf-posix.output: Remove all -0.0 related results.
20160         Needed for IRIX 6.5.
20161
20162 2007-05-19  Bruno Haible  <bruno@clisp.org>
20163
20164         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
20165         printed as "nan0x7fffffff" instead of "nan".
20166         * tests/test-vasprintf-posix.c (test_function): Likewise.
20167         * tests/test-snprintf-posix.h (test_function): Likewise.
20168         * tests/test-sprintf-posix.h (test_function): Likewise.
20169         * tests/test-fprintf-posix.h (NaN): Remove macro.
20170         (test_function): Remove all NaN related tests.
20171         * tests/test-printf-posix.h (NaN): Remove macro.
20172         (test_function): Remove all NaN related tests.
20173         * tests/test-printf-posix.output: Remove all NaN related results.
20174         Needed for IRIX 6.5.
20175
20176 2007-05-19  Bruno Haible  <bruno@clisp.org>
20177
20178         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
20179         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
20180
20181 2007-05-19  Bruno Haible  <bruno@clisp.org>
20182
20183         * lib/float_.h: New file.
20184         * m4/float_h.m4: New file.
20185         * modules/float: New file.
20186         * modules/isnanl (Dependencies): Add float.
20187         * modules/isnanl-nolibm (Dependencies): Likewise.
20188         * modules/mathl (Dependencies): Likewise.
20189         * modules/printf-frexpl (Dependencies): Likewise.
20190         * modules/signbit (Dependencies): Likewise.
20191         * modules/vasnprintf (Dependencies): Likewise.
20192         * doc/headers/float.texi: Update.
20193
20194 2007-05-19  Jim Meyering  <jim@meyering.net>
20195
20196         * lib/utimens.c (gl_futimens): Rename from futimens,
20197         now that glibc-2.6 declares futimens.
20198         * lib/utimens.h: Likewise.
20199
20200 2007-05-19  Bruno Haible  <bruno@clisp.org>
20201
20202         Avoid test failures on mingw.
20203         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
20204         * tests/test-printf-posix.sh: Likewise.
20205         * tests/test-vfprintf-posix.sh: Likewise.
20206         * tests/test-vprintf-posix.sh: Likewise.
20207
20208 2007-05-19  Bruno Haible  <bruno@clisp.org>
20209
20210         Fix *printf result for NaN, Inf, -0.0 on mingw.
20211         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
20212         * lib/vasnprintf.c: Include math.h and isnan.h.
20213         (is_infinite_or_zero): New function.
20214         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
20215         values in the %f, %F, %e, %E, %g, %G directives.
20216         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
20217         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20218         gl_PRINTF_INFINITE and test its result. Invoke
20219         gl_PREREQ_VASNPRINTF_INFINITE.
20220         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20221         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20222         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20223         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20224         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20225         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20226         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20227         * doc/functions/fprintf.texi: Update.
20228         * doc/functions/printf.texi: Update.
20229         * doc/functions/snprintf.texi: Update.
20230         * doc/functions/sprintf.texi: Update.
20231         * doc/functions/vfprintf.texi: Update.
20232         * doc/functions/vprintf.texi: Update.
20233         * doc/functions/vsnprintf.texi: Update.
20234         * doc/functions/vsprintf.texi: Update.
20235
20236 2007-05-19  Bruno Haible  <bruno@clisp.org>
20237
20238         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
20239         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
20240         Instead of multiplying with 10^k, set extra_zeroes to k.
20241         (scale10_round_long_double): Remove function.
20242
20243 2007-05-18  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
20246         introduced on 2007-05-06.
20247
20248 2007-05-18  Bruno Haible  <bruno@clisp.org>
20249
20250         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
20251         %g directives.
20252         * tests/test-vasprintf-posix.c (test_function): Likewise.
20253         * tests/test-snprintf-posix.h (test_function): Likewise.
20254         * tests/test-sprintf-posix.h (test_function): Likewise.
20255
20256 2007-05-18  Bruno Haible  <bruno@clisp.org>
20257
20258         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
20259         (strmatch): New function.
20260         (test_function): Test the %f directive on numbers of various exponents.
20261         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
20262         (strmatch): New function.
20263         (test_function): Test the %f directive on numbers of various exponents.
20264         * tests/test-snprintf-posix.h (strmatch): New function.
20265         (test_function): Test the %f directive on numbers of various exponents.
20266         * tests/test-sprintf-posix.h (strmatch): New function.
20267         (test_function): Test the %f directive on numbers of various exponents.
20268         * tests/test-snprintf-posix.c (SIZEOF): New macro.
20269         * tests/test-sprintf-posix.c (SIZEOF): New macro.
20270         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
20271         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
20272
20273 2007-05-18  Bruno Haible  <bruno@clisp.org>
20274
20275         Add support for 'long double' number output.
20276         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
20277         * lib/vasnprintf.c: Include math.h and float+.h.
20278         (mp_limb_t): New type.
20279         (GMP_LIMB_BITS): New macro.
20280         (mp_twolimb_t): New type.
20281         (GMP_TWOLIMB_BITS): New macro.
20282         (mpn_t): New type.
20283         (multiply, divide, convert_to_decimal, decode_long_double,
20284         scale10_round_long_double, scale10_round_decimal_long_double,
20285         floorlog10l): New functions.
20286         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
20287         for the %f, %F, %e, %E, %g, %G directives.
20288         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
20289         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20290         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
20291         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
20292         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
20293         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20294         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20295         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20296         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20297         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20298         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20299         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
20300         * modules/snprintf-posix (Depends-on): Likewise.
20301         * modules/sprintf-posix (Depends-on): Likewise.
20302         * modules/vasnprintf-posix (Depends-on): Likewise.
20303         * modules/vasprintf-posix (Depends-on): Likewise.
20304         * modules/vfprintf-posix (Depends-on): Likewise.
20305         * modules/vsnprintf-posix (Depends-on): Likewise.
20306         * modules/vsprintf-posix (Depends-on): Likewise.
20307         * modules/vasnprintf (Files): Add lib/float+.h.
20308         * doc/functions/fprintf.texi: Update.
20309         * doc/functions/printf.texi: Update.
20310         * doc/functions/snprintf.texi: Update.
20311         * doc/functions/sprintf.texi: Update.
20312         * doc/functions/vfprintf.texi: Update.
20313         * doc/functions/vprintf.texi: Update.
20314         * doc/functions/vsnprintf.texi: Update.
20315         * doc/functions/vsprintf.texi: Update.
20316
20317 2007-05-18  Bruno Haible  <bruno@clisp.org>
20318
20319         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
20320
20321 2007-05-18  Bruno Haible  <bruno@clisp.org>
20322
20323         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
20324         for printing 64-bit integers. Needed for mingw.
20325
20326 2007-05-18  Bruno Haible  <bruno@clisp.org>
20327
20328         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
20329         gl_FUNC_FREXPL_WORKS.
20330         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
20331
20332 2007-05-18  Bruno Haible  <bruno@clisp.org>
20333
20334         * modules/frexpl-nolibm-tests: New file.
20335
20336         * modules/frexpl-nolibm: New file.
20337         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
20338
20339 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
20340
20341         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
20342         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
20343         GCC 4.2, which otherwise issues a lot of warnings.
20344         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
20345         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
20346         Likewise.
20347         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
20348         * modules/iconv_open (iconv.h): Likewise.
20349         * modules/locale (locale.h): Likewise.
20350         * modules/netinet_in (netinet/in.h): Likewise.
20351         * modules/sys_select (sys_select.h): Likewise.
20352         * modules/sys_socket (sys/socket.h): Likewise.
20353         * modules/sys_stat (sys/stat.h): Likewise.
20354         * modules/sysexits (sysexits.h): Likewise.
20355         * modules/unistd (unistd.h): Likewise.
20356
20357 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20358
20359         * modules/closein-tests (Makefile.am): Distribute
20360         `test-closein.sh'.
20361
20362 2007-05-17  Bruno Haible  <bruno@clisp.org>
20363
20364         * tests/test-printf-posix.output: Renamed from
20365         tests/test-fprintf-posix.out.
20366         * modules/fprintf-posix-tests: Update.
20367         * modules/printf-posix-tests: Update.
20368         * modules/vfprintf-posix-tests: Update.
20369         * modules/vprintf-posix-tests: Update.
20370         * tests/test-fprintf-posix.sh: Update.
20371         * tests/test-printf-posix.sh: Update.
20372         * tests/test-vfprintf-posix.sh: Update.
20373         * tests/test-vprintf-posix.sh: Update.
20374         Reported by Ralf Wildenhues.
20375
20376 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
20377
20378         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
20379         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
20380         GCC 4.2, which otherwise issues a lot of warnings.
20381         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
20382         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
20383         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
20384         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
20385         it should no longer be needed.
20386         * lib/string_.h: Likewise.
20387         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
20388         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
20389         * modules/inttypes (inttypes.h): Likewise.
20390         * modules/math (math.h): Likewise.
20391         * modules/search (search.h): Likewise.
20392         * modules/signal (signal.h): Likewise.
20393         * modules/stdint (stdint.h): Likewise.
20394         * modules/stdio (stdio.h): Likewise.
20395         * modules/stdlib (stdlib.h): Likewise.
20396         * modules/string (string.h): Likewise.
20397         * modules/sys_time (sys/time.h): Likewise.
20398         * modules/time (time.h): Likewise.
20399         * modules/wchar (wchar.h): Likewise.
20400         * modules/wctype (wtype.h): Likewise.
20401
20402 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
20403
20404         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
20405
20406 2007-05-13  Bruno Haible  <bruno@clisp.org>
20407
20408         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
20409         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
20410         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
20411         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
20412         (gl_PREREQ_STRTOK_R): Don't require it here.
20413
20414 2007-05-13  Bruno Haible  <bruno@clisp.org>
20415
20416         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
20417         when used in C++ mode.
20418
20419 2007-05-12  Bruno Haible  <bruno@clisp.org>
20420
20421         * lib/linebuffer.h: Tweak doc.
20422         * lib/linebuffer.c: Likewise.
20423
20424 2007-05-12  James Youngman  <jay@gnu.org>
20425
20426         * lib/linebuffer.c (readlinebuffer_delim): New function,
20427         like readlinebuffer, but use a caller-specified delimiter.
20428         (readlinebuffer): Just call readlinebuffer_delim with '\n'
20429         as the delimiter.
20430         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
20431
20432 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
20433
20434         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
20435         * modules/openat (Files): Remove openat-die.c.
20436         (Depends-on): Add openat-die.
20437         * modules/openat-die: New module.
20438
20439 2007-05-06  Bruno Haible  <bruno@clisp.org>
20440
20441         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
20442         Update with info about Cygwin.
20443         * doc/functions/fprintf.texi: Update.
20444         * doc/functions/printf.texi: Update.
20445         * doc/functions/snprintf.texi: Update.
20446         * doc/functions/sprintf.texi: Update.
20447         * doc/functions/vfprintf.texi: Update.
20448         * doc/functions/vprintf.texi: Update.
20449         * doc/functions/vsnprintf.texi: Update.
20450         * doc/functions/vsprintf.texi: Update.
20451         Reported by Eric Blake.
20452
20453 2007-05-06  Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
20456         padding ourselves for the floating-point directives.
20457         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
20458         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
20459         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20460         gl_PRINTF_FLAG_ZERO and test its result. Invoke
20461         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
20462         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20463         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20464         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20465         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20466         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20467         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20468         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20469         * tests/test-snprintf-posix.h (test_function): Also check the width
20470         and some flags in the %f directive.
20471         * tests/test-sprintf-posix.h (test_function): Likewise.
20472         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20473         * tests/test-vasprintf-posix.c (test_function): Likewise.
20474         * doc/functions/fprintf.texi: Update.
20475         * doc/functions/printf.texi: Update.
20476         * doc/functions/snprintf.texi: Update.
20477         * doc/functions/sprintf.texi: Update.
20478         * doc/functions/vfprintf.texi: Update.
20479         * doc/functions/vprintf.texi: Update.
20480         * doc/functions/vsnprintf.texi: Update.
20481         * doc/functions/vsprintf.texi: Update.
20482
20483 2007-05-06  Bruno Haible  <bruno@clisp.org>
20484
20485         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
20486         pass the ' flag character to sprintf or snprintf.
20487         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
20488         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
20489         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20490         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
20491         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
20492         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
20493         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
20494         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
20495         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
20496         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
20497         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20498         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
20499         * tests/test-snprintf-posix.h (test_function): Also check the grouping
20500         flag.
20501         * tests/test-sprintf-posix.h (test_function): Likewise.
20502         * tests/test-vasnprintf-posix.c (test_function): Likewise.
20503         * tests/test-vasprintf-posix.c (test_function): Likewise.
20504         * doc/functions/fprintf.texi: Update.
20505         * doc/functions/printf.texi: Update.
20506         * doc/functions/snprintf.texi: Update.
20507         * doc/functions/sprintf.texi: Update.
20508         * doc/functions/vfprintf.texi: Update.
20509         * doc/functions/vprintf.texi: Update.
20510         * doc/functions/vsnprintf.texi: Update.
20511         * doc/functions/vsprintf.texi: Update.
20512
20513 2007-05-01  Bruno Haible  <bruno@clisp.org>
20514
20515         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
20516
20517 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
20518
20519         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
20520         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
20521
20522 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
20523
20524         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
20525         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
20526         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
20527
20528 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
20529
20530         * lib/argp-help.c (struct hol_entry): New member `ord'.
20531         (HOL_ENTRY_PTRCMP): Use ord for comparison
20532         (hol_sort): Initialize ord.
20533
20534 2007-05-01  Bruno Haible  <bruno@clisp.org>
20535
20536         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
20537         Reported by Eric Blake.
20538         * doc/gnulib.texi (Function Substitutes): Update.
20539
20540 2007-05-01  Bruno Haible  <bruno@clisp.org>
20541
20542         * doc/functions.texi: Remove file, now redundant through
20543         doc/functions/*.texi.
20544
20545 2007-05-01  Bruno Haible  <bruno@clisp.org>
20546
20547         * modules/argp (Depends-on): Add sleep.
20548
20549 2007-05-01  Bruno Haible  <bruno@clisp.org>
20550
20551         * modules/sleep-tests: New file.
20552         * tests/test-sleep.c: New file.
20553
20554         * modules/sleep: New file.
20555         * lib/sleep.c: New file.
20556         * m4/sleep.m4: New file.
20557         * lib/unistd_.h (sleep): New declaration.
20558         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
20559         HAVE_SLEEP.
20560         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
20561         * doc/functions/sleep.texi: Document the sleep module.
20562
20563 2007-05-01  Bruno Haible  <bruno@clisp.org>
20564
20565         * lib/sigprocmask.h: Remove file.
20566         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
20567         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
20568         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
20569         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
20570         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
20571         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
20572         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
20573         HAVE_SIGSET_T as a shell variable.
20574         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
20575         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
20576         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
20577         (Depends-on): Add signal. Remove verify.
20578         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
20579         (Include): Mention <signal.h> instead of sigprocmask.h.
20580         * NEWS: Mention the change.
20581         * lib/fatal-signal.c: Don't include sigprocmask.h.
20582
20583 2007-05-01  Bruno Haible  <bruno@clisp.org>
20584
20585         * modules/signal: New file.
20586         * lib/signal_.h: New file.
20587         * m4/signal_h.m4: New file.
20588
20589 2007-05-01  Bruno Haible  <bruno@clisp.org>
20590
20591         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20592         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20593         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20594         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20595
20596 2007-05-01  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20599         configure time.
20600         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20601         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20602         * modules/sys_stat (Makefile.am): Substitute their values into
20603         sys/stat.h.
20604
20605 2007-05-01  Bruno Haible  <bruno@clisp.org>
20606
20607         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20608         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20609         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20610
20611 2007-05-01  Bruno Haible  <bruno@clisp.org>
20612
20613         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20614         'assert' module here.
20615
20616 2007-05-01  Bruno Haible  <bruno@clisp.org>
20617
20618         * doc/functions/*.texi: New files.
20619         * doc/functions/google-ranking.txt: New file.
20620         * doc/gnulib.texi (Function Substitutes): New chapter.
20621         (ctime, inet_ntoa): Remove sections.
20622         * doc/ctime.texi: Remove file.
20623         * doc/inet_ntoa.texi: Remove file.
20624         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20625         dependencies.
20626         (%.info): New rule, specifying a --reference-limit.
20627
20628 2007-05-01  Bruno Haible  <bruno@clisp.org>
20629
20630         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20631
20632 2007-05-01  Bruno Haible  <bruno@clisp.org>
20633
20634         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20635         the portability of 'mkdir' to mingw systems.
20636
20637 2007-05-01  Bruno Haible  <bruno@clisp.org>
20638
20639         * doc/headers/google-ranking.txt: New file.
20640
20641 2007-04-30  Eric Blake  <ebb9@byu.net>
20642
20643         Prefer fseeko to fseek.
20644         * modules/getpass (Depends-on): Add fseeko.
20645         * lib/getpass.c (getpass): Use fseeko, not fseek.
20646
20647 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20648
20649         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20650         assumes the sorting is stable, while most qsort implementations
20651         are not.  Use argument addresses to ensure they never compare as
20652         equal.
20653
20654         * tests/test-argp-2.sh (usage-indent test): Fix output
20655         (func_compare): Restore diff options
20656         * tests/test-argp.c: Restore #include "progname.h"
20657
20658 2007-04-29  Bruno Haible  <bruno@clisp.org>
20659
20660         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20661         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20662         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20663         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20664         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20665         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20666         (TESTS, check_PROGRAMS): Add test-snprintf.
20667         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20668         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20669         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20670         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20671         assertions that fail on HP-UX, OSF/1, or IRIX.
20672         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20673
20674 2007-04-29  Bruno Haible  <bruno@clisp.org>
20675
20676         * MODULES.html.sh (posix_functions): Remove 'contents'.
20677
20678 2007-04-29  Karl Berry  <karl@gnu.org>
20679
20680         * config/srclist.txt (gendocs_template_min): new entry.
20681
20682 2007-04-29  Bruno Haible  <bruno@clisp.org>
20683
20684         Work around fpurge bug on BSD systems.
20685         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20686         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20687         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20688         fpurge to rpl_fpurge if the system already has this function.
20689         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20690         the case where the system already has this function. Correct invariants
20691         on BSD systems.
20692         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20693         BSD systems.
20694
20695 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20696
20697         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20698         proposed by Sven Verdoolaege.
20699
20700         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20701         options.
20702         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20703         (usage and help tests): Update
20704
20705 2007-04-29  Bruno Haible  <bruno@clisp.org>
20706
20707         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20708         Print more information in case of failure. Disable a test on BeOS.
20709
20710 2007-04-29  Bruno Haible  <bruno@clisp.org>
20711
20712         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20713         This helps debugging on systems on which no gdb is available.
20714
20715 2007-04-29  Bruno Haible  <bruno@clisp.org>
20716
20717         * lib/freading.h: Improve comments.
20718         * lib/fwriting.h: Likewise.
20719         * tests/test-freading.c (main): Don't check freading immediately after
20720         repositioning. Needed for glibc.
20721
20722 2007-04-29  Bruno Haible  <bruno@clisp.org>
20723
20724         * lib/freading.c (freading): Trivial simplification.
20725
20726 2007-04-28  Bruno Haible  <bruno@clisp.org>
20727
20728         * tests/test-fwriting.c (main): Also test the interaction between
20729         fflush and fwriting.
20730         * modules/fwriting-tests (Depends-on): Add fflush.
20731
20732         * tests/test-freading.c (main): Also test the interaction between
20733         fflush and freading.
20734         * modules/freading-tests (Depends-on): Add fflush.
20735
20736 2007-04-28  Bruno Haible  <bruno@clisp.org>
20737
20738         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20739         fseeko and ftello.
20740         Suggested by Eric Blake.
20741
20742 2007-04-28  Jim Meyering  <jim@meyering.net>
20743
20744         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20745         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20746         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20747
20748 2007-04-27  Eric Blake  <ebb9@byu.net>
20749
20750         * doc/headers/assert.texi (assert.h): Document assert module use.
20751
20752 2007-04-27  Bruno Haible  <bruno@clisp.org>
20753
20754         * doc/headers/*.texi: New files.
20755         * doc/gnulib.texi (Header File Substitutes): New chapter.
20756         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20757         dependencies.
20758         (standards.info ,standards.html, standards.dvi): Update dependencies.
20759         (mostlyclean, clean): New targets.
20760
20761 2007-04-27  Bruno Haible  <bruno@clisp.org>
20762
20763         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20764         * modules/sysexits (Files, Makefile.am): Update.
20765
20766         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20767         * modules/sys_socket (Files, Makefile.am): Update.
20768
20769         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20770         * modules/sys_stat (Files, Makefile.am): Update.
20771
20772 2007-04-27  Eric Blake  <ebb9@byu.net>
20773
20774         * lib/freading.h: Improve comments.
20775         * lib/fwriting.h: Likewise.
20776         * lib/fflush.c: Likewise.
20777
20778         Fix closein for mingw.
20779         * modules/closein-tests: Add tests for closein.
20780         * tests/test-closein.c: New file.
20781         * tests/test-closein.sh: Likewise.
20782         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20783         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20784
20785 2007-04-27  Bruno Haible  <bruno@clisp.org>
20786
20787         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20788         version is < 6.
20789         * lib/math_.h [__DECC]: Likewise.
20790         * lib/stdio_.h [__DECC]: Likewise.
20791         * lib/stdlib_.h [__DECC]: Likewise.
20792         * lib/string_.h [__DECC]: Likewise.
20793         * lib/time_.h [__DECC]: Likewise.
20794         * lib/wchar_.h [__DECC]: Likewise.
20795         * lib/wctype_.h [__DECC]: Likewise.
20796
20797 2007-04-27  Bruno Haible  <bruno@clisp.org>
20798
20799         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20800
20801 2007-04-27  Bruno Haible  <bruno@clisp.org>
20802
20803         * lib/fflush.c: Add comments.
20804         * modules/fpurge-tests (Depends-on): Add fflush.
20805         * modules/freadable-tests (Depends-on): Likewise.
20806         * modules/fwritable-tests (Depends-on): Likewise.
20807
20808 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20809
20810         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20811         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20812         Report by Bruno Haible <bruno@clisp.org>.
20813
20814 2007-04-26  Eric Blake  <ebb9@byu.net>
20815
20816         Fix fflush on mingw.
20817         * modules/fflush (Depends-on): Add freading.
20818         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20819         but unread data.
20820
20821 2007-04-26  Eric Blake  <ebb9@byu.net>
20822         and Bruno Haible  <bruno@clisp.org>
20823
20824         Implement freading and fwriting.
20825         * lib/freading.c: New file.
20826         * lib/freading.h: Likewise.
20827         * m4/freading.m4: Likewise.
20828         * modules/freading: Likewise.
20829         * modules/freading-tests: Likewise.
20830         * tests/test-freading.c: Likewise.
20831         * lib/fwriting.c: New file.
20832         * lib/fwriting.h: Likewise.
20833         * m4/fwriting.m4: Likewise.
20834         * modules/fwriting: Likewise.
20835         * modules/fwriting-tests: Likewise.
20836         * tests/test-fwriting.c: Likewise.
20837         * MODULES.html.sh (File stream based Input/Output): Mention them.
20838
20839 2007-04-26  Bruno Haible  <bruno@clisp.org>
20840
20841         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20842         'long' when we assume it.
20843         Suggested by Eric Blake.
20844
20845 2007-04-26  Bruno Haible  <bruno@clisp.org>
20846
20847         Ensure fseeko, ftello are declared on glibc systems.
20848         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20849         * modules/fseeko (configure.ac-early): Likewise.
20850         * modules/ftello (configure.ac-early): Likewise.
20851         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20852         AC_FUNC_FSEEKO for this.
20853         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20854         (gl_CHECK_FSEEKO): Remove macro.
20855
20856 2007-04-26  Bruno Haible  <bruno@clisp.org>
20857
20858         * tests/test-fflush.c (main): Also check the ftell result after
20859         fflush and fseek/fseeko.
20860         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20861         file descriptor position cache in the stream.
20862         * lib/fseeko.c (rpl_fseeko): Likewise.
20863
20864 2007-04-26  Bruno Haible  <bruno@clisp.org>
20865
20866         * modules/fflush-tests (Depends-on): Add fseeko.
20867
20868 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20869             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20870
20871         * lib/argz_.h: ensure error_t definition is obtained in same
20872         mechanism system argz.h would have.
20873         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20874         argz facilities are known bad.  Err on the side of caution if
20875         cross-compiling.
20876
20877 2007-04-25  Eric Blake  <ebb9@byu.net>
20878
20879         * lib/fpurge.c (includes): Use stdlib.h for free.
20880         * tests/test-fflush.c (main): Also test fflush-fseeko.
20881
20882 2007-04-25  Bruno Haible  <bruno@clisp.org>
20883
20884         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20885         * lib/fseeko.c: New file.
20886         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20887         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20888         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20889         gl_FUNC_FSEEKO.
20890         (gl_FUNC_FSEEKO): Invoke it.
20891         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20892         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20893         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20894
20895 2007-04-25  Bruno Haible  <bruno@clisp.org>
20896
20897         * modules/fflush (Depends-on): Add ftello.
20898
20899 2007-04-25  Bruno Haible  <bruno@clisp.org>
20900
20901         * modules/ftello-tests: New file.
20902         * tests/test-ftello.c: New file.
20903
20904         * modules/ftello: New file.
20905         * m4/ftello.m4: New file.
20906         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20907         HAVE_FTELLO.
20908         * lib/stdio_.h (ftello): New declaration.
20909         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20910         HAVE_FTELLO.
20911
20912 2007-04-25  Bruno Haible  <bruno@clisp.org>
20913
20914         * modules/fseeko-tests: New file.
20915         * tests/test-fseeko.c: New file.
20916
20917         * modules/fseeko: New file.
20918         * m4/fseeko.m4: New file.
20919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20920         HAVE_FSEEKO.
20921         * lib/stdio_.h (fseeko): New declaration.
20922         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20923         HAVE_FSEEKO.
20924
20925 2007-04-25  Bruno Haible  <bruno@clisp.org>
20926
20927         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20928
20929 2007-04-25  Bruno Haible  <bruno@clisp.org>
20930
20931         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20932         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20933         * tests/test-unistd.c: Likewise.
20934         * tests/test-fcntl.c: Likewise.
20935
20936 2007-04-23  Eric Blake  <ebb9@byu.net>
20937
20938         * lib/fflush.c: Fix missing include.
20939         Reported by Bruno Haible.
20940
20941 2007-04-23  Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20944         Reported by Eric Blake.
20945
20946 2007-04-23  Bruno Haible  <bruno@clisp.org>
20947
20948         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20949
20950 2007-04-23  Bruno Haible  <bruno@clisp.org>
20951
20952         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20953
20954 2007-04-23  Bruno Haible  <bruno@clisp.org>
20955
20956         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20957         Needed on HP-UX 11.
20958
20959 2007-04-16  Eric Blake  <ebb9@byu.net>
20960
20961         Make fflush rely on fpurge.
20962         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20963         open coding all variants.
20964         * modules/fflush (Depends-on): Add fpurge and unistd.
20965         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20966         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20967
20968         Fix --with-tests compilation on cygwin.
20969         * modules/argmatch-tests (Makefile.am): List gnulib library first
20970         in LDADD.
20971         * modules/argp-tests (Makefile.am): Likewise.
20972         * modules/array-list-tests (Makefile.am): Likewise.
20973         * modules/array-oset-tests (Makefile.am): Likewise.
20974         * modules/avltree-list-tests (Makefile.am): Likewise.
20975         * modules/avltree-oset-tests (Makefile.am): Likewise.
20976         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20977         * modules/carray-list-tests (Makefile.am): Likewise.
20978         * modules/dirname-tests (Makefile.am): Likewise.
20979         * modules/frexp-tests (Makefile.am): Likewise.
20980         * modules/isnanl-tests (Makefile.am): Likewise.
20981         * modules/linked-list-tests (Makefile.am): Likewise.
20982         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20983         * modules/lock-tests (Makefile.am): Likewise.
20984         * modules/rbtree-list-tests (Makefile.am): Likewise.
20985         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20986         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20987         * modules/tls-tests (Makefile.am): Likewise.
20988         * modules/tsearch-tests (Makefile.am): Likewise.
20989         * modules/xvasprintf-tests (Makefile.am): Likewise.
20990
20991         Fix fpurge for cygwin.
20992         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20993         value.
20994         * modules/fpurge-tests (Depends-on): Clean up trash.
20995
20996 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20997
20998         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20999
21000         * m4/autobuild.m4: Re-indent.
21001
21002 2007-04-13  Bruno Haible  <bruno@clisp.org>
21003
21004         * modules/fpurge-tests: New file.
21005         * tests/test-fpurge.c: New file.
21006
21007         * modules/fpurge: New file.
21008         * lib/fpurge.h: New file.
21009         * lib/fpurge.c: New file.
21010         * m4/fpurge.m4: New file.
21011
21012 2007-04-13  Bruno Haible  <bruno@clisp.org>
21013
21014         * modules/fbufmode-tests: New file.
21015         * tests/test-fbufmode.c: New file.
21016
21017         * modules/fbufmode: New file.
21018         * lib/fbufmode.h: New file.
21019         * lib/fbufmode.c: New file.
21020         * m4/fbufmode.m4: New file.
21021
21022 2007-04-13  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/fwritable-tests: New file.
21025         * tests/test-fwritable.c: New file.
21026
21027         * modules/fwritable: New file.
21028         * lib/fwritable.h: New file.
21029         * lib/fwritable.c: New file.
21030         * m4/fwritable.m4: New file.
21031
21032 2007-04-13  Bruno Haible  <bruno@clisp.org>
21033
21034         * modules/freadable-tests: New file.
21035         * tests/test-freadable.c: New file.
21036
21037         * modules/freadable: New file.
21038         * lib/freadable.h: New file.
21039         * lib/freadable.c: New file.
21040         * m4/freadable.m4: New file.
21041
21042 2007-04-13  Bruno Haible  <bruno@clisp.org>
21043
21044         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
21045         MOSTLYCLEANFILES.
21046
21047 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21048
21049         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
21050         gzip bootstrap.conf to avoid dragging in i18n machinery.
21051         (gnulib_tool_option): Use it.
21052
21053 2007-04-13  Bruno Haible  <bruno@clisp.org>
21054
21055         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
21056         %F directives.
21057         * tests/test-vasprintf-posix.c (test_function): Likewise.
21058         * tests/test-snprintf-posix.h (test_function): Likewise.
21059         * tests/test-sprintf-posix.h (test_function): Likewise.
21060         * tests/test-fprintf-posix.h (test_function): Likewise.
21061         * tests/test-printf-posix.h (test_function): Likewise.
21062         * tests/test-fprintf-posix.out: Likewise.
21063
21064 2007-04-13  Bruno Haible  <bruno@clisp.org>
21065
21066         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
21067         * modules/tls-tests (configure.ac): Likewise.
21068         Reported by Arto C. Nirkko <anirkko@insel.ch>.
21069
21070 2007-04-13  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/tls.c (glthread_tls_get): Fix return type.
21073         Patch by Arto C. Nirkko <anirkko@insel.ch>.
21074
21075 2007-04-12  Eric Blake  <ebb9@byu.net>
21076
21077         * modules/gettime (Depends-on): Remove gettime.
21078         Reported by Dmitry V. Levin.
21079
21080 2007-04-12  Bruno Haible  <bruno@clisp.org>
21081
21082         * modules/fflush (Include): Mention <stdio.h>.
21083         * modules/strtoimax (Include): Mention <inttypes.h>.
21084         * modules/strtoumax (Include): Likewise.
21085
21086 2007-04-12  Eric Blake  <ebb9@byu.net>
21087
21088         * .cvsignore: New file.
21089         * .gitignore: Likewise.
21090
21091 2007-04-12  Bruno Haible  <bruno@clisp.org>
21092
21093         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
21094         not before, since $(LDADD) often contains libgnu.a.
21095         * modules/striconv-tests (test_striconv_LDADD): Likewise.
21096         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
21097         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
21098         Needed on Cygwin.
21099
21100 2007-04-12  Eric Blake  <ebb9@byu.net>
21101
21102         Work around glibc's failure to flush stdin on fclose.
21103         * lib/closein.c (close_stdin): Flush stdin before closing.
21104
21105         Work around glibc's failure to reset seekable stdin on exit.
21106         * modules/closein: New module.
21107         * lib/closein.c: New file.
21108         * lib/closein.h: Likewise.
21109         * m4/closein.m4: Likewise.
21110         * MODULES.html.sh (File stream based Input/Output): Document it.
21111
21112 2007-04-12  Simon Josefsson  <simon@josefsson.org>
21113
21114         * gnulib-tool: Rename generated 'autobuild' script to
21115         'do-autobuild' in --create-megatestdir output.
21116
21117         * doc/gnulib.texi (Build robot for gnulib): Fix.
21118
21119 2007-04-12  Simon Josefsson  <simon@josefsson.org>
21120
21121         * modules/sysexits (Depends-on): Add absolute-header.
21122
21123 2007-04-12  Eric Blake  <ebb9@byu.net>
21124
21125         No need to preserve errno on success.
21126         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
21127         Reported by Bruno Haible.
21128
21129 2007-04-12  Simon Josefsson  <simon@josefsson.org>
21130
21131         * MODULES.html.sh (Support for maintaining and releasing
21132         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
21133
21134 2007-04-12  Simon Josefsson  <simon@josefsson.org>
21135
21136         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
21137
21138 2007-04-12  Simon Josefsson  <simon@josefsson.org>
21139
21140         * modules/autobuild: New module.
21141
21142         * m4/autobuild.m4: New file.
21143
21144 2007-04-11  Bruno Haible  <bruno@clisp.org>
21145
21146         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
21147         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
21148         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
21149         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
21150         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
21151         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21152         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21153         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21154         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21155         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21156         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
21157         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21158         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21159         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
21160         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21161         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21162         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
21163         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21164         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21165         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
21166         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21167         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21168         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
21169         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21170         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21171         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
21172         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
21173         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
21174         Reported by Eric Blake.
21175
21176 2007-04-11  Bruno Haible  <bruno@clisp.org>
21177
21178         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
21179
21180 2007-04-10  Bruno Haible  <bruno@clisp.org>
21181
21182         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
21183         for NaN and Infinity. Needed on FreeBSD 6.1.
21184         * tests/test-vasnprintf-posix.c (test_function): Undo last change
21185         regarding results for "%010a" of Infinity and NaN.
21186         * tests/test-vasprintf-posix.c (test_function): Likewise.
21187         * tests/test-snprintf-posix.h (test_function): Likewise.
21188         * tests/test-sprintf-posix.h (test_function): Likewise.
21189         * tests/test-fprintf-posix.h (test_function): Likewise.
21190         * tests/test-printf-posix.h (test_function): Likewise.
21191         * tests/test-fprintf-posix.out: Likewise.
21192
21193 2007-04-10  Bruno Haible  <bruno@clisp.org>
21194
21195         * modules/locale-tests: New file.
21196         * tests/test-locale.c: New file.
21197
21198         * modules/locale: New file.
21199         * lib/locale_.h: New file.
21200         * m4/locale_h.m4: New file.
21201
21202 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
21203             Bruno Haible  <bruno@clisp.org>
21204
21205         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
21206         be determined, test for availability of the copysignf, copysign,
21207         copysignl functions.
21208         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
21209         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
21210         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
21211
21212 2007-04-09  Eric Blake  <ebb9@byu.net>
21213
21214         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
21215         * modules/stdio (Makefile.am): Support fflush.
21216         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21217         * modules/fflush: New file.
21218         * lib/fflush.c: Likewise.
21219         * m4/fflush.m4: Likewise.
21220         * modules/fflush-tests: New test.
21221         * tests/test-fflush.c: Likewise.
21222         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
21223
21224 2007-04-06  Bruno Haible  <bruno@clisp.org>
21225
21226         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
21227         (VASNPRINTF): Use signbit for faster determination whether to print a
21228         minus sign.
21229         * modules/vasnprintf (Files): Remove lib/float+.h.
21230         * modules/fprintf-posix (Depends-on): Add signbit.
21231         * modules/snprintf-posix (Depends-on): Likewise.
21232         * modules/sprintf-posix (Depends-on): Likewise.
21233         * modules/vasnprintf-posix (Depends-on): Likewise.
21234         * modules/vasprintf-posix (Depends-on): Likewise.
21235         * modules/vfprintf-posix (Depends-on): Likewise.
21236         * modules/vsnprintf-posix (Depends-on): Likewise.
21237         * modules/vsprintf-posix (Depends-on): Likewise.
21238
21239 2007-04-06  Bruno Haible  <bruno@clisp.org>
21240
21241         * tests/test-frexp.c (main): Test also the sign bit of zero results.
21242         * tests/test-frexpl.c (main): Likewise.
21243         * tests/test-ldexpl.c (main): Likewise.
21244         * modules/frexp-tests (Depends-on): Add signbit.
21245         * modules/frexpl-tests (Depdends-on): Likewise.
21246         * modules/ldexpl-tests (Depdends-on): Likewise.
21247
21248 2007-04-06  Bruno Haible  <bruno@clisp.org>
21249
21250         * modules/signbit-tests: New file.
21251         * tests/test-signbit.c: New file.
21252
21253         * modules/signbit: New file.
21254         * lib/signbitf.c: New file.
21255         * lib/signbitd.c: New file.
21256         * lib/signbitl.c: New file.
21257         * m4/signbit.m4: New file.
21258         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
21259         (signbit): New macro.
21260         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
21261         REPLACE_SIGNBIT.
21262         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
21263         REPLACE_FREXPL into math.h.
21264
21265 2007-04-06  Bruno Haible  <bruno@clisp.org>
21266
21267         * modules/isnanf-nolibm-tests: New file.
21268         * tests/test-isnanf.c: New file.
21269
21270         * modules/isnanf-nolibm: New file.
21271         * lib/isnanf.h: New file.
21272         * lib/isnanf.c: New file.
21273         * lib/isnan.c: Consider the USE_FLOAT macro.
21274         * m4/isnanf.m4: New file.
21275
21276 2007-04-06  Bruno Haible  <bruno@clisp.org>
21277
21278         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
21279         (Link): New section.
21280
21281         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
21282
21283 2007-04-06  Bruno Haible  <bruno@clisp.org>
21284
21285         Assume the 'long double' type.
21286         * m4/longdouble.m4: Remove file.
21287         * config/srclist.txt: Don't mention longdouble.m4.
21288         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
21289         * lib/float+.h: Likewise.
21290         * lib/frexp.c: Likewise.
21291         * lib/printf-args.h: Likewise.
21292         * lib/printf-args.c: Likewise.
21293         * lib/printf-frexp.c: Likewise.
21294         * lib/printf-parse.c: Likewise.
21295         * lib/vasnprintf.c: Likewise.
21296         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
21297         * m4/intl.m4: Likewise.
21298         * m4/isnanl.m4: Likewise.
21299         * m4/printf.m4: Likewise.
21300         * m4/printf-frexpl.m4: Likewise.
21301         * m4/vasnprintf.m4: Likewise.
21302         * modules/allocsa (Files): Remove m4/longdouble.m4.
21303         * modules/gettext (Files): Likewise.
21304         * modules/relocatable-prog-wrapper (Files): Likewise.
21305         * modules/vasnprintf (Files): Likewise.
21306         * modules/isnanl (Files): Likewise.
21307         (Include): Simplify.
21308         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
21309         (Include): Simplify.
21310         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
21311         (Include): Simplify.
21312         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
21313         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21314         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
21315         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21316         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
21317         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21318         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
21319         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21320         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
21321         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21322         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
21323         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
21324         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
21325         * tests/test-isnanl.c: Likewise.
21326         * tests/test-snprintf-posix.h: Likewise.
21327         * tests/test-sprintf-posix.h: Likewise.
21328         * tests/test-vasnprintf-posix.c: Likewise.
21329         * tests/test-vasnprintf-posix2.c: Likewise.
21330         * tests/test-vasprintf-posix.c: Likewise.
21331
21332 2007-04-06  Bruno Haible  <bruno@clisp.org>
21333
21334         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
21335         * lib/math_.h [__DECC]: Include the overridden include file through
21336         #include_next, outside the double-inclusion guard.
21337         * lib/stdio_.h [__DECC]: Likewise.
21338         * lib/stdlib_.h [__DECC]: Likewise.
21339         * lib/string_.h [__DECC]: Likewise.
21340         * lib/time_.h [__DECC]: Likewise.
21341         * lib/wchar_.h [__DECC]: Likewise.
21342         * lib/wctype_.h [__DECC]: Likewise.
21343         * lib/inttypes_.h [__DECC]: Likewise.
21344         Reported by Albert Chin <china@thewrittenword.com> in
21345         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
21346
21347 2007-04-04  Eric Blake  <ebb9@byu.net>
21348
21349         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
21350         1.5.x.
21351
21352 2007-04-04  Bruno Haible  <bruno@clisp.org>
21353
21354         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
21355         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
21356
21357 2007-04-04  Bruno Haible  <bruno@clisp.org>
21358
21359         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
21360         results for "%010a" of Infinity and NaN.
21361         * tests/test-vasprintf-posix.c (test_function): Likewise.
21362         * tests/test-snprintf-posix.h (test_function): Likewise.
21363         * tests/test-sprintf-posix.h (test_function): Likewise.
21364         * tests/test-fprintf-posix.h (test_function): Remove these tests.
21365         * tests/test-printf-posix.h (test_function): Likewise.
21366         * tests/test-fprintf-posix.out: Update.
21367         Needed for FreeBSD 6.1.
21368
21369 2007-04-04  Bruno Haible  <bruno@clisp.org>
21370
21371         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
21372         directly used by the gnulib modules nor by gnulib-tool.
21373
21374 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
21375
21376         * DEPENDENCIES: Give overall description of version dependency
21377         desirability.  Use more-typical names for apps.
21378         Add shell, coreutils, diffutils, grep, tar, gzip.
21379
21380 2007-04-04  Simon Josefsson  <simon@josefsson.org>
21381
21382         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
21383
21384 2007-04-04  Karl Berry  <karl@gnu.org>
21385
21386         * MODULES.html.sh (func_module): missing '.
21387
21388 2007-04-03  Bruno Haible  <bruno@clisp.org>
21389
21390         * modules/argmatch-tests (Makefile.am): New variable
21391         test_argmatch_LDADD.
21392         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
21393         * modules/array-list-tests (Makefile.am): New variable
21394         test_array_list_LDADD.
21395         * modules/array-oset-tests (Makefile.am): New variable
21396         test_array_oset_LDADD.
21397         * modules/avltree-list-tests (Makefile.am): New variable
21398         test_avltree_list_LDADD.
21399         * modules/avltree-oset-tests (Makefile.am): New variable
21400         test_avltree_oset_LDADD.
21401         * modules/avltreehash-list-tests (Makefile.am): New variable
21402         test_avltreehash_list_LDADD.
21403         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
21404         test_canonicalize_lgpl_LDADD.
21405         * modules/carray-list-tests (Makefile.am): New variable
21406         test_carray_list_LDADD.
21407         * modules/dirname-tests (Makefile.am): New variable
21408         test_dirname_LDADD.
21409         * modules/linked-list-tests (Makefile.am): New variable
21410         test_linked_list_LDADD.
21411         * modules/linkedhash-list-tests (Makefile.am): New variable
21412         test_linkedhash_list_LDADD.
21413         * modules/rbtree-list-tests (Makefile.am): New variable
21414         test_rbtree_list_LDADD.
21415         * modules/rbtree-oset-tests (Makefile.am): New variable
21416         test_rbtree_oset_LDADD.
21417         * modules/rbtreehash-list-tests (Makefile.am): New variable
21418         test_rbtreehash_list_LDADD.
21419         * modules/xvasprintf-tests (Makefile.am): New variable
21420         test_xvasprintf_LDADD.
21421         Reported by Eric Blake.
21422
21423 2007-04-03  Eric Blake  <ebb9@byu.net>
21424
21425         * DEPENDENCIES: Weaken m4 requirements.
21426
21427 2007-04-03  Bruno Haible  <bruno@clisp.org>
21428
21429         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
21430         * modules/isnanl-tests (configure.ac): Likewise.
21431
21432 2007-04-03  Ben Pfaff  <blp@gnu.org>
21433
21434         * modules/iconv_open: Add $(srcdir)/ to source directory
21435         references in Makefile fragments that call gperf, to fix VPATH
21436         builds.
21437
21438 2007-04-03  Bruno Haible  <bruno@clisp.org>
21439
21440         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
21441         * lib/ldexpl.c: Undo last change.
21442
21443 2007-04-03  Bruno Haible  <bruno@clisp.org>
21444
21445         * modules/printf-frexpl (Depends-on): Undo last change.
21446         (Files): Add m4/ldexpl.m4.
21447
21448 2007-04-03  Bruno Haible  <bruno@clisp.org>
21449
21450         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
21451         * modules/isnanl (Link): New section.
21452
21453         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
21454         * modules/frexp (Link): New section.
21455
21456         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
21457         * modules/frexpl (Link): New section.
21458
21459         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
21460         * modules/ldexpl (Link): New section.
21461
21462 2007-04-03  Bruno Haible  <bruno@clisp.org>
21463
21464         * modules/TEMPLATE-EXTENDED: New file.
21465         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
21466
21467 2007-04-03  Bruno Haible  <bruno@clisp.org>
21468
21469         * DEPENDENCIES: New file.
21470         Suggested by Simon Josefsson.
21471
21472 2007-04-03  Bruno Haible  <bruno@clisp.org>
21473
21474         * doc/gnulib.texi: Escape @.
21475
21476 2007-04-03  James Youngman  <jay@gnu.org>
21477         and Paul Eggert  <eggert@cs.ucla.edu>
21478
21479         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
21480         birthtime on all systems that have birthtime, not just those which
21481         use st_birthtimensec rather than st_birthtim.  Putting zero in
21482         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
21483         that the birth time is not available for files on an NFS mount.
21484
21485 2007-04-03  Simon Josefsson  <simon@josefsson.org>
21486
21487         * modules/memxor: Move back from crypto/, suggested by Bruno.
21488         * modules/crypto/hmac-sha1: Fix memxor dependency.
21489
21490         * modules/crypto/gc: Moved from ../.
21491
21492 2007-04-02  Eric Blake  <ebb9@byu.net>
21493
21494         * lib/ldexpl.c (includes): Avoid libm.
21495
21496         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
21497
21498 2007-04-02  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
21501         on IRIX.
21502
21503 2007-04-02  Bruno Haible  <bruno@clisp.org>
21504
21505         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
21506         x86 or x86_64 platforms running MacOS X.
21507         Reported by Ryan Schmidt <@ryandesign.com>.
21508
21509 2007-04-02  Bruno Haible  <bruno@clisp.org>
21510
21511         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
21512         i386.
21513
21514 2007-04-01  Simon Josefsson  <simon@josefsson.org>
21515
21516         * modules/crypto/arcfour: Moved from ../.
21517         * modules/crypto/arcfour-tests: Moved from ../.
21518         * modules/crypto/arctwo: Moved from ../.
21519         * modules/crypto/arctwo-tests: Moved from ../.
21520         * modules/crypto/des: Moved from ../.
21521         * modules/crypto/des-tests: Moved from ../.
21522         * modules/crypto/gc-arcfour: Moved from ../.
21523         * modules/crypto/gc-arcfour-tests: Moved from ../.
21524         * modules/crypto/gc-arctwo: Moved from ../.
21525         * modules/crypto/gc-arctwo-tests: Moved from ../.
21526         * modules/crypto/gc-des: Moved from ../.
21527         * modules/crypto/gc-des-tests: Moved from ../.
21528         * modules/crypto/gc-hmac-md5: Moved from ../.
21529         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
21530         * modules/crypto/gc-hmac-sha1: Moved from ../.
21531         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
21532         * modules/crypto/gc-md2: Moved from ../.
21533         * modules/crypto/gc-md2-tests: Moved from ../.
21534         * modules/crypto/gc-md4: Moved from ../.
21535         * modules/crypto/gc-md4-tests: Moved from ../.
21536         * modules/crypto/gc-md5: Moved from ../.
21537         * modules/crypto/gc-md5-tests: Moved from ../.
21538         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
21539         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
21540         * modules/crypto/gc-random: Moved from ../.
21541         * modules/crypto/gc-rijndael: Moved from ../.
21542         * modules/crypto/gc-rijndael-tests: Moved from ../.
21543         * modules/crypto/gc-sha1: Moved from ../.
21544         * modules/crypto/gc-sha1-tests: Moved from ../.
21545         * modules/crypto/gc-tests: Moved from ../.
21546         * modules/crypto/hmac-md5: Moved from ../.
21547         * modules/crypto/hmac-md5-tests: Moved from ../.
21548         * modules/crypto/hmac-sha1: Moved from ../.
21549         * modules/crypto/hmac-sha1-tests: Moved from ../.
21550         * modules/crypto/md2: Moved from ../.
21551         * modules/crypto/md2-tests: Moved from ../.
21552         * modules/crypto/md4: Moved from ../.
21553         * modules/crypto/md4-tests: Moved from ../.
21554         * modules/crypto/md5: Moved from ../.
21555         * modules/crypto/md5-tests: Moved from ../.
21556         * modules/crypto/memxor: Moved from ../.
21557         * modules/crypto/rijndael: Moved from ../.
21558         * modules/crypto/rijndael-tests: Moved from ../.
21559         * modules/crypto/sha1: Moved from ../.
21560
21561 2007-03-30  James Youngman  <jay@gnu.org>
21562
21563         * tests/test-stat-time.c (prepare_test): use chmod() rather than
21564         rename() to change the ctime of a file (because ctime is unaffected
21565         by rename on jfs2 on AIX 5.1).
21566         (main): Start by doing cleanup, in case a previous run failed leaving
21567         test files behind.
21568
21569 2007-03-31  Bruno Haible  <bruno@clisp.org>
21570
21571         Support old proprietary implementations of iconv.
21572         * modules/iconv_open: New file.
21573         * lib/iconv_.h: New file.
21574         * m4/iconv_h.m4: New file.
21575         * lib/iconv_open.c: New file.
21576         * lib/iconv_open-aix.gperf: New file.
21577         * lib/iconv_open-hpux.gperf: New file.
21578         * lib/iconv_open-irix.gperf: New file.
21579         * lib/iconv_open-osf.gperf: New file.
21580         * m4/iconv_open.m4: New file.
21581         * modules/linebreak (Depends-on): Add iconv_open.
21582         * modules/striconv (Depends-on): Likewise.
21583         * modules/striconveh (Depends-on): Likewise.
21584         * modules/unicodeio (Depends-on): Likewise.
21585         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21586         (iconv_t)(-1).
21587         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21588         conversion if cd is (iconv_t)(-1).
21589         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21590         is not possible.
21591
21592 2007-03-31  Bruno Haible  <bruno@clisp.org>
21593
21594         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21595         work on Solaris either. Protect also second use of "autodetect_jp".
21596
21597 2007-03-31  Bruno Haible  <bruno@clisp.org>
21598
21599         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21600         the function is not present.
21601
21602 2007-03-31  Bruno Haible  <bruno@clisp.org>
21603
21604         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21605         the function is not present.
21606
21607 2007-03-31  Bruno Haible  <bruno@clisp.org>
21608
21609         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21610         a bug in HP-UX iconv_open().
21611
21612 2007-03-31  Bruno Haible  <bruno@clisp.org>
21613
21614         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21615         (Mathematics <math.h>): New section, add fpieee.
21616         (Input/output <stdio.h>): Add fseterr.
21617         (Mathematics <math.h>): New section, add printf-frexp.
21618         (Container data structures): Add sublist.
21619         (Core language properties): Add fpucw, inline.
21620         (Functions for greatest-width integer types <inttypes.h>): Add
21621         imaxabs, imaxdiv, inttypes.
21622         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21623         isnanl-nolibm, ldexp.
21624         (Mathematics <math.h>): New section, add printf-frexpl.
21625         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21626         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21627         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21628         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21629         (Unicode string functions): Add unistr/u*-mbtoucr.
21630         (Java): Add javacomp-script, javaexec-script.
21631         (C#): Add csharpcomp-script, csharpexec-script.
21632         (Support for building libraries and executables): Add havelib,
21633         relocatable-*.
21634         (Support for maintaining and releasing projects): Renamed from
21635         'Support for maintaining and release projects'. Add announce-gen.
21636
21637 2007-03-31  Bruno Haible  <bruno@clisp.org>
21638
21639         * README: Talk primarily about git.
21640         (git and CVS): Renamed from CVS.
21641         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21642         gnulib is available through git.
21643         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21644
21645 2007-03-30  Bruno Haible  <bruno@clisp.org>
21646
21647         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21648         * lib/poll_.h: Likewise.
21649         * lib/stat_.h: Likewise.
21650         * lib/sys_time_.h: Likewise.
21651         * lib/sysexit_.h: Likewise.
21652         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21653         * lib/stdbool_.h: Likewise.
21654         * lib/byteswap_.h: Add double-inclusion guard.
21655
21656 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21657
21658         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21659
21660 2007-03-30  Karl Berry  <karl@gnu.org>
21661
21662         * config/srclist-update: double space after USA in the license
21663         substitution, since that's how it's usually (?) written.
21664
21665 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21666
21667         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21668         reported by Bruno Haible.
21669
21670 2007-03-29  Bruno Haible  <bruno@clisp.org>
21671
21672         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21673         a bug in AIX iconv().
21674
21675 2007-03-29  Bruno Haible  <bruno@clisp.org>
21676
21677         * modules/ldexpl-tests: New file.
21678         * tests/test-ldexpl.c: New file.
21679
21680 2007-03-29  Bruno Haible  <bruno@clisp.org>
21681
21682         * lib/ldexpl.c: Include fpucw.h.
21683         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21684         multiplication.
21685         * modules/ldexpl (Depends-on): Add fpucw.
21686
21687 2007-03-29  Bruno Haible  <bruno@clisp.org>
21688
21689         * modules/ldexpl: New file.
21690         * m4/ldexpl.m4: New file.
21691         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21692         set.
21693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21694         REPLACE_LDEXPL.
21695         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21696         REPLACE_LDEXPL.
21697         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21698         gl_FUNC_LDEXPL_WORKS.
21699         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21700         * modules/mathl (Files): Remove lib/ldexpl.c.
21701         (Depends-on): Add ldexpl.
21702
21703 2007-03-29  Bruno Haible  <bruno@clisp.org>
21704
21705         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21706
21707 2007-03-29  Bruno Haible  <bruno@clisp.org>
21708
21709         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21710         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21711         and possibly also HP-UX.
21712         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21713         work on AIX, IRIX, HP-UX, OSF/1.
21714         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21715         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21716         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21717         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21718         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21719         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21720
21721 2007-03-29  Bruno Haible  <bruno@clisp.org>
21722
21723         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21724
21725 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21726
21727         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21728         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21729
21730 2007-03-29  Eric Blake  <ebb9@byu.net>
21731
21732         * lib/acl-internal.h: Remove redundant include.
21733         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21734         Cygwin when a file is locked.
21735
21736 2007-03-29  Bruno Haible  <bruno@clisp.org>
21737
21738         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21739         file.
21740         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21741
21742 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21743
21744         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21745         try to remove a parent directory if the child couldn't be removed
21746         (except for the first rmdir, which could fail because the child
21747         doesn't exist).  Problem reported by Jeff Blaine in
21748         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21749
21750 2007-03-28  Bruno Haible  <bruno@clisp.org>
21751
21752         * lib/striconveh.c (utf8conv_carefully): New function.
21753         (mem_cd_iconveh_internal): Invoke it.
21754
21755 2007-03-28  Bruno Haible  <bruno@clisp.org>
21756
21757         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21758         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21759         input.
21760         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21761         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21762         unistr/u8-uctomb.
21763
21764 2007-03-28  Bruno Haible  <bruno@clisp.org>
21765
21766         * modules/unistr/u8-mbtoucr: New file.
21767         * lib/unistr/u8-mbtoucr.c: New file.
21768         * modules/unistr/u16-mbtoucr: New file.
21769         * lib/unistr/u16-mbtoucr.c: New file.
21770         * modules/unistr/u16-mbtoucr: New file.
21771         * lib/unistr/u16-mbtoucr.c: New file.
21772         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21773
21774 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21775             Bruno Haible  <bruno@clisp.org>
21776
21777         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21778         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21779         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21780
21781         * m4/stdio_h.m4: Add stubs for vasprintf too.
21782
21783         * modules/stdio: Support vasprintf in sed command.
21784
21785         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21786         vasprintf.h.  Add stdio module indicator.
21787
21788         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21789         vasprintf.h.
21790
21791         * lib/vasprintf.h: File removed.
21792
21793         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21794         * lib/vasprintf.c: Ditto.
21795         * lib/xvasprintf.c: Ditto.
21796         * tests/test-vasprintf-posix.c: Ditto.
21797         * tests/test-vasprintf.c: Ditto.
21798
21799 2007-03-27  Bruno Haible  <bruno@clisp.org>
21800
21801         Make vasnprintf multithread-safe.
21802         * lib/vasnprintf.c (decimal_point_char): New function.
21803         (VASNPRINTF): Use it.
21804         Suggested by Simon Josefsson.
21805
21806 2007-03-27  Eric Blake  <ebb9@byu.net>
21807
21808         Support sub-second birthtime on cygwin.
21809         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21810         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21811         (get_stat_birthtime): Also work with st_birthtim.
21812
21813 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21814
21815         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21816         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21817         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21818         (get_stat_birthtime_ns): Simplify compile-time tests.
21819         (get_stat_birthtime): Change the API to look like
21820         get_stat_mtime etc., except return a negative tv_nsec on error.
21821         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21822         Don't check for "spare" fields.
21823         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21824         or for struct stat.st_birthtime, as these tests aren't used.
21825         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21826
21827 2007-03-27  Bruno Haible  <bruno@clisp.org>
21828
21829         * lib/stat-time.h: Include <sys/stat.h>.
21830
21831 2007-03-27  James Youngman  <jay@gnu.org>
21832
21833         * lib/stat-time.h (get_stat_birthtime): New function for
21834           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21835         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21836           and its variants.
21837         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21838         * modules/stat-time-test: New file.
21839         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21840
21841 2007-03-26  Bruno Haible  <bruno@clisp.org>
21842
21843         Better support of signalling NaNs.
21844         * lib/atanl.c: Include isnanl.h.
21845         (atanl): Perform test for NaN at the beginning of the function and
21846         through a call to isnanl.
21847         * lib/cosl.c: Include isnanl.h.
21848         (cosl): Perform test for NaN at the beginning of the function and
21849         through a call to isnanl.
21850         * lib/ldexpl.c: Include isnanl.h.
21851         (ldexpl): Perform test for NaN through a call to isnanl.
21852         * lib/logl.c: Include isnanl.h.
21853         (logl): Perform test for NaN at the beginning of the function and
21854         through a call to isnanl.
21855         * lib/sinl.c: Include isnanl.h.
21856         (sinl): Perform test for NaN at the beginning of the function and
21857         through a call to isnanl.
21858         * lib/sqrtl.c: Include isnanl.h.
21859         (sqrtl): Perform test for NaN at the beginning of the function and
21860         through a call to isnanl.
21861         * lib/tanl.c: Include isnanl.h.
21862         (tanl): Perform test for NaN at the beginning of the function and
21863         through a call to isnanl.
21864         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21865         * modules/mathl (Depends-on): Add isnanl.
21866
21867 2007-03-26  Eric Blake  <ebb9@byu.net>
21868
21869         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21870         regression in logic sense of previous patch.
21871
21872 2007-03-26  Bruno Haible  <bruno@clisp.org>
21873
21874         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21875         unportable shell command "if ! ...".
21876         Reported by Ralf Wildenhues.
21877
21878 2007-03-25  Bruno Haible  <bruno@clisp.org>
21879
21880         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21881         <sysexits.h> file, and only add EX_CONFIG.
21882         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21883         absolute file name and whether it is sufficient. Substitute also
21884         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21885         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21886         ABSOLUTE_SYSEXITS_H into sysexits.h.
21887
21888 2007-03-25  Bruno Haible  <bruno@clisp.org>
21889
21890         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21891         hints is NULL.
21892
21893 2007-03-25  Bruno Haible  <bruno@clisp.org>
21894
21895         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21896         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21897
21898 2007-03-25  Bruno Haible  <bruno@clisp.org>
21899
21900         * lib/vasnprintf.c: Include langinfo.h.
21901         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21902         multithread-safe.
21903         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21904         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21905         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21906         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21907         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21908         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21909         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21910         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21911         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21912         Reported by Simon Josefsson.
21913
21914 2007-03-25  Bruno Haible  <bruno@clisp.org>
21915
21916         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21917         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21918         * modules/vasnprintf (Depends-on): Add stdint.
21919
21920 2007-03-25  Bruno Haible  <bruno@clisp.org>
21921
21922         * modules/fpieee: New file.
21923         * m4/fpieee.m4: New file.
21924         * modules/isnan-nolibm (Depends-on): Add fpieee.
21925         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21926         * modules/isnanl (Depends-on): Add fpieee.
21927
21928 2007-03-25  Bruno Haible  <bruno@clisp.org>
21929
21930         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21931
21932 2007-03-25  Bruno Haible  <bruno@clisp.org>
21933
21934         Avoid test failures on IRIX 6.5.
21935         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21936         (main): Use it.
21937         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21938         macros.
21939         (main): Use them.
21940
21941 2007-03-25  Bruno Haible  <bruno@clisp.org>
21942
21943         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21944         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21945         exists but doesn't work.
21946         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21947         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21948         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21949         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21950
21951 2007-03-25  Bruno Haible  <bruno@clisp.org>
21952
21953         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21954         returns inf. Needed on IRIX 6.5.
21955
21956 2007-03-25  Bruno Haible  <bruno@clisp.org>
21957
21958         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21959         (main): Use isnanl instead of x != x idiom.
21960         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21961
21962         * tests/test-frexp.c: Include isnan.h.
21963         (main): Use isnan instead of x != x idiom.
21964         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21965
21966 2007-03-25  Bruno Haible  <bruno@clisp.org>
21967
21968         * tests/test-frexp.c (NaN): New function/macro.
21969         (main): Use it instead of 0.0 / 0.0.
21970         * tests/test-isnan.c (NaN): New function/macro.
21971         (main): Use it instead of 0.0 / 0.0.
21972         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21973         (test_function): Use it instead of 0.0 / 0.0.
21974         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21975         (test_function): Use it instead of 0.0 / 0.0.
21976         * tests/test-snprintf-posix.h (NaN): New function/macro.
21977         (test_function): Use it instead of 0.0 / 0.0.
21978         * tests/test-sprintf-posix.h (NaN): New function/macro.
21979         (test_function): Use it instead of 0.0 / 0.0.
21980         * tests/test-fprintf-posix.h (NaN): New function/macro.
21981         (test_function): Use it instead of 0.0 / 0.0.
21982         * tests/test-printf-posix.h (NaN): New function/macro.
21983         (test_function): Use it instead of 0.0 / 0.0.
21984
21985         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21986
21987 2007-03-25  Bruno Haible  <bruno@clisp.org>
21988
21989         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21990
21991 2007-03-25  Bruno Haible  <bruno@clisp.org>
21992
21993         * lib/regexec.c (merge_state_with_log): Make static.
21994
21995 2007-03-25  Bruno Haible  <bruno@clisp.org>
21996
21997         * lib/trigl.c (kernel_rem_pio2): Make static.
21998
21999 2007-03-25  Bruno Haible  <bruno@clisp.org>
22000
22001         * lib/sincosl.c (sincosl_table): Make static.
22002
22003 2007-03-25  Bruno Haible  <bruno@clisp.org>
22004
22005         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
22006         if the compiler does not support C99.
22007
22008 2007-03-25  Bruno Haible  <bruno@clisp.org>
22009
22010         * modules/time (Makefile.am): Ensure all rule action lines start with a
22011         tab.
22012
22013 2007-03-24  Bruno Haible  <bruno@clisp.org>
22014
22015         * modules/tsearch-tests: New file.
22016         * tests/test-tsearch.sh: New file.
22017         * tests/test-tsearch.c: New file, mostly copied from glibc.
22018
22019         * modules/search-tests: New file.
22020         * tests/test-search.c: New file.
22021
22022         * modules/search: New file.
22023         * lib/search_.h: New file, incorporating lib/tsearch.h.
22024         * m4/search_h.m4: New file.
22025         * lib/tsearch.h: Remove file.
22026         * lib/tsearch.c: Include search.h instead of tsearch.h.
22027         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
22028         HAVE_TSEARCH.
22029         * modules/tsearch (Files): Remove lib/tsearch.h.
22030         (Depends-on): Add search.
22031         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
22032         (Include): Change tsearch.h into search.h.
22033
22034 2007-03-24  Bruno Haible  <bruno@clisp.org>
22035
22036         * modules/fpucw: New file.
22037         * lib/fpucw.h: New file.
22038         * lib/frexp.c: Include fpucw.h.
22039         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
22040         (FUNC): Use them.
22041         * lib/printf-frexp.c: Include fpucw.h.
22042         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
22043         (FUNC): Use them.
22044         * lib/vasnprintf.c: Include fpucw.h.
22045         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
22046         'long double' calculations.
22047         * tests/test-frexpl.c: Include fpucw.h.
22048         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
22049         * tests/test-printf-frexpl.c: Include fpucw.h.
22050         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
22051         * modules/frexpl (Depends-on): Add fpucw.
22052         * modules/printf-frexpl (Depends-on): Likewise.
22053         * modules/fprintf-posix (Depends-on): Likewise.
22054         * modules/snprintf-posix (Depends-on): Likewise.
22055         * modules/sprintf-posix (Depends-on): Likewise.
22056         * modules/vasnprintf-posix (Depends-on): Likewise.
22057         * modules/vasprintf-posix (Depends-on): Likewise.
22058         * modules/vfprintf-posix (Depends-on): Likewise.
22059         * modules/vsnprintf-posix (Depends-on): Likewise.
22060         * modules/vsprintf-posix (Depends-on): Likewise.
22061         * modules/frexpl-tests (Depends-on): Likewise.
22062         * modules/printf-frexpl-tests (Depends-on): Likewise.
22063
22064 2007-03-24  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/float+.h: New file.
22067         * lib/isnan.c: Include float+.h.
22068         (SIZE): New macro.
22069         (FUNC): Compare only SIZE bytes of the value.
22070         * lib/vasnprintf.c: Include float+.h.
22071         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
22072         SIZEOF_LDBL or SIZEOF_DBL bytes.
22073         * modules/isnan-nolibm (Files): Add lib/float+.h.
22074         * modules/isnanl-nolibm (Files): Add lib/float+.h.
22075         * modules/isnanl (Files): Add lib/float+.h.
22076         * modules/vasnprintf (Files): Add lib/float+.h.
22077
22078 2007-03-24  Bruno Haible  <bruno@clisp.org>
22079
22080         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
22081         include isnanl-nolibm.h.
22082
22083 2007-03-24  Bruno Haible  <bruno@clisp.org>
22084
22085         * tests/test-read-file.c (main): Don't produce spurious output for
22086         expected situations. Make the test fail if it encountered unexpected
22087         results.
22088
22089 2007-03-24  Bruno Haible  <bruno@clisp.org>
22090
22091         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
22092         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
22093
22094 2007-03-24  Bruno Haible  <bruno@clisp.org>
22095
22096         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
22097
22098 2007-03-24  Bruno Haible  <bruno@clisp.org>
22099
22100         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
22101         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
22102
22103         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
22104         * modules/utf8-ucs4: Turn into a symbolic link to module
22105         unistr/u8-mbtouc.
22106
22107         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
22108         utf8-ucs4-unsafe.
22109         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
22110         unistr/u8-mbtouc-unsafe.
22111
22112         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
22113         * modules/utf16-ucs4: Turn into a symbolic link to module
22114         unistr/u16-mbtouc.
22115
22116         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
22117         utf16-ucs4-unsafe.
22118         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
22119         unistr/u16-mbtouc-unsafe.
22120
22121         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
22122         * modules/ucs4-utf8: Turn into a symbolic link to module
22123         unistr/u8-ubtomb.
22124
22125         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
22126         * modules/ucs4-utf16: Turn into a symbolic link to module
22127         unistr/u16-ubtomb.
22128
22129 2007-03-24  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
22132         Enable the function only if HAVE_INLINE.
22133         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
22134         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
22135         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
22136         Enable the function only if HAVE_INLINE.
22137         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
22138         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
22139         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
22140         Enable the function only if HAVE_INLINE.
22141         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
22142         Enable the function only if HAVE_INLINE.
22143         * modules/utf8-ucs4: Update.
22144         * modules/utf8-ucs4-unsafe: Update.
22145         * modules/utf16-ucs4: Update.
22146         * modules/utf16-ucs4-unsafe: Update.
22147         * modules/ucs4-utf8: Update.
22148         * modules/ucs4-utf16: Update.
22149
22150 2007-03-24  Bruno Haible  <bruno@clisp.org>
22151
22152         * lib/utf8-ucs4.h: Remove file.
22153         * lib/utf8-ucs4-unsafe.h: Remove file.
22154         * lib/utf16-ucs4.h: Remove file.
22155         * lib/utf16-ucs4-unsafe.h: Remove file.
22156         * lib/ucs4-utf8.h: Remove file.
22157         * lib/ucs4-utf16.h: Remove file.
22158         * lib/unistr.h: Include their previous contents.
22159         * m4/utf-ucs4.m4: Remove file.
22160         * m4/ucs4-utf.m4: Remove file.
22161         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
22162         (Depends-on): Add unistr/base.
22163         (configure.ac): Remove gl_UTF_UCS4.
22164         (Makefile.am): Update.
22165         (Include): Change to unistr.h.
22166         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
22167         (Depends-on): Add unistr/base.
22168         (configure.ac): Remove gl_UTF_UCS4.
22169         (Makefile.am): Update.
22170         (Include): Change to unistr.h.
22171         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
22172         (Depends-on): Add unistr/base.
22173         (configure.ac): Remove gl_UTF_UCS4.
22174         (Makefile.am): Update.
22175         (Include): Change to unistr.h.
22176         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
22177         (Depends-on): Add unistr/base.
22178         (configure.ac): Remove gl_UTF_UCS4.
22179         (Makefile.am): Update.
22180         (Include): Change to unistr.h.
22181         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
22182         (Depends-on): Add unistr/base.
22183         (configure.ac): Remove gl_UCS4_UTF.
22184         (Makefile.am): Update.
22185         (Include): Change to unistr.h.
22186         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
22187         (Depends-on): Add unistr/base.
22188         (configure.ac): Remove gl_UCS4_UTF.
22189         (Makefile.am): Update.
22190         (Include): Change to unistr.h.
22191         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
22192         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
22193         utf8-ucs4-unsafe.h.
22194         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
22195         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
22196         utf16-ucs4-unsafe.h.
22197         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
22198         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
22199         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
22200         * lib/unistr/u8-strchr.c: Likewise.
22201         * lib/unistr/u8-strrchr.c: Likewise.
22202         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
22203         * lib/unistr/u16-strchr.c: Likewise.
22204         * lib/unistr/u16-strrchr.c: Likewise.
22205         * lib/striconveh.c: Update.
22206         * lib/linebreak.c: Update.
22207
22208 2007-03-24  Bruno Haible  <bruno@clisp.org>
22209
22210         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
22211         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
22212
22213 2007-03-22  Bruno Haible  <bruno@clisp.org>
22214
22215         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
22216
22217 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
22218
22219         * MODULES.html.sh (File system functions): New module write-any-file.
22220         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
22221         * m4/write-any-file.m4: New files.
22222
22223 2007-03-23  Eric Blake  <ebb9@byu.net>
22224
22225         * gnulib-tool: Rearrange space-tab sequences, since some editors
22226         like to eat them.
22227
22228 2007-03-23  Eric Blake  <ebb9@byu.net>
22229
22230         * lib/version-etc.c (version_etc_va): Update license wording to
22231         be more concise.  Recommended by Richard Stallman.
22232
22233 2007-03-22  Bruno Haible  <bruno@clisp.org>
22234
22235         * lib/poll.c (MSG_PEEK): New fallback definition.
22236
22237 2007-03-22  Bruno Haible  <bruno@clisp.org>
22238
22239         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
22240         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
22241         (main): Update.
22242         Fixes a compilation error on BeOS.
22243
22244 2007-03-22  Bruno Haible  <bruno@clisp.org>
22245
22246         * modules/frexpl-tests: New file.
22247         * tests/test-frexpl.c: New file.
22248
22249         * modules/frexpl: New file.
22250         * m4/frexpl.m4: New file.
22251         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
22252         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
22253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
22254         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
22255         (Depends-on): Add frexpl. Remove isnanl-nolibm.
22256         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
22257
22258 2007-03-22  Bruno Haible  <bruno@clisp.org>
22259
22260         * lib/frexpl.c: Share code with lib/frexp.c.
22261         * modules/mathl (Files): Add lib/frexp.c.
22262         (Depends-on): Add isnanl-nolibm.
22263
22264 2007-03-22  Bruno Haible  <bruno@clisp.org>
22265
22266         * modules/printf-frexp (Files): Add m4/frexp.m4.
22267         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
22268         only if the found frexp function actually works.
22269
22270 2007-03-22  Bruno Haible  <bruno@clisp.org>
22271
22272         * lib/frexp.c: Remove older implementation that uses divisions.
22273
22274 2007-03-21  Bruno Haible  <bruno@clisp.org>
22275
22276         * modules/frexp-tests: New file.
22277         * tests/test-frexp.c: New file.
22278
22279         * modules/frexp: New file.
22280         * lib/frexp.c: New file.
22281         * m4/frexp.m4: New file.
22282         * lib/math_.h (frexp): New declaration.
22283         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
22284         REPLACE_FREXP.
22285         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
22286
22287 2007-03-21  Bruno Haible  <bruno@clisp.org>
22288
22289         * modules/isnanl-tests: New file.
22290         * tests/test-isnanl.c: New file.
22291
22292         * modules/isnanl: New file.
22293         * lib/isnanl.h: New file.
22294         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
22295         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
22296         gl_FUNC_ISNANL_WORKS.
22297         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
22298         New macros.
22299
22300 2007-03-21  Bruno Haible  <bruno@clisp.org>
22301
22302         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
22303         lib/isnanl.h.
22304         (Include): Update.
22305         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
22306         * lib/vasnprintf.c: Update.
22307         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
22308         tests/test-isnanl.h, remove tests/test-isnanl.c.
22309         (Makefile.am): Update.
22310         * tests/test-isnanl-nolibm.c: New file.
22311         * tests/test-isnanl.h: New file.
22312         * tests/test-isnanl.c: Remove file.
22313
22314 2007-03-21  Jim Meyering  <jim@meyering.net>
22315
22316         When trying to open ".", treat ESTALE like EACCES.
22317         * lib/savewd.c (savewd_save): Resort to forking not just upon
22318         failure with EACCES, but also when errno is ESTALE.
22319
22320 2007-03-20  Bruno Haible  <bruno@clisp.org>
22321
22322         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
22323         Needed on AIX 5.1. Reported by Matthew Woehlke.
22324
22325 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
22326
22327         Suggestions by Bruno Haible:
22328         * lib/acl-internal.h: Include "gettext.h" rather than rolling
22329         our own.
22330         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
22331         * modules/acl (Depends-on): Add gettext.
22332
22333 2007-03-19  Bruno Haible  <bruno@clisp.org>
22334
22335         * modules/iconvme: Remove file.
22336         * lib/iconvme.h: Remove file.
22337         * lib/iconvme.c: Remove file.
22338         * m4/iconvme.m4: Remove file.
22339
22340 2007-03-19  Bruno Haible  <bruno@clisp.org>
22341
22342         * doc/relocatable-maint.texi: Break long shell script line.
22343         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
22344
22345 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
22346
22347         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
22348         handle file_has_acl.
22349         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
22350         * lib/acl.c: Move header inclusions and related macro defns into
22351         lib/acl-internal.h.
22352         (S_ISLNK): Remove defn, since that's now done for us.
22353         (file_has_acl): Move to lib/file-has-acl.c.
22354         Call acl_trivial if available.  This is the crucial part of the fix.
22355         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
22356         shared within the library.  Rewrite a bit, partly to make it compatible
22357         with the GNU coding style.
22358         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
22359         Remove unnecessary double-quotes.
22360         Don't test for acl_to_text; the build will catch that.
22361         Replace acl_entries if it doesn't exist and it is needed.
22362         Check for -lsec and acl_trivial (as used on Solaris 10).
22363         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
22364         lib/file-has-acl.c.
22365         (Depends-on): Add sys_stat, for S_ISLNK.
22366
22367 2007-03-19  Ben Pfaff  <blp@gnu.org>
22368
22369         * doc/gnulib.texi: Fix typos.
22370         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
22371
22372 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
22373
22374         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
22375         If size is zero here, buf must be zero.
22376
22377 2007-03-19  Simon Josefsson  <simon@josefsson.org>
22378
22379         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
22380         <bruno@clisp.org>.
22381
22382 2007-03-18  Bruno Haible  <bruno@clisp.org>
22383
22384         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
22385         Suggested by Eric Blake.
22386
22387 2007-03-18  Ben Pfaff  <blp@gnu.org>
22388
22389         * doc/relocatable.texi: Recommend using as prefix a directory
22390         that does not exist and will never be created.  Based on
22391         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
22392         and others.
22393
22394 2007-03-17  Bruno Haible  <bruno@clisp.org>
22395
22396         * lib/fchownat.c: Include lchown.h.
22397
22398 2007-03-17  Bruno Haible  <bruno@clisp.org>
22399
22400         Fix endless loop when the given allocated size was > INT_MAX.
22401         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
22402         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
22403         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
22404         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
22405         * lib/sprintf.c (sprintf): Likewise.
22406
22407 2007-03-17  Bruno Haible  <bruno@clisp.org>
22408
22409         * tests/test-argp-2.sh (func_compare): Output a context diff.
22410
22411 2007-03-17  Bruno Haible  <bruno@clisp.org>
22412
22413         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
22414         locale's decimal-point character.
22415
22416 2007-03-17  Bruno Haible  <bruno@clisp.org>
22417
22418         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
22419         before comparing it. Needed because on some platforms (e.g. x86) a
22420         'long double' occupies less bytes than sizeof (long double).
22421
22422 2007-03-17  Bruno Haible  <bruno@clisp.org>
22423
22424         * tests/test-crc.c (main): Make printf statements 64-bit clean.
22425         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
22426         * tests/test-getaddrinfo.c (simple): Likewise.
22427         * tests/test-read-file.c (main): Likewise.
22428
22429 2007-03-17  Bruno Haible  <bruno@clisp.org>
22430
22431         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
22432
22433 2007-03-17  Bruno Haible  <bruno@clisp.org>
22434
22435         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
22436         unused variable.
22437
22438 2007-03-17  Bruno Haible  <bruno@clisp.org>
22439
22440         * tests/test-c-strcasecmp.c: Include c-strcase.h.
22441         * tests/test-c-strncasecmp.c: Likewise.
22442
22443 2007-03-17  Bruno Haible  <bruno@clisp.org>
22444
22445         * modules/stdlib (Depends-on): Add unistd.
22446         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
22447         Needed for MacOS X 10.3.
22448
22449 2007-03-17  Bruno Haible  <bruno@clisp.org>
22450
22451         * lib/unistr/u-strdup.h: Include <stdlib.h>.
22452
22453 2007-03-17  Bruno Haible  <bruno@clisp.org>
22454
22455         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
22456
22457 2007-03-17  Bruno Haible  <bruno@clisp.org>
22458
22459         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
22460         to reflect files copied from gnulib (with or without modifications).
22461         Suggested by Jim Meyering.
22462
22463 2007-03-17  Eric Blake  <ebb9@byu.net>
22464
22465         * NEWS: Document stdlib change from 2007-02-18.
22466
22467 2007-03-17  Jim Meyering  <jim@meyering.net>
22468
22469         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
22470         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
22471         someone uses a name containing shell meta-characters.
22472         Reported by Alfred M. Szmidt.
22473
22474         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
22475
22476 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22477
22478         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
22479         and copy gettext configuration files only if configure.ac contains
22480         a use of AM_GNU_GETTEXT_VERSION.
22481
22482 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
22483
22484         * build-aux/bootstrap (gnulib_name): New variable.
22485         (gnulib_tool_options): Use it.
22486
22487 2007-03-13  Simon Josefsson  <simon@josefsson.org>
22488
22489         * tests/test-des.c: Use new namespace.
22490
22491 2007-03-15  Bruno Haible  <bruno@clisp.org>
22492
22493         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
22494         Reported by James Youngman <jay@gnu.org>.
22495
22496 2007-03-15  Bruno Haible  <bruno@clisp.org>
22497
22498         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
22499         declared prototype. Needed with cc on OSF/1 5.1.
22500
22501 2007-03-15  Bruno Haible  <bruno@clisp.org>
22502
22503         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
22504         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
22505         (struct gl_list_implementation): Add dispose_fn argument to the
22506         'create_empty', 'create' methods.
22507         (struct gl_list_impl_base): Add field 'dispose_fn'.
22508         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
22509         argument.
22510         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
22511         dispose_fn argument.
22512         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
22513         dispose_fn on the dropped values.
22514         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
22515         dispose_fn argument.
22516         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
22517         dropped values.
22518         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
22519         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22520         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
22521         (gl_tree_remove_node): Call dispose_fn on the dropped value.
22522         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
22523         argument.
22524         (gl_tree_list_free): Call dispose_fn on the dropped values.
22525         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
22526         the dropped values.
22527         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
22528         Add dispose_fn argument.
22529         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
22530         Call dispose_fn on the dropped values.
22531         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
22532         Add dispose_fn argument.
22533         (gl_sublist_create): Initialize the 'dispose_fn' field.
22534         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
22535         * tests/test-array_list.c (main): Update.
22536         * tests/test-carray_list.c (main): Update.
22537         * tests/test-avltree_list.c (main): Update.
22538         * tests/test-rbtree_list.c (main): Update.
22539         * tests/test-avltreehash_list.c (main): Update.
22540         * tests/test-rbtreehash_list.c (main): Update.
22541         * tests/test-linked_list.c (main): Update.
22542         * tests/test-linkedhash_list.c (main): Update.
22543         * tests/test-array_oset.c (main): Update.
22544
22545 2007-03-15  Bruno Haible  <bruno@clisp.org>
22546
22547         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
22548         (gl_oset_create_empty): Add dispose_fn argument.
22549         (struct gl_oset_implementation): Add dispose_fn argument to
22550         'create_empty' method.
22551         (struct gl_oset_impl_base): Add dispose_fn field.
22552         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
22553         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
22554         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
22555         values.
22556         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
22557         (gl_tree_oset_free): Call dispose_fn on the dropped values.
22558         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22559         dropped value.
22560         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
22561         dropped value.
22562         * tests/test-array_oset.c (main): Update.
22563         * tests/test-avltree_oset.c (main): Update.
22564         * tests/test-rbtree_oset.c (main): Update.
22565         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
22566
22567 2007-03-13  Bruno Haible  <bruno@clisp.org>
22568
22569         * tests/test-stdbool.c (i): Update after last patch.
22570
22571 2007-03-12  Bruno Haible  <bruno@clisp.org>
22572
22573         * lib/quotearg.c: Include <wctype.h> early, before the definition of
22574         the iswprint macro. Needed on Solaris 2.5.1.
22575
22576 2007-03-12  Bruno Haible  <bruno@clisp.org>
22577
22578         * tests/test-printf-frexp.c (main): Declare x as volatile.
22579
22580 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22581
22582         * doc/gnulib.texi (Build robot for gnulib): New section.
22583
22584 2007-03-12  Jim Meyering  <jim@meyering.net>
22585
22586         * build-aux/bootstrap: New file.
22587         * build-aux/bootstrap.conf: New file, from coreutils.
22588
22589 2007-03-11  Bruno Haible  <bruno@clisp.org>
22590
22591         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22592
22593 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22594
22595         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22596         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22597         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22598
22599 2007-03-11  Bruno Haible  <bruno@clisp.org>
22600
22601         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22602         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22603
22604 2007-03-11  Bruno Haible  <bruno@clisp.org>
22605
22606         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22607         formula. Needed for SunPRO C 5.0.
22608
22609 2007-03-11  Bruno Haible  <bruno@clisp.org>
22610
22611         * modules/long-options (Depends-on): Add getopt.
22612
22613 2007-03-11  Bruno Haible  <bruno@clisp.org>
22614
22615         * modules/modechange (Depends-on): Add stdbool.
22616
22617 2007-03-11  Bruno Haible  <bruno@clisp.org>
22618
22619         * modules/i-ring (Depends-on): Add stdbool.
22620
22621 2007-03-11  Bruno Haible  <bruno@clisp.org>
22622
22623         * modules/gc-des (Depends-on): Add stdbool.
22624
22625 2007-03-11  Bruno Haible  <bruno@clisp.org>
22626
22627         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22628
22629 2007-03-11  Bruno Haible  <bruno@clisp.org>
22630
22631         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22632
22633 2007-03-11  Bruno Haible  <bruno@clisp.org>
22634
22635         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22636
22637 2007-03-11  Bruno Haible  <bruno@clisp.org>
22638
22639         * lib/vasnprintf.c (sprintf): Undefine.
22640
22641 2007-03-11  Bruno Haible  <bruno@clisp.org>
22642
22643         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22644         initializers in SunPRO C and Compaq C compilers.
22645
22646 2007-03-11  Bruno Haible  <bruno@clisp.org>
22647
22648         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22649         decrementing code ANSI C compliant.
22650
22651 2007-03-11  Bruno Haible  <bruno@clisp.org>
22652
22653         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22654         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22655
22656 2007-03-11  Bruno Haible  <bruno@clisp.org>
22657
22658         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22659         <stdbool.h> substitute doesn't pass.
22660
22661 2007-03-11  Bruno Haible  <bruno@clisp.org>
22662
22663         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22664
22665 2007-03-11  Bruno Haible  <bruno@clisp.org>
22666
22667         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22668         script, for submission to autobuild.josefsson.org.
22669
22670 2007-03-10  Bruno Haible  <bruno@clisp.org>
22671
22672         * modules/canonicalize-lgpl-tests: New file.
22673         * tests/test-canonicalize-lgpl.sh: New file.
22674         * tests/test-canonicalize-lgpl.c: New file.
22675
22676         * modules/c-strcase-tests: New file.
22677         * tests/test-c-strcase.sh: New file.
22678         * tests/test-c-strcasecmp.c: New file.
22679         * tests/test-c-strncasecmp.c: New file.
22680
22681         * modules/atexit-tests: New file.
22682         * tests/test-atexit.sh: New file.
22683         * tests/test-atexit.c: New file.
22684
22685 2007-03-10  Bruno Haible  <bruno@clisp.org>
22686
22687         * tests/test-binary-io.sh: Use temporary filenames that are not so
22688         likely to clash with those of other tests (in a parallel make).
22689         * tests/test-binary-io.c: Likewise.
22690
22691 2007-03-10  Bruno Haible  <bruno@clisp.org>
22692
22693         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22694         fallback; use #error instead.
22695         Suggested by Simon Josefsson.
22696
22697 2007-03-10  Bruno Haible  <bruno@clisp.org>
22698
22699         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22700         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22701         first and the last.
22702
22703 2007-03-10  Bruno Haible  <bruno@clisp.org>
22704
22705         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22706
22707 2007-03-10  Bruno Haible  <bruno@clisp.org>
22708
22709         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22710         "make distcheck".
22711         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22712         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22713         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22714
22715 2007-03-10  Bruno Haible  <bruno@clisp.org>
22716
22717         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22718         variable.
22719         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22720         variable.
22721
22722 2007-03-09  Eric Blake  <ebb9@byu.net>
22723         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22724
22725         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22726         types are not being provided by gnulib.
22727         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22728         types are supported.
22729
22730 2007-03-10  Bruno Haible  <bruno@clisp.org>
22731
22732         * lib/stdio_.h (__attribute__): New macro.
22733         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22734         vsprintf): Specify __attribute__ __format__ for GCC.
22735         Suggested by Eric Blake.
22736
22737 2007-03-09  Bruno Haible  <bruno@clisp.org>
22738
22739         * modules/printf-posix-tests: New file.
22740         * tests/test-printf-posix.sh: New file.
22741         * tests/test-printf-posix.c: New file.
22742
22743         * modules/printf-posix: New file.
22744         * lib/printf.c: New file.
22745         * m4/printf-posix-rpl.m4: New file.
22746         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22747         REPLACE_PRINTF.
22748         * lib/stdio_.h (printf): New declaration.
22749         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22750         ____strfmon____): New macros.
22751         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22752         REPLACE_PRINTF.
22753
22754 2007-03-09  Bruno Haible  <bruno@clisp.org>
22755
22756         * tests/test-vasnprintf-posix2.sh: New file.
22757         * tests/test-vasnprintf-posix2.c: New file.
22758         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22759         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22760         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22761
22762         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22763         a locale dependent decimal point, rather than always '.'.
22764
22765 2007-03-09  Eric Blake  <ebb9@byu.net>
22766
22767         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22768         spite of platforms like Tandem/NSK that define it to -1.
22769
22770 2007-03-08  Bruno Haible  <bruno@clisp.org>
22771
22772         * modules/vprintf-posix-tests: New file.
22773         * tests/test-vprintf-posix.sh: New file.
22774         * tests/test-vprintf-posix.c: New file.
22775         * tests/test-printf-posix.h: New file.
22776
22777         * modules/vprintf-posix: New file.
22778         * lib/vprintf.c: New file.
22779         * m4/vprintf-posix.m4: New file.
22780         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22781         REPLACE_VPRINTF.
22782         * lib/stdio_.h (vprintf): New declaration.
22783         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22784         REPLACE_VPRINTF.
22785
22786 2007-03-08  Bruno Haible  <bruno@clisp.org>
22787
22788         * modules/fprintf-posix-tests: New file.
22789         * tests/test-fprintf-posix.sh: New file.
22790         * tests/test-fprintf-posix.c: New file.
22791
22792         * modules/fprintf-posix: New file.
22793         * lib/fprintf.c: New file.
22794         * m4/fprintf-posix.m4: New file.
22795         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22796         REPLACE_FPRINTF.
22797         * lib/stdio_.h (fprintf): New declaration.
22798         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22799         REPLACE_FPRINTF.
22800
22801 2007-03-08  Bruno Haible  <bruno@clisp.org>
22802
22803         * modules/vfprintf-posix-tests: New file.
22804         * tests/test-vfprintf-posix.sh: New file.
22805         * tests/test-vfprintf-posix.c: New file.
22806         * tests/test-fprintf-posix.h: New file.
22807         * tests/test-fprintf-posix.out: New file.
22808
22809         * modules/vfprintf-posix: New file.
22810         * lib/vfprintf.c: New file.
22811         * m4/vfprintf-posix.m4: New file.
22812         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22813         REPLACE_VFPRINTF.
22814         * lib/stdio_.h (vfprintf): New declaration.
22815         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22816         REPLACE_VFPRINTF.
22817
22818 2007-03-08  Bruno Haible  <bruno@clisp.org>
22819
22820         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22821
22822 2007-03-08  Bruno Haible  <bruno@clisp.org>
22823
22824         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22825         instead of 'expr' invocations.
22826         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22827         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22828         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22829         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22830         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22831         Suggested by Paul Eggert.
22832
22833 2007-03-08  Bruno Haible  <bruno@clisp.org>
22834
22835         * modules/fseterr-tests: New file.
22836         * tests/test-fseterr.c: New file.
22837
22838         * modules/fseterr: New file.
22839         * lib/fseterr.h: New file.
22840         * lib/fseterr.c: New file.
22841
22842 2007-03-08  Bruno Haible  <bruno@clisp.org>
22843
22844         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22845         * lib/getopt_.h: Likewise.
22846         * lib/mbswidth.h: Likewise.
22847         * lib/setenv.h: Likewise.
22848         * lib/vasnprintf.h: Likewise.
22849         * lib/vasprintf.h: Likewise.
22850         * lib/verror.h: Likewise.
22851         * lib/xsetenv.h: Likewise.
22852         * lib/xvasprintf.h: Likewise.
22853
22854 2007-03-08  Jim Meyering  <jim@meyering.net>
22855
22856         * users.txt: Add parted.
22857
22858         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22859
22860 2007-03-07  Bruno Haible  <bruno@clisp.org>
22861
22862         * m4/printf.m4: Make the shell script snippets copy&pastable.
22863
22864 2007-03-02  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/netinet_in_.h: New file.
22867         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22868         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22869         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22870         (Depends-on): Add absolute-header.
22871         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22872         into netinet/in.h.
22873
22874 2007-03-03  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/sys_select_.h: New file.
22877         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22878         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22879         * modules/sys_select (Files): Add lib/sys_select_.h.
22880         (Depends-on): Add absolute-header.
22881         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22882         into sys/select.h.
22883
22884 2007-03-02  Bruno Haible  <bruno@clisp.org>
22885
22886         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22887         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22888         values.
22889         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22890         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22891         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22892         * modules/sys_socket (Depends-on): Add absolute-header.
22893         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22894         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22895         (Include): Remove requirement of inclusion of <sys/types.h>.
22896
22897 2007-03-02  Bruno Haible  <bruno@clisp.org>
22898
22899         * lib/byteswap_.h (bswap_32): Fix formula.
22900
22901 2007-03-06  Bruno Haible  <bruno@clisp.org>
22902
22903         * modules/sprintf-posix-tests: New file.
22904         * tests/test-sprintf-posix.c: New file.
22905
22906         * modules/sprintf-posix: New file.
22907         * lib/sprintf.c: New file.
22908         * m4/sprintf-posix.m4: New file.
22909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22910         REPLACE_SPRINTF.
22911         * lib/stdio_.h (sprintf): New declaration.
22912         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22913         REPLACE_SPRINTF.
22914
22915 2007-03-06  Bruno Haible  <bruno@clisp.org>
22916
22917         * modules/vsprintf-posix-tests: New file.
22918         * tests/test-vsprintf-posix.c: New file.
22919         * tests/test-sprintf-posix.h: New file.
22920
22921         * modules/vsprintf-posix: New file.
22922         * lib/vsprintf.c: New file.
22923         * m4/vsprintf-posix.m4: New file.
22924         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22925         REPLACE_VSPRINTF.
22926         * lib/stdio_.h (vsprintf): New declaration.
22927         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22928         REPLACE_VSPRINTF.
22929
22930 2007-03-06  Bruno Haible  <bruno@clisp.org>
22931
22932         * modules/vsnprintf (Depend-on): Remove minmax.
22933
22934 2007-03-06  Bruno Haible  <bruno@clisp.org>
22935
22936         * modules/snprintf-posix-tests: New file.
22937         * tests/test-snprintf-posix.c: New file.
22938
22939         * modules/snprintf-posix: New file.
22940         * m4/snprintf-posix.m4: New file.
22941         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22942         gl_FUNC_SNPRINTF.
22943         (gl_FUNC_SNPRINTF): Invoke it.
22944         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22945         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22946         is set.
22947         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22948
22949 2007-03-06  Bruno Haible  <bruno@clisp.org>
22950
22951         * modules/vsnprintf-posix-tests: New file.
22952         * tests/test-vsnprintf-posix.c: New file.
22953         * tests/test-snprintf-posix.h: New file.
22954
22955         * modules/vsnprintf-posix: New file.
22956         * m4/vsnprintf-posix.m4: New file.
22957         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22958         gl_FUNC_VSNPRINTF.
22959         (gl_FUNC_VSNPRINTF): Invoke it.
22960         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22961         * lib/stdio_.h (vsnprintf): Define as a replacement if
22962         REPLACE_VSNPRINTF is set.
22963         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22964
22965 2007-03-06  Bruno Haible  <bruno@clisp.org>
22966
22967         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22968         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22969
22970 2007-03-06  Bruno Haible  <bruno@clisp.org>
22971
22972         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22973         (asinl): Declare also if HAVE_DECL_ASINL is set.
22974         (atanl): Declare also if HAVE_DECL_ATANL is set.
22975         (ceill): Declare also if HAVE_DECL_CEILL is set.
22976         (cosl): Declare also if HAVE_DECL_COSL is set.
22977         (expl): Declare also if HAVE_DECL_EXPL is set.
22978         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22979         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22980         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22981         (logl): Declare also if HAVE_DECL_LOGL is set.
22982         (sinl): Declare also if HAVE_DECL_SINL is set.
22983         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22984         (tanl): Declare also if HAVE_DECL_TANL is set.
22985         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22986         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22987         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22988         declaration of frexpl, ldexpl.
22989         * modules/printf-frexpl (Depends-on): Add math.
22990         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22991
22992 2007-03-05  Bruno Haible  <bruno@clisp.org>
22993
22994         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22995         frexpl and ldexpl are declared.
22996         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22997
22998 2007-03-05  Bruno Haible  <bruno@clisp.org>
22999
23000         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
23001         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
23002
23003 2007-03-05  Bruno Haible  <bruno@clisp.org>
23004
23005         * lib/stdio_.h: Include <stddef.h>.
23006
23007 2007-03-05  Bruno Haible  <bruno@clisp.org>
23008
23009         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
23010
23011 2007-03-05  Bruno Haible  <bruno@clisp.org>
23012
23013         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
23014         NetBSD 4, from Ralf Wildenhues.
23015
23016 2007-03-04  Bruno Haible  <bruno@clisp.org>
23017
23018         * lib/vasprintf.h: Update #if logic for the case when the functions
23019         exist but are overridden.
23020
23021 2007-03-04  Bruno Haible  <bruno@clisp.org>
23022
23023         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
23024         implementations: glibc-2.4 and MacOS X 10.3.
23025         * tests/test-vasnprintf-posix.c (test_function): Test also the case
23026         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
23027         * tests/test-vasprintf-posix.c (test_function): Likewise.
23028
23029 2007-03-04  Bruno Haible  <bruno@clisp.org>
23030
23031         * modules/vasprintf-posix-tests: New file.
23032         * tests/test-vasprintf-posix.c: New file.
23033
23034         * modules/vasprintf-posix: New file.
23035         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
23036         defined.
23037         * m4/vasprintf-posix.m4: New file.
23038         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
23039         gl_FUNC_VASPRINTF.
23040         (gl_FUNC_VASPRINTF): Invoke it.
23041         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
23042         here.
23043         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
23044
23045 2007-03-04  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
23048         REPLACE_GETTIMEOFDAY.
23049         * modules/sys_time (Makefile.am): Likewise.
23050         * m4/sys_time_h.m4: Likewise.
23051         * m4/gettimeofday.m4: Likewise.
23052
23053 2007-03-04  Bruno Haible  <bruno@clisp.org>
23054
23055         * modules/vasnprintf-posix-tests: New file.
23056         * tests/test-vasnprintf-posix.c: New file.
23057
23058         * modules/vasnprintf-posix: New file.
23059         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
23060         printf-frexpl.h.
23061         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
23062         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
23063         REPLACE_VASNPRINTF is defined.
23064         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
23065         gl_FUNC_VASNPRINTF.
23066         (gl_FUNC_VASNPRINTF): Invoke it.
23067         * m4/vasnprintf-posix.m4: New file.
23068         * m4/printf.m4: New file.
23069
23070 2007-03-04  Bruno Haible  <bruno@clisp.org>
23071
23072         Compile progreloc.c only if --enable-relocatable is specified.
23073         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
23074         if --enable-relocatable was specified.
23075         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
23076         lib_SOURCES.
23077
23078 2007-03-04  Jim Meyering  <jim@meyering.net>
23079
23080         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
23081         Use it consistently, rather than enumerating errno constants.
23082
23083 2007-03-04  Bruno Haible  <bruno@clisp.org>
23084
23085         * modules/xvasprintf-tests: New file.
23086         * tests/test-xvasprintf.c: New file.
23087
23088         * modules/vasprintf-tests: New file.
23089         * tests/test-vasprintf.c: New file.
23090
23091         * modules/vasnprintf-tests: New file.
23092         * tests/test-vasnprintf.c: New file.
23093
23094         * modules/vsnprintf-tests: New file.
23095         * tests/test-vsnprintf.c: New file.
23096
23097         * modules/snprintf-tests: New file.
23098         * tests/test-snprintf.c: New file.
23099
23100 2007-03-04  Bruno Haible  <bruno@clisp.org>
23101
23102         Compile relocatable.c only if --enable-relocatable is specified.
23103         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
23104         gl_RELOCATABLE_LIBRARY.
23105         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
23106         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
23107         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
23108         gl_RELOCATABLE_LIBRARY.
23109         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
23110         (Makefile.am): Remove lib_SOURCES.
23111         * modules/relocatable-lib-lgpl (configure.ac): Invoke
23112         gl_RELOCATABLE_LIBRARY.
23113         (Makefile.am): Remove lib_SOURCES.
23114         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
23115         always.
23116         * modules/relocatable-prog-wrapper (configure.ac): Invoke
23117         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
23118
23119 2007-03-04  Bruno Haible  <bruno@clisp.org>
23120
23121         * modules/argmatch-tests: New file.
23122         * tests/test-argmatch.c: New file.
23123
23124         * tests/test-allocsa.c (main): Halve the number of loop runs.
23125
23126         * modules/alloca-opt-tests: New file.
23127         * tests/test-alloca-opt.c: New file.
23128
23129 2007-03-04  Jim Meyering  <jim@meyering.net>
23130
23131         Work around difference between Linux ACLs and Solaris 10 ZFS.
23132         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
23133         for EINVAL.
23134
23135 2007-03-03  Bruno Haible  <bruno@clisp.org>
23136
23137         * modules/relocatable-prog (Depends-on): Add back progreloc's
23138         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
23139
23140 2007-03-03  Bruno Haible  <bruno@clisp.org>
23141
23142         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
23143         * modules/relocatable-lib: New file.
23144
23145 2007-03-03  Bruno Haible  <bruno@clisp.org>
23146
23147         * modules/relocatable-prog: Renamed from modules/relocatable.
23148         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
23149
23150 2007-03-03  Bruno Haible  <bruno@clisp.org>
23151
23152         * modules/relocatable-script (Files): Add doc/relocatable.texi,
23153         m4/relocatable-lib.m4.
23154         (Depends-on): Remove 'relocatable'.
23155         (configure.ac): Add gl_RELOCATABLE_NOP.
23156
23157 2007-03-03  Bruno Haible  <bruno@clisp.org>
23158
23159         * modules/relocatable-prog-wrapper: New file.
23160         * modules/relocatable (Depends-on): Add it. Remove all other
23161         dependencies except progname.
23162         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
23163
23164         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
23165         (gl_FUNC_STRERROR): Nop.
23166         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
23167
23168         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
23169         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
23170
23171         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
23172         (gl_FUNC_READLINK): Update.
23173
23174         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
23175
23176 2007-03-03  Bruno Haible  <bruno@clisp.org>
23177
23178         * lib/xreadlink.c: Include <unistd.h> unconditionally.
23179         * modules/xreadlink (Depends-on): Add unistd.
23180         * modules/xreadlink-with-size (Depends-on): Likewise.
23181
23182 2007-03-03  Bruno Haible  <bruno@clisp.org>
23183
23184         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
23185         extracted from gt_FUNC_SETENV.
23186         (gt_FUNC_SETENV): Remove macro.
23187         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
23188         remove gt_FUNC_SETENV.
23189
23190 2007-03-03  Bruno Haible  <bruno@clisp.org>
23191
23192         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
23193         ENABLE_RELOCATABLE here.
23194         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
23195
23196 2007-03-03  Bruno Haible  <bruno@clisp.org>
23197
23198         * modules/rbtreehash-list-tests (Depends-on): Add progname.
23199         * tests/test-rbtreehash_list.c: Include progname.h.
23200         (main): Call set_program_name.
23201
23202         * modules/rbtree-oset-tests (Depends-on): Add progname.
23203         * tests/test-rbtree_oset.c: Include progname.h.
23204         (main): Call set_program_name.
23205
23206         * modules/rbtree-list-tests (Depends-on): Add progname.
23207         * tests/test-rbtree_list.c: Include progname.h.
23208         (main): Call set_program_name.
23209
23210         * modules/linked-list-tests (Depends-on): Add progname.
23211         * tests/test-linked_list.c: Include progname.h.
23212         (main): Call set_program_name.
23213
23214 2007-03-03  Bruno Haible  <bruno@clisp.org>
23215
23216         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
23217         All uses of __restrict changed to _Restrict_.
23218         * lib/glob_.h (__restrict): Remove macro.
23219
23220 2007-03-02  Bruno Haible  <bruno@clisp.org>
23221
23222         * modules/gettext (configure.ac): Require gettext infrastructure
23223         from version 0.16.1.
23224
23225 2007-03-02  Bruno Haible  <bruno@clisp.org>
23226
23227         * modules/linkedhash-list-tests (Depends-on): Add progname.
23228         * tests/test-linkedhash_list.c: Include progname.h.
23229         (main): Call set_program_name.
23230
23231         * modules/carray-list-tests (Depends-on): Add progname.
23232         * tests/test-carray_list.c: Include progname.h.
23233         (main): Call set_program_name.
23234
23235         * modules/avltreehash-list-tests (Depends-on): Add progname.
23236         * tests/test-avltreehash_list.c: Include progname.h.
23237         (main): Call set_program_name.
23238
23239         * modules/avltree-oset-tests (Depends-on): Add progname.
23240         * tests/test-avltree_oset.c: Include progname.h.
23241         (main): Call set_program_name.
23242
23243         * modules/avltree-list-tests (Depends-on): Add progname.
23244         * tests/test-avltree_list.c: Include progname.h.
23245         (main): Call set_program_name.
23246
23247         * modules/array-oset-tests (Depends-on): Add progname.
23248         * tests/test-array_oset.c: Include progname.h.
23249         (main): Call set_program_name.
23250
23251         * modules/array-list-tests (Depends-on): Add progname.
23252         * tests/test-array_list.c: Include progname.h.
23253         (main): Call set_program_name.
23254
23255         * modules/argp-tests (Depends-on): Add progname.
23256         * tests/test-argp.c: Include argp.h first. Include progname.h.
23257         (main): Call set_program_name.
23258
23259 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
23260
23261         * doc/gnulib-tool.texi (Initial import): Reword description of
23262         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
23263         limited effect even if defined after the first system include.
23264
23265 2007-03-01  Bruno Haible  <bruno@clisp.org>
23266
23267         * build-aux/config.libpath: Update to libtool-1.5.22.
23268         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23269
23270 2007-03-01  Bruno Haible  <bruno@clisp.org>
23271
23272         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
23273         foo_CFLAGS.
23274         Reported by Ralf Wildenhues.
23275
23276 2007-03-01  Bruno Haible  <bruno@clisp.org>
23277
23278         * build-aux/install-reloc: Remove object files left over by some
23279         compilers.
23280         Reported by Ralf Wildenhues.
23281
23282 2007-03-01  Bruno Haible  <bruno@clisp.org>
23283
23284         * build-aux/install-reloc: Break long lines.
23285
23286 2007-03-01  Bruno Haible  <bruno@clisp.org>
23287
23288         * doc/relocatable.texi: Document that it may not work on OpenBSD.
23289         Reported by Ralf Wildenhues.
23290
23291 2007-03-01  Bruno Haible  <bruno@clisp.org>
23292
23293         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
23294         include ordering constraints.
23295
23296 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
23297
23298         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
23299         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
23300         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
23301         as another example.
23302         * lib/time_.h: Fix misspelling.
23303         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
23304         Require gl_HEADER_TIME_H_DEFAULTS.
23305         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
23306         * m4/time_r.m4 (gl_TIME_R): Likewise.
23307         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
23308
23309 2007-03-01  Bruno Haible  <bruno@clisp.org>
23310
23311         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
23312         * m4/utimens.m4 (gl_UTIMENS): Likewise.
23313
23314 2007-03-01  Jim Meyering  <jim@meyering.net>
23315
23316         * modules/xreadlink (Maintainer): Add my name.
23317         * modules/xreadlink-with-size (Depends-on): Alphabetize.
23318
23319 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
23320             Bruno Haible  <bruno@clisp.org>
23321
23322         * build-aux/install-reloc: Compile also c-ctype.c.
23323         * build-aux/relocatable.sh.in: New file.
23324         * doc/relocatable.texi: New file.
23325         * doc/relocatable-maint.texi: New file.
23326         * doc/gnulib.texi: Include relocatable-maint.texi.
23327         * lib/progreloc.c: Include unistd.h unconditionally.
23328         * lib/relocwrapper.c: Include unistd.h unconditionally.
23329         Include c-ctype.h.
23330         (add_dotbin): Use c_tolower.
23331         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
23332         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
23333         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
23334         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
23335         to m4/relocatable-lib.m4.
23336         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
23337         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
23338         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
23339         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
23340         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
23341         * modules/relocatable: New file.
23342         * modules/relocatable-lib: New file.
23343         * modules/relocatable-script: New file.
23344
23345 2007-02-28  Bruno Haible  <bruno@clisp.org>
23346
23347         Import --enable-relocatable infrastructure.
23348         * build-aux/config.libpath: New file, from GNU gettext.
23349         * build-aux/install-reloc: New file, from GNU gettext.
23350         * build-aux/reloc-ldflags: New file, from GNU gettext.
23351         * lib/relocatable.h: New file, from GNU gettext.
23352         * lib/relocatable.c: New file, from GNU gettext.
23353         * lib/relocwrapper.c: New file, from GNU gettext.
23354         * m4/relocatable.m4: New file, from GNU gettext.
23355
23356 2007-02-28  Bruno Haible  <bruno@clisp.org>
23357
23358         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
23359
23360         * modules/xreadlink: New file, from GNU gettext with modifications.
23361         * lib/xreadlink.c: New file, from GNU gettext.
23362         * lib/xreadlink.h: Add comments.
23363         (xreadlink): New declaration.
23364
23365         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
23366         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
23367         lib/xreadlink-with-size.c.
23368         (configure.ac): Remove gl_XREADLINK invocation.
23369         (Makefile.am): Augment lib_SOURCES.
23370         * m4/xreadlink.m4: Remove file.
23371         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
23372         (xreadlink_with_size): Renamed from xreadink.
23373         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
23374         * modules/canonicalize (Depends-on): Replace xreadlink with
23375         xreadlink-with-size.
23376         * lib/canonicalize.c (canonicalize_filename_mode): Update.
23377
23378 2007-02-25  Jim Meyering  <jim@meyering.net>
23379
23380         * build-aux/announce-gen: When complaining about excess arguments,
23381         list them.
23382
23383 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
23384
23385         * README: Document signed integer overflow situation more
23386         accurately.
23387
23388 2007-02-25  Bruno Haible  <bruno@clisp.org>
23389
23390         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
23391         'a' or 'A' conversion.
23392
23393 2007-02-25  Bruno Haible  <bruno@clisp.org>
23394
23395         * modules/filename: Renamed from modules/pathname.
23396         (Files): Replace lib/pathname.h with lib/filename.h. Replace
23397         lib/concatpath.c with lib/concat-filename.c.
23398         (Makefile.am): Update.
23399         (Include): Replace pathname.h with filename.h.
23400         * lib/filename.h: Renamed from lib/pathname.h.
23401         (concatenated_filename): Renamed from concatenated_pathname.
23402         * lib/concat-filename.c: Renamed from lib/concatpath.c.
23403         (concatenated_filename): Renamed from concatenated_pathname.
23404         * lib/findprog.c: Include filename.h instead of pathname.h.
23405         (find_in_path): Update.
23406         * lib/javacomp.c: Include filename.h instead of pathname.h.
23407         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23408         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23409         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23410         is_oldgcj_14_13_usable, is_javac_usable): Update.
23411         * lib/javaexec.c: Include filename.h instead of pathname.h.
23412         (execute_java_class): Update.
23413         * modules/findprog: Update.
23414         * modules/javacomp: Update.
23415         * modules/javaexec: Update.
23416         * MODULES.html.sh (File system functions): Add 'filename', remove
23417         'pathname'.
23418
23419 2007-02-25  Bruno Haible  <bruno@clisp.org>
23420
23421         * modules/printf-frexpl-tests: New file.
23422         * tests/test-printf-frexpl.c: New file.
23423
23424         * modules/printf-frexpl: New file.
23425         * lib/printf-frexpl.h: New file.
23426         * lib/printf-frexpl.c: New file.
23427         * m4/printf-frexpl.m4: New file.
23428
23429 2007-02-25  Bruno Haible  <bruno@clisp.org>
23430
23431         * modules/printf-frexp-tests: New file.
23432         * tests/test-printf-frexp.c: New file.
23433
23434         * modules/printf-frexp: New file.
23435         * lib/printf-frexp.h: New file.
23436         * lib/printf-frexp.c: New file.
23437         * m4/printf-frexp.m4: New file.
23438
23439 2007-02-25  Bruno Haible  <bruno@clisp.org>
23440
23441         Assume automake >= 1.10 for the tests.
23442         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
23443         * modules/arctwo-tests: Likewise.
23444         * modules/argp-tests: Likewise.
23445         * modules/avltree-list-tests: Likewise.
23446         * modules/avltree-oset-tests: Likewise.
23447         * modules/avltreehash-list-tests: Likewise.
23448         * modules/carray-list-tests: Likewise.
23449         * modules/crc-tests: Likewise.
23450         * modules/des-tests: Likewise.
23451         * modules/gc-arcfour-tests: Likewise.
23452         * modules/gc-arctwo-tests: Likewise.
23453         * modules/gc-des-tests: Likewise.
23454         * modules/gc-hmac-md5-tests: Likewise.
23455         * modules/gc-hmac-sha1-tests: Likewise.
23456         * modules/gc-md2-tests: Likewise.
23457         * modules/gc-md4-tests: Likewise.
23458         * modules/gc-md5-tests: Likewise.
23459         * modules/gc-pbkdf2-sha1-tests: Likewise.
23460         * modules/gc-rijndael-tests: Likewise.
23461         * modules/gc-sha1-tests: Likewise.
23462         * modules/gc-tests: Likewise.
23463         * modules/getaddrinfo-tests: Likewise.
23464         * modules/hmac-md5-tests: Likewise.
23465         * modules/hmac-sha1-tests: Likewise.
23466         * modules/linked-list-tests: Likewise.
23467         * modules/linkedhash-list-tests: Likewise.
23468         * modules/lock-tests: Likewise.
23469         * modules/md2-tests: Likewise.
23470         * modules/md4-tests: Likewise.
23471         * modules/md5-tests: Likewise.
23472         * modules/rbtree-list-tests: Likewise.
23473         * modules/rbtree-oset-tests: Likewise.
23474         * modules/rbtreehash-list-tests: Likewise.
23475         * modules/read-file-tests: Likewise.
23476         * modules/rijndael-tests: Likewise.
23477         * modules/stdint-tests: Likewise.
23478         * modules/tls-tests: Likewise.
23479
23480 2007-02-24  Bruno Haible  <bruno@clisp.org>
23481
23482         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
23483         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
23484         function; instead check whether isnan with a double argument links.
23485         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
23486         function; instead check whether isnan with a 'long double' argument
23487         links.
23488         Reported by Eric Blake <ebb9@byu.net>.
23489
23490 2007-02-24  Bruno Haible  <bruno@clisp.org>
23491
23492         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
23493         defined.
23494         * lib/isnanl.c: Remove all code. Just include isnan.c.
23495         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
23496
23497 2007-02-25  Jim Meyering  <jim@meyering.net>
23498
23499         Avoid conflicting types for 'unsetenv' on FreeBSD.
23500         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
23501         conflicting with FreeBSD's (5.0 and 6.1) function declaration
23502         in stdlib.h.
23503
23504 2007-02-24  Bruno Haible  <bruno@clisp.org>
23505
23506         * modules/isnanl-nolibm-tests: New file.
23507         * tests/test-isnanl.c: New file.
23508
23509         * modules/isnanl-nolibm: New file.
23510         * lib/isnanl.h: New file.
23511         * lib/isnanl.c: New file.
23512         * m4/isnanl.m4: New file.
23513
23514 2007-02-24  Bruno Haible  <bruno@clisp.org>
23515
23516         * modules/isnan-nolibm-tests: New file.
23517         * tests/test-isnan.c: New file.
23518
23519         * modules/isnan-nolibm: New file.
23520         * lib/isnan.h: New file.
23521         * lib/isnan.c: New file.
23522         * m4/isnan.m4: New file.
23523
23524 2007-02-24  Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
23527         assume that an exponent fits in 20 bits.
23528
23529 2007-02-24  Jim Meyering  <jim@meyering.net>
23530
23531         * m4/regex.m4: Update the description of the configure-time option,
23532         --without-included-regex, to state accurately what the defaults are,
23533         and perhaps to give people an idea why using this option is risky.
23534
23535 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
23536
23537         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
23538         loops on small arguments.  This attempts to avoid the problem
23539         Bruno Haible reported for AIX 4.3.2 in
23540         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
23541
23542 2007-02-23  Bruno Haible  <bruno@clisp.org>
23543
23544         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
23545         Needed for help2man.
23546
23547 2007-02-23  Karl Berry  <karl@gnu.org>
23548
23549         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
23550         exists, foo.h should be cvs-ignored, not committed.
23551
23552 2007-02-23  Eric Blake  <ebb9@byu.net>
23553
23554         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
23555         * lib/stat-time.h (includes): Likewise.
23556         * lib/utimecmp.c (includes): Likewise.
23557         * lib/utimens.h (includes): Likewise.
23558         * lib/getdate.y (includes): Also include "timespec.h" for use
23559         internal to the module.
23560         * modules/utimens (Depends-on): Revert yesterday's patch.
23561         * modules/nanosleep (Depends-on): Add missing dependency.
23562
23563 2007-02-22  Bruno Haible  <bruno@clisp.org>
23564
23565         * lib/glob.c: Don't include getlogin_r.h.
23566
23567 2007-02-22  Jim Meyering  <jim@meyering.net>
23568
23569         * modules/utimens (Depends-on): Add timespec, required for
23570         utimens.h's inclusion of timespec.h.
23571
23572 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
23573
23574         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
23575         long unreadable paths in GNU/Linux.  Problem reported by Andreas
23576         Schwab in
23577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
23578         I'll try to think of a better way to fix the Solaris problem.
23579
23580         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
23581         like glibc; on Solaris 10, it fails with errno == EINVAL.
23582         POSIX says the behavior is unspecified if the first argument is NULL,
23583         so play it safe and never pass NULL to the system getcwd.
23584
23585 2007-02-21  Jim Meyering  <jim@meyering.net>
23586
23587         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23588         of gettimeofday.  It would conflict with the one now always
23589         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23590         an IRIX 6.5 build failure.
23591
23592 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23593
23594         Minor fixups to port to Solaris 10 with Sun C 5.8.
23595         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23596         * modules/getcwd (Depends-on): Add dirfd.
23597         * lib/putenv.c (putenv): #undef it.
23598         (rpl_putenv): New decl.
23599         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23600
23601 2007-02-20  Bruno Haible  <bruno@clisp.org>
23602
23603         * modules/stdio-tests: New file.
23604         * tests/test-stdio.c: New file.
23605
23606         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23607         (Depends-on): Add stdio.
23608         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23609         (Include): Use <stdio.h> instead of vsnprintf.h.
23610         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23611         HAVE_DECL_VSNPRINTF.
23612         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23613
23614         * modules/snprintf (Files): Remove lib/snprintf.h.
23615         (Depends-on): Add stdio.
23616         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23617         (Include): Use <stdio.h> instead of snprintf.h.
23618         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23619         HAVE_DECL_SNPRINTF.
23620         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23621         * lib/getaddrinfo.c: Likewise.
23622
23623         * modules/stdio: New file.
23624         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23625         * lib/snprintf.h: Remove file.
23626         * lib/vsnprintf.h: Remove file.
23627         * lib/.cppi-disable: Remove snprintf.h.
23628         * m4/stdio_h.m4: New file.
23629         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23630
23631 2007-02-20  Jim Meyering  <jim@meyering.net>
23632
23633         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23634         used by e.g., mingw.  From Bruno Haible.
23635
23636 2007-02-19  Bruno Haible  <bruno@clisp.org>
23637
23638         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23639         warnings.
23640         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23641
23642 2007-02-19  Bruno Haible  <bruno@clisp.org>
23643
23644         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23645         from mingw users.
23646
23647 2007-02-19  Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23650         warnings.
23651         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23652
23653 2007-02-19  Jim Meyering  <jim@meyering.net>
23654
23655         Don't use FD after a successful "fdopendir (fd)".
23656         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23657         Reset it by calling dirfd on the just-obtained DIR*.
23658
23659         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23660         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23661
23662 2007-02-18  Bruno Haible  <bruno@clisp.org>
23663
23664         * lib/readlink.c: Include <unistd.h>.
23665         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23666         HAVE_READLINK.
23667         * modules/readlink (Depends-on): Add unistd.
23668         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23669         (Include): Add <unistd.h>.
23670
23671         * lib/getlogin_r.h: Remove file.
23672         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23673         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23674         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23675         HAVE_DECL_GETLOGIN_R.
23676         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23677         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23678         (Include): Use <unistd.h> instead of getlogin_r.h.
23679
23680         * lib/getcwd.h: Remove file.
23681         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23682         * lib/xgetcwd.c: Likewise.
23683         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23684         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23685         * modules/getcwd (Files): Remove lib/getcwd.h.
23686         (Depends-on): Add unistd.
23687         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23688         (Include): Use <unistd.h> instad of getcwd.h.
23689
23690         * lib/ftruncate.c: Include <unistd.h> first.
23691         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23692         Set HAVE_FTRUNCATE.
23693         * modules/ftruncate (Depends-on): Add unistd.
23694         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23695
23696         * lib/fchdir.c: Include <unistd.h> first.
23697         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23698         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23699         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23700         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23701         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23702
23703         * lib/dup2.c: Include <unistd.h> first.
23704         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23705         HAVE_DUP2.
23706         * modules/dup2 (Depends-on): Add unistd.
23707         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23708
23709         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23710         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23711         REPLACE_CHOWN. Don't define chown as a macro here.
23712         * modules/chown (Depends-on): Add unistd.
23713         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23714
23715         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23716         Add definition for GL_LINK_WARNING.
23717         (chown, dup2): New declarations.
23718         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23719         link warning.
23720         (ftruncate): New declaration.
23721         (getcwd): New declaration, taken from old getcwd.h.
23722         (getlogin_r): New declaration, taken from old getlogin_r.h.
23723         (readlink): New declaration.
23724         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23725         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23726         (gl_PREREQ_UNISTD): Remove macro.
23727         (gl_UNISTD_MODULE_INDICATOR): New macro.
23728         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23729         many new variables. Don't set UNISTD_H.
23730         * modules/unistd (Description): Change.
23731         (Depends-on): Add link-warning.
23732         (configure.ac): Update.
23733         (Makefile.am): Create unistd.h always. Substitute many new variables
23734         into it.
23735
23736 2007-02-18  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23739         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23740         HAVE_GETSUBOPT.
23741         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23742         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23743         * lib/getsubopt.h: Remove file.
23744         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23745         (Depends-on): Add stdlib.
23746         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23747         (Includes): Use <stdlib.h> instead of getsubopt.h.
23748         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23749         Set HAVE_GETSUBOPT.
23750         * lib/getsubopt.c: Don't include getsubopt.h.
23751
23752 2007-02-18  Bruno Haible  <bruno@clisp.org>
23753
23754         * modules/fchdir (Depends-on): Add dup2.
23755
23756 2007-02-18  Bruno Haible  <bruno@clisp.org>
23757
23758         * lib/stdlib_.h: Handle glibc's special invocation convention
23759         specially.
23760
23761 2007-02-18  Bruno Haible  <bruno@clisp.org>
23762
23763         * modules/stdlib-tests: New file.
23764         * tests/test-stdlib.c: New file.
23765
23766         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23767         (Depends-on): Add stdlib.
23768         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23769         (Includes): Use <stdlib.h> instead of mkstemp.h.
23770         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23771         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23772         * lib/mkstemp.c: Don't include mkstemp.h.
23773         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23774         * lib/stdlib--.h: Don't include mkstemp.h.
23775
23776         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23777         (Depends-on): Add stdlib.
23778         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23779         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23780         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23781         HAVE_MKDTEMP.
23782         * lib/mkdtemp.c: Don't include mkdtemp.h.
23783         * lib/clean-temp.c: Don't include mkdtemp.h.
23784
23785         * modules/exit (Files): Remove lib/exit.h.
23786         (Depends-on): Add stdlib.
23787         (Makefile.am): Remove lib_SOURCES.
23788         (Include): Use <stdlib.h> instead of exit.h.
23789         * lib/argmatch.c: Don't include exit.h.
23790         * lib/execute.c: Likewise.
23791         * lib/pagealign_alloc.c: Likewise.
23792         * lib/pipe.c: Likewise.
23793         * lib/wait-process.c: Likewise.
23794         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23795         * lib/exitfail.c: Likewise.
23796         * lib/savewd.c: Likewise.
23797         * lib/xsetenv.c: Likewise.
23798
23799         * modules/stdlib: New file.
23800         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23801         and extra comments about mkstemp().
23802         * lib/exit.h: Remove file.
23803         * lib/mkdtemp.h: Remove file.
23804         * lib/mkstemp.h: Remove file.
23805         * m4/stdlib_h.m4: New file.
23806         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23807
23808 2007-02-18  Bruno Haible  <bruno@clisp.org>
23809
23810         * modules/math-tests: New file.
23811         * tests/test-math.c: New file.
23812
23813         * modules/math: New file.
23814         * modules/mathl (Files): Remove lib/mathl.h.
23815         (Depends-on): Add math.
23816         (Makefile.am): Don't mention mathl.h.
23817         (Include): Use <math.h> instead of mathl.h.
23818         * lib/math_.h: New file.
23819         * lib/mathl.h: Remove file.
23820         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23821         mathl.h.
23822         * lib/asinl.c: Likewise.
23823         * lib/atanl.c: Likewise.
23824         * lib/ceill.c: Likewise.
23825         * lib/cosl.c: Likewise.
23826         * lib/expl.c: Likewise.
23827         * lib/floorl.c: Likewise.
23828         * lib/frexpl.c: Likewise.
23829         * lib/ldexpl.c: Likewise.
23830         * lib/logl.c: Likewise.
23831         * lib/sincosl.c: Likewise.
23832         * lib/sinl.c: Likewise.
23833         * lib/sqrtl.c: Likewise.
23834         * lib/tanl.c: Likewise.
23835         * lib/trigl.c: Likewise.
23836         * m4/math_h.m4: New file.
23837         * MODULES.html.sh (Mathematics): Add math.
23838
23839 2007-02-17  Bruno Haible  <bruno@clisp.org>
23840
23841         * modules/wctype-tests: New file.
23842         * tests/test-wctype.c: New file.
23843
23844         * modules/wchar-tests: New file.
23845         * tests/test-wchar.c: New file.
23846
23847         * modules/unistd-tests: New file.
23848         * tests/test-unistd.c: New file.
23849
23850         * modules/time-tests: New file.
23851         * tests/test-time.c: New file.
23852
23853         * modules/sysexits-tests: New file.
23854         * tests/test-sysexits.c: New file.
23855
23856         * modules/sys_time-tests: New file.
23857         * tests/test-sys_time.c: New file.
23858
23859         * modules/sys_stat-tests: New file.
23860         * tests/test-sys_stat.c: New file.
23861
23862         * modules/sys_socket-tests: New file.
23863         * tests/test-sys_socket.c: New file.
23864
23865         * modules/sys_select-tests: New file.
23866         * tests/test-sys_select.c: New file.
23867
23868         * modules/string-tests: New file.
23869         * tests/test-string.c: New file.
23870
23871         * modules/stdbool-tests: New file.
23872         * tests/test-stdbool.c: New file.
23873
23874         * modules/netinet_in-tests: New file.
23875         * tests/test-netinet_in.c: New file.
23876
23877         * modules/inttypes-tests: New file.
23878         * tests/test-inttypes.c: New file.
23879
23880         * modules/fcntl-tests: New file.
23881         * tests/test-fcntl.c: New file.
23882
23883         * modules/byteswap-tests: New file.
23884         * tests/test-byteswap.c: New file.
23885
23886         * modules/arpa_inet-tests: New file.
23887         * tests/test-arpa_inet.c: New file.
23888
23889 2007-02-17  Bruno Haible  <bruno@clisp.org>
23890
23891         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23892         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23893         if the corresponding module is not enabled. Emit link warnings if
23894         the function is used nevertheless.
23895         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23896         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23897         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23898         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23899         * modules/inttypes (Depends-on): Add link-warning.
23900         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23901         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23902         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23903         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23904         * modules/imaxdiv (configure.ac): Likewise.
23905         * modules/strtoimax (configure.ac): Likewise.
23906         * modules/strtoumax (configure.ac): Likewise.
23907
23908 2007-02-17  Bruno Haible  <bruno@clisp.org>
23909
23910         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23911         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23912         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23913         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23914
23915 2007-02-17  Bruno Haible  <bruno@clisp.org>
23916
23917         * modules/link-warning: New file.
23918         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23919         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23920         * modules/string (Depends-on): Add link-warning.
23921         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23922         string.h.
23923         * MODULES.html.sh (Support for building libraries and executables): Add
23924         link-warning.
23925
23926 2007-02-17  Bruno Haible  <bruno@clisp.org>
23927
23928         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23929         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23930         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23931         long lines.
23932
23933 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23934             Bruno Haible  <bruno@clisp.org>
23935
23936         * modules/tmpfile: New file.
23937         * lib/tmpfile.c: New file.
23938         * m4/tmpfile.m4: New file.
23939         * MODULES.html.sh (func_all_modules): New section "Input/output".
23940
23941 2007-02-15  Bruno Haible  <bruno@clisp.org>
23942
23943         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23944         (supports_delete_on_close): New function.
23945         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23946
23947 2007-02-14  Bruno Haible  <bruno@clisp.org>
23948
23949         * modules/mbspcasecmp-tests: New file.
23950         * tests/test-mbspcasecmp.sh: New file.
23951         * tests/test-mbspcasecmp.c: New file.
23952
23953         New module mbspcasecmp.
23954         * modules/mbspcasecmp: New file.
23955         * lib/mbspcasecmp.c: New file.
23956         * lib/string_.h (strncasecmp): Change warning message.
23957         (mbspcasecmp): New declaration.
23958         * m4/mbspcasecmp.m4: New file.
23959         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23960         GNULIB_MBSPCASECMP.
23961         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23962         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23963
23964 2007-02-14  Bruno Haible  <bruno@clisp.org>
23965
23966         * modules/mbsncasecmp-tests: New file.
23967         * tests/test-mbsncasecmp.sh: New file.
23968         * tests/test-mbsncasecmp.c: New file.
23969
23970         New module mbsncasecmp.
23971         * modules/mbsncasecmp: New file.
23972         * lib/mbsncasecmp.c: New file.
23973         * lib/string_.h (mbsncasecmp): New declaration.
23974         * m4/mbsncasecmp.m4: New file.
23975         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23976         GNULIB_MBSNCASECMP.
23977         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23978         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23979
23980 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23981
23982         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23983         Verify that it doesn't overlap with our flags.
23984         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23985         do not have the desired effect in multibyte locales; instead, use
23986         mbscasecmp.
23987         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23988         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23989         we don't require GNU fnmatch ourselves (if our users require it, they
23990         should do so explicitly).
23991
23992         Fix regex code so it doesn't rely on strcasecmp.
23993         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23994         Otherwise, include gnulib's langinfo.h.
23995         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23996         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23997         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23998         * modules/regex (FILES): Remove m4/codeset.m4.
23999         (Depends-on): Add localcharset.  Remove strcase.
24000
24001 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24002
24003         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
24004         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
24005
24006 2007-02-13  Bruno Haible  <bruno@clisp.org>
24007
24008         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
24009         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24010
24011 2007-02-12  Bruno Haible  <bruno@clisp.org>
24012
24013         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
24014         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
24015         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
24016         time warning rather than a link error.
24017
24018 2007-02-12  Bruno Haible  <bruno@clisp.org>
24019
24020         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
24021         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
24022         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24023
24024 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
24025
24026         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
24027         args, not 2.
24028
24029 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
24030
24031         New module 'time', so that apps can include <time.h> as per
24032         POSIX and GNU instead of separate include files like time_r.h
24033         and timegm.h.  This implementation tries out a simpler approach
24034         for replacing decls in standard include files (as compared to
24035         the string module), somewhat as an experiment.
24036
24037         * config/srclist.txt: Comment out mktime.c for now.
24038         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
24039         since it doesn't apply any more.  Use generic wording instead.
24040         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
24041         'time'.
24042         * lib/time_.h, m4/time_h.m4, modules/time: New files.
24043         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
24044         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
24045         Don't include <sys/types.h>; no longer needed since we assume C89.
24046         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
24047         * lib/strftime.c: Likewise.
24048         * lib/time_r.c: Likewise.
24049         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
24050         * lib/nanosleep.c: Include <time.h> first, to check interface.
24051         * lib/strptime.c: Likewise.
24052         * lib/time_r.c: Likewise.
24053         * lib/timegm.c: Likewise.
24054         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
24055         needed.
24056         * lib/timegm.c: Don't include timegm.h; no longer needed.
24057         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
24058         time.h now handles any problems in that area.
24059         (struct timespec, nanosleep): Remove; time.h now arranges for these.
24060         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
24061         that time.h defines struct timespec.
24062         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
24063         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
24064         handles that.
24065         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
24066         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
24067         needed.  Set REPLACE_LOCALTIME.
24068         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
24069         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
24070         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
24071         nanosleep; time_h.m4 now does that.  Don't require
24072         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
24073         module handles this now.
24074         * modules/getdate (Depends-on): Remove timespec.  Add time.
24075         * modules/nanosleep (Depends-on): Likewise.
24076         * modules/stat-time (Depends-on): Likewise.
24077         * modules/nanosleep (Include): Include time.h, not timespec.h.
24078         * modules/strptime (Files): Remove lib/strptime.h.
24079         (Depends-on): Add extensions, time.
24080         (Include): Include time.h, not strptime.h.
24081         * modules/time_r (Files): Remove lib/time_r.h.
24082         (Depends-on): Add time.
24083         (Include): Include time.h, not time_r.h.
24084         * modules/timegm: Likewise.
24085         * modules/timespec (Description): Now does timespec-related decls
24086         of our own, instead of struct timespec itself.
24087         (Depends-on): Add time; remove extensions.
24088         (Maintainer): Add self.
24089         * modules/utimecmp (Depends-on): Add time; remove timespec.
24090         * modules/utimens (Depends-on): Likewise.
24091         * modules/xnanosleep (Depends-on): Likewise.
24092
24093 2007-02-11  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/c-strstr.c: Include allocsa.h.
24096         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
24097         * lib/c-strcasestr.c: Include allocsa.h.
24098         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
24099         * lib/strcasestr.c: Include allocsa.h.
24100         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
24101         * lib/mbsstr.c: Include allocsa.h.
24102         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
24103         allocsa/freesa instead of malloc/free.
24104         * lib/mbscasestr.c: Include allocsa.h.
24105         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
24106         allocsa/freesa instead of malloc/free.
24107         * modules/c-strstr (Depends-on): Add allocsa.
24108         * modules/c-strcasestr (Depends-on): Likewise.
24109         * modules/strcasestr (Depends-on): Likewise.
24110         * modules/mbsstr (Depends-on): Likewise.
24111         * modules/mbscasestr (Depends-on): Likewise.
24112
24113 2007-02-11  Bruno Haible  <bruno@clisp.org>
24114
24115         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
24116
24117         * modules/mbsspn-tests: New file.
24118         * tests/test-mbsspn.sh: New file.
24119         * tests/test-mbsspn.c: New file.
24120
24121 2007-02-11  Bruno Haible  <bruno@clisp.org>
24122
24123         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
24124
24125         * modules/mbspbrk-tests: New file.
24126         * tests/test-mbspbrk.sh: New file.
24127         * tests/test-mbspbrk.c: New file.
24128
24129 2007-02-11  Bruno Haible  <bruno@clisp.org>
24130
24131         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
24132         unneeded cast.
24133
24134         * modules/mbscspn-tests: New file.
24135         * tests/test-mbscspn.sh: New file.
24136         * tests/test-mbscspn.c: New file.
24137
24138 2007-02-11  Bruno Haible  <bruno@clisp.org>
24139
24140         * modules/mbscasecmp-tests: New file.
24141         * tests/test-mbscasecmp.sh: New file.
24142         * tests/test-mbscasecmp.c: New file.
24143
24144 2007-02-11  Bruno Haible  <bruno@clisp.org>
24145
24146         Ensure O(n) worst-case complexity of mbscasestr.
24147         * lib/mbscasestr.c: Include stdbool.h.
24148         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
24149         functions.
24150         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
24151         the bookkeeping indicates that it's worth it.
24152         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
24153
24154         * modules/mbscasestr-tests: New file.
24155         * tests/test-mbscasestr1.c: New file.
24156         * tests/test-mbscasestr2.sh: New file.
24157         * tests/test-mbscasestr2.c: New file.
24158         * tests/test-mbscasestr3.sh: New file.
24159         * tests/test-mbscasestr3.c: New file.
24160         * tests/test-mbscasestr4.sh: New file.
24161         * tests/test-mbscasestr4.c: New file.
24162         * m4/locale-tr.m4: New file.
24163
24164 2007-02-11  Bruno Haible  <bruno@clisp.org>
24165
24166         Ensure O(n) worst-case complexity of mbsstr.
24167         * lib/mbsstr.c: Include stdbool.h.
24168         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
24169         functions.
24170         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
24171         bookkeeping indicates that it's worth it.
24172         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
24173
24174         * modules/mbsstr-tests: New file.
24175         * tests/test-mbsstr1.c: New file.
24176         * tests/test-mbsstr2.sh: New file.
24177         * tests/test-mbsstr2.c: New file.
24178         * tests/test-mbsstr3.sh: New file.
24179         * tests/test-mbsstr3.c: New file.
24180         * m4/locale-fr.m4: New file.
24181
24182 2007-02-11  Bruno Haible  <bruno@clisp.org>
24183
24184         * lib/mbsrchr.c (mbsrchr): Fix bug.
24185
24186         * modules/mbsrchr-tests: New file.
24187         * tests/test-mbsrchr.sh: New file.
24188         * tests/test-mbsrchr.c: New file.
24189
24190 2007-02-11  Bruno Haible  <bruno@clisp.org>
24191
24192         * lib/mbschr.c (mbschr): Fix bug.
24193
24194         * modules/mbschr-tests: New file.
24195         * tests/test-mbschr.sh: New file.
24196         * tests/test-mbschr.c: New file.
24197         * m4/locale-zh.m4: New file.
24198
24199 2007-02-11  Bruno Haible  <bruno@clisp.org>
24200
24201         Support for copying multibyte string iterators.
24202         * lib/mbiter.h: Include <string.h>.
24203         (mbiter_multi_copy): New function.
24204         (mbi_copy): New macro.
24205         * lib/mbuiter.h: Include <string.h>.
24206         (mbuiter_multi_copy): New function.
24207         (mbui_copy): New macro.
24208
24209 2007-02-11  Bruno Haible  <bruno@clisp.org>
24210
24211         New module mbslen.
24212         * modules/mbslen: New file.
24213         * lib/mbslen.c: New file.
24214         * lib/string_.h (mbslen): New declaration.
24215         * m4/mbslen.m4: New file.
24216         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24217         GNULIB_MBSLEN.
24218         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
24219         * MODULES.html.sh (Internationalization functions): Add mbslen.
24220
24221 2007-02-11  Bruno Haible  <bruno@clisp.org>
24222
24223         Ensure O(n) worst-case complexity of strcasestr substitute.
24224         * lib/strcasestr.c: Include stdbool.h.
24225         (knuth_morris_pratt): New function.
24226         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
24227         bookkeeping indicates that it's worth it.
24228         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
24229
24230         * modules/strcasestr-tests: New file.
24231         * tests/test-strcasestr.c: New file.
24232
24233 2007-02-11  Bruno Haible  <bruno@clisp.org>
24234
24235         Ensure O(n) worst-case complexity of c_strcasestr.
24236         * lib/c-strcasestr.c: Include stdbool.h, string.h.
24237         (knuth_morris_pratt): New function.
24238         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
24239         the bookkeeping indicates that it's worth it.
24240         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
24241
24242         * modules/c-strcasestr-tests: New file.
24243         * tests/test-c-strcasestr.c: New file.
24244
24245 2007-02-11  Bruno Haible  <bruno@clisp.org>
24246
24247         Ensure O(n) worst-case complexity of c_strstr.
24248         * lib/c-strstr.c: Include stdbool.h, string.h.
24249         (knuth_morris_pratt): New function.
24250         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
24251         bookkeeping indicates that it's worth it.
24252         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
24253
24254         * lib/c-strstr.c: Complete rewrite for maintainability.
24255
24256         * modules/c-strstr-tests: New file.
24257         * tests/test-c-strstr.c: New file.
24258
24259 2007-02-11  Bruno Haible  <bruno@clisp.org>
24260
24261         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
24262         5.2.1 and earlier, whereby \055 was treated just like the range
24263         delimiter '-'.
24264         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24265
24266 2007-02-08  Bruno Haible  <bruno@clisp.org>
24267
24268         * modules/regex (Depends-on): Add stdbool.
24269         Reported by Dalibor Topic <robilad@kaffe.org>.
24270
24271 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
24272
24273         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
24274         Prefer returning from main to exiting from it.
24275         Remove unnecessary parens after sizeof.
24276
24277 2007-02-05  Bruno Haible  <bruno@clisp.org>
24278
24279         New module mbssep.
24280         * modules/mbssep: New file.
24281         * lib/mbssep.c: New file.
24282         * lib/string_.h (strsep): Add a conditional link warning.
24283         (mbssep): New declaration.
24284         * m4/mbssep.m4: New file.
24285         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24286         GNULIB_MBSSEP.
24287         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
24288         * MODULES.html.sh (Internationalization functions): Add mbssep.
24289
24290 2007-02-05  Bruno Haible  <bruno@clisp.org>
24291
24292         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
24293         Optimize search in case of 1 delimiter.
24294
24295 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
24296
24297         * lib/acl.h: Include sys/types.h before sys/acl.h.
24298
24299 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
24300
24301         Merge upstream fix for glibc bugzilla #3957:
24302
24303         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
24304
24305         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
24306         bit for RE_HAT_LISTS_NOT_NEWLINE.
24307         (build_charclass_op): Remove bogus comment.
24308
24309 2007-02-05  Simon Josefsson  <simon@josefsson.org>
24310
24311         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
24312
24313 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
24314
24315         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
24316         * lib/memmem.c [!defined _LIBC]: Include config.h.
24317
24318 2007-02-04  Bruno Haible  <bruno@clisp.org>
24319
24320         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
24321         warning message.
24322
24323 2007-02-04  Bruno Haible  <bruno@clisp.org>
24324
24325         New module mbstok_r.
24326         * modules/mbstok_r: New file.
24327         * lib/mbstok_r.c: New file.
24328         * lib/string_.h (strtok_r): Change argument names to match the
24329         comments. Add a conditional link warning.
24330         (mbstok_r): New declaration.
24331         * m4/mbstok_r.m4: New file.
24332         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24333         GNULIB_MBSTOK_R.
24334         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
24335         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
24336
24337 2007-02-04  Bruno Haible  <bruno@clisp.org>
24338
24339         New module mbsspn.
24340         * modules/mbsspn: New file.
24341         * lib/mbsspn.c: New file.
24342         * lib/string_.h (strspn): Add a conditional link warning.
24343         (mbsspn): New declaration.
24344         * m4/mbsspn.m4: New file.
24345         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24346         GNULIB_MBSSPN.
24347         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
24348         * MODULES.html.sh (Internationalization functions): Add mbsspn.
24349
24350 2007-02-04  Bruno Haible  <bruno@clisp.org>
24351
24352         New module mbspbrk.
24353         * modules/mbspbrk: New file.
24354         * lib/mbspbrk.c: New file.
24355         * lib/string_.h (strpbrk): Add a conditional link warning.
24356         (mbspbrk): New declaration.
24357         * m4/mbspbrk.m4: New file.
24358         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24359         GNULIB_MBSPBRK.
24360         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
24361         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
24362
24363 2007-02-04  Bruno Haible  <bruno@clisp.org>
24364
24365         New module mbscspn.
24366         * modules/mbscspn: New file.
24367         * lib/mbscspn.c: New file.
24368         * lib/string_.h (strcspn): Add a conditional link warning.
24369         (mbscspn): New declaration.
24370         * m4/mbscspn.m4: New file.
24371         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24372         GNULIB_MBSCSPN.
24373         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
24374         * MODULES.html.sh (Internationalization functions): Add mbscspn.
24375
24376 2007-02-04  Bruno Haible  <bruno@clisp.org>
24377
24378         New module mbscasestr, reduced goal of strcasestr.
24379         * modules/mbscasestr: New file.
24380         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
24381         (mbscasestr): Renamed from strcasestr.
24382         * lib/strcasestr.c: Don't include mbuiter.h.
24383         (strcasestr): Remove support for multibyte locales.
24384         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
24385         Change the conditional link warning.
24386         (mbscasestr): New declaration.
24387         * m4/mbscasestr.m4: New file.
24388         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
24389         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
24390         REPLACE_STRCASESTR.
24391         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
24392         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24393         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
24394         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
24395         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
24396         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
24397         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
24398         (Depends-on): Remove mbuiter.
24399         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
24400
24401 2007-02-04  Bruno Haible  <bruno@clisp.org>
24402
24403         Simplify handling of strncasecmp.
24404         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
24405         the conditional link warning.
24406         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24407         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
24408         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
24409         * modules/strcase (configure.ac): Don't invoke
24410         gl_STRING_MODULE_INDICATOR.
24411         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
24412
24413 2007-02-04  Bruno Haible  <bruno@clisp.org>
24414
24415         New module mbscasecmp, reduced goal of strcasecmp.
24416         * modules/mbscasecmp: New file.
24417         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
24418         (mbscasecmp): Renamed from strcasecmp.
24419         * lib/strcasecmp.c: Don't include mbuiter.h.
24420         (strcasecmp): Remove support for multibyte locales.
24421         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
24422         Change the conditional link warning.
24423         (mbscasecmp): New declaration.
24424         * m4/mbscasecmp.m4: New file.
24425         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
24426         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
24427         REPLACE_STRCASECMP.
24428         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
24429         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24430         GNULIB_MBSCASECMP.
24431         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
24432         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
24433         * modules/strcase (Files): Remove m4/mbrtowc.m4.
24434         (Depends-on): Remove mbuiter.
24435         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
24436
24437 2007-02-04  Bruno Haible  <bruno@clisp.org>
24438
24439         New module mbsstr. Remove module strstr.
24440         * modules/mbsstr: New file.
24441         * modules/strstr: Remove file.
24442         * lib/mbsstr.c: Renamed from lib/strstr.c.
24443         (mbsstr): Renamed from strstr.
24444         * lib/string_.h (strstr): Remove declaration. Change the conditional
24445         link warning.
24446         (mbsstr): New declaration.
24447         * m4/mbsstr.m4: New file.
24448         * m4/strstr.m4: Remove file.
24449         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
24450         REPLACE_STRSTR.
24451         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
24452         Don't initialize GNULIB_STRSTR.
24453         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
24454         substitute GNULIB_STRSTR and REPLACE_STRSTR.
24455         * MODULES.html.sh (Internationalization functions): Add mbsstr.
24456         (Support for systems lacking ANSI C 89): Remove strstr.
24457
24458 2007-02-04  Bruno Haible  <bruno@clisp.org>
24459
24460         New module mbsrchr.
24461         * modules/mbsrchr: New file.
24462         * lib/mbsrchr.c: New file.
24463         * lib/string_.h (strrchr): Add a conditional link warning.
24464         (mbsrchr): New declaration.
24465         * m4/mbsrchr.m4: New file.
24466         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24467         GNULIB_MBSRCHR.
24468         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
24469         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
24470
24471 2007-02-04  Bruno Haible  <bruno@clisp.org>
24472
24473         New module mbschr.
24474         * modules/mbschr: New file.
24475         * lib/mbschr.c: New file.
24476         * lib/string_.h (strchr): Add a conditional link warning.
24477         (mbschr): New declaration.
24478         * m4/mbschr.m4: New file.
24479         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
24480         GNULIB_MBSCHR.
24481         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
24482         * MODULES.html.sh (Internationalization functions): Add mbschr.
24483
24484 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
24485
24486         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
24487
24488         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
24489
24490 2007-02-04  Bruno Haible  <bruno@clisp.org>
24491
24492         New module description section 'configure.ac-early'.
24493         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
24494         (func_get_autoconf_early_snippet): New function.
24495         (func_import, func_create_testdir): Use it. Remove special cases for
24496         modules 'extensions' and 'lock'.
24497         * modules/extensions (configure.ac-early): Require
24498         gl_USE_SYSTEM_EXTENSIONS.
24499         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
24500
24501 2007-02-04  Bruno Haible  <bruno@clisp.org>
24502
24503         Make use of gcj-4.3's -fsource and -ftarget option.
24504         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
24505         and if so try the options -fsource and -ftarget.
24506         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
24507         source_version, ftarget_option, target_version arguments.
24508         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
24509         (is_envjavac_oldgcj_14_14_usable): Renamed from
24510         is_envjavac_gcj_14_14_usable.
24511         (is_envjavac_oldgcj_14_13_usable): Renamed from
24512         is_envjavac_gcj_14_13_usable.
24513         (is_gcj_present): Update.
24514         (is_gcj_43, is_gcj43_usable): New functions.
24515         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
24516         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
24517         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
24518         try the options -fsource and -ftarget.
24519
24520 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
24521
24522         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
24523         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
24524         larger value.
24525
24526 2007-02-03  Jim Meyering  <jim@meyering.net>
24527
24528         Give tools a better chance to allocate space for very large buffers.
24529         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
24530
24531         Make pwd and readlink work also when run with an unreadable parent dir
24532         on systems with openat support.
24533         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
24534         provided getcwd function, even when we have openat support.
24535         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
24536
24537 2007-02-02  Bruno Haible  <bruno@clisp.org>
24538
24539         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
24540         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
24541         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
24542         portability problems if one of these functions is only used on specific
24543         platforms.
24544         Reported by Paul Eggert.
24545
24546 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
24547
24548         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
24549         is causing more trouble than it's curing.
24550         * lib/regex_internal.h (__mempcpy): Remove.
24551         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
24552         (and make the code a tad smaller to boot).
24553         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
24554
24555 2007-02-02  Jim Meyering  <jim@meyering.net>
24556
24557         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
24558         section, not in the Makefile.am: one.
24559
24560 2007-02-02  Eric Blake  <ebb9@byu.net>
24561
24562         * lib/strchrnul.c: Always include config.h first.
24563
24564         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
24565         gnulib strstr is not necessary here.
24566
24567 2007-02-02  Simon Josefsson  <simon@josefsson.org>
24568
24569         * m4/socklen.m4: Fix typo.
24570
24571 2007-02-02  Eric Blake  <ebb9@byu.net>
24572
24573         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
24574         * modules/netinet_in (Makefile.am): Likewise.
24575
24576 2007-02-01  Bruno Haible  <bruno@clisp.org>
24577
24578         * lib/string_.h (GL_LINK_WARNING): New macro.
24579         (strcasecmp, strstr, strcasestr): If provided by the system,
24580         conditionally define as a macro that leads to a warning instead of to
24581         an error.
24582         (strncasecmp): Conditionally define as a macro that leads to a warning.
24583
24584 2007-02-01  Karl Berry  <karl@gnu.org>
24585
24586         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24587
24588 2007-02-01  Bruno Haible  <bruno@clisp.org>
24589
24590         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24591         renamings.
24592
24593 2007-02-01  Eric Blake  <ebb9@byu.net>
24594
24595         * modules/regex (Depends-on): Revert dependence on mempcpy.
24596         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24597         module's definition of mempcpy.
24598         Reported by Paul Eggert.
24599
24600 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24601
24602         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24603         the symbol XYZ before redefining it.  This fixes a problem with
24604         programs that don't use XYZ, when compiled on systems that define
24605         XYZ to something else.
24606
24607 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24608
24609         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24610         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24611         writeable to group or other and (2) is intended to have a special
24612         mode bit that is set or cleared.  In such a case, the directory
24613         should be neither group- nor other-writeable until the special
24614         mode bits are right.
24615
24616 2007-01-31  Eric Blake  <ebb9@byu.net>
24617
24618         * modules/mountlist (Depends-on): Add strstr.
24619
24620         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24621         bug.
24622         * modules/string (Makefile.am): Remove redundant replacement.
24623         * modules/regex (Depends-on): Add mempcpy.
24624
24625 2007-01-31  Bruno Haible  <bruno@clisp.org>
24626
24627         New module description field 'Link'.
24628         * gnulib-tool (func_usage): Document --extract-link-directive.
24629         (sed_extract_prog): Recognize 'Link' directive.
24630         (func_get_link_directive): New function.
24631         (func_import): Show summary of link directives.
24632         Handle --extract-link-directive option.
24633         * modules/acl (Link): New section.
24634         * modules/clock-time (Link): New section.
24635         * modules/euidaccess (Link): New section.
24636         * modules/gettext (Link): New section.
24637         * modules/iconv (Link): New section.
24638         * modules/lock (Link): New section.
24639         * modules/nanosleep (Link): New section.
24640         * modules/readline (Link): New section.
24641
24642 2007-01-27  Bruno Haible  <bruno@clisp.org>
24643
24644         Enforce the use of gnulib modules for unportable <string.h> functions.
24645         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24646         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24647         (gl_HEADER_STRING_H_BODY): Require it.
24648         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24649         the symbol XYZ to one that gives a link error.
24650         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24651         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24652         * modules/mempcpy (configure.ac): Likewise.
24653         * modules/memrchr (configure.ac): Likewise.
24654         * modules/stpcpy (configure.ac): Likewise.
24655         * modules/stpncpy (configure.ac): Likewise.
24656         * modules/strcase (configure.ac): Likewise.
24657         * modules/strcasestr (configure.ac): Likewise.
24658         * modules/strchrnul (configure.ac): Likewise.
24659         * modules/strdup (configure.ac): Likewise.
24660         * modules/strndup (configure.ac): Likewise.
24661         * modules/strnlen (configure.ac): Likewise.
24662         * modules/strpbrk (configure.ac): Likewise.
24663         * modules/strsep (configure.ac): Likewise.
24664         * modules/strstr (configure.ac): Likewise.
24665         * modules/strtok_r (configure.ac): Likewise.
24666
24667 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24668
24669         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24670
24671 2007-01-30  Jim Meyering  <jim@meyering.net>
24672
24673         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24674
24675 2007-01-29  Bruno Haible  <bruno@clisp.org>
24676
24677         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24678         * lib/execute.c: Likewise.
24679         * lib/pipe.c: Likewise.
24680         * lib/printf-args.h: Likewise.
24681         * lib/printf-args.c: Likewise.
24682         * lib/printf-parse.c: Likewise.
24683         * lib/vasnprintf.c: Likewise.
24684
24685 2007-01-29  Eric Blake  <ebb9@byu.net>
24686
24687         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24688         declaration.
24689
24690 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24691
24692         * lib/strptime.h (strptime): Use 'restrict' for args where
24693         POSIX requires this.
24694         * lib/strptime.c (strptime): Likewise.
24695         Change license notice from LGPL to GPL, since gnulib-tool will
24696         change this as needed.
24697         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24698         defined.
24699         Include "strptime.h" first, to check interface.
24700         Do not #undef _LIBC and _NL_CURRENT.
24701         Do not include <stdlib.h>; no longer needed.
24702         Include "time_r.h" and declare ptime_locale_status
24703         only if _LIBC is not defined.
24704         (__P): Remove unused macro.
24705         (match_string): Bring back glibc version, but use it only if _LIBC
24706         is defined.
24707         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24708         Remove unnecessary assertion and abort() call.
24709         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24710         * m4/strptime.m4: Fix serial number comment.
24711         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24712         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24713         (Depends-on): Add time_r.
24714
24715 2007-01-29  Bruno Haible  <bruno@clisp.org>
24716
24717         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24718         strptime.
24719         * modules/strptime (Depends-on): Add stdbool.
24720         * lib/strptime.h: Include <time.h> always. Add comments.
24721
24722 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24723
24724         * modules/strptime: New file.
24725         * lib/strptime.h: New file.
24726         * lib/strptime.c: New file.
24727         * m4/strptime.m4: New file.
24728
24729 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24730
24731         * MODULES.html.sh: New module mpsort.
24732         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24733
24734         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24735         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24736         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24737         All uses changed.
24738         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24739         All uses changed.
24740         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24741         to _Restrict_.
24742         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24743         the parameter matches the prototype.
24744
24745 2007-01-28  Jim Meyering  <jim@meyering.net>
24746
24747         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24748         sys/time.h here, reverting that part of the previous patch:
24749         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24750
24751 2007-01-28  Bruno Haible  <bruno@clisp.org>
24752
24753         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24754         value of $(SYS_TIME_H).
24755         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24756         remove it conditionally, too. [added by Jim Meyering]
24757         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24758         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24759         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24760         GETTIMEOFDAY_REPLACEMENT to 1.
24761
24762 2007-01-28  Bruno Haible  <bruno@clisp.org>
24763
24764         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24765         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24766         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24767         Set UNISTD_H instead of UNISTD_H2.
24768         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24769
24770 2007-01-28  Bruno Haible  <bruno@clisp.org>
24771
24772         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24773         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24774
24775 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24776
24777         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24778         (func_create_testdir): Ensure C locale for `grep' and `tr'
24779         character ranges.
24780         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24781         ACLOCAL_AMFLAGS parsing state machine.
24782
24783 2007-01-27  Bruno Haible  <bruno@clisp.org>
24784
24785         * modules/unistr/base: Update.
24786
24787 2007-01-27  Bruno Haible  <bruno@clisp.org>
24788
24789         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24790         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24791         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24792         modules/unistr/u32-mbtouc.
24793         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24794         * lib/unistr.h: Update.
24795         * lib/linebreak.c: Update.
24796         * modules/unistr/u32-mbtouc: Renamed from
24797         modules/unistr/u32-mbtouc-safe.
24798         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24799         * lib/unistr.h: Update.
24800         * lib/unistr/u32-to-u8.c: Update.
24801         * lib/unistr/u32-to-u16.c: Update.
24802
24803 2007-01-27  Bruno Haible  <bruno@clisp.org>
24804
24805         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24806         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24807         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24808         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24809         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24810         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24811         modules/unistr/u16-mbtouc.
24812         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24813         * lib/unistr.h: Update.
24814         * lib/linebreak.c: Update.
24815         * modules/linebreak: Update.
24816         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24817         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24818         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24819         * modules/unistr/u16-mbtouc: Renamed from
24820         modules/unistr/u16-mbtouc-safe.
24821         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24822         * lib/unistr.h: Update.
24823         * lib/unistr/u16-to-u8.c: Update.
24824         * modules/unistr/u16-to-u8: Update.
24825         * lib/unistr/u16-to-u32.c: Update.
24826         * modules/unistr/u16-to-u32: Update.
24827
24828 2007-01-27  Bruno Haible  <bruno@clisp.org>
24829
24830         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24831         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24832         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24833         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24834         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24835         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24836         modules/unistr/u8-mbtouc.
24837         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24838         * lib/unistr.h: Update.
24839         * lib/striconveh.c: Update.
24840         * modules/striconveh: Update.
24841         * lib/linebreak.c: Update.
24842         * modules/linebreak: Update.
24843         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24844         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24845         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24846         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24847         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24848         * lib/unistr.h: Update.
24849         * lib/striconveh.c: Update.
24850         * modules/striconveh: Update.
24851         * lib/unistr/u8-to-u16.c: Update.
24852         * modules/unistr/u8-to-u16: Update.
24853         * lib/unistr/u8-to-u32.c: Update.
24854         * modules/unistr/u8-to-u32: Update.
24855
24856 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24857
24858         Sync from Libtool.
24859         * lib/argz.c: Do not include strings.h nor memory.h, include
24860         string.h unconditionally.  Patch by Simon Josefsson.
24861
24862 2007-01-27  Bruno Haible  <bruno@clisp.org>
24863
24864         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24865         from gl_HEADER_STRING_H_BODY.
24866         (gl_HEADER_STRING_H_BODY): Require it.
24867         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24868         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24869         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24870         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24871         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24872         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24873         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24874         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24875         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24876         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24877         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24878         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24879         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24880         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24881         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24882
24883 2007-01-27  Bruno Haible  <bruno@clisp.org>
24884
24885         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24886         check_PROGRAMS into noinst_PROGRAMS.
24887         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24888         check_PROGRAMS in this case.
24889         (func_import): Set for_test to false.
24890         (func_create_testdir): Set for_test to true.
24891
24892 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24893             Bruno Haible  <bruno@clisp.org>
24894
24895         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24896         (Depends-on): Add string.
24897         (Includes): Use <string.h> instead of strcasestr.h.
24898         * modules/string (Makefile.am): Also substitute the value of
24899         REPLACE_STRCASESTR.
24900         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24901         assume strcasestr is declared in <string.h> not <strings.h>. Also
24902         set REPLACE_STRCASESTR.
24903         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24904         REPLACE_STRCASESTR.
24905         * lib/strcasestr.h: Remove file.
24906         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24907         * lib/string_.h (strcasestr): New declaration.
24908
24909 2007-01-27  Bruno Haible  <bruno@clisp.org>
24910
24911         * lib/string_.h: Use 'extern'.
24912
24913 2007-01-27  Jim Meyering  <jim@meyering.net>
24914
24915         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24916         of set-but-not-used local, "q".
24917
24918         * lib/mempcpy.c: Include <config.h> before <string.h>.
24919         This fixes a compilation error on HP-UX, due to the system's
24920         "restrict"-using mempcpy prototype.
24921
24922 2007-01-26  Bruno Haible  <bruno@clisp.org>
24923
24924         Small optimization.
24925         * lib/javacomp.c: Include c-strstr.h.
24926          (is_envjavac_gcj): Use c_strstr instead of strstr.
24927         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24928
24929 2007-01-26  Bruno Haible  <bruno@clisp.org>
24930
24931         * MODULES.html.sh (Unicode string functions): Add the new modules.
24932
24933         * modules/uniconv/u32-strconv-to-locale: New file.
24934         * lib/uniconv/u32-strconv-to-locale.c: New file.
24935
24936         * modules/uniconv/u16-strconv-to-locale: New file.
24937         * lib/uniconv/u16-strconv-to-locale.c: New file.
24938
24939         * modules/uniconv/u8-strconv-to-locale: New file.
24940         * lib/uniconv/u8-strconv-to-locale.c: New file.
24941
24942         * modules/uniconv/u32-strconv-from-locale: New file.
24943         * lib/uniconv/u32-strconv-from-locale.c: New file.
24944
24945         * modules/uniconv/u16-strconv-from-locale: New file.
24946         * lib/uniconv/u16-strconv-from-locale.c: New file.
24947
24948         * modules/uniconv/u8-strconv-from-locale: New file.
24949         * lib/uniconv/u8-strconv-from-locale.c: New file.
24950
24951         * modules/uniconv/u32-strconv-to-enc: New file.
24952         * lib/uniconv/u32-strconv-to-enc.c: New file.
24953         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24954         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24955
24956         * modules/uniconv/u16-strconv-to-enc: New file.
24957         * lib/uniconv/u16-strconv-to-enc.c: New file.
24958         * lib/uniconv/u-strconv-to-enc.h: New file.
24959         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24960         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24961
24962         * modules/uniconv/u8-strconv-to-enc: New file.
24963         * lib/uniconv/u8-strconv-to-enc.c: New file.
24964         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24965         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24966
24967         * modules/uniconv/u32-strconv-from-enc: New file.
24968         * lib/uniconv/u32-strconv-from-enc.c: New file.
24969         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24970         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24971
24972         * modules/uniconv/u16-strconv-from-enc: New file.
24973         * lib/uniconv/u16-strconv-from-enc.c: New file.
24974         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24975         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24976
24977         * modules/uniconv/u8-strconv-from-enc: New file.
24978         * lib/uniconv/u8-strconv-from-enc.c: New file.
24979         * lib/uniconv/u-strconv-from-enc.h: New file.
24980         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24981         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24982
24983         * modules/uniconv/u32-conv-from-enc: New file.
24984         * lib/uniconv/u32-conv-from-enc.c: New file.
24985         * modules/uniconv/u32-conv-from-enc-tests: New file.
24986         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24987
24988         * modules/uniconv/u16-conv-from-enc: New file.
24989         * lib/uniconv/u16-conv-from-enc.c: New file.
24990         * lib/uniconv/u-conv-from-enc.h: New file.
24991         * modules/uniconv/u16-conv-from-enc-tests: New file.
24992         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24993
24994         * modules/uniconv/u8-conv-from-enc: New file.
24995         * lib/uniconv/u8-conv-from-enc.c: New file.
24996         * modules/uniconv/u8-conv-from-enc-tests: New file.
24997         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24998
24999         * modules/uniconv/base: New file.
25000         * lib/uniconv.h: New file.
25001
25002 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
25003
25004         * doc/gnulib-tool.texi (Initial import): Update to match current
25005         behavior with strdup module.
25006         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
25007         * lib/memmem.h: Remove; all uses removed.  This is now done
25008         by <string.h>.
25009         * lib/mempcpy.h: Likewise.
25010         * lib/memrchr.h: Likewise.
25011         * lib/stpcpy.h: Likewise.
25012         * lib/stpncpy.h: Likewise.
25013         * lib/strcase.h: Likewise.
25014         * lib/strchrnul.h: Likewise.
25015         * lib/strdup.h: Likewise.
25016         * lib/strndup.h: Likewise.
25017         * lib/strnlen.h: Likewise.
25018         * lib/strpbrk.h: Likewise.
25019         * lib/strsep.h: Likewise.
25020         * lib/strstr.h: Likewise.
25021         * lib/strtok_r.h: Likewise.
25022         * lib/string_.h: New file.
25023         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
25024         Rely on <string.h> instead.
25025         * lib/canon-host.c: Likewise.
25026         * lib/chdir-long.c: Likewise.
25027         * lib/concatpath.c: Likewise.
25028         * lib/exclude.c: Likewise.
25029         * lib/fchdir.c: Likewise.
25030         * lib/getaddrinfo.c: Likewise.
25031         * lib/getcwd.c: Likewise.
25032         * lib/getsubopt.c: Likewise.
25033         * lib/glob.c: Likewise.
25034         * lib/hard-locale.c: Likewise.
25035         * lib/iconvme.c: Likewise.
25036         * lib/javacomp.c: Likewise.
25037         * lib/mempcpy.c: Likewise.
25038         * lib/memrchr.c: Likewise.
25039         * lib/regex_internal.h: Likewise.
25040         * lib/stpncpy.c: Likewise.
25041         * lib/strcasecmp.c: Likewise.
25042         * lib/strchrnul.c: Likewise.
25043         * lib/strdup.c: Likewise.
25044         * lib/striconv.c: Likewise.
25045         * lib/striconveh.c: Likewise.
25046         * lib/striconveha.c: Likewise.
25047         * lib/strncasecmp.c: Likewise.
25048         * lib/strndup.c: Likewise.
25049         * lib/strnlen.c: Likewise.
25050         * lib/strsep.c: Likewise.
25051         * lib/strstr.c: Likewise.
25052         * lib/strtok_r.c: Likewise.
25053         * lib/userspec.c: Likewise.
25054         * lib/w32spawn.h: Likewise.
25055         * lib/xstrndup.c: Likewise.
25056         * lib/mountlist.c (strstr): Remove decl.
25057         * m4/string_h.m4: New file.
25058         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
25059         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
25060         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
25061         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
25062         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
25063         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
25064         Set REPLACE_STRCASECMP if necessary.
25065         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
25066         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
25067         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
25068         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
25069         HAVE_DECL_STRDUP if necessary.
25070         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
25071         since gl_FUNC_STRNDUP does that now.
25072         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
25073         Check for decl here...
25074         (gl_PREREQ_STRNLEN): ... not here.
25075         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
25076         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
25077         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
25078         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
25079         necessary.
25080         * modules/string: New file.
25081         * modules/memmem (Files): Remove special-purpose include file.
25082         (Depends-on): Add string.
25083         (Include): Include <string.h>, not the removed file.
25084         * modules/mempcpy: Likewise.
25085         * modules/memrchr: Likewise.
25086         * modules/stpcpy: Likewise.
25087         * modules/stpncpy: Likewise.
25088         * modules/strcase: Likewise.
25089         * modules/strchrnul: Likewise.
25090         * modules/strdup: Likewise.
25091         * modules/strndup: Likewise.
25092         * modules/strnlen: Likewise.
25093         * modules/strpbrk: Likewise.
25094         * modules/strsep: Likewise.
25095         * modules/strstr: Likewise.
25096         * modules/strtok_r: Likewise.
25097         * tests/test-dirname.c: Don't include "strdup.h", since
25098         <string.h> now suffices.
25099         * tests/test-memmem.c: Don't include "memmem.h", since
25100         <string.h> now suffices.
25101
25102 2007-01-25  Bruno Haible  <bruno@clisp.org>
25103
25104         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
25105         *resultp is 0.
25106
25107         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
25108         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
25109         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
25110         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
25111
25112         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
25113         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
25114         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
25115         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
25116         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
25117         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
25118
25119 2007-01-24  Bruno Haible  <bruno@clisp.org>
25120
25121         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
25122         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
25123         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
25124         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
25125         gl_FUNC_FTS_CORE.
25126         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
25127         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
25128         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25129         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
25130         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
25131         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
25132         gl_FUNC_FCHOWNAT.
25133         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
25134         gl_FUNC_STRFTIME.
25135         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
25136         Reported by Ralf Wildenhues.
25137
25138 2007-01-24  Bruno Haible  <bruno@clisp.org>
25139
25140         Drop AC_REQUIRE calls that are redundant with the module dependencies.
25141         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
25142         gl_GETADDRINFO.
25143         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
25144         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
25145         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
25146
25147 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
25148
25149         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
25150         Don't use 'exit'; just return from 'main'.
25151         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
25152
25153         * lib/fnmatch_.h: Readjust white space and comments to match
25154         glibc, to avoid spurious diffs.
25155
25156 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25157
25158         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
25159         2004-12-01 change by Jakub Jelinek, since this code won't compile
25160         if !LIBC.  Problem reported by Bob Proulx.
25161
25162 2007-01-23  Bruno Haible  <bruno@clisp.org>
25163
25164         * lib/striconveh.c: Include c-strcaseeq.h.
25165         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
25166         * modules/striconveh (Depends-on): Add c-strcaseeq.
25167
25168 2007-01-23  Bruno Haible  <bruno@clisp.org>
25169
25170         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
25171
25172         * modules/c-strcaseeq: New file.
25173         * lib/c-strcaseeq.h: New file.
25174
25175         * modules/streq: New file.
25176         * lib/streq.h: New file.
25177
25178 2007-01-23  Bruno Haible  <bruno@clisp.org>
25179
25180         * modules/striconveha-tests: New file.
25181         * tests/test-striconveha.c: New file.
25182
25183         * lib/striconveha.h: Include <stdbool.h>.
25184         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
25185         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
25186         (mem_iconveha_notranslit): Renamed from mem_iconveha.
25187         (mem_iconveha): New function.
25188         (str_iconveha_notranslit): Renamed from str_iconveha.
25189         (str_iconveha): New function.
25190         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
25191         c-strcase.
25192
25193 2007-01-23  Bruno Haible  <bruno@clisp.org>
25194
25195         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
25196         encodings without forgiving before trying any encoding with handler.
25197         (str_iconveha): Try all encodings without forgiving before trying any
25198         encoding with handler.
25199
25200 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25201
25202         Import the following changes from libc.
25203
25204         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25205
25206         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
25207
25208         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
25209
25210         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
25211         normal_bracket label.
25212
25213         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
25214
25215         [BZ #361]
25216         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
25217         to normal_bracket after fetching the next character.
25218
25219 2007-01-22  Bruno Haible  <bruno@clisp.org>
25220
25221         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
25222         argument.
25223         * lib/striconveh.c (iconv_carefully_1): New function.
25224         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
25225         argument.
25226         (str_cd_iconveh): Update.
25227         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
25228         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
25229         * tests/test-striconveh.c (MAGIC): New macro.
25230         (new_offsets): New function.
25231         (main): Test call with and without offsets.
25232
25233 2007-01-22  Bruno Haible  <bruno@clisp.org>
25234
25235         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
25236         * modules/sys_select (Makefile.am): Likewise.
25237         * modules/sys_socket (Makefile.am): Likewise.
25238         * modules/sys_time (Makefile.am): Likewise.
25239
25240 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
25241
25242         * modules/gettimeofday (License): Change from GPL to LGPL, since
25243         gettimeofday is a library function.
25244
25245 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25246
25247         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
25248
25249 2007-01-21  Bruno Haible  <bruno@clisp.org>
25250
25251         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
25252
25253 2007-01-21  Bruno Haible  <bruno@clisp.org>
25254
25255         * modules/striconveha: New file.
25256         * lib/striconveha.h: New file.
25257         * lib/striconveha.c: New file.
25258         * MODULES.html.sh (Internationalization functions): Add striconveha.
25259         * lib/striconv.c (str_iconv): Optimize the case of an empty input
25260         string.
25261         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
25262
25263 2007-01-21  Bruno Haible  <bruno@clisp.org>
25264
25265         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
25266         * lib/striconveh.c (str_iconveh): Likewise.
25267
25268 2007-01-21  Bruno Haible  <bruno@clisp.org>
25269
25270         * lib/striconveh.h (mem_iconveh): New declaration.
25271         * lib/striconveh.c (mem_iconveh): New function.
25272         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
25273
25274 2007-01-21  Bruno Haible  <bruno@clisp.org>
25275
25276         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
25277
25278         * lib/striconveh.h (mem_cd_iconveh): Change specification.
25279         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
25280         original result buffer.
25281         (str_cd_iconveh): Update.
25282         * tests/test-striconveh.c (main): Update.
25283
25284         * lib/striconv.h (mem_cd_iconv): Change specification.
25285         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
25286         result buffer.
25287         (str_cd_iconv): Update.
25288         * tests/test-striconv.c (main): Update.
25289
25290 2007-01-21  Bruno Haible  <bruno@clisp.org>
25291
25292         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
25293
25294 2007-01-20  Jim Meyering  <jim@meyering.net>
25295
25296         * lib/userspec.c (parse_with_separator): If a user or group string
25297         starts with "+", skip the corresponding name-to-ID look-up, since
25298         such a look-up must fail: user and group names may not include "+".
25299
25300 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
25301
25302         * lib/poll.c: Include sys/time.h and time.h unconditionally,
25303         since we now assume the sys_time module.
25304         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
25305         check for sys/time.h; no longer needed.
25306         * modules/poll (Depends-on): Depend on sys_time.
25307
25308 2007-01-18  Bruno Haible  <bruno@clisp.org>
25309
25310         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
25311         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
25312
25313         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
25314         gettimeofday.
25315
25316         * tests/test-gettimeofday.c: Include <time.h>.
25317         (dummy): Remove variable.
25318
25319         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
25320         gl_HEADER_SYS_TIME_H.
25321         (gl_HEADER_SYS_TIME_H): New macro.
25322
25323         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
25324         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25325         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
25326         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
25327         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25328         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
25329         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
25330         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25331         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
25332         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
25333         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25334
25335         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
25336         last change; it caused a compilation error when cross-compiling to
25337         Cygwin.
25338
25339 2007-01-18  Jim Meyering  <jim@meyering.net>
25340
25341         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
25342         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
25343         than the race-prone "test -d sys || mkdir sys".
25344         (configure.ac): Use AC_PROG_MKDIR_P.
25345         * modules/sys_select: Likewise.
25346         * modules/sys_socket: Likewise.
25347         * modules/sys_time: Likewise.
25348
25349 2007-01-18  Eric Blake  <ebb9@byu.net>
25350
25351         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
25352         replace gettimeofday.
25353         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
25354         name, to avoid infinite recursion.
25355
25356 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
25357
25358         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
25359         module sys_time.
25360         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
25361         assume timespec.h defines struct timeval.
25362         * lib/settime.c: Likewise.
25363         * lib/utimens.c: Likewise.
25364         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
25365         since we now assume the gettimeofday module.
25366         * lib/tempname.c (__gen_tempname): Likewise.
25367         * lib/gettimeofday.h: Remove.
25368         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
25369         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
25370         Include <time.h>, for 'time()'.
25371         (localtime_buffer_addr): Also use this workaround if
25372         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
25373         to simplify the uses.  All uses changed.
25374         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
25375         that #undef is inside {}, and 'const' follows type name consistently.
25376         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
25377         (gettimeofday): Do not use the maximum possible value for
25378         tv->tv_usec, since that might break usages other than ls.c.
25379         Instead, we'll leave ls.c alone.  This undoes today's patch
25380         by Bruno.  Add a compile-time warning for 1s-clock resolution;
25381         we've never observed the problem but might as well keep the
25382         canary.
25383         * lib/nanosleep.c: Include timespec.h first, for interface check.
25384         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
25385         now assume the sys_time module.
25386         * lib/tempname.c: Likewise.
25387         * lib/timespec.h: Likewise.
25388         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
25389         needed.
25390         * lib/strftime.c: Likewise.
25391         * lib/timespec.h: Likewise.
25392         * lib/posixtm.c: Include posixtm.h first, for interface check.
25393         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
25394         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
25395         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
25396         * lib/sys_time_.h: New file.
25397         * lib/timespec.h (struct timespec): Use long int, not long.
25398         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
25399         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
25400         Remove obsolescent call to AC_HEADER_TIME.
25401         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
25402         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
25403         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
25404         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
25405         Likewise.
25406         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
25407         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
25408         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
25409         into the sys_time module.  Check for gettimeofday just once.
25410         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
25411         for gettimeofday signature to just check the signature.  Merely
25412         compile it, since linking doesn't test signature.  Improve test for
25413         whether gettimeofday.o is actually needed.
25414         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
25415         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
25416         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
25417         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25418         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
25419         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
25420         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
25421         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
25422         than worrying about sys/time.h.
25423         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
25424         Don't bother worrying about TIME_WITH_SYS_TIME.
25425         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
25426         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
25427         * m4/sys_time_h.m4: New file.
25428         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
25429         Don't include sys/time.h.  Return from main rather than exiting.
25430         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
25431         all uses changed.
25432         * modules/gethrxtime (Depends-on): Add sys_time.
25433         * modules/gettime (Depends-on): Likewise.
25434         * modules/gettimeofday (Depends-on): Likewise.
25435         * modules/nanosleep (Depends-on): Likewise.
25436         * modules/settime (Depends-on): Likewise.
25437         * modules/tempname (Depends-on): Likewise.
25438         * modules/utimens (Depends-on): Likewise.
25439         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
25440         (Include:) Change back to <sys/time.h>.
25441         (Maintainer:) Add self.
25442         * modules/sys_time: New file.
25443         * modules/tempname (Depends-on): Add gettimeofday.
25444         * tests/test-gettimeofday.c: Include <sys/time.h>
25445         rather than gettimeofday.h.
25446
25447 2007-01-17  Bruno Haible  <bruno@clisp.org>
25448
25449         * gnulib-tool (func_get_license): Revert last patch. Instead, let
25450         the license default to GPL.
25451         (func_create_testdir): Don't complain if a module is LGPL and its
25452         tests module depends on GPLed modules.
25453
25454 2007-01-17  Bruno Haible  <bruno@clisp.org>
25455
25456         * lib/gettimeofday.c (gettimeofday): Add code for the case
25457         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
25458         maximum possible value for tv->tv_usec, rather than the minimum one.
25459
25460 2005-10-08  Martin Lambers  <marlam@marlam.de>
25461 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
25462 2007-01-16  Bruno Haible  <bruno@clisp.org>
25463
25464         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
25465         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
25466         gl_FUNC_GETTIMEOFDAY.
25467         (Include): Add gettimeofday.h.
25468         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
25469         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
25470         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
25471         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
25472         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
25473         * lib/gettimeofday.h: New file.
25474         * lib/gettimeofday.c: Include <sys/timeb.h>.
25475         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
25476         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
25477         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
25478         fall back on time().
25479
25480         * tests/test-gettimeofday.c: New file.
25481         * modules/gettimeofday-tests: New file.
25482
25483 2007-01-16  Eric Blake  <ebb9@byu.net>
25484
25485         * modules/fnmatch (Depends-on): Depend on wchar.
25486         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
25487         * m4/fnmatch.m4: Likewise.
25488         * modules/mbchar (Makefile.am): Assume <wchar.h>.
25489         * m4/mbchar.m4: Likewise.
25490         * modules/mbswidth (Depends-on): Depend on wchar.
25491         * lib/mbswidth.c: Assume <wchar.h>.
25492         * m4/mbswidth.m4: Likewise.
25493         * modules/quotearg (Depends-on): Depend on wchar.
25494         * lib/quotearg.c: Assume <wchar.h>.
25495         * m4/quotearg.m4: Likewise.
25496         * modules/regex (Depends-on): Depend on wchar.
25497         * lib/regex_internal.h: Assume <wchar.h>.
25498         * m4/regex.m4: Likewise.
25499         * modules/stdint (Depends-on): Depend on wchar.
25500         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
25501         * m4/stdint.m4: Likewise.
25502         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
25503         * modules/strftime (Depends-on): Depend on wchar.
25504         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
25505         * modules/strtol (Depends-on): Depend on wchar.
25506         * lib/strtol.c: Assume <wchar.h>.
25507         * modules/wcwidth (Depends-on): Depend on wchar.
25508         * lib/wcwidth.h: Assume <wchar.h>.
25509         * m4/wcwidth.m4: Likewise.
25510
25511 2007-01-16  Bruno Haible  <bruno@clisp.org>
25512
25513         * modules/csharpexec-script: New, created from...
25514         * modules/csharpexec: ... this.
25515
25516 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
25517
25518         * modules/javaexec-script: New, created from...
25519         * modules/javaexec: ... this.
25520
25521 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
25522
25523         * modules/poll (Dependencies): Add sys_select.
25524
25525 2007-01-15  Jim Meyering  <jim@meyering.net>
25526
25527         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
25528         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
25529         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
25530         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
25531
25532 2007-01-15  Bruno Haible  <bruno@clisp.org>
25533
25534         * modules/striconveh: New file.
25535         * lib/striconveh.h: New file.
25536         * lib/striconveh.c: New file.
25537         * MODULES.html.sh (Internationalization functions): Add striconveh.
25538
25539         * modules/striconveh-tests: New file.
25540         * tests/test-striconveh.c: New file.
25541
25542 2007-01-15  Bruno Haible  <bruno@clisp.org>
25543
25544         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
25545         not from GNU libiconv or GNU libc.
25546
25547 2007-01-15  Bruno Haible  <bruno@clisp.org>
25548
25549         * doc/gnulib-intro.texi (Copyright): Explain the different license
25550         terms for module descriptions, autoconf macros, tests, documentation.
25551
25552 2007-01-14  Bruno Haible  <bruno@clisp.org>
25553
25554         * modules/striconv-tests: New file.
25555         * tests/test-striconv.c: New file.
25556
25557 2007-01-14  Bruno Haible  <bruno@clisp.org>
25558
25559         * modules/iconv-tests: New file.
25560         * tests/test-iconv.c: New file.
25561
25562 2007-01-14  Bruno Haible  <bruno@clisp.org>
25563
25564         * gnulib-tool (func_get_license): For test modules, use the license of
25565         the main module.
25566
25567 2007-01-14  Bruno Haible  <bruno@clisp.org>
25568
25569         * modules/iconv (Include): Clarify that <iconv.h> can only be included
25570         if iconv is found to exist.
25571
25572 2007-01-14  Bruno Haible  <bruno@clisp.org>
25573
25574         * modules/c-ctype-tests: New file.
25575         * tests/test-c-ctype.c: New file.
25576
25577 2007-01-14  Bruno Haible  <bruno@clisp.org>
25578
25579         * modules/binary-io-tests: New file.
25580         * tests/test-binary-io.sh: New file.
25581         * tests/test-binary-io.c: New file.
25582
25583 2007-01-14  Bruno Haible  <bruno@clisp.org>
25584
25585         * modules/array-oset-tests: New file.
25586         * tests/test-array_oset.c: New file.
25587
25588 2007-01-14  Bruno Haible  <bruno@clisp.org>
25589
25590         * modules/array-list-tests: New file.
25591         * tests/test-array_list.c: New file.
25592
25593 2007-01-14  Bruno Haible  <bruno@clisp.org>
25594
25595         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25596         and make.
25597         Reported by Simon Josefsson in
25598         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25599
25600 2007-01-14  Bruno Haible  <bruno@clisp.org>
25601
25602         * modules/allocsa-tests: New file.
25603         * tests/test-allocsa.c: New file.
25604
25605 2007-01-14  Bruno Haible  <bruno@clisp.org>
25606
25607         * modules/fchdir (Depends-on): Add absolute-header.
25608         * modules/unistd (Depends-on): Likewise.
25609
25610 2006-12-30  Bruno Haible  <bruno@clisp.org>
25611
25612         * modules/fchdir: New file.
25613         * modules/unistd (Files): Add lib/unistd_.h.
25614         (Makefile.am): Generate unistd.h from unistd_.h.
25615         * lib/fchdir.c: New file.
25616         * lib/dirent_.h: New file.
25617         * lib/unistd_.h: New file.
25618         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25619         * m4/fchdir.m4: New file.
25620         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25621         (gl_HEADER_UNISTD): Invoke it.
25622         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25623         function.
25624         * lib/backupfile.c (opendir, closedir): Undefine.
25625         * lib/chown.c (open, close): Undefine.
25626         * lib/clean-temp.c (open, close): Undefine.
25627         * lib/copy-file.c (open, close): Undefine.
25628         * lib/execute.c (open, close): Undefine.
25629         * lib/fsusage.c (open, close): Undefine.
25630         * lib/gc-gnulib.c (open, close): Undefine.
25631         * lib/getcwd.c (opendir, closedir): Undefine.
25632         * lib/glob.c (opendir, closedir): Undefine.
25633         * lib/javacomp.c (open, close): Undefine.
25634         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25635         * lib/openat-proc.c (open, close): Undefine.
25636         * lib/pagealign_alloc.c (open, close): Undefine.
25637         * lib/pipe.c (open, close): Undefine.
25638         * lib/progreloc.c (open, close): Undefine.
25639         * lib/savedir.c (opendir, closedir): Undefine.
25640         * lib/utime.c (open, close): Undefine.
25641         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25642
25643 2007-01-10  Bruno Haible  <bruno@clisp.org>
25644
25645         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25646
25647 2007-01-12  Eric Blake  <ebb9@byu.net>
25648
25649         Provide a robust <wchar.h>.  Further simplifications are now
25650         possible in other modules, but not included here.
25651         * modules/wchar: New module.
25652         * m4/wchar.m4: New file.
25653         * lib/wchar_.h: Likewise.
25654         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25655         of the new module.
25656         * MODULES.html.sh (Extended multibyte and wide character utilities):
25657         New section.
25658
25659 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25660
25661         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25662         to a reasonable default for memory allocation.
25663         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25664         file system that reports garbage st_size values for symlinks.
25665         Problem reported by Liyang Hu.
25666
25667 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25668
25669         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25670         Emacs .#* auto-save files).
25671
25672 2007-01-11  Bruno Haible  <bruno@clisp.org>
25673
25674         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25675         directory.
25676
25677 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25678
25679         Use @...@ consistently in lib/wctype_.h.
25680         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25681         on it being set to 1 or 0.
25682         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25683         go back to AC_SUBSTing it.
25684         * modules/wctype (Makefile.am): Undo previous change.
25685
25686 2007-01-10  Eric Blake  <ebb9@byu.net>
25687
25688         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25689         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25690         * modules/wctype (Makefile.am): Likewise.
25691         Reported by Chris McGuire.
25692
25693 2007-01-10  Jim Meyering  <jim@meyering.net>
25694
25695         fts.c: a small readability/maintainability improvement
25696         * lib/fts.c (fts_read): Make this code slightly more readable and
25697         maintainable by hoisting the "sp->fts_cur = p" assignments to
25698         immediately follow the statements that set P.  Derived from
25699         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25700
25701 2007-01-10  Eric Blake  <ebb9@byu.net>
25702
25703         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25704         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25705         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25706         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25707         Reported by Chris McGuire.
25708
25709 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25710
25711         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25712         in sed script.
25713
25714 2007-01-09  Bruno Haible  <bruno@clisp.org>
25715
25716         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25717         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25718         variables.
25719         (func_module): Use them.
25720
25721 2007-01-09  Bruno Haible  <bruno@clisp.org>
25722
25723         * modules/unistr/base: New file.
25724         * lib/unistr.h: New file.
25725
25726         * modules/unistr/u8-to-u16: New file.
25727         * lib/unistr/u8-to-u16.c: New file.
25728
25729         * modules/unistr/u8-to-u32: New file.
25730         * lib/unistr/u8-to-u32.c: New file.
25731
25732         * modules/unistr/u16-to-u8: New file.
25733         * lib/unistr/u16-to-u8.c: New file.
25734
25735         * modules/unistr/u16-to-u32: New file.
25736         * lib/unistr/u16-to-u32.c: New file.
25737
25738         * modules/unistr/u32-to-u8: New file.
25739         * lib/unistr/u32-to-u8.c: New file.
25740
25741         * modules/unistr/u32-to-u16: New file.
25742         * lib/unistr/u32-to-u16.c: New file.
25743
25744         * modules/unistr/u8-check: New file.
25745         * modules/unistr/u16-check: New file.
25746         * modules/unistr/u32-check: New file.
25747         * lib/unistr/u8-check.c: New file.
25748         * lib/unistr/u16-check.c: New file.
25749         * lib/unistr/u32-check.c: New file.
25750
25751         * modules/unistr/u8-chr: New file.
25752         * modules/unistr/u16-chr: New file.
25753         * modules/unistr/u32-chr: New file.
25754         * lib/unistr/u8-chr.c: New file.
25755         * lib/unistr/u16-chr.c: New file.
25756         * lib/unistr/u32-chr.c: New file.
25757
25758         * modules/unistr/u8-cmp: New file.
25759         * modules/unistr/u16-cmp: New file.
25760         * modules/unistr/u32-cmp: New file.
25761         * lib/unistr/u8-cmp.c: New file.
25762         * lib/unistr/u16-cmp.c: New file.
25763         * lib/unistr/u32-cmp.c: New file.
25764
25765         * modules/unistr/u8-cpy: New file.
25766         * modules/unistr/u16-cpy: New file.
25767         * modules/unistr/u32-cpy: New file.
25768         * lib/unistr/u8-cpy.c: New file.
25769         * lib/unistr/u16-cpy.c: New file.
25770         * lib/unistr/u32-cpy.c: New file.
25771         * lib/unistr/u-cpy.h: New file.
25772
25773         * modules/unistr/u8-cpy-alloc: New file.
25774         * modules/unistr/u16-cpy-alloc: New file.
25775         * modules/unistr/u32-cpy-alloc: New file.
25776         * lib/unistr/u8-cpy-alloc.c: New file.
25777         * lib/unistr/u16-cpy-alloc.c: New file.
25778         * lib/unistr/u32-cpy-alloc.c: New file.
25779         * lib/unistr/u-cpy-alloc.h: New file.
25780
25781         * modules/unistr/u8-endswith: New file.
25782         * modules/unistr/u16-endswith: New file.
25783         * modules/unistr/u32-endswith: New file.
25784         * lib/unistr/u8-endswith.c: New file.
25785         * lib/unistr/u16-endswith.c: New file.
25786         * lib/unistr/u32-endswith.c: New file.
25787         * lib/unistr/u-endswith.h: New file.
25788
25789         * modules/unistr/u8-mblen: New file.
25790         * modules/unistr/u16-mblen: New file.
25791         * modules/unistr/u32-mblen: New file.
25792         * lib/unistr/u8-mblen.c: New file.
25793         * lib/unistr/u16-mblen.c: New file.
25794         * lib/unistr/u32-mblen.c: New file.
25795
25796         * modules/unistr/u8-mbtouc: New file.
25797         * modules/unistr/u16-mbtouc: New file.
25798         * modules/unistr/u32-mbtouc: New file.
25799         * lib/unistr/u8-mbtouc.c: New file.
25800         * lib/unistr/u16-mbtouc.c: New file.
25801         * lib/unistr/u32-mbtouc.c: New file.
25802
25803         * modules/unistr/u8-mbtouc-safe: New file.
25804         * modules/unistr/u16-mbtouc-safe: New file.
25805         * modules/unistr/u32-mbtouc-safe: New file.
25806         * lib/unistr/u8-mbtouc-safe.c: New file.
25807         * lib/unistr/u16-mbtouc-safe.c: New file.
25808         * lib/unistr/u32-mbtouc-safe.c: New file.
25809
25810         * modules/unistr/u8-move: New file.
25811         * modules/unistr/u16-move: New file.
25812         * modules/unistr/u32-move: New file.
25813         * lib/unistr/u8-move.c: New file.
25814         * lib/unistr/u16-move.c: New file.
25815         * lib/unistr/u32-move.c: New file.
25816         * lib/unistr/u-move.h: New file.
25817
25818         * modules/unistr/u8-next: New file.
25819         * modules/unistr/u16-next: New file.
25820         * modules/unistr/u32-next: New file.
25821         * lib/unistr/u8-next.c: New file.
25822         * lib/unistr/u16-next.c: New file.
25823         * lib/unistr/u32-next.c: New file.
25824
25825         * modules/unistr/u8-prev: New file.
25826         * modules/unistr/u16-prev: New file.
25827         * modules/unistr/u32-prev: New file.
25828         * lib/unistr/u8-prev.c: New file.
25829         * lib/unistr/u16-prev.c: New file.
25830         * lib/unistr/u32-prev.c: New file.
25831
25832         * modules/unistr/u8-set: New file.
25833         * modules/unistr/u16-set: New file.
25834         * modules/unistr/u32-set: New file.
25835         * lib/unistr/u8-set.c: New file.
25836         * lib/unistr/u16-set.c: New file.
25837         * lib/unistr/u32-set.c: New file.
25838         * lib/unistr/u-set.h: New file.
25839
25840         * modules/unistr/u8-startswith: New file.
25841         * modules/unistr/u16-startswith: New file.
25842         * modules/unistr/u32-startswith: New file.
25843         * lib/unistr/u8-startswith.c: New file.
25844         * lib/unistr/u16-startswith.c: New file.
25845         * lib/unistr/u32-startswith.c: New file.
25846         * lib/unistr/u-startswith.h: New file.
25847
25848         * modules/unistr/u8-stpcpy: New file.
25849         * modules/unistr/u16-stpcpy: New file.
25850         * modules/unistr/u32-stpcpy: New file.
25851         * lib/unistr/u8-stpcpy.c: New file.
25852         * lib/unistr/u16-stpcpy.c: New file.
25853         * lib/unistr/u32-stpcpy.c: New file.
25854         * lib/unistr/u-stpcpy.h: New file.
25855
25856         * modules/unistr/u8-stpncpy: New file.
25857         * modules/unistr/u16-stpncpy: New file.
25858         * modules/unistr/u32-stpncpy: New file.
25859         * lib/unistr/u8-stpncpy.c: New file.
25860         * lib/unistr/u16-stpncpy.c: New file.
25861         * lib/unistr/u32-stpncpy.c: New file.
25862         * lib/unistr/u-stpncpy.h: New file.
25863
25864         * modules/unistr/u8-strcat: New file.
25865         * modules/unistr/u16-strcat: New file.
25866         * modules/unistr/u32-strcat: New file.
25867         * lib/unistr/u8-strcat.c: New file.
25868         * lib/unistr/u16-strcat.c: New file.
25869         * lib/unistr/u32-strcat.c: New file.
25870         * lib/unistr/u-strcat.h: New file.
25871
25872         * modules/unistr/u8-strchr: New file.
25873         * modules/unistr/u16-strchr: New file.
25874         * modules/unistr/u32-strchr: New file.
25875         * lib/unistr/u8-strchr.c: New file.
25876         * lib/unistr/u16-strchr.c: New file.
25877         * lib/unistr/u32-strchr.c: New file.
25878
25879         * modules/unistr/u8-strcmp: New file.
25880         * modules/unistr/u16-strcmp: New file.
25881         * modules/unistr/u32-strcmp: New file.
25882         * lib/unistr/u8-strcmp.c: New file.
25883         * lib/unistr/u16-strcmp.c: New file.
25884         * lib/unistr/u32-strcmp.c: New file.
25885
25886         * modules/unistr/u8-strcpy: New file.
25887         * modules/unistr/u16-strcpy: New file.
25888         * modules/unistr/u32-strcpy: New file.
25889         * lib/unistr/u8-strcpy.c: New file.
25890         * lib/unistr/u16-strcpy.c: New file.
25891         * lib/unistr/u32-strcpy.c: New file.
25892         * lib/unistr/u-strcpy.h: New file.
25893
25894         * modules/unistr/u8-strcspn: New file.
25895         * modules/unistr/u16-strcspn: New file.
25896         * modules/unistr/u32-strcspn: New file.
25897         * lib/unistr/u8-strcspn.c: New file.
25898         * lib/unistr/u16-strcspn.c: New file.
25899         * lib/unistr/u32-strcspn.c: New file.
25900         * lib/unistr/u-strcspn.h: New file.
25901
25902         * modules/unistr/u8-strdup: New file.
25903         * modules/unistr/u16-strdup: New file.
25904         * modules/unistr/u32-strdup: New file.
25905         * lib/unistr/u8-strdup.c: New file.
25906         * lib/unistr/u16-strdup.c: New file.
25907         * lib/unistr/u32-strdup.c: New file.
25908         * lib/unistr/u-strdup.h: New file.
25909
25910         * modules/unistr/u8-strlen: New file.
25911         * modules/unistr/u16-strlen: New file.
25912         * modules/unistr/u32-strlen: New file.
25913         * lib/unistr/u8-strlen.c: New file.
25914         * lib/unistr/u16-strlen.c: New file.
25915         * lib/unistr/u32-strlen.c: New file.
25916         * lib/unistr/u-strlen.h: New file.
25917
25918         * modules/unistr/u8-strmblen: New file.
25919         * modules/unistr/u16-strmblen: New file.
25920         * modules/unistr/u32-strmblen: New file.
25921         * lib/unistr/u8-strmblen.c: New file.
25922         * lib/unistr/u16-strmblen.c: New file.
25923         * lib/unistr/u32-strmblen.c: New file.
25924
25925         * modules/unistr/u8-strmbtouc: New file.
25926         * modules/unistr/u16-strmbtouc: New file.
25927         * modules/unistr/u32-strmbtouc: New file.
25928         * lib/unistr/u8-strmbtouc.c: New file.
25929         * lib/unistr/u16-strmbtouc.c: New file.
25930         * lib/unistr/u32-strmbtouc.c: New file.
25931
25932         * modules/unistr/u8-strncat: New file.
25933         * modules/unistr/u16-strncat: New file.
25934         * modules/unistr/u32-strncat: New file.
25935         * lib/unistr/u8-strncat.c: New file.
25936         * lib/unistr/u16-strncat.c: New file.
25937         * lib/unistr/u32-strncat.c: New file.
25938         * lib/unistr/u-strncat.h: New file.
25939
25940         * modules/unistr/u8-strncmp: New file.
25941         * modules/unistr/u16-strncmp: New file.
25942         * modules/unistr/u32-strncmp: New file.
25943         * lib/unistr/u8-strncmp.c: New file.
25944         * lib/unistr/u16-strncmp.c: New file.
25945         * lib/unistr/u32-strncmp.c: New file.
25946
25947         * modules/unistr/u8-strncpy: New file.
25948         * modules/unistr/u16-strncpy: New file.
25949         * modules/unistr/u32-strncpy: New file.
25950         * lib/unistr/u8-strncpy.c: New file.
25951         * lib/unistr/u16-strncpy.c: New file.
25952         * lib/unistr/u32-strncpy.c: New file.
25953         * lib/unistr/u-strncpy.h: New file.
25954
25955         * modules/unistr/u8-strnlen: New file.
25956         * modules/unistr/u16-strnlen: New file.
25957         * modules/unistr/u32-strnlen: New file.
25958         * lib/unistr/u8-strnlen.c: New file.
25959         * lib/unistr/u16-strnlen.c: New file.
25960         * lib/unistr/u32-strnlen.c: New file.
25961         * lib/unistr/u-strnlen.h: New file.
25962
25963         * modules/unistr/u8-strpbrk: New file.
25964         * modules/unistr/u16-strpbrk: New file.
25965         * modules/unistr/u32-strpbrk: New file.
25966         * lib/unistr/u8-strpbrk.c: New file.
25967         * lib/unistr/u16-strpbrk.c: New file.
25968         * lib/unistr/u32-strpbrk.c: New file.
25969         * lib/unistr/u-strpbrk.h: New file.
25970
25971         * modules/unistr/u8-strrchr: New file.
25972         * modules/unistr/u16-strrchr: New file.
25973         * modules/unistr/u32-strrchr: New file.
25974         * lib/unistr/u8-strrchr.c: New file.
25975         * lib/unistr/u16-strrchr.c: New file.
25976         * lib/unistr/u32-strrchr.c: New file.
25977
25978         * modules/unistr/u8-strspn: New file.
25979         * modules/unistr/u16-strspn: New file.
25980         * modules/unistr/u32-strspn: New file.
25981         * lib/unistr/u8-strspn.c: New file.
25982         * lib/unistr/u16-strspn.c: New file.
25983         * lib/unistr/u32-strspn.c: New file.
25984         * lib/unistr/u-strspn.h: New file.
25985
25986         * modules/unistr/u8-strstr: New file.
25987         * modules/unistr/u16-strstr: New file.
25988         * modules/unistr/u32-strstr: New file.
25989         * lib/unistr/u8-strstr.c: New file.
25990         * lib/unistr/u16-strstr.c: New file.
25991         * lib/unistr/u32-strstr.c: New file.
25992         * lib/unistr/u-strstr.h: New file.
25993
25994         * modules/unistr/u8-strtok: New file.
25995         * modules/unistr/u16-strtok: New file.
25996         * modules/unistr/u32-strtok: New file.
25997         * lib/unistr/u8-strtok.c: New file.
25998         * lib/unistr/u16-strtok.c: New file.
25999         * lib/unistr/u32-strtok.c: New file.
26000         * lib/unistr/u-strtok.h: New file.
26001
26002         * modules/unistr/u8-uctomb: New file.
26003         * modules/unistr/u16-uctomb: New file.
26004         * modules/unistr/u32-uctomb: New file.
26005         * lib/unistr/u8-uctomb.c: New file.
26006         * lib/unistr/u16-uctomb.c: New file.
26007         * lib/unistr/u32-uctomb.c: New file.
26008
26009         * MODULES.html.sh (Unicode string functions): Add the new modules.
26010
26011 2007-01-08  Bruno Haible  <bruno@clisp.org>
26012
26013         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
26014         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
26015         subdirectories.
26016
26017 2007-01-08  Karl Berry  <karl@gnu.org>
26018
26019         * doc/error.texi: mention that main() fns must set program_name
26020         when progname is used.
26021
26022 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
26023
26024         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
26025         WCTYPE_H is empty, for the benefit of builds from non-distclean
26026         directories.  Problem reported by Eric Blake in
26027         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
26028
26029 2007-01-08  Bruno Haible  <bruno@clisp.org>
26030
26031         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
26032         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
26033         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
26034         PROVIDE_CANONICALIZE_FILENAME_MODE.
26035         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
26036
26037 2007-01-08  Bruno Haible  <bruno@clisp.org>
26038
26039         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
26040         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
26041         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
26042         * lib/fts.c: Likewise.
26043         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
26044
26045 2006-12-25  Bruno Haible  <bruno@clisp.org>
26046
26047         * modules/utf8-ucs4-safe: New file.
26048         * lib/utf8-ucs4-safe.h: New file.
26049         * lib/unistr/utf8-ucs4-safe.c: New file.
26050
26051         * modules/utf16-ucs4-safe: New file.
26052         * lib/utf16-ucs4-safe.h: New file.
26053         * lib/unistr/utf16-ucs4-safe.c: New file.
26054
26055         * MODULES.html.sh (Unicode string functions): Add the new modules.
26056
26057 2007-01-08  Bruno Haible  <bruno@clisp.org>
26058
26059         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
26060         (Depends-on): Add unitypes.
26061         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
26062         (u8_mbtouc_aux): Move out to separate file.
26063         (u8_mbtouc): Use ucs4_t, uint8_t types.
26064         * lib/unistr/utf8-ucs4.c: New file.
26065
26066         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
26067         (Depends-on): Add unitypes.
26068         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
26069         (u16_mbtouc_aux): Move out to separate file.
26070         (u16_mbtouc): Use ucs4_t, uint16_t types.
26071         * lib/unistr/utf16-ucs4.c: New file.
26072
26073         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
26074         (Depends-on): Add unitypes.
26075         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
26076         (u8_uctomb_aux): Move out to separate file.
26077         (u8_uctomb): Use ucs4_t, uint8_t types.
26078         * lib/unistr/ucs4-utf8.c: New file.
26079
26080         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
26081         (Depends-on): Add unitypes.
26082         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
26083         (u16_uctomb_aux): Move out to separate file.
26084         (u16_uctomb): Use ucs4_t, uint16_t types.
26085         * lib/unistr/ucs4-utf16.c: New file.
26086
26087 2006-12-25  Bruno Haible  <bruno@clisp.org>
26088
26089         * modules/unitypes: New file.
26090         * lib/unitypes.h: New file.
26091         * MODULES.html.sh (func_all_modules): New section "Unicode string
26092         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
26093         this section. Add unitypes.
26094
26095 2007-01-08  Bruno Haible  <bruno@clisp.org>
26096
26097         Avoid variable names that conflict with those from libtool.
26098         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
26099         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
26100         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
26101         library_names_spec to acl_library_names_spec, hardcode_* to
26102         acl_hardcode_*.
26103         Reported by Ralf Wildenhues.
26104
26105 2007-01-08  Bruno Haible  <bruno@clisp.org>
26106
26107         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
26108         definition.
26109         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
26110         definition.
26111         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
26112         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
26113         definition.
26114         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
26115         definition.
26116         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
26117         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
26118         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
26119         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
26120         definition.
26121         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
26122         definition.
26123         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
26124         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
26125         GC_USE_<algorithm>.
26126         * lib/gc-libgcrypt.c: Likewise.
26127         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
26128         * modules/gc-arctwo (configure.ac): Likewise.
26129         * modules/gc-des (configure.ac): Likewise.
26130         * modules/gc-hmac-md5 (configure.ac): Likewise.
26131         * modules/gc-hmac-sha1 (configure.ac): Likewise.
26132         * modules/gc-md2 (configure.ac): Likewise.
26133         * modules/gc-md4 (configure.ac): Likewise.
26134         * modules/gc-md5 (configure.ac): Likewise.
26135         * modules/gc-random (configure.ac): Likewise.
26136         * modules/gc-rijndael (configure.ac): Likewise.
26137         * modules/gc-sha1 (configure.ac): Likewise.
26138
26139 2007-01-08  Bruno Haible  <bruno@clisp.org>
26140
26141         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
26142         macro definition.
26143         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
26144         definition.
26145         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
26146         definition.
26147         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
26148         * modules/fcntl-safer (configure.ac): Likewise.
26149         * modules/fopen-safer (configure.ac): Likewise.
26150         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
26151         GNULIB_FWRITEERROR macro definition.
26152
26153 2007-01-08  Bruno Haible  <bruno@clisp.org>
26154
26155         * m4/gnulib-common.m4: New file.
26156         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
26157         (func_get_filelist): Add m4/gnulib-common.m4.
26158
26159 2007-01-08  Bruno Haible  <bruno@clisp.org>
26160
26161         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
26162         command.
26163
26164 2007-01-08  Jim Meyering  <jim@meyering.net>
26165
26166         Use a more robust test for a "can't happen" condition.
26167         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
26168         narrowed the st_size value.  Presuming the "can't happen" condition
26169         is true, that narrowing could conceivably convert an invalid st_size
26170         value into a valid one.  Instead, use a change based on Matthew
26171         Woehlke's original patch.
26172
26173         Slight readability improvement: use an assert-like macro
26174         in place of literal "abort ()" uses.
26175         * lib/fts.c (fts_assert): Define.
26176         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
26177         Use this macro instead of a bare 'abort'.
26178
26179 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
26180
26181         Don't worry about using IRIX 5.3's wctype.h broken definitions;
26182         simply work around them.
26183         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
26184         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
26185         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
26186         declaring.
26187         Don't bother to define as macros, since the standard doesn't require it.
26188         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
26189         longer worry about IRIX 5.3.
26190         (HAVE_WCTYPE_CTMP_BUG): Remove.
26191
26192 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
26193
26194         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
26195         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
26196         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
26197         Problems reported by Georg Schwarz for IRIX 5.3.
26198
26199         * gnulib-tool (autoconf_minversion): Take the maximum version number
26200         found, not the minimum.  Problem reported by James Youngman.
26201
26202 2007-01-03  Karl Berry  <karl@gnu.org>
26203
26204         * doc/error.texi: new file, explaining interaction with progname.
26205         * doc/gnulib.texi: include it.  Update copyright.
26206
26207 2007-01-03  Simon Josefsson  <simon@josefsson.org>
26208
26209         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
26210         AC_CANONICAL_HOST, to improve autobuild outputs.
26211
26212 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
26213             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
26214
26215         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
26216         sockets, server sockets, and other file descriptors.  Count errors
26217         to compute the return value.  Reorder the code a bit to be easier
26218         to follow.  Don't set event bits that were not requested (except
26219         POLLERR and POLLHUP).
26220
26221 2007-01-01  Bruno Haible  <bruno@clisp.org>
26222
26223         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
26224
26225 2007-01-03  Jim Meyering  <jim@meyering.net>
26226
26227         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
26228
26229 2007-01-02  Bruno Haible  <bruno@clisp.org>
26230
26231         * modules/settime (Include): Require timespec.h.
26232         * modules/nanosleep (Include): Likewise.
26233
26234 2007-01-01  Bruno Haible  <bruno@clisp.org>
26235
26236         * gnulib-tool (func_emit_copyright_notice): Bump year.
26237         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
26238
26239 2007-01-01  Bruno Haible  <bruno@clisp.org>
26240
26241         Improve support for OpenBSD.
26242         * build-aux/config.rpath (libname_spec): Export.
26243         (library_names_spec): New variable. Export.
26244         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
26245         library_names_spec from the config.rpath output. Locate shared library
26246         through the name pattern in library_names_spec.
26247
26248 2007-01-01  Eric Blake  <ebb9@byu.net>
26249
26250         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
26251
26252 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
26253
26254         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
26255         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
26256         assume the C locale, and avoid an "eval" that could cause trouble.
26257         Problem with SORT reported by Bob Proulx.
26258
26259         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
26260         Define.  Trivial patch from Henning Nielsen Lund, originally
26261         sent to bug-grep@gnu.org today.
26262
26263 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
26264
26265         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
26266         struct stat.  Problem reported by Henning Nielsen Lund.
26267         * lib/acl.c: Include acl.h first, to check interface.  Don't
26268         bother to include sys/types.h and sys/stat.h again.
26269
26270 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
26271
26272         Import the following change from libc; problem reported by
26273         Sven Verdoolaege.
26274
26275         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
26276
26277         [BZ #1373]
26278         * lib/argp.h: Remove __NTH for __argp_usage inline function.
26279
26280 2006-12-28  Jim Meyering  <jim@meyering.net>
26281
26282         * build-aux/announce-gen: Do not assume that the package
26283         builds any of tar.gz, tar.bz2, and .xdelta files.
26284         Suggestion from Simon Josefsson.
26285
26286 2006-12-28  Simon Josefsson  <simon@josefsson.org>
26287
26288         * modules/announce-gen: New file.
26289
26290 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
26291
26292         * lib/mbchar.h: Just include <wctype.h>; the wctype module
26293         handles its gotchas now.
26294         * lib/mbswidth.c: Likewise.
26295         * lib/wcwidth.h: Likewise.
26296         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
26297         and iswcntrl; the wctype module does this stuff now.
26298         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
26299         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
26300         * modules/mbchar (Depends-on): Add wctype.
26301         * modules/mbswidth (Depends-on): Likewise.
26302         * modules/wcwidth (Depends-on): Likewise.
26303
26304 2006-12-27  Eric Blake  <ebb9@byu.net>
26305
26306         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
26307         module uses more than what <wctype.h> is required to provide.
26308
26309 2006-12-26  Eric Blake  <ebb9@byu.net>
26310
26311         * gnulib-tool (sed_extract_prog): Avoid space-tab.
26312
26313 2006-12-26  Eric Blake  <ebb9@byu.net>
26314
26315         * modules/absolute-header: New module.
26316         * modules/fcntl (Depends-on): Depend on it.
26317         * modules/inttypes (Depends-on): Likewise.
26318         * modules/stdint (Depends-on): Likewise.
26319         * modules/sys_stat (Depends-on): Likewise.
26320         * modules/wctype (Depends-on): Likewise.
26321         * MODULES.html.sh (Support for building libraries and
26322         executables): Document it.
26323
26324 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
26325
26326         * gnulib-tool (SED): Remove, undoing previous change.
26327         The problem was that it broke coreutils on Solaris, because
26328         "sed --posix" leaked into a makefile.
26329         (sed): New alias, if 'alias' and GNU sed.
26330
26331 2006-12-24  Jim Meyering  <jim@meyering.net>
26332
26333         Work around an fchownat bug in glibc-2.4:
26334         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
26335         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
26336         in spite of the -P option.
26337         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
26338         New macros.
26339         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
26340         * modules/openat (Files): Add lib/fchownat.c.
26341         * lib/openat.c (fchownat): Don't define here.  Move to...
26342         * lib/fchownat.c: ...this new file.
26343
26344 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
26345
26346         Fix bug reported by Bruno Haible in
26347         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
26348         where quotearg.c didn't compile on Mac OS X 10.2 because it
26349         lacks <wchar.h> and wint_t.
26350         * lib/wctype_.h (__wctype_wint_t): New type.
26351         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
26352         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
26353         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
26354         Arg is now of type __wctype_wint_t, not wint_t.
26355         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
26356         substitute HAVE_WINT_T.
26357         * modules/wctype (Files): Add m4/wint_t.m4.
26358         (wctype.h): Substitute HAVE_WINT_T.
26359
26360 2006-12-23  Bruno Haible  <bruno@clisp.org>
26361
26362         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
26363
26364 2006-12-23  Bruno Haible  <bruno@clisp.org>
26365
26366         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
26367         S_ISLNK.
26368         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
26369         mingw.
26370
26371 2006-12-22  Bruno Haible  <bruno@clisp.org>
26372
26373         * lib/copy-file.c: Include acl.h.
26374         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
26375         Close the file descriptors only after being done with copy_acl.
26376         * modules/copy-file (Depends-on): Add acl.
26377
26378 2006-12-22  Bruno Haible  <bruno@clisp.org>
26379
26380         * gnulib-tool (SED): New variable.
26381         Use $SED instead of sed everywhere.
26382
26383 2006-12-22  Bruno Haible  <bruno@clisp.org>
26384
26385         * modules/no-c++: New file.
26386         * m4/no-c++.m4: New file.
26387         * MODULES.html.sh (Support for building libraries and executables):
26388         Add no-c++.
26389
26390 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
26391
26392         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
26393         Include <limits.h>, and use its INT_MAX to rewrite the
26394         j loop so that it does not overflow 'int'.  Problem reported by
26395         Ralf Wildenhues in
26396         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
26397         Play it safe by shifting left by 1 rather than multiplying by 2,
26398         as GCC is less likely to optimize this away when the value
26399         is signed (when it assumes overflow leads to undefined behavior).
26400         Also, don't assume time_t uses two's complement.
26401
26402 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
26403
26404         * MODULES.html.sh: New module wctype.
26405         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
26406         * lib/fnmatch.c: Don't bother to include <wchar.h> before
26407         <wctype.h>, since the new wctype module should fix this.
26408         * lib/quotearg.c: Include <wctype.h> unconditionally, since
26409         the wctype module should arrange for it.
26410         * lib/regex_internal.h: Likewise.
26411         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
26412         since the wctype module should handle this now.
26413         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
26414         * modules/fnmatch (Depends-on): Add wctype.
26415         * modules/quotearg (Depends-on): Likewise.
26416         * modules/regex (Depends-on): Likewise.
26417
26418 2006-12-19  Bruno Haible  <bruno@clisp.org>
26419
26420         * lib/strdup.h [C++]: Wrap definitions in extern "C".
26421         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
26422
26423 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26424
26425         * modules/savewd (Depends-on): Fix dependency on fcntl.
26426
26427 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26428
26429         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
26430         conforms to C99, rather than relying on the user's environment
26431         setting of STDINT_H.
26432
26433 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
26434         and Eric Blake  <ebb9@byu.net>
26435
26436         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
26437         This is more consistent with the other defines here.
26438         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
26439         Port to z/OS.  Problem reported by Paul Gilmartin.
26440         Change local vars to use gl_ prefix rather than ac_.
26441         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
26442         with other defines.
26443         * modules/double-slash-root: New module.
26444         * modules/dirname (Files): Remove m4/double-slash-root.m4.
26445         (Depends-on): Add double-slash-root.
26446         * MODULES.html.sh (File system functions): Mention new module.
26447
26448 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
26449
26450         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
26451         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
26452         This is for the benefit of gzip, which doesn't do i18n.
26453
26454 2006-12-12  Jim Meyering  <jim@meyering.net>
26455
26456         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
26457         Reported by Andreas Schwab <schwab@suse.de>.
26458
26459 2006-12-12  Bruno Haible  <bruno@clisp.org>
26460
26461         Merge these changes.
26462         2006-09-05  Bruno Haible  <bruno@clisp.org>
26463         * lib/iconvme.c (iconv_string): No need to save and restore errno when
26464         iconv_alloc succeeded.
26465         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
26466         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
26467         test for " && dest " at the end - dest is always != NULL there. Call
26468         iconv with 4xNULL arguments initially, to reset the state. Call iconv
26469         with 2xNULL arguments, also to flush the state storage. Handle the
26470         IRIX iconv behaviour. Realloc the final result, to throw away unused
26471         memory.
26472
26473 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
26474
26475         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
26476         and fchmodat unconditionally, since glibc 2.4 has them.
26477         Problem reported by Arkadiusz Miskiewicz.
26478
26479 2006-12-10  Bruno Haible  <bruno@clisp.org>
26480
26481         * gnulib-tool (func_import): Show the include files only for those
26482         modules that are copied and specified.
26483         Reported by Karl Berry.
26484
26485 2006-12-08  Jim Meyering  <jim@meyering.net>
26486
26487         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
26488         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
26489
26490         * build-aux/announce-gen: Add two new options, both optional:
26491         --bootstrap-tools=TOOL_LIST
26492               a comma-separated list of tools, e.g.,
26493               autoconf,automake,bison,gnulib
26494         --gnulib-snapshot-date=DATE
26495               if gnulib is in the bootstrap tool list,
26496               then report this as the snapshot date.
26497               If not specified, use the current date/time.
26498               If you specify a date here, be sure it's UTC.
26499
26500 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26501
26502         * tests/test-argp-2.sh: Fix test to match actual output.
26503         (func_compare): Fix sed script to be portable.
26504
26505 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
26506
26507         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
26508         workaround for this case.  It is not autoconfigured now; offhand
26509         it's hard to see how to autoconfigure it.
26510
26511 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
26512
26513         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
26514         a directory that is about to be chowned.  Such a directory's
26515         initial file permissions should permit the owner only and this
26516         should not be changed until after the chown, since the group and
26517         other bits would be incorrect if they granted permission before
26518         the chown.
26519
26520         Fix porting problem for iswctype reported by Georg Schwarz in:
26521         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
26522         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
26523         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
26524         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
26525         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
26526
26527 2006-12-03  Jim Meyering  <jim@meyering.net>
26528
26529         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
26530         p->fts_statp may not yet be defined.
26531         (fts_read): Instead, set it in the caller, once p->fts_statp is
26532         sure to be defined, and corresponds to a top-level directory.
26533         This bug made du -x fail.  Here's the coreutils test case:
26534         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
26535         Reported by Mike Frysinger.
26536
26537 2006-12-01  Jim Meyering  <jim@meyering.net>
26538
26539         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
26540         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
26541         Reported by Simon Josefsson.
26542
26543 2006-11-30  Jim Meyering  <jim@meyering.net>
26544
26545         * m4/warning.m4: Use the all-permissive copyright notice
26546         recommended by RMS (rather than LGPL).
26547         * m4/vararrays.m4: Likewise.
26548         * m4/flexmember.m4: Likewise.
26549
26550 2006-11-29  Bruno Haible  <bruno@clisp.org>
26551
26552         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26553         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
26554         using +=.
26555         Reported by Simon Josefsson <simon@josefsson.org>.
26556
26557 2006-11-28  James Youngman <jay@gnu.org>
26558
26559         * README: Advise users that they might find the bug-gnulib@gnu.org
26560         and autotools-announce@gnu.org mailing lists useful.
26561
26562 2006-11-28  Bruno Haible  <bruno@clisp.org>
26563
26564         * m4/ptrdiff_max.m4: Remove file.
26565
26566 2006-11-21  Bruno Haible  <bruno@clisp.org>
26567
26568         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
26569         _AC_COMPUTE_INT.
26570         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26571         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
26572         _AC_COMPUTE_INT.
26573         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26574         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
26575         _AC_COMPUTE_INT.
26576         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26577
26578 2006-11-28  Jim Meyering  <jim@meyering.net>
26579
26580         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
26581         warning from "gcc -Wshadow" about shadowing the builtin.
26582
26583 2006-11-27  Bruno Haible  <bruno@clisp.org>
26584
26585         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26586         _AC_COMPUTE_INT.
26587         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26588
26589 2006-11-27  Bruno Haible  <bruno@clisp.org>
26590             Paul Eggert  <eggert@cs.ucla.edu>
26591
26592         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26593
26594 2006-11-26  Bruno Haible  <bruno@clisp.org>
26595
26596         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26597         noinst_LTLIBRARIES.
26598
26599 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26600             Bruno Haible  <bruno@clisp.org>
26601
26602         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26603         if compiling with "gcc -ansi".
26604
26605 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         Fix some incompatibilities with gcc -ansi -pedantic.
26608         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26609         if compiling pedantically with GCC, unless it's C99 or later.
26610         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26611         it mishandles gcc -ansi -pedantic as well.
26612         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26613         if gcc -pedantic.
26614         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26615         initializers for struct if -pedantic, unless it's C99 or later.
26616
26617 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26618
26619         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26620         Don't close an fd more than once. Identical atimes indicate
26621         success, not failure.
26622
26623 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26624
26625         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26626
26627 2006-11-23  Jim Meyering  <jim@meyering.net>
26628
26629         * build-aux/announce-gen: New file.  From coreutils.
26630
26631 2006-11-22  Jim Meyering  <jim@meyering.net>
26632
26633         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26634         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26635         (fts_read): Use a temporary to narrow the overused st_size member
26636         before using it in a switch statement.  Reported by Matthew Woehlke.
26637
26638         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26639         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26640
26641 2006-11-20  Bruno Haible  <bruno@clisp.org>
26642
26643         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26644         changequote instead of pairs of brackets.
26645         Reported by Andreas Schwab <schwab@suse.de>.
26646
26647 2006-11-21  Jim Meyering  <jim@meyering.net>
26648
26649         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26650         so as to remain compatible with older compilers.
26651         Patch from Michael Deutschmann.
26652
26653 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26654
26655         * MODULES.html.sh (File system functions): Add openat.
26656
26657         * lib/openat.h (rpl_fstatat): New macro, if
26658         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26659         (fstatat): Define to rpl_fstatat under the same conditions,
26660         unless COMPILING_FSTATAT.
26661         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26662         seems to have the bug.
26663         * lib/fstatat.c: New file.
26664         * modules/openat (Files): Add it.
26665
26666 2006-11-20  Bruno Haible  <bruno@clisp.org>
26667
26668         * Makefile: New file.
26669
26670 2006-11-20  Jim Meyering  <jim@meyering.net>
26671
26672         The beginnings of syntax-related checks for gnulib.
26673         * lib/Makefile: New file.
26674         * lib/t-idcache: New script.  Ensure that the two halves of
26675         idcache.c stay in sync.
26676
26677         * lib/idcache.c: Adjust comments in user- and group- portions to
26678         be more accurate, and to be consistent with one another.
26679
26680 2006-11-20  Jim Meyering  <jim@meyering.net>
26681
26682         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26683         continue using the flexible array member (thus, this module performs
26684         half as many malloc calls), with the addition that...
26685         (getgroup, getuser): Consistently record a non-match via an empty
26686         "name" string, and map an empty string match to a NULL return value.
26687         * modules/idcache (Depends-on): Re-add flexmember.
26688
26689         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26690         (getuidbyname, getgroup, getgidbyname): Likewise.
26691
26692         Use cleaner syntax: NULL rather than 0.
26693         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26694
26695 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26696
26697         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26698         It mishandled the case where the group was missing.
26699         Problem reported by Greg Schafer.
26700         * modules/idcache: Likewise.
26701
26702 2006-11-18  Jim Meyering  <jim@meyering.net>
26703
26704         * check-module (%exempt_header): Add exception for some
26705         conditionally-included headers.
26706
26707         * modules/i-ring (Depends-on): Add verify.
26708         (License): Change to LGPL.
26709
26710 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26711
26712         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26713         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26714         and inttostr.h.  Use snprintf rather than uinttostr, so that
26715         LGPLed code doesn't depend on GPLed.
26716
26717 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26718
26719         * modules/inline (License): Change from GPL to LGPL.
26720
26721 2006-11-17  Jim Meyering  <jim@meyering.net>
26722
26723         * modules/d-type (License): Switch to LGPL.
26724
26725 2006-11-15  Bruno Haible  <bruno@clisp.org>
26726
26727         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26728
26729 2006-11-15  Eric Blake  <ebb9@byu.net>
26730
26731         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26732         the module dependency.
26733
26734 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26735             Bruno Haible  <bruno@clisp.org>
26736
26737         * gnulib-tool (func_create_testdir): Add license consistency check.
26738
26739 2006-11-15  Eric Blake  <ebb9@byu.net>
26740
26741         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26742         random "(cached)" in configure output.
26743
26744 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26745
26746         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26747         test for conforming inttypes.h is both announced and cached.
26748
26749         * MODULES.html.sh (seen_modules, seen_files): New variables.
26750         (func_module): Rewrite to use a few less gnulib-tool and sed
26751         invocations.  Avoid a couple of quadratic algorithms for ...
26752         (missed_modules, missed_files): ... these, with ...
26753         (func_append, func_tmpdir): ... these new functions, from
26754         gnulib-tool.  Analogously, install traps for cleanup.
26755
26756         * tests/test-gc.c (main): Remove unused variables.
26757         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26758
26759 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26760
26761         * modules/inttostr (License): Change to LGPL.
26762
26763 2006-11-14  Eric Blake  <ebb9@byu.net>
26764
26765         * modules/tempname (License): Change to LGPL.
26766
26767 2006-11-14  Eric Blake  <ebb9@byu.net>
26768
26769         * doc/functions.texi (Function Portability): *printf functions on
26770         Cygwin now understand all POSIX size specifiers.
26771
26772 2006-11-14  Bruno Haible  <bruno@clisp.org>
26773
26774         * modules/c-ctype (License): Change to LGPL.
26775
26776 2006-11-12  Bruno Haible  <bruno@clisp.org>
26777
26778         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26779         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26780         for GNOME libraries, for which the include files are installed in
26781         subdirectories of $prefix/include.
26782
26783 2006-11-12  Bruno Haible  <bruno@clisp.org>
26784
26785         * m4/lib-link.m4: Require at least autoconf-2.54.
26786         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26787         name to underscores for the --with option.
26788
26789 2006-11-13  Bruno Haible  <bruno@clisp.org>
26790
26791         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26792         the tests directory.
26793         Reported by Ralf Wildenhues.
26794
26795 2006-11-13  Bruno Haible  <bruno@clisp.org>
26796
26797         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26798         (func_emit_initmacro_end): Undo the override here.
26799         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26800         Works around the famous automake error in coreutils.
26801
26802 2006-11-13  Eric Blake  <ebb9@byu.net>
26803
26804         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26805         element, not its node.
26806
26807 2006-11-12  Bruno Haible  <bruno@clisp.org>
26808
26809         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26810         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26811
26812 2006-11-12  Bruno Haible  <bruno@clisp.org>
26813
26814         * gnulib-tool: New option --local-symlink.
26815         (func_usage): Document it.
26816         (lsymbolic): New variable.
26817         (func_import, func_create_testdir): If --symlink was not specified,
26818         test whether --local-symlink was specified and the file comes from
26819         the local_gnulib_dir.
26820
26821 2006-11-12  Bruno Haible  <bruno@clisp.org>
26822
26823         * gnulib-tool (func_ln): New function.
26824         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26825
26826 2006-11-12  Bruno Haible  <bruno@clisp.org>
26827
26828         Finish support for source files in subdirectories.
26829         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26830         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26831         AUTOMAKE_OPTIONS.
26832         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26833
26834 2006-11-12  Bruno Haible  <bruno@clisp.org>
26835
26836         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26837         EXTRA_lib_SOURCES augmentation.
26838         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26839
26840 2006-11-12  Jim Meyering  <jim@meyering.net>
26841
26842         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26843         file descriptors.  This also averts a failure on systems with
26844         native openat support when a traversed directory lacks "x" access.
26845         * lib/fts_.h: Include "i-ring.h"
26846         (struct FTS) [fts_fd_ring]: New member.
26847         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26848         (FCHDIR): Add parentheses.
26849         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26850         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26851         When descending, rather than simply closing the previous
26852         fts_cwd_fd value, push that file descriptor onto the ring.
26853         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26854         (fts_open): Initialize the new fd_ring member.
26855         (fts_close): Clear the ring.
26856         (fts_safe_changedir): When possible, use our new fd_ring to skip
26857         the diropen and fstat and dev/ino comparison that would normally
26858         accompany a virtual `chdir ("..")'.
26859
26860         * modules/fts (Depends-on): Add i-ring.
26861         * modules/i-ring: New module.
26862         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26863         * m4/i-ring.m4: New file.
26864
26865 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26866
26867         * gnulib-tool (func_create_testdir): Fix replacement of
26868         `build-aux' in configure.ac.  Run autotools in gltests
26869         subdirectory.
26870         (func_create_testdir, func_create_megatestdir, test): There is
26871         no need for '--force' in most autotool invocations in a new
26872         tree.  Actually fail the whole test if any of the tools, or the
26873         configure or make stages fail.
26874
26875         Sync from Automake.
26876         * build-aux/gnupload: Revert last change.  Add pointer to upload
26877         instructions of the GNU Maintenance Instructions.
26878         Suggestion by Karl Berry.
26879
26880 2006-11-10  Jim Meyering  <jim@meyering.net>
26881
26882         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26883
26884 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26885
26886         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26887         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26888         (bind_textdomain_codeset) [! ENABLE_NLS]:
26889         Evaluate all the arguments.  That way, callers get compatible behavior
26890         if the arguments have side effects.  Also, it avoids some GCC
26891         diagnostics in some cases; Joel E. Denny reported problems when Bison
26892         was configured with --enable-gcc-warnigs.
26893
26894 2006-11-10  Jim Meyering  <jim@meyering.net>
26895
26896         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26897         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26898         account.
26899
26900 2006-11-10  Jim Meyering  <jim@meyering.net>
26901
26902         * modules/inline: New file/module.
26903         * modules/xalloc (Files): Remove m4/inline.m4.
26904         (Depends-on): Add inline, instead.
26905         * modules/oset: Likewise.
26906         * modules/list: Likewise.
26907
26908 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26909
26910         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26911         Problem reported by Matthew Woehlke.
26912
26913 2006-11-09  Bruno Haible  <bruno@clisp.org>
26914
26915         * lib/tempname.c (gen_tempname): Remove variant that invokes
26916         __gen_tempname.
26917         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26918         __gen_tempname.
26919
26920 2006-11-08  Bruno Haible  <bruno@clisp.org>
26921
26922         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26923         to 'yes' instead of 'cross-compiling'.
26924
26925 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26926
26927         * lib/quotearg.h (quotearg_free): New decl.
26928         * lib/quotearg.c (quotearg_free): New function.
26929         (slot0, nslots, slotvec0, slotvec):
26930         Now file-scope so that quotearg_free can get at them.
26931
26932 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26933
26934         Sync from Automake.
26935         * build-aux/gnupload: Add missing 'gnu' to example URL.
26936         Report by Karl Berry.
26937
26938 2006-11-08  Bruno Haible  <bruno@clisp.org>
26939
26940         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26941         Suggested by Paul Eggert.
26942
26943 2006-11-08  Jim Meyering  <jim@meyering.net>
26944
26945         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26946         It's already included if !_LIBC.
26947         (fts_safe_changedir): Add a comment.
26948
26949 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26950
26951         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26952         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26953         Matthew Woehlke.
26954
26955         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26956         definitions up, to avoid colliding with change below.
26957         (static_inline) [HAVE_INLINE]: New macro.
26958         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26959         Provide extern decls when !HAVE_INLINE.  Do not define unless
26960         static_inline is defined, either by us or by xmalloc.c.  Use
26961         static_inline rather than static inline.
26962         (XCALLOC): Optimize sizeof(T) = 1 case.
26963         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26964
26965 2006-11-07  Bruno Haible  <bruno@clisp.org>
26966
26967         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26968         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26969         AC_C_INLINE.
26970         * modules/xalloc (Files): Add m4/inline.m4.
26971
26972 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26973
26974         * README: Fix typo.
26975         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26976         (Miscellanous Notes): ...from this.
26977
26978 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26979
26980         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26981         Mention that offsetof should be used instead of sizeof.
26982         From Bruno Haible.
26983
26984 2006-11-07  Bruno Haible  <bruno@clisp.org>
26985
26986         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26987
26988 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26989
26990         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26991         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26992         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26993         (gl_tree_add_before, gl_tree_add_after):
26994         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26995         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26996         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26997         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26998         (gl_linked_add_after, gl_linked_add_at): Likewise.
26999         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
27000         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
27001         (gl_tree_add_before, gl_tree_add_after): Likewise.
27002         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
27003         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
27004         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
27005
27006 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27007
27008         * lib/gl_oset.h: Use C comment style, not C++ comment style.
27009
27010 2006-11-06  Bruno Haible  <bruno@clisp.org>
27011
27012         * m4/inline.m4: New file.
27013         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
27014         * modules/list (Files): Add m4/inline.m4.
27015         * modules/oset (Files): Likewise.
27016
27017 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
27018
27019         * lib/idcache.c: Include <stddef.h>, for offsetof.
27020         (struct userid.name): Change from char * to a flexible array member.
27021         All uses changed.
27022         * modules/idcache (Depends-on): Add flexmember.
27023
27024         * MODULES.html.sh (Core language properties): New module flexmember.
27025         * modules/flexmember, m4/flexmember.m4: New files.
27026
27027         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
27028         inline functions that are identical with the old xnmalloc_inline,
27029         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
27030         that we can avoid some unnecessary integer multiplications and
27031         divisions in the common case where the element size is known at
27032         compile time.
27033         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
27034         needed.
27035         (xnboundedmalloc): Remove.
27036         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
27037         arguments, for consistency with rest of this header.
27038         (xcharalloc): Rewrite using XNMALLOC.
27039         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
27040         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
27041         versions have been moved to lib/xalloc.h and renamed to be the
27042         non-*_inline versions.
27043         (xmalloc, xrealloc): Implement without reference to the xnmalloc
27044         and xnrealloc functions, since those functions are now inline and
27045         now call us.
27046         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
27047         renaming described above.
27048         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
27049         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
27050         captures the dependency in AC_C_INLINE.
27051
27052         New module canonicalize-lgpl, proposed by Charles Wilson in
27053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
27054         with a few small changes afterwards.
27055         * MODULES.html.sh (File system functions): New module
27056         canonicalize-lgpl.
27057         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
27058         and canonicalize_file_name.
27059         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
27060         * modules/canonicalize-lgpl: New files.
27061
27062 2006-11-05  Bruno Haible  <bruno@clisp.org>
27063
27064         * gnulib-tool (func_import, func_create_testdir): Create directories
27065         also for files in subdirectories of lib/.
27066
27067 2006-11-05  Bruno Haible  <bruno@clisp.org>
27068
27069         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
27070         ANSI C compliant.
27071
27072 2006-11-03  Bruno Haible  <bruno@clisp.org>
27073
27074         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
27075         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
27076         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
27077         (xnboundedmalloc): New inline function.
27078         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
27079         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
27080         xmalloc.
27081         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
27082         xmalloc.
27083         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
27084         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
27085         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
27086         xmalloc.
27087         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
27088         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
27089         xmalloc.
27090         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
27091         gl_tree_add_after): Use XMALLOC instead of xmalloc.
27092         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
27093         xmalloc.
27094         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
27095         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
27096         gl_tree_add_after): Use XMALLOC instead of xmalloc.
27097         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
27098         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
27099         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
27100         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
27101
27102 2006-11-03  Bruno Haible  <bruno@clisp.org>
27103
27104         * lib/c-ctype.h [C++]: Define functions without name mangling.
27105         * lib/fwriteerror.h [C++]: Likewise.
27106         * lib/gcd.h [C++]: Likewise.
27107         * lib/linebreak.h [C++]: Likewise.
27108
27109 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
27110
27111         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
27112         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
27113         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
27114         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
27115         Check for functions and headers just once.
27116         Check for declaration of canonicalize_file_name.
27117         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
27118
27119 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27120
27121         * gnulib-tool (func_import): Fix typo in actioncmd.
27122
27123 2006-11-02  Bruno Haible  <bruno@clisp.org>
27124
27125         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
27126         newline sequence in the Makefile.am snippet as a space, like "make"
27127         does.
27128         Reported by Roger Persson <perrog@gmail.com>.
27129
27130 2006-11-01  Bruno Haible  <bruno@clisp.org>
27131
27132         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
27133         already declared in <string.h>.
27134         * lib/strcase.h (strncasecmp): Don't declare it if yes.
27135
27136 2006-11-01  Bruno Haible  <bruno@clisp.org>
27137
27138         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
27139         * lib/strcase.h: Include <string.h>.
27140         (strcasecmp): Define to rpl_strcasecmp here.
27141
27142 2006-11-01  Bruno Haible  <bruno@clisp.org>
27143
27144         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
27145
27146 2006-11-01  Eric Blake  <ebb9@byu.net>
27147
27148         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
27149
27150         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
27151
27152 2006-10-29  Bruno Haible  <bruno@clisp.org>
27153
27154         Make it compile in C++ mode.
27155         * lib/full-write.c (full_rw): Add a cast.
27156
27157 2006-11-01  Bruno Haible  <bruno@clisp.org>
27158
27159         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
27160         be POSIX compliant.
27161         Reported by Roger Persson <perrog@gmail.com>.
27162
27163 2006-11-01  Eric Blake  <ebb9@byu.net>
27164
27165         * lib/getopt_.h: Fix comments.
27166
27167 2006-10-31  Eric Blake  <ebb9@byu.net>
27168
27169         * modules/tmpdir (Depends-on): Add sys_stat.
27170         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
27171         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
27172         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
27173         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
27174         tempname.
27175
27176 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
27177
27178         Avoid some C++ diagnostics reported by Bruno Haible.
27179         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
27180         xmalloc.
27181         (quotearg_alloc): Use xcharalloc rather than xmalloc.
27182         (struct slotvec): Move to top level.
27183         (quotearg_n_options): Rewrite to avoid xmalloc.
27184         * lib/xalloc.h (xcharalloc): New function.
27185         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
27186         [defined __cplusplus]: Add function template that provides result
27187         type propagation.  This part of the change is from Bruno Haible.
27188
27189 2006-10-29  Bruno Haible  <bruno@clisp.org>
27190
27191         Make it compile in C++ mode.
27192         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
27193         * lib/strnlen1.c (strnlen1): Cast memchr result.
27194         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
27195         * lib/clean-temp.c (string_equals, string_hash): Add casts.
27196         (create_temp_dir): Rename local variable 'template'.
27197         (compile_csharp_using_sscli): Add cast.
27198         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
27199         * lib/findprog.c (find_in_path): Likewise.
27200         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
27201         * lib/wait-process.c (register_slave_subprocess): Likewise.
27202
27203 2006-10-22  Bruno Haible  <bruno@clisp.org>
27204
27205         * modules/tsearch: New file.
27206         * lib/tsearch.h: New file.
27207         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
27208         * m4/tsearch.m4: New file.
27209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
27210
27211 2006-10-29  Eric Blake  <ebb9@byu.net>
27212
27213         * lib/arcfour.c: Assume config.h.
27214         * lib/arctwo.c: Likewise.
27215         * lib/base64.c: Likewise.
27216         * lib/check-version.c: Likewise.
27217         * lib/crc.c: Likewise.
27218         * lib/des.c: Likewise.
27219         * lib/gc-gnulib.c: Likewise.
27220         * lib/gc-libgcrypt.c: Likewise.
27221         * lib/gc-pbkdf2-sha1.c: Likewise.
27222         * lib/getaddrinfo.c: Likewise.
27223         * lib/getdelim.c: Likewise.
27224         * lib/getline.c: Likewise.
27225         * lib/hmac-md5.c: Likewise.
27226         * lib/hmac-sha1.c: Likewise.
27227         * lib/iconvme.c: Likewise.
27228         * lib/md2.c: Likewise.
27229         * lib/md4.c: Likewise.
27230         * lib/memxor.c: Likewise.
27231         * lib/read-file.c: Likewise.
27232         * lib/readline.c: Likewise.
27233         * lib/rijndael-alg-fst.c: Likewise.
27234         * lib/rijndael-api-fst.c: Likewise.
27235         * lib/xgetdomainname.c: Likewise.
27236
27237 2006-10-28  Eric Blake  <ebb9@byu.net>
27238
27239         * lib/xstrndup.c: Assume config.h.
27240
27241 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
27242
27243         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
27244         stat-macros.h is now for our own macros, whereas stat_h is for
27245         macros in the <sys/stat.h> name space.
27246         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
27247         (STAT_MACROS_H): Remove.
27248         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
27249         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
27250         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
27251         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
27252         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
27253         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
27254         Move these macros to ...
27255         * lib/stat_.h: here.  Don't include stat-macros.h.
27256         * lib/canonicalize.c: Don't include stat-macros.h.
27257         * lib/chown.c: Likewise.
27258         * lib/euidaccess.c: Likewise.
27259         * lib/file-type.c: Likewise.
27260         * lib/filemode.c: Likewise.
27261         * lib/glob.c: Likewise.
27262         * lib/isapipe.c: Likewise.
27263         * lib/lchown.c: Likewise.
27264         * lib/lstat.c: Likewise.
27265         * lib/mkdir-p.c: Likewise.
27266         * lib/rmdir.c: Likewise.
27267         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
27268         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
27269         unless mkdir isn't declared, to speed up 'configure'.
27270         Always create sys/stat.h, since it's unlikely any real sys/stat.h
27271         would define all the S_* symbols.
27272         * modules/canonicalize (Depends-on):
27273         Depend on sys_stat, not stat-macros.
27274         * modules/chown: Likewise.
27275         * modules/euidaccess: Likewise.
27276         * modules/filemode: Likewise.
27277         * modules/file-type: Likewise.
27278         * modules/glob: Likewise.
27279         * modules/isapipe: Likewise.
27280         * modules/lchown: Likewise.
27281         * modules/lstat: Likewise.
27282         * modules/mkancesdirs: Likewise.
27283         * modules/rmdir: Likewise.
27284         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
27285         * modules/modechange: Likewise.
27286         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
27287         (configure.ac): Remove gl_STAT_MACROS.
27288         * modules/sys_stat (Depends-on): Remove stat-macros.
27289
27290 2006-10-27  Bruno Haible  <bruno@clisp.org>
27291
27292         * m4/signed.m4: Remove file.
27293         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
27294         invocation.
27295         * modules/vasnprintf (Files): Remove m4/signed.m4.
27296
27297 2006-10-27  Bruno Haible  <bruno@clisp.org>
27298
27299         Update to GNU gettext 0.16.
27300         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
27301         m4/inttypes-h.m4, m4/signed.m4.
27302         * m4/gettext.m4: Update to GNU gettext 0.16.
27303         * m4/intl.m4: New file, from GNU gettext.
27304         * m4/intldir.m4: New file, from GNU gettext.
27305         * config/srclist.txt: Update
27306
27307 2006-10-27  Eric Blake  <ebb9@byu.net>
27308
27309         * MODULES.html.sh: Document tempname.
27310         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
27311         dependencies.
27312         (Files): Move lib/tempname.c...
27313         * modules/tempname: ...to this new module.
27314         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
27315         (gl_PREREQ_TEMPNAME): Move...
27316         * m4/tempname.m4: ...to this new file.
27317         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
27318         * modules/sys_stat (Depends-on): Add stat-macros.
27319         * lib/stat_.h (includes): Pick up stat macros.
27320         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
27321         if stat macros are broken.
27322         * lib/tempname.c (includes): No need to include "stat-macros.h".
27323         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
27324         (direxists, __path_search) [!_LIBC]: Don't compile these in
27325         gnulib; the tmpdir module covers that.
27326         * lib/tempname.h: New file.
27327
27328 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
27329
27330         * COPYING: Explain how gnulib-tool converts licence headers.
27331         Almost all wording by Eric Blake.
27332
27333 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
27334
27335         * lib/mbchar.h (is_basic_table): Make read-only.
27336         * lib/mbchar.c (is_basic_table): Likewise.
27337         Reported by John Darrington.
27338
27339 2006-10-25  Bruno Haible  <bruno@clisp.org>
27340
27341         * lib/progname.h (set_program_name): Undefine before defining.
27342
27343 2006-10-25  Bruno Haible  <bruno@clisp.org>
27344
27345         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
27346         false for non-gcc C++ compilers.
27347         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
27348
27349 2006-10-24  Bruno Haible  <bruno@clisp.org>
27350
27351         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
27352         iconv implementations like Irix iconv.
27353
27354 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27355
27356         * modules/vararrays: New file.
27357         * m4/vararrays.m4: New file, taken from diffutils.
27358         * MODULES.html.sh: New module vararrays.
27359
27360 2006-10-24  Karl Berry  <karl@gnu.org>
27361
27362         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
27363         Don't call GNU Unix.
27364
27365 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27366
27367         * users.txt: Add Libtool.
27368
27369         Sync from Libtool:
27370
27371         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27372
27373         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
27374         to gnulib's policy of including config.h unconditionally.
27375
27376 2006-10-24  Bruno Haible  <bruno@clisp.org>
27377
27378         * modules/wcwidth (Files): Add m4/wint_t.m4.
27379         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
27380         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
27381
27382 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
27383
27384         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
27385         to pacify GCC with some -W flags enabled.  Problem reported by
27386         Bruno Haible.
27387
27388 2006-10-24  Jim Meyering  <jim@meyering.net>
27389
27390         * MODULES.html.sh: Remove uinttostr.  It's not a module.
27391         Reported by Karl Berry.
27392
27393 2006-10-23  Bruno Haible  <bruno@clisp.org>
27394
27395         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
27396
27397 2006-10-24  Bruno Haible  <bruno@clisp.org>
27398
27399         * lib/gl_list.h: Use C comment style, not C++ comment style.
27400
27401 2006-10-23  Eric Blake  <ebb9@byu.net>
27402
27403         * lib/getaddrinfo.c (includes): Add missing include.
27404
27405 2006-10-23  Bruno Haible  <bruno@clisp.org>
27406             Paul Eggert  <eggert@cs.ucla.edu>
27407
27408         Ability to rename obstack_free.
27409         * lib/obstack.h (__obstack_free): New macro. Declare instead of
27410         obstack_free.
27411         (obstack_free): Invoke the __obstack_free macro.
27412         * lib/obstack.c (obstack_free): Use __obstack_free macro.
27413
27414 2006-10-23  Bruno Haible  <bruno@clisp.org>
27415             Paul Eggert  <eggert@cs.ucla.edu>
27416
27417         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
27418         __argc, __argv from the declaration. (They are defined as macros on
27419         mingw.)
27420
27421 2006-10-22  Bruno Haible  <bruno@clisp.org>
27422
27423         * doc/gnulib-intro.texi: New file.
27424         * doc/gnulib.texi: Include it.
27425
27426 2006-10-21  Bruno Haible  <bruno@clisp.org>
27427
27428         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
27429         "Introduction", "Miscellanous Notes", "Particular Modules".
27430
27431 2006-10-21  Bruno Haible  <bruno@clisp.org>
27432
27433         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27434         Change mostlyclean-local rule to avoid sh syntax error from bash
27435         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
27436
27437 2006-10-23  Jim Meyering  <jim@meyering.net>
27438
27439         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
27440         in place of snprintf.
27441
27442         * modules/inttostr (Files): Add lib/uinttostr.c.
27443         * lib/uinttostr.c (inttostr): New file/function.
27444         * lib/inttostr.h (uinttostr): Declare.
27445         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
27446         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
27447         Add uinttostr.
27448         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
27449
27450 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
27451
27452         * lib/canonicalize.c (ELOOP): Define if not already defined.
27453         Problem reported by Bruno Haible in
27454         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
27455
27456 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
27457
27458         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
27459         Problem reported by Perry Smith and Ville Laurikari.
27460
27461         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
27462         uses.
27463
27464 2006-10-19  Bruno Haible  <bruno@clisp.org>
27465
27466         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
27467         for mingw.
27468
27469 2006-10-19  Bruno Haible  <bruno@clisp.org>
27470
27471         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
27472         Needed for mingw.
27473
27474 2006-10-19  Bruno Haible  <bruno@clisp.org>
27475
27476         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
27477
27478 2006-10-19  Bruno Haible  <bruno@clisp.org>
27479
27480         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
27481         it.
27482
27483 2006-10-19  Bruno Haible  <bruno@clisp.org>
27484
27485         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
27486         invocation.
27487
27488 2006-10-19  Bruno Haible  <bruno@clisp.org>
27489
27490         * gnulib-tool (func_create_testdir): Don't include ftruncate and
27491         mountlist by default.
27492
27493 2006-10-16  Bruno Haible  <bruno@clisp.org>
27494
27495         * lib/c-strstr.c: Include c-strstr.h.
27496
27497 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
27498
27499         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
27500         in a slash.
27501
27502 2006-10-18  Bruno Haible  <bruno@clisp.org>
27503
27504         * lib/lock.h [C++]: Wrap definitions in extern "C".
27505
27506 2006-10-18  Bruno Haible  <bruno@clisp.org>
27507
27508         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
27509         gl_LIBOBJS list.
27510
27511 2006-10-18  Bruno Haible  <bruno@clisp.org>
27512
27513         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
27514
27515 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
27516
27517         * lib/xstrtol.h: Include gettext.h.
27518         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
27519         Problem reported by Eric Blake.
27520         * modules/xstrtol (Depends-on): Add gettext-h.
27521
27522 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
27523
27524         * lib/strftime.c (advance): New macro.
27525         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
27526         incomplete type, so you can't add 0 to it.  Problem and patch
27527         reported by Eelco Dolstra for dietlibc.
27528
27529 2006-10-18  Jim Meyering  <jim@meyering.net>
27530
27531         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
27532         type for a local, and rename it: s/up/user_proc/.
27533
27534 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
27535
27536         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
27537         READ_UTMP_USER_PROCESS.
27538         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
27539
27540 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
27541
27542         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
27543         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
27544
27545 2006-10-17  Eric Blake  <ebb9@byu.net>
27546
27547         * lib/sigprocmask.c (sigprocmask): Fix typo.
27548
27549         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
27550
27551         * modules/clean-temp (Makefile.am): Don't add to make output...
27552         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
27553         config.h.
27554
27555 2006-10-17  Bruno Haible  <bruno@clisp.org>
27556
27557         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
27558         differently if DEFAULT_TEXT_DOMAIN is set.
27559
27560 2006-10-16  Bruno Haible  <bruno@clisp.org>
27561
27562         * lib/clean-temp.c: Include fwriteerror.h.
27563
27564 2006-10-16  Bruno Haible  <bruno@clisp.org>
27565
27566         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
27567
27568 2006-10-16  Bruno Haible  <bruno@clisp.org>
27569
27570         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
27571         * lib/sigprocmask.h: Include <sys/types.h>.
27572         (sigset_t): Use the system's definition if present.
27573
27574 2006-10-17  Eric Blake  <ebb9@byu.net>
27575
27576         * lib/xvasprintf.c (includes): Assume config.h.
27577         * lib/xasprintf.c (includes): Likewise.
27578
27579 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27580
27581         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27582         at least as wide as intmax_t.
27583
27584 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27585
27586         (Imported from Automake.)
27587         * build-aux/gnupload: Update to version 1.1 of directive file.
27588
27589 2006-10-16  Eric Blake  <ebb9@byu.net>
27590
27591         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27592         match Automake 1.10a.
27593
27594 2006-10-14  Bruno Haible  <bruno@clisp.org>
27595
27596         * modules/sigprocmask: New file.
27597         * lib/sigprocmask.h: New file.
27598         * lib/sigprocmask.c: New file.
27599         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27600         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27601         request sigprocmask.o.
27602         (gl_PREREQ_SIGPROCMASK): New macro.
27603         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27604         (Depends-on): Add sigprocmask.
27605         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27606         gt_SIGNALBLOCKING. Test for 'raise' only once.
27607         * lib/fatal-signal.c: Include sigprocmask.h.
27608         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27609         unblock_fatal_signals): Define always.
27610         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27611         sigprocmask.
27612
27613 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27614
27615         Sync from Automake.
27616         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27617         which incorrectly sets the mode of an existing destination
27618         directory.  In some cases the unpatched install-sh could do the
27619         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27620         system.  We hope this is rare in practice, but it's clearly worth
27621         fixing.  Problem reported by Alex Unleashed in
27622         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27623         Also, don't bother to check for -m bugs unless we're using -m;
27624         suggested by Stepan Kasal.
27625
27626 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27627
27628         Sync from Automake.
27629         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27630         `-c' flag, so they appear at the same position as in %FASTDEP%
27631         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27632         which ignores unknown options only after the first non-option.
27633         Bug report against M4 by Nelson H. F. Beebe.
27634
27635 2006-10-13  Jim Meyering  <jim@meyering.net>
27636
27637         Fix a bug in yesterday's change.
27638         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27639         p->fts_statp->st_dev would be used uninitialized.
27640         Ensures that we always call fts_stat on the very first entry.
27641         Miklos Szeredi reported that find -xdev stopped working.
27642
27643 2006-10-12  Bruno Haible  <bruno@clisp.org>
27644
27645         * gnulib-tool (func_get_automake_snippet): Append an automatically
27646         computed EXTRA_DIST augmentation.
27647         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27648         * modules/alloca-opt (Makefile.am): Likewise.
27649         * modules/allocsa (Makefile.am): Likewise.
27650         * modules/arcfour (Makefile.am): Likewise.
27651         * modules/arctwo (Makefile.am): Likewise.
27652         * modules/argmatch (Makefile.am): Likewise.
27653         * modules/argz (Makefile.am): Likewise.
27654         * modules/atexit (Makefile.am): Likewise.
27655         * modules/backupfile (Makefile.am): Likewise.
27656         * modules/byteswap (Makefile.am): Likewise.
27657         * modules/c-strtod (Makefile.am): Likewise.
27658         * modules/c-strtold (Makefile.am): Likewise.
27659         * modules/calloc (Makefile.am): Likewise.
27660         * modules/canon-host (Makefile.am): Likewise.
27661         * modules/canonicalize (Makefile.am): Likewise.
27662         * modules/chdir-long (Makefile.am): Likewise.
27663         * modules/chdir-safer (Makefile.am): Likewise.
27664         * modules/check-version (Makefile.am): Likewise.
27665         * modules/chown (Makefile.am): Likewise.
27666         * modules/cloexec (Makefile.am): Likewise.
27667         * modules/close-stream (Makefile.am): Likewise.
27668         * modules/closeout (Makefile.am): Likewise.
27669         * modules/crc (Makefile.am): Likewise.
27670         * modules/csharpexec (Makefile.am): Likewise.
27671         * modules/cycle-check (Makefile.am): Likewise.
27672         * modules/des (Makefile.am): Likewise.
27673         * modules/dev-ino (Makefile.am): Likewise.
27674         * modules/dirfd (Makefile.am): Likewise.
27675         * modules/dirname (Makefile.am): Likewise.
27676         * modules/dup2 (Makefile.am): Likewise.
27677         * modules/eealloc (Makefile.am): Likewise.
27678         * modules/error (Makefile.am): Likewise.
27679         * modules/euidaccess (Makefile.am): Likewise.
27680         * modules/exclude (Makefile.am): Likewise.
27681         * modules/exitfail (Makefile.am): Likewise.
27682         * modules/fcntl-safer (Makefile.am): Likewise.
27683         * modules/fcntl (Makefile.am): Likewise.
27684         * modules/file-type (Makefile.am): Likewise.
27685         * modules/fileblocks (Makefile.am): Likewise.
27686         * modules/filemode (Makefile.am): Likewise.
27687         * modules/filenamecat (Makefile.am): Likewise.
27688         * modules/fnmatch (Makefile.am): Likewise.
27689         * modules/fopen-safer (Makefile.am): Likewise.
27690         * modules/fpending (Makefile.am): Likewise.
27691         * modules/fprintftime (Makefile.am): Likewise.
27692         * modules/free (Makefile.am): Likewise.
27693         * modules/fsusage (Makefile.am): Likewise.
27694         * modules/ftruncate (Makefile.am): Likewise.
27695         * modules/fts (Makefile.am): Likewise.
27696         * modules/gc-arcfour (Makefile.am): Likewise.
27697         * modules/gc-des (Makefile.am): Likewise.
27698         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27699         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27700         * modules/gc-md4 (Makefile.am): Likewise.
27701         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27702         * modules/gc-sha1 (Makefile.am): Likewise.
27703         * modules/gc (Makefile.am): Likewise.
27704         * modules/getaddrinfo (Makefile.am): Likewise.
27705         * modules/getcwd (Makefile.am): Likewise.
27706         * modules/getdelim (Makefile.am): Likewise.
27707         * modules/getdomainname (Makefile.am): Likewise.
27708         * modules/getgroups (Makefile.am): Likewise.
27709         * modules/gethostname (Makefile.am): Likewise.
27710         * modules/gethrxtime (Makefile.am): Likewise.
27711         * modules/getline (Makefile.am): Likewise.
27712         * modules/getloadavg (Makefile.am): Likewise.
27713         * modules/getlogin_r (Makefile.am): Likewise.
27714         * modules/getndelim2 (Makefile.am): Likewise.
27715         * modules/getopt (Makefile.am): Likewise.
27716         * modules/getpagesize (Makefile.am): Likewise.
27717         * modules/getpass-gnu (Makefile.am): Likewise.
27718         * modules/getpass (Makefile.am): Likewise.
27719         * modules/getsubopt (Makefile.am): Likewise.
27720         * modules/gettime (Makefile.am): Likewise.
27721         * modules/gettimeofday (Makefile.am): Likewise.
27722         * modules/getugroups (Makefile.am): Likewise.
27723         * modules/getusershell (Makefile.am): Likewise.
27724         * modules/glob (Makefile.am): Likewise.
27725         * modules/group-member (Makefile.am): Likewise.
27726         * modules/hard-locale (Makefile.am): Likewise.
27727         * modules/hash (Makefile.am): Likewise.
27728         * modules/hmac-md5 (Makefile.am): Likewise.
27729         * modules/hmac-sha1 (Makefile.am): Likewise.
27730         * modules/human (Makefile.am): Likewise.
27731         * modules/idcache (Makefile.am): Likewise.
27732         * modules/imaxabs (Makefile.am): Likewise.
27733         * modules/imaxdiv (Makefile.am): Likewise.
27734         * modules/inet_ntop (Makefile.am): Likewise.
27735         * modules/inet_pton (Makefile.am): Likewise.
27736         * modules/intprops (Makefile.am): Likewise.
27737         * modules/inttostr (Makefile.am): Likewise.
27738         * modules/inttypes (Makefile.am): Likewise.
27739         * modules/isapipe (Makefile.am): Likewise.
27740         * modules/javaversion (Makefile.am): Likewise.
27741         * modules/lchmod (Makefile.am): Likewise.
27742         * modules/lchown (Makefile.am): Likewise.
27743         * modules/localcharset (Makefile.am): Likewise.
27744         * modules/long-options (Makefile.am): Likewise.
27745         * modules/lstat (Makefile.am): Likewise.
27746         * modules/malloc (Makefile.am): Likewise.
27747         * modules/mathl (Makefile.am): Likewise.
27748         * modules/mbchar (Makefile.am): Likewise.
27749         * modules/md2 (Makefile.am): Likewise.
27750         * modules/md4 (Makefile.am): Likewise.
27751         * modules/md5 (Makefile.am): Likewise.
27752         * modules/memcasecmp (Makefile.am): Likewise.
27753         * modules/memchr (Makefile.am): Likewise.
27754         * modules/memcmp (Makefile.am): Likewise.
27755         * modules/memcoll (Makefile.am): Likewise.
27756         * modules/memcpy (Makefile.am): Likewise.
27757         * modules/memmem (Makefile.am): Likewise.
27758         * modules/memmove (Makefile.am): Likewise.
27759         * modules/mempcpy (Makefile.am): Likewise.
27760         * modules/memrchr (Makefile.am): Likewise.
27761         * modules/memset (Makefile.am): Likewise.
27762         * modules/memxor (Makefile.am): Likewise.
27763         * modules/mkancesdirs (Makefile.am): Likewise.
27764         * modules/mkdir-p (Makefile.am): Likewise.
27765         * modules/mkdir (Makefile.am): Likewise.
27766         * modules/mkdtemp (Makefile.am): Likewise.
27767         * modules/mkstemp (Makefile.am): Likewise.
27768         * modules/mktime (Makefile.am): Likewise.
27769         * modules/modechange (Makefile.am): Likewise.
27770         * modules/mountlist (Makefile.am): Likewise.
27771         * modules/nanosleep (Makefile.am): Likewise.
27772         * modules/obstack (Makefile.am): Likewise.
27773         * modules/openat (Makefile.am): Likewise.
27774         * modules/pagealign_alloc (Makefile.am): Likewise.
27775         * modules/pathmax (Makefile.am): Likewise.
27776         * modules/physmem (Makefile.am): Likewise.
27777         * modules/poll (Makefile.am): Likewise.
27778         * modules/posixtm (Makefile.am): Likewise.
27779         * modules/posixver (Makefile.am): Likewise.
27780         * modules/putenv (Makefile.am): Likewise.
27781         * modules/quote (Makefile.am): Likewise.
27782         * modules/quotearg (Makefile.am): Likewise.
27783         * modules/raise (Makefile.am): Likewise.
27784         * modules/read-file (Makefile.am): Likewise.
27785         * modules/readline (Makefile.am): Likewise.
27786         * modules/readlink (Makefile.am): Likewise.
27787         * modules/readtokens (Makefile.am): Likewise.
27788         * modules/readutmp (Makefile.am): Likewise.
27789         * modules/realloc (Makefile.am): Likewise.
27790         * modules/regex (Makefile.am): Likewise.
27791         * modules/rename-dest-slash (Makefile.am): Likewise.
27792         * modules/rename (Makefile.am): Likewise.
27793         * modules/rijndael (Makefile.am): Likewise.
27794         * modules/rmdir (Makefile.am): Likewise.
27795         * modules/rpmatch (Makefile.am): Likewise.
27796         * modules/safe-read (Makefile.am): Likewise.
27797         * modules/safe-write (Makefile.am): Likewise.
27798         * modules/same-inode (Makefile.am): Likewise.
27799         * modules/same (Makefile.am): Likewise.
27800         * modules/save-cwd (Makefile.am): Likewise.
27801         * modules/savedir (Makefile.am): Likewise.
27802         * modules/setenv (Makefile.am): Likewise.
27803         * modules/settime (Makefile.am): Likewise.
27804         * modules/sha1 (Makefile.am): Likewise.
27805         * modules/sig2str (Makefile.am): Likewise.
27806         * modules/snprintf (Makefile.am): Likewise.
27807         * modules/stat-macros (Makefile.am): Likewise.
27808         * modules/stat-time (Makefile.am): Likewise.
27809         * modules/stdbool (Makefile.am): Likewise.
27810         * modules/stdint (Makefile.am): Likewise.
27811         * modules/stdlib-safer (Makefile.am): Likewise.
27812         * modules/stpcpy (Makefile.am): Likewise.
27813         * modules/stpncpy (Makefile.am): Likewise.
27814         * modules/strcase (Makefile.am): Likewise.
27815         * modules/strcasestr (Makefile.am): Likewise.
27816         * modules/strchrnul (Makefile.am): Likewise.
27817         * modules/strcspn (Makefile.am): Likewise.
27818         * modules/strdup (Makefile.am): Likewise.
27819         * modules/strerror (Makefile.am): Likewise.
27820         * modules/strftime (Makefile.am): Likewise.
27821         * modules/strndup (Makefile.am): Likewise.
27822         * modules/strnlen (Makefile.am): Likewise.
27823         * modules/strpbrk (Makefile.am): Likewise.
27824         * modules/strsep (Makefile.am): Likewise.
27825         * modules/strstr (Makefile.am): Likewise.
27826         * modules/strtod (Makefile.am): Likewise.
27827         * modules/strtoimax (Makefile.am): Likewise.
27828         * modules/strtok_r (Makefile.am): Likewise.
27829         * modules/strtol (Makefile.am): Likewise.
27830         * modules/strtoll (Makefile.am): Likewise.
27831         * modules/strtoul (Makefile.am): Likewise.
27832         * modules/strtoull (Makefile.am): Likewise.
27833         * modules/strtoumax (Makefile.am): Likewise.
27834         * modules/strverscmp (Makefile.am): Likewise.
27835         * modules/sys_socket (Makefile.am): Likewise.
27836         * modules/sys_stat (Makefile.am): Likewise.
27837         * modules/sysexits (Makefile.am): Likewise.
27838         * modules/time_r (Makefile.am): Likewise.
27839         * modules/timegm (Makefile.am): Likewise.
27840         * modules/timespec (Makefile.am): Likewise.
27841         * modules/tmpfile-safer (Makefile.am): Likewise.
27842         * modules/trim (Makefile.am): Likewise.
27843         * modules/unistd-safer (Makefile.am): Likewise.
27844         * modules/unlinkdir (Makefile.am): Likewise.
27845         * modules/unlocked-io (Makefile.am): Likewise.
27846         * modules/userspec (Makefile.am): Likewise.
27847         * modules/utime (Makefile.am): Likewise.
27848         * modules/utimecmp (Makefile.am): Likewise.
27849         * modules/utimens (Makefile.am): Likewise.
27850         * modules/vasnprintf (Makefile.am): Likewise.
27851         * modules/vasprintf (Makefile.am): Likewise.
27852         * modules/vsnprintf (Makefile.am): Likewise.
27853         * modules/xalloc (Makefile.am): Likewise.
27854         * modules/xgetcwd (Makefile.am): Likewise.
27855         * modules/xnanosleep (Makefile.am): Likewise.
27856         * modules/xreadlink (Makefile.am): Likewise.
27857         * modules/xstrtod (Makefile.am): Likewise.
27858         * modules/xstrtol (Makefile.am): Likewise.
27859         * modules/xstrtold (Makefile.am): Likewise.
27860         * modules/yesno (Makefile.am): Likewise.
27861         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27862
27863 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27864
27865         * modules/error (Makefile.am): Distribute files through
27866         EXTRA_DIST, not lib_SOURCES.
27867
27868 2006-10-12  Eric Blake  <ebb9@byu.net>
27869
27870         * modules/error (Makefile.am): Distribute files in /lib.
27871         * modules/obstack (Makefile.am): Likewise.
27872
27873 2006-10-12  Bruno Haible  <bruno@clisp.org>
27874
27875         * modules/acl (Makefile.am): Distribute all files in lib/ through
27876         EXTRA_DIST.
27877         * modules/arcfour (Makefile.am): Likewise.
27878         * modules/arctwo (Makefile.am): Likewise.
27879         * modules/argmatch (Makefile.am): Likewise.
27880         * modules/argz (Makefile.am): Likewise.
27881         * modules/atexit (Makefile.am): Likewise.
27882         * modules/backupfile (Makefile.am): Likewise.
27883         * modules/c-strtod (Makefile.am): Likewise.
27884         * modules/c-strtold (Makefile.am): Likewise.
27885         * modules/calloc (Makefile.am): Likewise.
27886         * modules/canon-host (Makefile.am): Likewise.
27887         * modules/canonicalize (Makefile.am): Likewise.
27888         * modules/chdir-long (Makefile.am): Likewise.
27889         * modules/chdir-safer (Makefile.am): Likewise.
27890         * modules/check-version (Makefile.am): Likewise.
27891         * modules/chown (Makefile.am): Likewise.
27892         * modules/cloexec (Makefile.am): Likewise.
27893         * modules/close-stream (Makefile.am): Likewise.
27894         * modules/closeout (Makefile.am): Likewise.
27895         * modules/crc (Makefile.am): Likewise.
27896         * modules/cycle-check (Makefile.am): Likewise.
27897         * modules/des (Makefile.am): Likewise.
27898         * modules/dirfd (Makefile.am): Likewise.
27899         * modules/dirname (Makefile.am): Likewise.
27900         * modules/dup2 (Makefile.am): Likewise.
27901         * modules/euidaccess (Makefile.am): Likewise.
27902         * modules/exclude (Makefile.am): Likewise.
27903         * modules/exitfail (Makefile.am): Likewise.
27904         * modules/fcntl-safer (Makefile.am): Likewise.
27905         * modules/file-type (Makefile.am): Likewise.
27906         * modules/fileblocks (Makefile.am): Likewise.
27907         * modules/filemode (Makefile.am): Likewise.
27908         * modules/filenamecat (Makefile.am): Likewise.
27909         * modules/fnmatch (Makefile.am): Likewise.
27910         * modules/fopen-safer (Makefile.am): Likewise.
27911         * modules/fpending (Makefile.am): Likewise.
27912         * modules/fprintftime (Makefile.am): Likewise.
27913         * modules/free (Makefile.am): Likewise.
27914         * modules/fsusage (Makefile.am): Likewise.
27915         * modules/ftruncate (Makefile.am): Likewise.
27916         * modules/fts (Makefile.am): Likewise.
27917         * modules/gc (Makefile.am): Likewise.
27918         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27919         * modules/getaddrinfo (Makefile.am): Likewise.
27920         * modules/getcwd (Makefile.am): Likewise.
27921         * modules/getdelim (Makefile.am): Likewise.
27922         * modules/getdomainname (Makefile.am): Likewise.
27923         * modules/getgroups (Makefile.am): Likewise.
27924         * modules/gethostname (Makefile.am): Likewise.
27925         * modules/gethrxtime (Makefile.am): Likewise.
27926         * modules/getline (Makefile.am): Likewise.
27927         * modules/getloadavg (Makefile.am): Likewise.
27928         * modules/getlogin_r (Makefile.am): Likewise.
27929         * modules/getopt (Makefile.am): Likewise.
27930         * modules/getpass (Makefile.am): Likewise.
27931         * modules/getpass-gnu (Makefile.am): Likewise.
27932         * modules/getsubopt (Makefile.am): Likewise.
27933         * modules/gettime (Makefile.am): Likewise.
27934         * modules/gettimeofday (Makefile.am): Likewise.
27935         * modules/getugroups (Makefile.am): Likewise.
27936         * modules/getusershell (Makefile.am): Likewise.
27937         * modules/glob (Makefile.am): Likewise.
27938         * modules/group-member (Makefile.am): Likewise.
27939         * modules/hard-locale (Makefile.am): Likewise.
27940         * modules/hash (Makefile.am): Likewise.
27941         * modules/hmac-md5 (Makefile.am): Likewise.
27942         * modules/hmac-sha1 (Makefile.am): Likewise.
27943         * modules/human (Makefile.am): Likewise.
27944         * modules/idcache (Makefile.am): Likewise.
27945         * modules/imaxabs (Makefile.am): Likewise.
27946         * modules/imaxdiv (Makefile.am): Likewise.
27947         * modules/inet_ntop (Makefile.am): Likewise.
27948         * modules/inet_pton (Makefile.am): Likewise.
27949         * modules/inttostr (Makefile.am): Likewise.
27950         * modules/isapipe (Makefile.am): Likewise.
27951         * modules/lchown (Makefile.am): Likewise.
27952         * modules/long-options (Makefile.am): Likewise.
27953         * modules/lstat (Makefile.am): Likewise.
27954         * modules/malloc (Makefile.am): Likewise.
27955         * modules/mathl (Makefile.am): Likewise.
27956         * modules/mbchar (Makefile.am): Likewise.
27957         * modules/md2 (Makefile.am): Likewise.
27958         * modules/md4 (Makefile.am): Likewise.
27959         * modules/md5 (Makefile.am): Likewise.
27960         * modules/memcasecmp (Makefile.am): Likewise.
27961         * modules/memchr (Makefile.am): Likewise.
27962         * modules/memcmp (Makefile.am): Likewise.
27963         * modules/memcoll (Makefile.am): Likewise.
27964         * modules/memcpy (Makefile.am): Likewise.
27965         * modules/memmem (Makefile.am): Likewise.
27966         * modules/memmove (Makefile.am): Likewise.
27967         * modules/mempcpy (Makefile.am): Likewise.
27968         * modules/memrchr (Makefile.am): Likewise.
27969         * modules/memset (Makefile.am): Likewise.
27970         * modules/memxor (Makefile.am): Likewise.
27971         * modules/mkancesdirs (Makefile.am): Likewise.
27972         * modules/mkdir (Makefile.am): Likewise.
27973         * modules/mkdir-p (Makefile.am): Likewise.
27974         * modules/mkdtemp (Makefile.am): Likewise.
27975         * modules/mkstemp (Makefile.am): Likewise.
27976         * modules/mktime (Makefile.am): Likewise.
27977         * modules/modechange (Makefile.am): Likewise.
27978         * modules/mountlist (Makefile.am): Likewise.
27979         * modules/nanosleep (Makefile.am): Likewise.
27980         * modules/openat (Makefile.am): Likewise.
27981         * modules/pagealign_alloc (Makefile.am): Likewise.
27982         * modules/physmem (Makefile.am): Likewise.
27983         * modules/poll (Makefile.am): Likewise.
27984         * modules/posixtm (Makefile.am): Likewise.
27985         * modules/posixver (Makefile.am): Likewise.
27986         * modules/putenv (Makefile.am): Likewise.
27987         * modules/quote (Makefile.am): Likewise.
27988         * modules/quotearg (Makefile.am): Likewise.
27989         * modules/raise (Makefile.am): Likewise.
27990         * modules/read-file (Makefile.am): Likewise.
27991         * modules/readline (Makefile.am): Likewise.
27992         * modules/readlink (Makefile.am): Likewise.
27993         * modules/readtokens (Makefile.am): Likewise.
27994         * modules/readutmp (Makefile.am): Likewise.
27995         * modules/realloc (Makefile.am): Likewise.
27996         * modules/regex (Makefile.am): Likewise.
27997         * modules/rename (Makefile.am): Likewise.
27998         * modules/rename-dest-slash (Makefile.am): Likewise.
27999         * modules/rijndael (Makefile.am): Likewise.
28000         * modules/rmdir (Makefile.am): Likewise.
28001         * modules/rpmatch (Makefile.am): Likewise.
28002         * modules/safe-read (Makefile.am): Likewise.
28003         * modules/safe-write (Makefile.am): Likewise.
28004         * modules/same (Makefile.am): Likewise.
28005         * modules/save-cwd (Makefile.am): Likewise.
28006         * modules/savedir (Makefile.am): Likewise.
28007         * modules/setenv (Makefile.am): Likewise.
28008         * modules/settime (Makefile.am): Likewise.
28009         * modules/sha1 (Makefile.am): Likewise.
28010         * modules/sig2str (Makefile.am): Likewise.
28011         * modules/snprintf (Makefile.am): Likewise.
28012         * modules/stdlib-safer (Makefile.am): Likewise.
28013         * modules/stpcpy (Makefile.am): Likewise.
28014         * modules/stpncpy (Makefile.am): Likewise.
28015         * modules/strcase (Makefile.am): Likewise.
28016         * modules/strcasestr (Makefile.am): Likewise.
28017         * modules/strchrnul (Makefile.am): Likewise.
28018         * modules/strcspn (Makefile.am): Likewise.
28019         * modules/strdup (Makefile.am): Likewise.
28020         * modules/strerror (Makefile.am): Likewise.
28021         * modules/strftime (Makefile.am): Likewise.
28022         * modules/strndup (Makefile.am): Likewise.
28023         * modules/strnlen (Makefile.am): Likewise.
28024         * modules/strpbrk (Makefile.am): Likewise.
28025         * modules/strsep (Makefile.am): Likewise.
28026         * modules/strstr (Makefile.am): Likewise.
28027         * modules/strtod (Makefile.am): Likewise.
28028         * modules/strtoimax (Makefile.am): Likewise.
28029         * modules/strtok_r (Makefile.am): Likewise.
28030         * modules/strtol (Makefile.am): Likewise.
28031         * modules/strtoll (Makefile.am): Likewise.
28032         * modules/strtoul (Makefile.am): Likewise.
28033         * modules/strtoull (Makefile.am): Likewise.
28034         * modules/strtoumax (Makefile.am): Likewise.
28035         * modules/strverscmp (Makefile.am): Likewise.
28036         * modules/time_r (Makefile.am): Likewise.
28037         * modules/timegm (Makefile.am): Likewise.
28038         * modules/tmpfile-safer (Makefile.am): Likewise.
28039         * modules/unistd-safer (Makefile.am): Likewise.
28040         * modules/unlinkdir (Makefile.am): Likewise.
28041         * modules/userspec (Makefile.am): Likewise.
28042         * modules/utime (Makefile.am): Likewise.
28043         * modules/utimecmp (Makefile.am): Likewise.
28044         * modules/utimens (Makefile.am): Likewise.
28045         * modules/vasnprintf (Makefile.am): Likewise.
28046         * modules/vasprintf (Makefile.am): Likewise.
28047         * modules/vsnprintf (Makefile.am): Likewise.
28048         * modules/xalloc (Makefile.am): Likewise.
28049         * modules/xgetcwd (Makefile.am): Likewise.
28050         * modules/xnanosleep (Makefile.am): Likewise.
28051         * modules/xreadlink (Makefile.am): Likewise.
28052         * modules/xstrtod (Makefile.am): Likewise.
28053         * modules/xstrtol (Makefile.am): Likewise.
28054         * modules/xstrtold (Makefile.am): Likewise.
28055         * modules/yesno (Makefile.am): Likewise.
28056
28057 2006-10-12  Jim Meyering  <jim@meyering.net>
28058
28059         * m4/getloadavg.m4: Revert the change below.
28060
28061         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
28062         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
28063         fail with a symlink, which is what coreutils' ./bootstrap now
28064         creates by default.
28065
28066 2006-10-12  Bruno Haible  <bruno@clisp.org>
28067
28068         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
28069         mingw.
28070         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
28071         MSVC and mingw explicitly.
28072
28073 2006-10-11  Simon Josefsson  <jas@extundo.com>
28074             Bruno Haible  <bruno@clisp.org>
28075
28076         Add support for multiple gnulib-tool invocations in the scope of a
28077         single configure.ac file.
28078         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
28079         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
28080         with the same contents as the _LIBADD variable.
28081         (func_emit_initmacro_start, func_emit_initmacro_end,
28082         func_emit_initmacro_done): New functions.
28083         (func_import, func_create_testdir): Invoke them. Allow the identifiers
28084         gl_LIBOBJS and gl_LTLIBOBJS.
28085
28086 2006-10-11  Bruno Haible  <bruno@clisp.org>
28087
28088         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
28089         (func_create_testdir): Don't create po/Makefile.am, don't invoke
28090         autoreconf. Instead, invoke autopoint explicitly but move back the
28091         *.m4 files from gnulib.
28092
28093 2006-10-11  Bruno Haible  <bruno@clisp.org>
28094
28095         * gnulib-tool (func_usage): Make module names after --create-testdir
28096         optional.
28097         (func_create_testdir): If no module was specified, use nearly all
28098         modules.
28099
28100 2006-10-12  Jim Meyering  <jim@meyering.net>
28101
28102         Big performance improvement for fts-based tools that use FTS_NOSTAT.
28103         Avoid spurious inode-mismatch problems on non-POSIX file systems.
28104         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
28105         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
28106         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
28107         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
28108         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
28109         (fts_set_stat_required): New function.
28110         (fts_open): Defer the calls to fts_stat, if possible or requested.
28111         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
28112         into fts_stat itself.
28113         (fts_read): Perform any required (deferred) fts_stat call.
28114         (fts_build): Likewise, for the directory we're about to open and read.
28115         In the readdir loop, carefully decide whether each entry will require
28116         an eventual call to fts_stat, using dirent.d_type info if available.
28117         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
28118         a command line argument into this function.  Update all callers.
28119         Map a return value of FTS_DOT to FTS_D for a command line argument.
28120         * modules/fts (Depends-on): Add d-type.  Alphabetize.
28121         Thanks to Miklos Szeredi for his tenacity and for the initial
28122         bug report about "find" failing on a FUSE-based file system.
28123
28124         * lib/fts.c (fts_open): Use consistent indentation.
28125
28126 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
28127
28128         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
28129         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
28130         reported by Jim Meyering.  All uses of cache variables renamed
28131         to match Autoconf's.
28132         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
28133         the other one.
28134
28135         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
28136         Fix misspelling in diagnostic.
28137
28138 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
28139
28140         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
28141         defined.  Problem reported by Matthew Woehlke.
28142
28143         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
28144         Add support for Tandem NonStop R series.
28145         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
28146         Use new macro.
28147
28148         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
28149         (has_trailing_slash): Omit size arg; all callers changed.
28150         Omit 'inline', since it doesn't help performance and we'd
28151         need to configure it.
28152         Don't count //, ///, etc. as having a trailing slash.
28153         As a side effect, this removes a C99ism reported by Matthew Woehlke.
28154         (rpl_rename_dest_slash): On failure, use rename's errno rather
28155         than (in some cases) an incorrect or junk errno.
28156         Simplify code by removing need to compute length; this does
28157         cause it to make two passes instead of one over the file name,
28158         but it's worth it.
28159
28160         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
28161         change, since Autoconf's version may no longer be appropriate now
28162         that we are using CVS Autoconf's version.  Add support for Tandem.
28163
28164 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
28165             Bruno Haible  <bruno@clisp.org>
28166
28167         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
28168         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
28169         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
28170         gl_AC_TYPE_LONG_LONG.
28171
28172         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
28173         instead of HAVE_LONG_LONG.
28174         * lib/printf-args.c (printf_fetchargs): Likewise.
28175         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
28176         * lib/vasnprintf.c (VASNPRINTF): Likewise.
28177         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
28178         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
28179         gl_AC_TYPE_LONG_LONG.
28180
28181 2006-10-11  Bruno Haible  <bruno@clisp.org>
28182
28183         * m4/longlong.m4: Add comments.
28184         * m4/ulonglong.m4: Likewise.
28185
28186 2006-10-10  Bruno Haible  <bruno@clisp.org>
28187
28188         Make it possible to #define stpcpy, strdup to aliases.
28189         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
28190         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
28191
28192 2006-10-10  Bruno Haible  <bruno@clisp.org>
28193
28194         Make it possible to #define gcd to an alias.
28195         * lib/gcd.c: Include config.h.
28196
28197 2006-10-10  Bruno Haible  <bruno@clisp.org>
28198
28199         Make it possible to #define c_isascii to an alias.
28200         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
28201         defined. Undefine the macros before defining them, to avoid gcc
28202         warnings.
28203         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
28204         define NO_C_CTYPE_MACROS early.
28205
28206 2006-10-10  Bruno Haible  <bruno@clisp.org>
28207
28208         Make it possible to #define set_program_name to an alias.
28209         * lib/progname.c: Don't undefine set_program_name; instead, undefine
28210         ENABLE_RELOCATABLE early.
28211
28212 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
28213
28214         Port to Tandem NSK OSS, which has 64-bit signed int but at most
28215         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
28216         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
28217         More generally, don't assume that 64-bit signed int is available
28218         if unsigned int is, and vice versa.
28219         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
28220         unsigned symbols, not on their signed counterparts.
28221         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
28222         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
28223         (UINT64_C, UINTMAX_C):
28224         Likewise.
28225         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
28226         unsigned counterparts.
28227         (Have_long_long, Unsigned): New macros.
28228         (Int): Renamed from INT.
28229         (strtoimax): Use the new macros.
28230         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
28231         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
28232         * modules/inttypes (inttypes.h): Substitute
28233         HAVE_UNSIGNED_LONG_LONG_INT.
28234         * modules/stdint (stdint.h): Likewise.
28235         (Files): Add m4/ulonglong.m4.
28236
28237 2006-10-10  Bruno Haible  <bruno@clisp.org>
28238
28239         Fix a gcc -Wshadow warning.
28240         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
28241         to 'bucket'.
28242         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
28243         gl_linked_indexof_from_to): Likewise.
28244         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
28245         Likewise.
28246         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
28247         Likewise.
28248         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
28249         Reported by Eric Blake.
28250
28251 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
28252
28253         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
28254         for NetBSD.  Problem reported by Bruno Haible.
28255
28256 2006-10-09  Jim Meyering  <jim@meyering.net>
28257
28258         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
28259         Patch from Bruno Haible.
28260
28261 2006-10-09  Jim Meyering  <jim@meyering.net>
28262
28263         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
28264         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
28265         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
28266
28267 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
28268
28269         Don't include <config.h> twice; this doesn't work in some cases,
28270         e.g., when config.h has "#define intmax_t long long int" and
28271         we include <config.h>, <inttypes.h>, <config.h> in that order.
28272         Problem reported by Matthew Woehlke in:
28273         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
28274         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
28275         * lib/fts-cycle.c: Don't include config.h.
28276         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
28277         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
28278         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
28279         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
28280         inttypes.h.
28281         * lib/xstrtoumax.c: Likewise.
28282         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
28283         __strtol and the like, so that this module is more like its siblings.
28284         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
28285         Remove; no longer needed now that we assume gnulib inttypes.h.
28286
28287 2006-10-08  Bruno Haible  <bruno@clisp.org>
28288
28289         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
28290         option.
28291
28292 2006-10-07  Jim Meyering  <jim@meyering.net>
28293
28294         * modules/inttypes (inttypes.h): Revert what seems to have been
28295         an inadvertent part of today's change: use "|", not "/" in the
28296         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
28297
28298 2006-10-07  Bruno Haible  <bruno@clisp.org>
28299
28300         * modules/sublist: New file.
28301
28302 2006-10-07  Bruno Haible  <bruno@clisp.org>
28303
28304         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
28305         * modules/argz (argz.h): Likewise.
28306         * modules/arpa_inet (arpa/inet.h): Likewise.
28307         * modules/byteswap (byteswap.h): Likewise.
28308         * modules/configmake (configmake.h): Likewise.
28309         * modules/fcntl (fcntl.h): Likewise.
28310         * modules/fnmatch (fnmatch.h): Likewise.
28311         * modules/getopt (getopt.h): Likewise.
28312         * modules/glob (glob.h): Likewise.
28313         * modules/inttypes (inttypes.h): Likewise.
28314         * modules/netinet_in (netinet/in.h): Likewise.
28315         * modules/poll (poll.h): Likewise.
28316         * modules/stdbool (stdbool.h): Likewise.
28317         * modules/stdint (stdint.h): Likewise.
28318         * modules/sys_select (sys/select.h): Likewise.
28319         * modules/sys_socket (sys/socket.h): Likewise.
28320         * modules/sys_stat (sys/stat.h): Likewise.
28321         * modules/sysexits (sysexits.h): Likewise.
28322         * modules/unistd (unistd.h): Likewise.
28323         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
28324         Add a "DO NOT EDIT" comment to the generated file.
28325         (func_import): Likewise for gnulib-comp.m4.
28326
28327 2006-10-07  Bruno Haible  <bruno@clisp.org>
28328
28329         * lib/gl_sublist.h: New file.
28330         * lib/gl_sublist.c: New file.
28331
28332 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
28333
28334         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
28335         name (relative to the original working directory) and the file
28336         name component (relative to the temporary working directory).  All
28337         callers changed.
28338         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
28339         * lib/mkdir-p.c (make_dir_parents): Likewise.
28340         * lib/mkdir-p.h (make_dir_parents): Likewise.
28341
28342 2006-10-06  Eric Blake  <ebb9@byu.net>
28343
28344         Define several macros for use by the clean-temp module.
28345         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
28346         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
28347         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
28348
28349         * lib/clean-temp.h (close_stream_temp): New declaration.
28350         * lib/clean-temp.c (includes): Pull in headers according to what
28351         other modules are in use.
28352         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
28353
28354 2006-10-06  Bruno Haible  <bruno@clisp.org>
28355
28356         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
28357         instead of fopen, fwriteerror.
28358
28359 2006-10-06  Bruno Haible  <bruno@clisp.org>
28360
28361         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
28362         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
28363         int.
28364         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
28365         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
28366         Return an error indicator.
28367         Suggested by Eric Blake.
28368
28369 2006-10-06  Bruno Haible  <bruno@clisp.org>
28370
28371         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
28372         Reported by Eric Blake.
28373
28374 2006-10-06  Bruno Haible  <bruno@clisp.org>
28375
28376         * modules/closeout (Description): Mention stderr too.
28377
28378 2006-10-06  Bruno Haible  <bruno@clisp.org>
28379         and Paul Eggert  <eggert@cs.ucla.edu>
28380
28381         * lib/closeout.c (close_stdout): Also close stderr.
28382         * lib/closeout.h: Update comment.
28383
28384 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
28385
28386         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
28387         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
28388         * lib/dirchownmod.c: Include lchown.h.
28389         * lib/lchown.c: Don't include files that lchown.h now includes.
28390         Don't declare chown, since lchown.h now does that.
28391         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
28392         (lchown): Define to rpl_chown if lchown is declared but
28393         does not exist.  Declare using a prototype if lchown is not
28394         declared.  Add a copyright notice.
28395         * lib/mkstemp.h: Include <unistd.h>.
28396         * lib/openat.c: Include lchown.h.
28397
28398         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
28399         we now test for that separately.
28400         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
28401         rather than O_NOFOLLOW, when testing whether it's possible to
28402         avoid a race condition reliably.
28403         * lib/savewd.c (savewd_chdir): Likewise.
28404
28405         Remove macros that are no longer needed now that stdint.h is
28406         reliable.
28407         * lib/fsusage.c (UINTMAX_MAX): Remove.
28408         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
28409         * lib/utimecmp.c (SIZE_MAX): Remove.
28410
28411         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
28412
28413         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
28414         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
28415         O_NOATIME works.
28416
28417 2006-10-05  Bruno Haible  <bruno@clisp.org>
28418
28419         * lib/gl_list.h (gl_sortedlist_search_from_to,
28420         gl_sortedlist_indexof_from_to): New declarations.
28421         (gl_list_implementation): New fields sortedlist_search_from_to,
28422         sortedlist_indexof_from_to.
28423         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
28424         inline functions.
28425         * lib/gl_list.c (gl_sortedlist_search_from_to,
28426         gl_sortedlist_indexof_from_to): New functions.
28427         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
28428         function.
28429         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
28430         (gl_array_sortedlist_search_from_to): New function.
28431         (gl_array_list_implementation): Update.
28432         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
28433         function.
28434         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
28435         (gl_carray_sortedlist_search_from_to): New function.
28436         (gl_carray_list_implementation): Update.
28437         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
28438         gl_linked_sortedlist_indexof_from_to): New functions.
28439         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28440         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28441         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
28442         gl_tree_sortedlist_indexof_from_to): New functions.
28443         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28444         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28445         Update.
28446         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28447         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
28448         Update.
28449
28450 2006-10-05  Bruno Haible  <bruno@clisp.org>
28451
28452         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
28453         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
28454         (struct gl_list_implementation): Add fields search_from_to,
28455         indexof_from_to. Remove fields search, indexof.
28456         (gl_list_search): Use the search_from_to method.
28457         (gl_list_search_from, gl_list_search_from_to): New functions.
28458         (gl_list_indexof): Use the indexof_from_to method.
28459         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
28460         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
28461         (gl_list_search_from, gl_list_search_from_to): New functions.
28462         (gl_list_indexof): Use the indexof_from_to method.
28463         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
28464         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
28465         gl_array_indexof. Add start_index, end_index arguments.
28466         (gl_array_search_from_to): Renamed from gl_array_search. Add
28467         start_index, end_index arguments.
28468         (gl_array_remove, gl_array_list_implementation): Update.
28469         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
28470         gl_carray_indexof. Add start_index, end_index arguments.
28471         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
28472         start_index, end_index arguments.
28473         (gl_carray_remove, gl_carray_list_implementation): Update.
28474         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
28475         gl_linked_search. Add start_index, end_index arguments.
28476         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
28477         start_index, end_index arguments.
28478         (gl_linked_remove): Update.
28479         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28480         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28481         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
28482         field to 'size_t'.
28483         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
28484         gl_tree_search. Add start_index, end_index arguments.
28485         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28486         start_index, end_index arguments.
28487         (gl_tree_remove): Update.
28488         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28489         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28490         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
28491         function.
28492         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
28493         gl_tree_search. Add start_index, end_index arguments.
28494         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
28495         start_index, end_index arguments.
28496         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28497         Update.
28498         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28499
28500 2006-10-05  Bruno Haible  <bruno@clisp.org>
28501
28502         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
28503
28504         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
28505         fwriteerror_temp): New declarations.
28506         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
28507         (descriptors): New variable.
28508         (cleanup): First, close the descriptors.
28509         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
28510         fclose_temp, fwriteerror_temp): New functions.
28511
28512 2006-10-04  Jim Meyering  <jim@meyering.net>
28513
28514         * lib/fts.c (fts_open): Tiny comment change.
28515
28516 2006-10-04  Bruno Haible  <bruno@clisp.org>
28517
28518         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
28519         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
28520         gl_LOCK_BODY.
28521         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
28522         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
28523         gl_LOCK_EARLY_BODY.
28524         (gl_LOCK): Require gl_LOCK_BODY.
28525
28526 2006-10-04  Bruno Haible  <bruno@clisp.org>
28527
28528         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
28529         (gl_oset_search_atleast): New declaration.
28530         (struct gl_oset_implementation): Add field 'search_atleast'.
28531         (gl_oset_search_atleast): New inline function.
28532         * lib/gl_oset.c (gl_oset_search_atleast): New function.
28533         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
28534         (gl_array_oset_implementation): Update.
28535         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
28536         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
28537         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
28538
28539 2006-10-04  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
28542
28543 2006-10-03  Bruno Haible  <bruno@clisp.org>
28544
28545         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
28546         from gl_avltreehash_list_implementation.
28547
28548 2006-10-03  Bruno Haible  <bruno@clisp.org>
28549
28550         * lib/gl_oset.c (gl_oset_add): Fix return type.
28551
28552 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
28553
28554         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
28555
28556 2006-10-02  Eric Blake  <ebb9@byu.net>
28557
28558         * modules/strnlen (Depends-on): Add extensions.
28559
28560 2006-10-02  Eric Blake  <ebb9@byu.net>
28561
28562         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
28563         definition in 2.60+.
28564
28565 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
28566
28567         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
28568         checks.
28569
28570 2006-10-02  Bruno Haible  <bruno@clisp.org>
28571
28572         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
28573         to the AUTOMAKE_OPTIONS.
28574         Reported by Jim Meyering.
28575
28576 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28577
28578         Work around bug in Solaris 10 /proc file system:
28579         /proc/self/fd/NNN/.. isn't the parent directory of
28580         the directory whose file descriptor is NNN.  This needs to
28581         be worked around at run time, not compile time, since a
28582         program might be built on Solaris 8, where things work, and
28583         run on Solaris 10.
28584         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28585         to use the following interface instead:
28586         (OPENAT_BUFFER_SIZE): New macro.
28587         (openat_proc_name): New function.
28588         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28589         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28590         Likewise.
28591         * lib/openat-proc.c: New file.
28592         * modules/openat (Files): Add lib/openat-proc.c.
28593         (Depends-on): Add same-inode, stdbool.
28594         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28595
28596 2006-09-29  Bruno Haible  <bruno@clisp.org>
28597
28598         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28599         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28600         argument. Set stdout_closed before testing for ferror, not after.
28601         (fwriteerror, fwriteerror_no_ebadf): New functions.
28602
28603 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28604
28605         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28606
28607 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28608
28609         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28610         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28611
28612 2006-09-28  Jim Meyering  <jim@meyering.net>
28613
28614         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28615         Include <unistd.h>.
28616
28617 2006-09-28  Bruno Haible  <bruno@clisp.org>
28618
28619         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28620         * modules/linkedhash-list (Depends-on): Likewise.
28621         * modules/rbtreehash-list (Depends-on): Likewise.
28622
28623 2006-09-28  Bruno Haible  <bruno@clisp.org>
28624
28625         * lib/strndup.h: Simplify the redefinition of strndup.
28626         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28627         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28628
28629 2006-09-28  Bruno Haible  <bruno@clisp.org>
28630
28631         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28632         * lib/gl_linkedhash_list.c: Likewise.
28633         * lib/gl_rbtreehash_list.c: Likewise.
28634
28635 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28636
28637         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28638         getaddrinfo.
28639
28640         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28641         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28642         it causes <stdio_ext.h> to cause a compile-time error.
28643         Problem reported by Nelson H. F. Beebe.
28644         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28645         of HAVE_DECL___PENDING.
28646
28647         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28648         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28649         declaration.
28650
28651 2006-09-27  Jim Meyering  <jim@meyering.net>
28652
28653         This file could end up with a definition for a function
28654         named __strndup, rather than rpl_strndup on a system with
28655         incomplete weak_alias support.
28656         * lib/strndup.c (strndup): Rename from __strndup.
28657         Remove #defines that used to map __strndup to strndup.
28658         Don't use K&R prototypes.
28659         Remove LIBC-related code, since this file is not sync'd with glibc.
28660         * lib/strndup.h: Revamp, accordingly.
28661         * m4/strndup.m4: Modernize.
28662
28663 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28664
28665         * modules/savewd (Depends-on): Add 'raise'.
28666         * lib/savewd.c: Include <signal.h>, for 'raise'.
28667
28668 2006-09-26  Jim Meyering  <jim@meyering.net>
28669
28670         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28671         when we detect Darwin 8.7.0's acl_get_file bug.
28672         Rearrange to perform the new (below) run-test while $LIBS
28673         contains any acl-related library.  Set USE_ACL at the end.
28674         (gl_ACL_GET_FILE): New function.
28675
28676 2006-09-26  Eric Blake  <ebb9@byu.net>
28677
28678         * lib/verror.c: Include <config.h> unconditionally.
28679
28680 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28681
28682         * modules/clock-time (Maintainer): Add self.
28683         * modules/getlogin_r (Depends-on): Add extensions.
28684
28685 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28686
28687         * modules/clock-time: New module.
28688         * modules/nanosleep (Depends-on): Add clock-time.
28689         * modules/gethrxtime (Depends-on): Likewise.
28690         * modules/gettime (Depends-on): Likewise.
28691         * modules/settime (Depends-on): Likewise.
28692
28693         * modules/fts-lgpl: Depend on openat.
28694         * modules/mkancesdirs: Depend on savewd.
28695         * modules/mkdir-p: Likewise.
28696
28697 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28698
28699         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28700
28701         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28702         `gl_have_arbitrary_file_name_length_limit' to
28703         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28704         actually works between configure runs.
28705
28706 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28707             Bruno Haible  <bruno@clisp.org>
28708
28709         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28710
28711 2006-09-25  Jim Meyering  <jim@meyering.net>
28712
28713         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28714         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28715
28716 2006-09-25  Eric Blake  <ebb9@byu.net>
28717
28718         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28719         exec's in 2006-09-18 patch when shuffling fds.
28720
28721 2006-09-25  Bruno Haible  <bruno@clisp.org>
28722
28723         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28724         Reported by Jim Meyering.
28725
28726 2006-09-24  Jim Meyering  <jim@meyering.net>
28727
28728         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28729         compare a pointer against a literal "0".  That caused failures with
28730         at least HP-UX's hpcc.
28731
28732 2006-09-22  Simon Josefsson  <jas@extundo.com>
28733
28734         * modules/gc-sha1:
28735         * modules/gc-md4:
28736         * modules/gc-hmac-sha1:
28737         * modules/gc-hmac-md5:
28738         * modules/gc-des:
28739         * modules/gc-arcfour: Distribute more files.
28740
28741 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28742
28743         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28744         (gl_linked_iterator_from_to): Initialize struct completely.
28745         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28746         (gl_tree_iterator_from_to): Likewise
28747         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28748         * lib/gl_array_list.c [lint] (gl_array_iterator)
28749         (gl_array_iterator_from_to): Likewise.
28750         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28751         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28752         (gl_carray_iterator_from_to): Likewise.
28753
28754         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28755         * lib/md4.c (md4_process_block): Remove unused variable.
28756         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28757         parentheses for clarity.
28758
28759 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28760
28761         * modules/bison-i18n (Depends-on): Add gettext.
28762
28763 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28764
28765         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28766         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28767         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28768         also add missing comma that caused broken test.
28769         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28770         stdlib.h, for `abort'.
28771         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28772         variables.
28773         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28774         include unistd.h if present, for `rmdir'.
28775         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28776         variables.
28777         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28778         in the process include standard headers for prototypes.
28779         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28780         gets declared on GNU/Linux.
28781         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28782         unistd.h, for `rmdir'.
28783         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28784
28785         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28786         always true.
28787         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28788
28789         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28790
28791 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28792
28793         * gnulib-tool (func_version): Create output all at once.  This
28794         may help avoid triggering unnecessary SIGPIPEs, and at any
28795         rate it doesn't hurt.
28796
28797 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28798             Bruno Haible  <bruno@clisp.org>
28799
28800         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28801         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28802         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28803
28804         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28805         (gl_FUNC_VASPRINTF): Invoke it.
28806
28807 2006-09-22  Bruno Haible  <bruno@clisp.org>
28808
28809         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28810         getloadavg.c as first argument.
28811
28812 2006-09-22  Bruno Haible  <bruno@clisp.org>
28813
28814         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28815         at the beginning of the gl_INIT macro.
28816         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28817         gl_GETLOADAVG.
28818
28819 2006-09-22  Bruno Haible  <bruno@clisp.org>
28820
28821         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28822         module.
28823         Suggested by Ralf Wildenhues.
28824
28825 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28826
28827         Import this patch from libc:
28828
28829         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28830
28831         * lib/regex_internal.c (re_string_reconstruct): Handle
28832         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28833         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28834         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28835         re_string_context_at.
28836
28837         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28838         now requires it.
28839         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28840         gl_REGEX now does it for us.
28841         (gl_REGEX): Add test taken from
28842         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28843
28844         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28845         Check that large offsets work.  Modernize Autoconf usages.
28846         Prefer "yes" to mean a good thing rather than a bad.
28847         Don't put "#define mkstemp" in config.h, as this might interfere
28848         with standard system headers that "#define mkstemp mkstemp64".
28849
28850         * modules/mkstemp (Depends-on): Add extensions, so that
28851         mkstemp is visible on some platforms.
28852         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28853         (Include): Change to "mkstemp.h" from <stdlib.h>.
28854         (Files): Add mkstemp.h.
28855
28856         * lib/mkstemp.h: New file, since some standard headers
28857         #define mkstemp.
28858         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28859         Include "mkstemp.h".
28860         Make the _LIBC code resemble glibc original more,
28861         e.g., use K&R style.
28862         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28863         (mkstemp): Remove, since mkstemp.h does this for us.
28864         * lib/stdlib--.h: Include mkstemp.h.
28865
28866         Import this patch from libc:
28867
28868         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28869
28870         * lib/tempname.c (__gen_tempname): Change attempts_min
28871         into a macro.  Use preprocessor to decide how to initialize
28872         attempts [Coverity CID 67].
28873
28874 2006-09-20  Bruno Haible  <bruno@clisp.org>
28875
28876         * lib/mkdtemp.c: Import from libc.
28877         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28878                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28879                 attempts_min into a macro.  Use preprocessor to decide how to
28880                 initialize attempts [Coverity CID 67].
28881         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28882                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28883                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28884
28885 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28886
28887         * gnulib-tool (func_exit): New function, to allow to pass the
28888         exit status portably through the trap.  Use everywhere.
28889         (--help, --version): Signal a write error.
28890         (trap): catch SIGPIPE, for write errors.
28891         Exit at the end of the trap, with the correct exit status.
28892
28893 2006-09-19  Karl Berry  <karl@gnu.org>
28894
28895         * doc/gnulib.texi: note about the license texinfo files.
28896
28897 2006-09-19  Eric Blake  <ebb9@byu.net>
28898
28899         * gnulib-tool: Avoid space-tab.
28900
28901 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28902
28903         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28904         that prevented coreutils 6.1 from building.  Problem reported
28905         by Petter Reinholdtsen.
28906
28907 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28908
28909         * gnulib-tool (avoidlist): Fix typo that broke options like
28910         --avoid=lock that are used by coreutils bootstrap.
28911
28912 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28913
28914         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28915         more systematically.
28916
28917 2006-09-18  Jim Meyering  <jim@meyering.net>
28918
28919         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28920
28921 2006-09-18  Bruno Haible  <bruno@clisp.org>
28922
28923         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28924
28925 2006-09-18  Bruno Haible  <bruno@clisp.org>
28926
28927         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28928         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28929         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28930         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28931         * m4/gettext.m4: Require autoconf >= 2.52.
28932         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28933         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28934         of gl_cv_header_inttypes_h.
28935
28936 2006-09-18  Bruno Haible  <bruno@clisp.org>
28937
28938         * lib/javaversion.c: Include configmake.h.
28939
28940 2006-09-18  Bruno Haible  <bruno@clisp.org>
28941
28942         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28943         avoid that the while loops be executed in a subshell.
28944
28945 2006-09-18  Bruno Haible  <bruno@clisp.org>
28946
28947         * MODULES.html.sh (func_module): Break long lines.
28948         Suggested by Bruce Korb <bkorb@gnu.org>.
28949
28950 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28951
28952         Speed up by a factor of 1.12.
28953         * gnulib-tool (nl): New variable.
28954         (func_import): Rewrite include directive extraction to only read each
28955         directive once.
28956
28957 2006-09-17  Bruno Haible  <bruno@clisp.org>
28958
28959         * modules/javaversion (Makefile.am): Remove DEFS setting.
28960         (Depends-on): Add configmake, for PKGDATADIR definition.
28961
28962 2006-09-17  Bruno Haible  <bruno@clisp.org>
28963
28964         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28965
28966 2006-09-17  Bruno Haible  <bruno@clisp.org>
28967
28968         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28969         (func_modules_transitive_closure, func_modules_add_dummy,
28970         func_modules_to_filelist, func_import, func_create_testdir,
28971         func_create_megatestdir, ...): Use it wherever possible.
28972         Suggested by Ralf Wildenhues.
28973
28974 2006-09-16  Karl Berry  <karl@gnu.org>
28975
28976         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28977         to avoid sectioning errors.
28978         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28979         [ifinfo]: blank line after @center-ed titles.
28980         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28981         Spell FSF address consistently with others.
28982         (These changes approved by rms.)
28983
28984 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28985
28986         Speed up by a factor of 1.61.
28987         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28988         already checked module names again.
28989
28990 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28991
28992         Speed up by a factor of 1.13.
28993         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28994         for new_files, and the input to func_add_or_update.
28995
28996 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28997
28998         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28999         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
29000
29001 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29002
29003         * modules/mkancesdirs (Depends-on): Add fcntl.
29004         * modules/savewd: New file.
29005         * MODULES.html.sh (File system functions): Add savewd.
29006
29007         * modules/configmake (Makefile.am): Add support for the
29008         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
29009
29010 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29011
29012         * m4/savewd.m4: New file.
29013
29014 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
29015
29016         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
29017         (dirchownmod): New arg FD.  All callers changed.
29018         Use FD rather than opening the directory ourself, as opening is
29019         now the caller's responsibility.
29020         * lib/dirchownmod.h: Likewise.
29021         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
29022         hosts that require <sys/types.h> before <sys/stat.h>.  Include
29023         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
29024         (test_dir): Remove.
29025         (mkancesdirs): Return length of prefix of FILE that has already
29026         been made, or -2 if there is a child doing the work.  Redo
29027         algorithm so that it is O(N) rather than O(N**2).  Optimize away
29028         ".", and treat ".." specially since it might stray back into
29029         already-created areas.  Use a subprocess if necessary.  New arg
29030         WD; all users changed.  MAKE_DIR function should now return 1
29031         if it creates a directory that is not readable.  Return -2 if
29032         a child process is spun off.
29033         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
29034         Adjust signature to match code.
29035         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
29036         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
29037         all users changed.
29038         * lib/savewd.c, lib/savewd.h: New files.
29039
29040 2006-09-15  Jim Meyering  <jim@meyering.net>
29041
29042         * modules/rename-dest-slash: New module.
29043         * MODULES.html.sh (posix_compat): Add it here.
29044
29045         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
29046
29047 2006-09-15  Jim Meyering  <jim@meyering.net>
29048
29049         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
29050         file.
29051
29052         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
29053
29054 2006-09-15  Jim Meyering  <jim@meyering.net>
29055
29056         * lib/rename-dest-slash.c (has_trailing_slash): Use
29057         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
29058         (rpl_rename_dest_slash): Perform the cheaper trailing slash
29059         test before testing whether SRC is a directory.
29060         Suggestions from Bruno Haible.
29061
29062         Avoid a warning about an unused variable.
29063         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
29064         into the #ifdef block where it's used.
29065
29066         * lib/rename-dest-slash.c: New file.
29067
29068 2006-09-14  Bruno Haible  <bruno@clisp.org>
29069
29070         * lib/allocsa.c: Include <config.h> unconditionally.
29071         * lib/asnprintf.c: Likewise.
29072         * lib/asprintf.c: Likewise.
29073         * lib/c-strcasecmp.c: Likewise.
29074         * lib/c-strcasestr.c: Likewise.
29075         * lib/c-strncasecmp.c: Likewise.
29076         * lib/c-strstr.c: Likewise.
29077         * lib/classpath.c: Likewise.
29078         * lib/clean-temp.c: Likewise.
29079         * lib/concatpath.c: Likewise.
29080         * lib/copy-file.c: Likewise.
29081         * lib/csharpcomp.c: Likewise.
29082         * lib/csharpexec.c: Likewise.
29083         * lib/execute.c: Likewise.
29084         * lib/fatal-signal.c: Likewise.
29085         * lib/findprog.c: Likewise.
29086         * lib/fwriteerror.c: Likewise.
29087         * lib/gl_array_list.c: Likewise.
29088         * lib/gl_array_oset.c: Likewise.
29089         * lib/gl_avltree_list.c: Likewise.
29090         * lib/gl_avltree_oset.c: Likewise.
29091         * lib/gl_avltreehash_list.c: Likewise.
29092         * lib/gl_carray_list.c: Likewise.
29093         * lib/gl_linked_list.c: Likewise.
29094         * lib/gl_linkedhash_list.c: Likewise.
29095         * lib/gl_list.c: Likewise.
29096         * lib/gl_oset.c: Likewise.
29097         * lib/gl_rbtree_list.c: Likewise.
29098         * lib/gl_rbtree_oset.c: Likewise.
29099         * lib/gl_rbtreehash_list.c: Likewise.
29100         * lib/imaxabs.c: Likewise.
29101         * lib/imaxdiv.c: Likewise.
29102         * lib/javacomp.c: Likewise.
29103         * lib/javaexec.c: Likewise.
29104         * lib/javaversion.c: Likewise.
29105         * lib/linebreak.c: Likewise.
29106         * lib/localcharset.c: Likewise.
29107         * lib/lock.c: Likewise.
29108         * lib/mbchar.c: Likewise.
29109         * lib/mbswidth.c: Likewise.
29110         * lib/mkdtemp.c: Likewise.
29111         * lib/pipe.c: Likewise.
29112         * lib/printf-args.c: Likewise.
29113         * lib/printf-parse.c: Likewise.
29114         * lib/progname.c: Likewise.
29115         * lib/progreloc.c: Likewise.
29116         * lib/readlink.c: Likewise.
29117         * lib/sh-quote.c: Likewise.
29118         * lib/stpcpy.c: Likewise.
29119         * lib/stpncpy.c: Likewise.
29120         * lib/strcasecmp.c: Likewise.
29121         * lib/strcasestr.c: Likewise.
29122         * lib/strcspn.c: Likewise.
29123         * lib/striconv.c: Likewise.
29124         * lib/strncasecmp.c: Likewise.
29125         * lib/strnlen1.c: Likewise.
29126         * lib/strstr.c: Likewise.
29127         * lib/strtok_r.c: Likewise.
29128         * lib/tls.c: Likewise.
29129         * lib/tmpdir.c: Likewise.
29130         * lib/unicodeio.c: Likewise.
29131         * lib/unsetenv.c: Likewise.
29132         * lib/vasnprintf.c: Likewise.
29133         * lib/vasprintf.c: Likewise.
29134         * lib/wait-process.c: Likewise.
29135         * lib/xallocsa.c: Likewise.
29136         * lib/xsetenv.c: Likewise.
29137         * lib/xstriconv.c: Likewise.
29138
29139 2006-09-13  Simon Josefsson  <jas@extundo.com>
29140
29141         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
29142         that internally, suggested by Ralf Wildenhues
29143         <Ralf.Wildenhues@gmx.de>.
29144
29145 2006-09-13  Simon Josefsson  <jas@extundo.com>
29146
29147         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
29148         @LIBOBJS@.
29149         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29150
29151 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
29152
29153         * lib/_fpending.c: Include <config.h> unconditionally, since we no
29154         longer worry about uses that don't define HAVE_CONFIG_H.
29155         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
29156         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
29157         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
29158         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
29159         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
29160         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
29161         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
29162         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
29163         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
29164         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
29165         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
29166         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
29167         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
29168         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
29169         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
29170         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
29171         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
29172         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
29173         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
29174         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
29175         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
29176         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
29177         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
29178         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
29179         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
29180         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
29181         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
29182         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
29183         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
29184         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
29185         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
29186         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
29187         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
29188         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
29189         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
29190         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
29191         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
29192         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
29193         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
29194         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
29195         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
29196         Likewise.
29197
29198 2006-09-13  Eric Blake  <ebb9@byu.net>
29199
29200         * lib/getopt.c: Fix typo in last commit.
29201
29202 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
29203
29204         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
29205         dgettext.
29206
29207 2006-09-12  Jim Meyering  <jim@meyering.net>
29208
29209         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
29210         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
29211         Reported by Nelson H. F. Beebe.
29212
29213 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29214
29215         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
29216         program_invocation_name and program_invocation_short_name are
29217         initialized.
29218         * lib/argp-namefrob.h: Move declarations of program_invocation_name
29219         and program_invocation_short_name to argp.h, so they are visible
29220         to user programs.
29221         * lib/argp.h: Likewise
29222
29223 2006-09-10  Bruno Haible  <bruno@clisp.org>
29224
29225         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29226         m4/inttypes_h.m4, m4/uintmax_t.m4.
29227
29228 2006-09-10  Bruno Haible  <bruno@clisp.org>
29229
29230         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
29231         gl_AC_TYPE_UINTMAX_T.
29232
29233 2006-09-10  Bruno Haible  <bruno@clisp.org>
29234
29235         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
29236
29237 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
29238
29239         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
29240         convention.  Text proposed by Bruno Haible.
29241         (struct argp_option): Document the use of N_() wrappers.
29242
29243         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
29244         '\v', and translate the two parts separately, instead of feeding
29245         the whole string to gettext.  This allows to exclude
29246         '\v' from the strings visible to the translator by writing doc
29247         strings as N_("..") "\v" N_("..").
29248
29249 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
29250
29251         * config/srclist.txt: Undo latest change; the bug was fixed.
29252
29253 2006-09-09  Bruno Haible  <bruno@clisp.org>
29254
29255         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
29256         assignments if building a library without libtool.
29257         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
29258         in func_emit_lib_Makefile_am.
29259         (func_import): When building a static library libfoo.a, arrange to
29260         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
29261         (func_create_testdir): Likewise.
29262         * modules/gc (configure.ac, Makefile.am): If building statically,
29263         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
29264         * modules/iconvme (configure.ac, Makefile.am): Likewise.
29265         * modules/striconv (configure.ac, Makefile.am): Likewise.
29266         Based on a suggestion by Ralf Wildenhues.
29267
29268 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29269
29270         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
29271         Check for unistd.h too, since Autoconf doesn't assume POSIX.
29272         Also:
29273
29274         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29275         Add year_2050_test to catch glibc bug 2821
29276         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
29277
29278         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29279         Prefer #ifdef to #if.
29280
29281         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
29282         Return from 'main' instead of calling 'exit'.
29283
29284 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29285
29286         * lib/mktime.c (guess_time_tm): Fix bug where mktime
29287         returned the maximum time_t value rather than (time_t) -1.
29288         Problem originally reported by William Bardwell
29289         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
29290
29291         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
29292         Moved to here ...
29293         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
29294         ... from here.
29295
29296 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
29297
29298         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
29299         2821 is fixed.
29300
29301 2006-09-08  Jim Meyering  <jim@meyering.net>
29302
29303         Don't make generated files read-only.  That would bother too many
29304         people.  However, do retain the ability to work when targets are
29305         read-only: remove the destination and temporary files before writing
29306         them (when generated via sed or echo), or by using the -f option for
29307         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
29308         * modules/alloca-opt, modules/argz, modules/arpa_inet:
29309         * modules/byteswap, modules/configmake, modules/fcntl:
29310         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
29311         * modules/localcharset, modules/netinet_in, modules/poll:
29312         * modules/stdbool, modules/stdint, modules/sys_select:
29313         * modules/sys_socket, modules/sys_stat, modules/sysexits:
29314
29315 2006-09-08  Jim Meyering  <jim@meyering.net>
29316
29317         Avoid new build failure on FreeBSD 6.0.
29318         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
29319         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
29320         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
29321
29322 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29323
29324         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
29325
29326 2006-09-07  Jim Meyering  <jim@meyering.net>
29327
29328         Fix global typo in last change: use chmod u-w, not chmod u-x.
29329         Spotted by Paul Eggert and Bruce Korb.
29330         * modules/alloca-opt, modules/argz, modules/arpa_inet:
29331         * modules/byteswap, modules/configmake, modules/fcntl:
29332         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
29333         * modules/localcharset, modules/netinet_in, modules/poll:
29334         * modules/stdbool, modules/stdint, modules/sys_select:
29335         * modules/sys_socket, modules/sys_stat, modules/sysexits:
29336
29337 2006-09-06  Jim Meyering  <jim@meyering.net>
29338
29339         Make generated files be read-only.
29340         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
29341         Ensure that each generated file is now read-only.
29342         * modules/argz: Likewise.
29343         * modules/arpa_inet: Likewise.
29344         * modules/byteswap: Likewise.
29345         * modules/configmake: Likewise.
29346         * modules/fcntl: Likewise.
29347         * modules/fnmatch: Likewise.
29348         * modules/getopt: Likewise.
29349         * modules/glob: Likewise.
29350         * modules/inttypes: Likewise.
29351         * modules/netinet_in: Likewise.
29352         * modules/poll: Likewise.
29353         * modules/stdbool: Likewise.
29354         * modules/stdint: Likewise.
29355         * modules/sys_select: Likewise.
29356         * modules/sys_socket: Likewise.
29357         * modules/sys_stat: Likewise.
29358         * modules/sysexits: Likewise.
29359         * modules/localcharset: Same as above, but continue using temporary
29360         file named "t-$@" (why different?) rather than the "$@-t" used
29361         everywhere else.
29362
29363         * modules/sysexits (Makefile.am): Replace literal occurrences
29364         of "sysexit.h" more readable, and more consistent, "$@".
29365
29366 2006-09-06  Bruno Haible  <bruno@clisp.org>
29367
29368         * modules/striconv: New file.
29369         * modules/xstriconv: New file.
29370         * MODULES.html.sh (Internationalization functions): Add striconv,
29371         xstriconv.
29372
29373 2006-09-06  Bruno Haible  <bruno@clisp.org>
29374
29375         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
29376         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
29377         not using libtool correctly.
29378
29379 2006-09-06  Bruno Haible  <bruno@clisp.org>
29380
29381         * lib/striconv.h: New file.
29382         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
29383         iconvstring.c.
29384         * lib/xstriconv.h: New file.
29385         * lib/xstriconv.c: New file.
29386
29387 2006-09-06  Bruno Haible  <bruno@clisp.org>
29388
29389         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
29390         lib_..._LDFLAGS.
29391
29392 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29393
29394         * lib/argz_.h: Sync from Libtool.
29395
29396         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
29397                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29398
29399         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
29400
29401 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
29402
29403         * modules/trim: New file.
29404
29405 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
29406
29407         * lib/trim.h: New file.
29408         * lib/trim.c: New file.
29409
29410 2006-09-05  Bruno Haible  <bruno@clisp.org>
29411
29412         * MODULES.html.sh (String handling): Add trim.
29413
29414 2006-09-04  Karl Berry  <karl@gnu.org>
29415
29416         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
29417         until next release.
29418
29419 2006-09-03  Bruno Haible  <bruno@clisp.org>
29420
29421         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
29422         correctly.
29423
29424 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29425
29426         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
29427         not gl_GETLOADAVG.  Omit unneeded semicolons.
29428         Problems reported by Ralf Wildenhues in
29429         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
29430         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
29431         at the end, which is the usual gnulib style.
29432
29433         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
29434         of doing all the work ourselves.
29435         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
29436         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
29437
29438 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29439
29440         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
29441         Problem reported by Ralf Wildenhues in
29442         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
29443
29444         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
29445         HAVE_STRUCT_STATFS_F_FSTYPENAME.
29446
29447 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
29448
29449         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
29450         yesterday's patch by changing test -n to test -z.
29451
29452 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29453
29454         * modules/getloadavg (Files): Add m4/getloadavg.m4.
29455         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
29456         the former is now obsolescent.
29457
29458         * modules/chdir-long (Depends-on): Add fcntl.
29459
29460 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29461
29462         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
29463         obsolescent, and programs should use gnulib instead.
29464         * m4/getloadavg.m4: New file, with contents taken from Autoconf
29465         but with prefixes changed.
29466
29467 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
29468
29469         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
29470         or stdbool.h, because they might not exist while configuring.
29471
29472         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
29473         Don't include unistd.h or limits.h; not needed, since chdir-long.h
29474         does that for us.
29475         (O_DIRECTORY): Remove.
29476
29477 2006-08-31  Eric Blake  <ebb9@byu.net>
29478
29479         * gnulib-tool: Don't let emacs change spaces to TAB.
29480
29481 2006-08-31  Bruno Haible  <bruno@clisp.org>
29482
29483         * gnulib-tool: When calling func_import more than once, do it in a
29484         subshell.
29485         Reported by Eric Blake <ebb9@byu.net>.
29486
29487 2006-08-31  Bruno Haible  <bruno@clisp.org>
29488
29489         * gnulib-tool (nl): Remove variable.
29490         (sed_transform_lib_file): Use more robust test for config-h module.
29491         (func_import): Fix typo in 2006-08-25 patch.
29492
29493 2006-08-31  Bruno Haible  <bruno@clisp.org>
29494
29495         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
29496         specified, augment Makefile.am variables instead of assigning them.
29497
29498 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29499
29500         Work around a bug in both the Linux and SunOS 64-bit kernels:
29501         nanosleep mishandles sleeps for longer than 2**31 seconds.
29502         Problem reported by Frank v Waveren in
29503         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29504         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
29505         Check for nanosleep bug.
29506         (LIB_NANOSLEEP): Append clock_gettime library if needed.
29507
29508 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29509
29510         Work around a bug in both the Linux and SunOS 64-bit kernels:
29511         nanosleep mishandles sleeps for longer than 2**31 seconds.
29512         Problem reported by Frank v Waveren in
29513         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
29514         * lib/nanosleep.c (BILLION): New constant.
29515         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
29516         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
29517         implementation.
29518
29519 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29520
29521         * modules/nanosleep (Depends-on): Add gettime.
29522
29523 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
29524         and Simon Josefsson  <jas@extundo.com>
29525         and Oskar Liljeblad  <oskar@osk.mine.nu>
29526
29527         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
29528         * gnulib-tool (func_import): New license type 'unmodifiable license
29529         text'.
29530         * modules/fdl: Use it.  Longer description.
29531         * module/gpl, module/lgpl: New files.
29532
29533 2006-08-30  Jim Meyering  <jim@meyering.net>
29534
29535         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
29536         shadowing the parameter.
29537
29538 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29539
29540         Sync from Libtool:
29541
29542         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29543
29544         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
29545         sharing with gnulib.  Report by Eric Blake.
29546
29547 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29548
29549         * modules/isapipe: New file.
29550         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
29551
29552 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29553
29554         * modules/configmake (Makefile.am): Add a comment, and omit
29555         the CONFIGMAKE_ prefix from generated macro names.  Suggested
29556         by Bruno Haible.
29557
29558 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29559
29560         * m4/isapipe.m4: New file.
29561
29562 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
29563
29564         * lib/isapipe.c, lib/isapipe.h: New files.
29565
29566 2006-08-29  Jim Meyering  <jim@meyering.net>
29567
29568         * modules/configmake (Makefile.am): Make configmake.h depend on
29569         Makefile.  Otherwise, a stale configmake.h could hang around.
29570
29571 2006-08-29  Eric Blake  <ebb9@byu.net>
29572
29573         * lib/error.c (error_at_line, print_errno_message): Match libc, after
29574         resolution of upstream bug 3044.
29575
29576 2006-08-29  Bruno Haible  <bruno@clisp.org>
29577
29578         * modules/localcharset (Depends-on): Add configmake.
29579         (Makefile.am): Remove setting of LIBDIR through DEFS.
29580
29581 2006-08-29  Bruno Haible  <bruno@clisp.org>
29582
29583         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29584         defined.
29585
29586 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29587
29588         * modules/fcntl: New file.
29589         * modules/chdir-safer (Depends-on): Add fcntl.
29590         * modules/fts: Likewise.
29591         * modules/mkdir-p: Likewise.
29592
29593         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29594         This undoes the most recent change, since we're now addressing the
29595         problem in a different way.
29596
29597         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29598         into output, since the output might be called Makefile.am even
29599         if $makefile_name is something different.
29600         (func_import): Use $makefile_am rather than
29601         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29602         empty.
29603
29604         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29605
29606 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29607
29608         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29609         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29610         recent change to stdint.m4, since we're now addressing the problem in a
29611         different way.
29612
29613 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29614
29615         * m4/fcntl_h.m4: New file.
29616
29617 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29618
29619         * lib/fcntl_.h: New file.
29620         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29621         the fcntl module.
29622         * lib/dirchownmod.c: Likewise.
29623         * lib/fts.c: Likewise.
29624
29625         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29626         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29627         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29628         just before including <inttypes.h>, to avoid circular inclusion.
29629
29630 2006-08-28  Jim Meyering  <jim@meyering.net>
29631
29632         * doc/visibility.texi: Actually read and correct the grammar of the
29633         sentence affected by yesterday's change.
29634
29635 2006-08-28  Eric Blake  <ebb9@byu.net>
29636
29637         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29638         needs wrapper.
29639
29640 2006-08-28  Eric Blake  <ebb9@byu.net>
29641
29642         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29643
29644 2006-08-28  Eric Blake  <ebb9@byu.net>
29645
29646         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29647
29648 2006-08-28  Bruno Haible  <bruno@clisp.org>
29649
29650         * modules/c-strstr: New file, from GNU gettext.
29651         * MODULES.html.sh (String handling): Add c-strstr.
29652
29653 2006-08-28  Bruno Haible  <bruno@clisp.org>
29654
29655         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29656         macros.
29657         Reported by Eric Blake.
29658
29659 2006-08-28  Bruno Haible  <bruno@clisp.org>
29660
29661         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29662         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29663         * lib/vasprintf.c: Include errno.h, limits.h.
29664         (EOVERFLOW): New fallback definition.
29665         (vasprintf): Test here whether the string length is > INT_MAX.
29666         * lib/vsnprintf.c: Include errno.h, limits.h.
29667         (EOVERFLOW): New fallback definition.
29668         (vsnprintf): Fix bug when generated string was too long for the buffer.
29669         Test here whether the string length is > INT_MAX.
29670
29671 2006-08-28  Bruno Haible  <bruno@clisp.org>
29672
29673         * lib/inttypes_.h (SCNX*): Remove definitions.
29674         Reported by Eric Blake.
29675
29676 2006-08-28  Bruno Haible  <bruno@clisp.org>
29677
29678         * lib/c-strstr.h: New file, from GNU gettext.
29679         * lib/c-strstr.c: New file, from GNU gettext.
29680
29681 2006-08-28  Bruno Haible  <bruno@clisp.org>
29682
29683         * gnulib-tool: Reorder some statements.
29684
29685 2006-08-28  Bruno Haible  <bruno@clisp.org>
29686
29687         * gnulib-tool: New option --makefile-name.
29688         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29689         $makefile_name.
29690         (func_import): Write $makefile_name to the cache file, and read it from
29691         there unless explicitly specified. Use $makefile_name as file name
29692         instead of Makefile.am. Adjust the recommendations accordingly.
29693
29694 2006-08-28  Bruno Haible  <bruno@clisp.org>
29695
29696         * gnulib-tool (func_verify_module): Check against misapplying patch.
29697
29698 2006-08-28  Bruno Haible  <bruno@clisp.org>
29699
29700         * gnulib-tool (func_relativize, func_relconcat): New functions.
29701         Give an error if --local-dir is given with --update.
29702         Remove trailing slashes from $local_gnulib_dir.
29703         (func_import): Store the relativized $local_gnulib_dir in
29704         gnulib-cache.m4, and read it from there if not specified explicitly.
29705
29706 2006-08-28  Bruno Haible  <bruno@clisp.org>
29707
29708         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29709         is the current directory. Respect also $local_gnulib_dir.
29710
29711 2006-08-28  Bruno Haible  <bruno@clisp.org>
29712             Simon Josefsson  <jas@extundo.com>
29713
29714         BeOS portability.
29715         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29716
29717 2006-08-27  Jim Meyering  <jim@meyering.net>
29718
29719         * doc/visibility.texi: Remove duplicate word: "pointer".
29720
29721 2006-08-26  Bruno Haible  <bruno@clisp.org>
29722
29723         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29724         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29725         (Makefile.am): Create inttypes.h from inttypes_.h.
29726         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29727
29728         * modules/imaxabs: New file.
29729
29730         * modules/imaxdiv: New file.
29731
29732 2006-08-26  Bruno Haible  <bruno@clisp.org>
29733
29734         * m4/inttypes.m4: New file.
29735         * m4/_inttypes_h.m4: Remove file.
29736         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29737         PRI_MACROS_BROKEN.
29738         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29739
29740         * m4/imaxabs.m4: New file.
29741
29742         * m4/imaxdiv.m4: New file.
29743
29744 2006-08-26  Bruno Haible  <bruno@clisp.org>
29745
29746         * lib/inttypes_.h: New file.
29747         * lib/inttypes.h: Remove file.
29748         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29749
29750         * lib/imaxabs.c: New file.
29751
29752         * lib/imaxdiv.c: New file.
29753
29754 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29755
29756         New config-h module, so that "make" output needn't be cluttered
29757         by -DHAVE_CONFIG_H.
29758         * MODULES.html.sh (Support for building libraries and executables):
29759         Add config-h.
29760         * modules/config-h: New file.
29761         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29762         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29763         the config-h module is used.
29764
29765         New configmake module, so that "make" output needn't be cluttered
29766         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29767         * MODULES.html.sh (Support for building libraries and executables):
29768         Add configmake.
29769         * modules/configmake: New file.
29770
29771 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29772
29773         * m4/config-h.m4: New file.
29774
29775 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29776
29777         * config/srclist.txt: Add elisp-comp.
29778
29779 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29780
29781         * MODULES.html.sh (Support for building libraries and executables):
29782         Add elisp-comp.
29783         * build-aux/elisp-comp: New file.
29784         * modules/elisp-comp: New file.
29785
29786 2006-08-24  Bruno Haible  <bruno@clisp.org>
29787
29788         * gnulib-tool (func_create_testdir): Use non-default values of
29789         sourcebase and m4base.
29790
29791 2006-08-24  Bruno Haible  <bruno@clisp.org>
29792
29793         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29794         HTML structure.
29795
29796 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29797
29798         * modules/openat (Depends-on): Add lchown.
29799
29800 2006-08-23  Bruno Haible  <bruno@clisp.org>
29801
29802         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29803         of gl_LOCK_EARLY instead of gl_LOCK.
29804
29805 2006-08-23  Bruno Haible  <bruno@clisp.org>
29806
29807         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29808         on OSF/1 to no.
29809         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29810
29811 2006-08-23  Bruno Haible  <bruno@clisp.org>
29812
29813         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29814         as unusable.
29815
29816         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29817         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29818         (gl_LOCK): New macro.
29819
29820 2006-08-22  Simon Josefsson  <jas@extundo.com>
29821
29822         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29823         to md5 module.
29824
29825 2006-08-22  Simon Josefsson  <jas@extundo.com>
29826
29827         * MODULES.html.sh: Add "Support for maintaining and release
29828         projects".
29829
29830         * build-aux/gnupload: New file, from coreutils.
29831
29832 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29833
29834         Avoid the need for AC_LIBSOURCES in m4 macros.
29835         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29836         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29837         * modules/check-version (EXTRA_DIST): Add check-version.h.
29838         * modules/crc (EXTRA_DIST): Add crc.h.
29839         * modules/des (EXTRA_DIST): Add des.h.
29840         * modules/gc (EXTRA_DIST): Add gc.h.
29841         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29842         * modules/getline (EXTRA_DIST): Add getline.h.
29843         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29844         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29845         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29846         * modules/md2 (EXTRA_DIST): Add md2.h.
29847         * modules/md4 (EXTRA_DIST): Add md4.h.
29848         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29849         * modules/read-file (EXTRA_DIST): Add read-file.h.
29850         * modules/readline (EXTRA_DIST): Add readline.h.
29851         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29852         rijndael-api-fst.h.
29853
29854 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29855
29856         * m4/rijndael.m4 (gl_ARCFOUR):
29857         * m4/arctwo.m4 (gl_ARCTWO):
29858         * m4/check-version.m4 (gl_CHECK_VERSION):
29859         * m4/crc.m4 (gl_CRC):
29860         * m4/des.m4 (gl_DES):
29861         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29862         * m4/gc.m4 (gl_GC):
29863         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29864         * m4/getline.m4 (gl_FUNC_GETLINE):
29865         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29866         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29867         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29868         * m4/md2.m4 (gl_MD2):
29869         * m4/md4.m4 (gl_MD4):
29870         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29871         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29872         * m4/readline.m4 (gl_FUNC_READLINE):
29873         * m4/rijndael.m4 (gl_RIJNDAEL):
29874         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29875         to get the necessary .h files and whatnot.
29876
29877 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29878
29879         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29880         gnulib rather than the other way around.
29881         * config/srclistvars.sh (COREUTILS): Remove.
29882
29883 2006-08-22  Jim Meyering  <jim@meyering.net>
29884
29885         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29886
29887         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29888
29889 2006-08-22  Eric Blake  <ebb9@byu.net>
29890
29891         * modules/regexprops-generic: New file.
29892         * MODULES.html.sh (Support for building documentation): List it.
29893
29894 2006-08-22  Eric Blake  <ebb9@byu.net>
29895
29896         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29897         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29898         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29899         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29900
29901 2006-08-22  Bruno Haible  <bruno@clisp.org>
29902
29903         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29904         and lib_LTLIBRARIES like the other lib_* variables.
29905
29906 2006-08-22  Bruno Haible  <bruno@clisp.org>
29907
29908         * build-aux/x-to-1.in: New file, from GNU gettext.
29909
29910 2006-08-22  Bruno Haible  <bruno@clisp.org>
29911
29912         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29913         <utmpx.h> exists.
29914
29915 2006-08-22  Bruno Haible  <bruno@clisp.org>
29916
29917         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29918         <utmpx.h> exists.
29919
29920 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29921
29922         BeOS portability.
29923         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29924         exist.
29925         Problem reported by Bruno Haible.
29926
29927 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29928
29929         Avoid the need for AC_LIBSOURCES in m4 macros.
29930         * modules/acl (EXTRA_DIST): Add acl.h.
29931         * modules/argmatch (Files): Add m4/argmatch.m4.
29932         (configure.ac): Add gl_ARGMATCH.
29933         (EXTRA_DIST): Renamed from lib_SOURCES, for
29934         consistency with the other modules.  Remove argmatch.c.
29935         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29936         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29937         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29938         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29939         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29940         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29941         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29942         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29943         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29944         * modules/closeout (EXTRA_DIST): Add closeout.h.
29945         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29946         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29947         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29948         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29949         dirname.h; remove basename.c and stripslash.c.
29950         * modules/exclude (EXTRA_DIST): Add exclude.h.
29951         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29952         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29953         * modules/file-type (EXTRA_DIST): Add file-type.h.
29954         * modules/filemode (EXTRA_DIST): Add filemode.h.
29955         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29956         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29957         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29958         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29959         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29960         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29961         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29962         * modules/getdate (EXTRA_DIST): Add getdate.c.
29963         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29964         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29965         * modules/getpass (EXTRA_DIST): Add getpass.h.
29966         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29967         * modules/group-member (EXTRA_DIST): Add group-member.h.
29968         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29969         * modules/hash (EXTRA_DIST): Add hash.h.
29970         * modules/human (EXTRA_DIST): Add human.h.
29971         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29972         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29973         * modules/lchown (EXTRA_DIST): Add lchown.h.
29974         * modules/long-options (EXTRA_DIST): Add long-options.h.
29975         * modules/lstat (EXTRA_DIST): Add lstat.h.
29976         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29977         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29978         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29979         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29980         * modules/memxor (EXTRA_DIST): Add memxor.h.
29981         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29982         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29983         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29984         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29985         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29986         * modules/physmem (EXTRA_DIST): Add physmem.h.
29987         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29988         * modules/posixver (EXTRA_DIST): Add posixver.h.
29989         * modules/quote (EXTRA_DIST): Add quote.h.
29990         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29991         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29992         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29993         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29994         regex_internal.h regexec.c.
29995         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29996         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29997         * modules/same (EXTRA_DIST): Add same.h.
29998         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29999         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
30000         * modules/savedir (EXTRA_DIST): Add savedir.h.
30001         * modules/sha1 (EXTRA_DIST): Add sha1.h.
30002         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
30003         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
30004         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
30005         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
30006         * modules/strdup (EXTRA_DIST): Add strdup.h.
30007         * modules/strftime (EXTRA_DIST): Add strftime.h.
30008         * modules/strndup (EXTRA_DIST): Add strndup.h.
30009         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
30010         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
30011         * modules/time_r (EXTRA_DIST): Add time_r.h.
30012         * modules/timespec (EXTRA_DIST): Add timespec.h.
30013         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
30014         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
30015         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
30016         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
30017         * modules/userspec (EXTRA_DIST): Add userspec.h.
30018         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
30019         * modules/utimens (EXTRA_DIST): Add utimens.h.
30020         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
30021         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
30022         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
30023         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
30024         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
30025         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
30026         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
30027         * modules/yesno (EXTRA_DIST): Add yesno.h.
30028
30029 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
30030
30031         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
30032
30033         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
30034         * m4/dev-ino.m4, same-inode.m4: Remove.
30035
30036         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
30037         * m4/acl.m4 (AC_FUNC_ACL):
30038         * m4/backupfile.m4 (gl_BACKUPFILE):
30039         * m4/c-strtod.m4 (gl_C99_STRTOLD):
30040         * m4/canon-host.m4 (gl_CANON_HOST):
30041         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
30042         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
30043         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
30044         * m4/cloexec.m4 (gl_CLOEXEC):
30045         * m4/close-stream.m4 (gl_CLOSE_STREAM):
30046         * m4/closeout.m4 (gl_CLOSEOUT):
30047         * m4/dirfd.m4 (gl_FUNC_DIRFD):
30048         * m4/dirname.m4 (gl_DIRNAME):
30049         * m4/exclude.m4 (gl_EXCLUDE):
30050         * m4/exitfail.m4 (gl_EXITFAIL):
30051         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
30052         * m4/file-type.m4 (gl_FILE_TYPE):
30053         * m4/filemode.m4 (gl_FILEMODE):
30054         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
30055         * m4/fpending.m4 (gl_FUNC_FPENDING):
30056         * m4/fprintftime.m4 (gl_FPRINTFTIME):
30057         * m4/fts.m4 (gl_FUNC_FTS):
30058         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
30059         * m4/getdate.m4 (gl_GETDATE):
30060         * m4/gethrxtime.m4 (gl_GETHRXTIME):
30061         * m4/getpagesize.m4 (gl_GETPAGESIZE):
30062         * m4/getpass.m4 (gl_FUNC_GETPASS):
30063         * m4/gettime.m4 (gl_GETTIME):
30064         * m4/getugroups.m4 (gl_GETUGROUPS):
30065         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
30066         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
30067         * m4/hard-locale.m4 (gl_HARD_LOCALE):
30068         * m4/hash.m4 (gl_HASH):
30069         * m4/idcache.m4 (gl_IDCACHE):
30070         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
30071         * m4/lchown.m4 (gl_FUNC_LCHOWN):
30072         * m4/long-options.m4 (gl_LONG_OPTIONS):
30073         * m4/lstat.m4 (gl_FUNC_LSTAT):
30074         * m4/md5.m4 (gl_MD5):
30075         * m4/memcasecmp.m4 (gl_MEMCASECMP):
30076         * m4/memcoll.m4 (gl_MEMCOLL):
30077         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
30078         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
30079         * m4/memxor.m4 (gl_MEMXOR):
30080         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
30081         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
30082         * m4/modechange.m4 (gl_MODECHANGE):
30083         * m4/mountlist.m4 (gl_MOUNTLIST):
30084         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
30085         * m4/openat.m4 (gl_FUNC_OPENAT):
30086         * m4/pathmax.m4 (gl_PATHMAX):
30087         * m4/physmem.m4 (gl_PHYSMEM):
30088         * m4/posixtm.m4 (gl_POSIXTM):
30089         * m4/posixver.m4 (gl_POSIXVER):
30090         * m4/quote.m4 (gl_QUOTE):
30091         * m4/quotearg.m4 (gl_QUOTEARG):
30092         * m4/readtokens.m4 (gl_READTOKENS):
30093         * m4/readutmp.m4 (gl_READUTMP):
30094         * m4/regex.m4 (gl_REGEX):
30095         * m4/safe-read.m4 (gl_SAFE_READ):
30096         * m4/safe-write.m4 (gl_SAFE_WRITE):
30097         * m4/same.m4 (gl_SAME):
30098         * m4/save-cwd.m4 (gl_SAVE_CWD):
30099         * m4/savedir.m4 (gl_SAVEDIR):
30100         * m4/settime.m4 (gl_SETTIME):
30101         * m4/sha1.m4 (gl_SHA1):
30102         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
30103         * m4/stat-macros.m4 (gl_STAT_MACROS):
30104         * m4/stat-time.m4 (gl_STAT_TIME):
30105         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
30106         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
30107         * m4/strdup.m4 (gl_FUNC_STRDUP):
30108         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
30109         * m4/strndup.m4 (gl_FUNC_STRNDUP):
30110         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
30111         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
30112         * m4/time_r.m4 (gl_TIME_R):
30113         * m4/timespec.m4 (gl_TIMESPEC):
30114         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
30115         * m4/unlinkdir.m4 (gl_UNLINKDIR):
30116         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
30117         * m4/userspec.m4 (gl_USERSPEC):
30118         * m4/utimecmp.m4 (gl_UTIMECMP):
30119         * m4/utimens.m4 (gl_UTIMENS):
30120         * m4/xalloc.m4 (gl_XALLOC):
30121         * m4/xgetcwd.m4 (gl_XGETCWD):
30122         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
30123         * m4/xreadlink.m4 (gl_XREADLINK):
30124         * m4/xstrtod.m4 (gl_XSTRTOD):
30125         * m4/yesno.m4 (gl_YESNO):
30126         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
30127         to get the necessary .h files and whatnot.
30128
30129 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
30130             Bruno Haible  <bruno@clisp.org>
30131
30132         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
30133         /bin/sh understanding of '!' conditional negation.
30134
30135 2006-08-21  Jim Meyering  <jim@meyering.net>
30136
30137         * modules/openat (Depends-on): Really alphabetize.
30138
30139         * modules/acl (Depends-on): Add error and quote.
30140
30141         * check-module (find_included_lib_files): Add at-func.c to the
30142         ok-to-include-more-than-once white list.
30143
30144         * modules/openat (Depends-on): Add lstat.  Alphabetize.
30145
30146 2006-08-21  Bruno Haible  <bruno@clisp.org>
30147
30148         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30149         Emit a pkgdata_DATA variable only if some snippets add contents to it.
30150         Reported by Martin Lambers <marlam@marlam.de>.
30151
30152 2006-08-21  Bruno Haible  <bruno@clisp.org>
30153
30154         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
30155         specify an installation location, don't emit a noinst_LIBRARIES or
30156         noinst_LTLIBRARIES assignment.
30157
30158 2006-08-21  Bruno Haible  <bruno@clisp.org>
30159
30160         BeOS portability.
30161         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
30162         BeOS has mbrtowc() but no <wctype.h>.
30163
30164 2006-08-21  Bruno Haible  <bruno@clisp.org>
30165
30166         BeOS portability.
30167         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
30168         exist.
30169
30170 2006-08-21  Bruno Haible  <bruno@clisp.org>
30171
30172         BeOS portability.
30173         * lib/mbchar.h: Include <wctype.h> only if it exists.
30174
30175 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30176
30177         Remove files that are no longer needed by their respective modules.
30178         * m4/obstack.m4: Remove.
30179         * m4/strerror_r.m4: Remove.
30180         * m4/uint32_t.m4: Remove.
30181         * m4/uintptr_t.m4: Remove.
30182         * m4/ullong_max.m4: Remove.
30183         * m4/xstrtoimax.m4: Remove.
30184         * m4/xstrtoumax.m4: Remove.
30185
30186         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
30187         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
30188         dependencies now capture this.
30189
30190         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
30191         Do not use AC_LIBSOURCES, since gnulib modules now do this.
30192         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
30193         * m4/human.m4 (gl_HUMAN): Likewise.
30194         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
30195         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
30196
30197         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
30198
30199         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
30200         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
30201         stdint.
30202         * m4/human.m4 (gl_HUMAN): Likewise.
30203         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
30204         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
30205         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
30206         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
30207         * m4/xstrtol (gl_XSTRTOL): Likewise.
30208
30209         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
30210         AC_TYPE_LONG_LONG_INT.
30211         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
30212         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
30213         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
30214         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
30215
30216         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
30217         on stdbool.
30218
30219         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
30220         (gl_PREREQ_XSTRTOUL): Remove.
30221
30222         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
30223
30224         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
30225         mode.
30226
30227 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30228
30229         Add and change modules to make it easier for coreutils to use
30230         gnulib-tool.
30231         * modules/backupfile (Files): Remove m4/d-ino.m4.
30232         (Depends-on): Add d-ino.
30233         * modules/cycle-check (Depends-on): Add stdint.
30234         (lib_SOURCES): Add cycle-check.h.
30235         * modules/d-ino: New module.
30236         * modules/d-type: New module.
30237         * modules/error (Files): Remove m4/strerror_r.m4.
30238         * modules/filemode (Files): Add m4/st_dm_mode.m4.
30239         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
30240         m4/inttypes_h.m4, m4/uintmax_t.m4.
30241         (Depends-on): Add stdint.
30242         (lib_SOURCES): Add fsusage.h.
30243         * modules/getcwd (Files): Remove d-ino.m4.
30244         (Depends-on): Add d-ino.
30245         * modules/getndelim2 (Depends-on): Add stdint.
30246         * modules/glob (Files): Remove m4/d-type.m4.
30247         (Depends-on): Add d-type.
30248         * modules/host-os: New module.
30249         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
30250         m4/inttypes_h.m4, m4/uintmax_t.m4.
30251         * Depends-on: Add stdint.
30252         (lib_SOURCES): Add human.h.
30253         * modules/inttostr (Files): Remove m4/intmax_t.m4,
30254         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
30255         m4/uintmax_t.m4, m4/ulonglong.m4.
30256         (Depends-on): Add stdint.
30257         (EXTRA_DIST): Add inttostr.h.
30258         * modules/lchmod: New module.
30259         * modules/link-follow: New module.
30260         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
30261         (Depends-on): Add lchmod.
30262         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
30263         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
30264         (Depends-on): Add stdint.
30265         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
30266         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
30267         (Depends-on): Add stdint.
30268         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
30269         * modules/perl: New module.
30270         * modules/regex (Depends-on): Add stdint.
30271         * modules/rmdir-errno: New module.
30272         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
30273         m4/intmax_t.m4.
30274         (Depends-on): Add stdint.
30275         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
30276         m4/uintmax_t.m4.
30277         (Depends-on): Add stdint.
30278         * modules/unlink-busy: New module.
30279         * modules/utimecmp (Depends-on): Add stdint.
30280         * modules/uptime: New module.
30281         * modules/winsz-ioctl: New module.
30282         * modules/winsz-termios: New module.
30283         * modules/xnanosleep (Depends-on): Add nanosleep.
30284         * modules/ullong_max: Remove.
30285         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
30286         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
30287         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
30288         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
30289         (Depends-on): Add inttypes.
30290         (lib_SOURCES): Add xstrtol.h.
30291         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
30292         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
30293         * MODULES.html.sh: Move 'assert' into the assert section.
30294         Move 'dummy' into the linking section.
30295         Remove ullong_max.
30296         Add section for compatibility checks for POSIX:2001 functions,
30297         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
30298         winsz-ioctl, and winsz-termios into it.
30299         Add lchmod.
30300         Add top-level Misc section and put host-os, perl, and uptime
30301         into it.
30302
30303 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
30304
30305         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
30306         now assume the stdint module.  Do not include inttypes.h.
30307         * lib/fsusage.h: Likewise.
30308         * lib/getndelim2.c: Likewise.
30309         * lib/human.h: Likewise.
30310         * lib/inttostr.h: Likewise.
30311         * lib/obstack.c: Likewise.
30312         * lib/regex_internal.h: Likewise.
30313         * lib/tempname.c: Likewise.
30314         * lib/utimecmp.c: Likewise.
30315         * lib/xstrtol.h: Likewise.
30316
30317         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
30318
30319         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
30320         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
30321         * lib/xtime.h: Likewise.
30322
30323 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30324
30325         * modules/openat (Files): Add lib/fchmodat.c.
30326         Fixes problem reported by Jay Youngman.
30327
30328 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
30329
30330         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
30331         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
30332
30333 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
30334             Bruno Haible  <bruno@clisp.org>
30335
30336         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
30337         and is a script that invokes bison. Tighten the code. Add comments.
30338
30339 2006-08-18  Jim Meyering  <jim@meyering.net>
30340
30341         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
30342         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
30343         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
30344         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
30345
30346 2006-08-18  Bruno Haible  <bruno@clisp.org>
30347
30348         * modules/bison-i18n: New file.
30349         * MODULES.html.sh (Internationalization functions): Add it.
30350
30351 2006-08-18  Bruno Haible  <bruno@clisp.org>
30352
30353         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
30354         sys/statvfs.h. When getmntinfo was found, check its declaration and
30355         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
30356
30357 2006-08-18  Bruno Haible  <bruno@clisp.org>
30358
30359         * m4/bison-i18n.m4: New file, from bison.
30360
30361 2006-08-18  Bruno Haible  <bruno@clisp.org>
30362
30363         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
30364         (ME_DUMMY): Treat "kernfs" as a dummy.
30365         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
30366
30367 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30368
30369         Update from coreutils.
30370
30371         2006-08-15  Jim Meyering  <jim@meyering.net>
30372
30373         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
30374
30375         2006-01-17  Jim Meyering  <jim@meyering.net>
30376
30377         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
30378
30379         2006-01-11  Jim Meyering  <jim@meyering.net>
30380
30381         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
30382         Check for the lchmod function.
30383
30384 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
30385
30386         Update from coreutils.
30387
30388         * lib/__fpending.h: Add copyright notice.
30389         * lib/fprintftime.h: Likewise.
30390         * lib/savedir.c: Use (C) in copyright notice.
30391         * lib/savedir.h: Likewise.
30392
30393         2006-08-15  Jim Meyering  <jim@meyering.net>
30394
30395         * lib/at-func.c: New file, with the logic of all emulated at-functions.
30396         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
30397         in support of the EXPECTED_ERRNO macro.
30398         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
30399         definitions.  Instead, define the appropriate symbols and include
30400         "at-func.c".
30401         * lib/mkdirat.c (mkdirat): Likewise.
30402         * lib/fchmodat.c (fchmodat): Likewise.
30403         (ENOSYS): Remove definition.
30404         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
30405         it.  Don't include "unistd--.h" -- it wasn't ever used.
30406
30407         2006-01-17  Jim Meyering  <jim@meyering.net>
30408
30409         Rewrite fts.c not to change the current working directory,
30410         by using openat, fstatat, fdopendir, etc..
30411
30412         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
30413         (HAVE_OPENAT_SUPPORT): Define.
30414         [_LIBC] (fchdir): Don't undef or define; no longer used.
30415         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
30416         Now, this `function' always succeeds, and consumes its file descriptor
30417         parameter -- so callers must not close such FDs.  Update callers.
30418         (diropen_fd, opendirat, cwd_advance_fd): New functions.
30419         (diropen): Add parameter, SP.  Adjust all callers.
30420         Implement using diropen_fd, rather than open.
30421         (fts_open): Initialize new member, fts_cwd_fd.
30422         Remove fts_rft-setting code.
30423         (fts_close): Close fts_cwd_fd, if necessary.
30424         (__opendir2): Define in terms of opendir or opendirat,
30425         depending on whether the FST_NOCHDIR flag is set.
30426         (fts_build): Since fts_safe_changedir consumes its FD, and since
30427         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
30428         and close the dup'd file descriptor upon failure.
30429         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
30430         (fts_safe_changedir): Tweak semantics to reflect that this function
30431         now calls cwd_advance_fd and hence consumes its FD argument.
30432         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
30433         [struct FTS] (fts_rft): Remove now-unused member.
30434         [struct FTS] (fts_cycle.state): Improve comment.
30435
30436         * lib/openat.c (openat_needs_fchdir): New function.
30437         * lib/openat.h (openat_needs_fchdir): Declare it.
30438
30439 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
30440
30441         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
30442         Problem and fix reported by Pádraig Brady in
30443         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
30444
30445 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30446
30447         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
30448
30449 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30450
30451         * lib/memcoll.c (memcoll): Optimize for the common case where the
30452         arguments are bytewise equal.
30453
30454 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
30455
30456         * doc/regexprops-generic.texi: Add a copyright notice.
30457
30458 2006-08-15  Bruno Haible  <bruno@clisp.org>
30459
30460         * modules/tmpdir (License): Change to LGPL.
30461
30462 2006-08-15  Bruno Haible  <bruno@clisp.org>
30463
30464         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
30465         module.
30466
30467 2006-08-14  Simon Josefsson  <jas@extundo.com>
30468
30469         * config/srclist.txt: Add gnupload.
30470
30471 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30472
30473         Change copyright notice from LGPL 2 to GPL 2, since that's the
30474         standard form used in the gnulib repository.
30475         * tests/test-lock.c: Likewise.
30476         * tests/test-stdint.c: Likewise.
30477         * tests/test-tls.c: Likewise.
30478
30479         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
30480         prelude-manager.  User shorter URLs for GNU projects, without '?'.
30481         Add copyright notice.
30482
30483         * check-module: Add copyright notice.  Output a copyright
30484         notice if "--version" is specified.
30485         * modules/COPYING: New file.
30486         * tests/test-getaddrinfo.c: Add copyright notice.
30487         * tests/test-verify.c: Likewise.
30488
30489 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30490
30491         Change copyright notice from LGPL 2 to GPL 2, since that's the
30492         standard form used in the gnulib repository.
30493         * lib/lock.c: LGPL -> GPL.
30494         * lib/lock.h: Likewise.
30495         * lib/strnlen1.c: Likewise.
30496         * lib/strnlen1.h: Likewise.
30497         * lib/tls.c: Likewise.
30498         * lib/tls.h: Likewise.
30499         * lib/tmpdir.c: Likewise.
30500
30501         * lib/TODO: Remove; this belongs only in coreutils.
30502
30503 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30504
30505         Add copyright notices to long-enough files that lack them, since
30506         otherwise the files aren't clearly free.  Use the same notice that
30507         getdate.texi already uses.
30508         * doc/alloca-opt.texi: Add copyright notice.
30509         * doc/alloca.texi: Likewise.
30510         * doc/ctime.texi: Likewise.
30511         * doc/functions.texi: Likewise.
30512         * doc/gcd.texi: Likewise.
30513         * doc/gnulib-tool.texi: Likewise.
30514         * doc/inet_ntoa.texi: Likewise.
30515         * doc/visibility.texi: Likewise.
30516
30517         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
30518         * doc/quote.texi: Add copyright notice.
30519
30520         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
30521         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
30522         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
30523         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
30524         is now obsolete, and give a pointer to the Sun list.
30525         Add copyright notice.
30526
30527 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
30528
30529         * config/srclistvars.sh: Add copyright notice.
30530
30531 2006-08-14  Eric Blake  <ebb9@byu.net>
30532
30533         Import the following change from libc:
30534
30535         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
30536
30537         Upstream bug 2997.
30538         * lib/misc/error.c: Add space between program name and message if file
30539         name is missing.
30540
30541 2006-08-12  Karl Berry  <karl@gnu.org>
30542
30543         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
30544         remove, these originate in gnulib now.
30545
30546 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30547
30548         * doc/Makefile (standards.info standards.html standards.dvi):
30549         Also depend on make-stds.texi.
30550
30551 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
30552
30553         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
30554         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
30555
30556         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
30557         in wchar_t.  Problem reported by Eric Blake.
30558
30559         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
30560         LEN is smaller than SIZE.  Suggested by Bruno Haible.
30561         Also, help the compiler to keep LEN in a register.
30562
30563 2006-08-11  Eric Blake  <ebb9@byu.net>
30564
30565         * users.txt: Sort.  Add tar.
30566
30567 2006-08-11  Bruno Haible  <bruno@clisp.org>
30568
30569         * users.txt: New file.
30570
30571 2006-08-11  Bruno Haible  <bruno@clisp.org>
30572
30573         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
30574         before <wchar.h>. Needed for OSF/1 and BSD/OS.
30575
30576 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30577
30578         * modules/snprintf (Depends-on): Remove minmax.
30579         (Maintainer): Add self and Bruno.
30580
30581 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30582
30583         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30584         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30585         (EOVERFLOW): Define if the system does not.
30586         Do not include "minmax.h"; it wasn't used.
30587         (snprintf): Don't assume size_t promotes to an unsigned type.
30588         Fix bug when generated string was too long for the buffer: the
30589         buffer's contents are supposed to be the initial prefix of the
30590         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30591         exceeds INT_MAX; do the check ourselves.
30592
30593         Import the following changes from libc:
30594
30595         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30596
30597         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30598         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30599         set wc to the byte which couldn't be converted.
30600         (re_string_reconstruct): Don't clear valid_raw_len before calling
30601         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30602         tip_context using re_string_context_at.
30603
30604         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30605
30606         * lib/posix/regex.h: g++ still cannot handled [restrict].
30607
30608         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30609
30610         * lib/posix/regex.h: Remove special handling for VMS.
30611
30612 2006-08-10  Jim Meyering  <jim@meyering.net>
30613
30614         * modules/same-inode: New module.
30615         * modules/dev-ino: New module.
30616         * modules/cycle-check: Depend on these modules, rather than simply
30617         including their .h files.
30618         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30619         required via m4/cycle-check.m4.
30620         * modules/same: Depend on new same-inode module, rather than
30621         including same-inode.h.
30622         * modules/chdir-safer: New file.
30623
30624         * modules/chown (Depends-on): Add stat-macros.
30625
30626 2006-08-10  Jim Meyering  <jim@meyering.net>
30627
30628         * m4/cycle-check.m4: New file.
30629         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30630         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30631
30632 2006-08-10  Eric Blake  <ebb9@byu.net>
30633
30634         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30635         in from original proposal.
30636
30637 2006-08-10  Eric Blake  <ebb9@byu.net>
30638         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30639
30640         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30641         namespace.
30642
30643 2006-08-10  Bruno Haible  <bruno@clisp.org>
30644
30645         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30646         as well.
30647
30648 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30649
30650         Sync from coreutils.
30651
30652         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30653
30654         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30655         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30656
30657 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30658
30659         * modules/restrict: Remove; no longer needed now that we assume
30660         Autoconf 2.59 or later.
30661         * MODULES.html.sh: Remove 'restrict'.
30662         * modules/argp (Depends-on): Remove 'restrict'.
30663         * modules/base64 (Depends-on): Likewise.
30664         * modules/gc (Depends-on): Likewise.
30665         * modules/getaddrinfo (Depends-on): Likewise.
30666         * modules/glob (Depends-on): Likewise.
30667         * modules/inet_ntop (Depends-on): Likewise.
30668         * modules/inet_pton (Depends-on): Likewise.
30669         * modules/memxor (Depends-on): Likewise.
30670         * modules/regex (Depends-on): Likewise.
30671         * modules/strtok_r (Depends-on): Likewise.
30672         * modules/time_r (Depends-on): Likewise.
30673
30674 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30675
30676         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30677         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30678         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30679         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30680         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30681         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30682         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30683         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30684
30685         Merge from coreutils.
30686         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30687         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30688         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30689         * m4/time_r.m4 (gl_TIME_R): Likewise.
30690
30691 2006-08-09  Karl Berry  <karl@gnu.org>
30692
30693         * config/srclist.txt: no more gettext-tools, per Bruno.
30694
30695 2006-08-08  Eric Blake  <ebb9@byu.net>
30696
30697         * modules/verror: New module.
30698         * MODULES.html.sh: Document it.
30699
30700 2006-08-08  Eric Blake  <ebb9@byu.net>
30701
30702         * lib/verror.h, lib/verror.c: New files.
30703
30704 2006-08-08  Eric Blake  <ebb9@byu.net>
30705
30706         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30707         verror_at_line output complies with GNU Coding Standards even when
30708         file is NULL.
30709
30710 2006-08-07  Bruno Haible  <bruno@clisp.org>
30711
30712         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30713         versions of AIX.
30714         Reported by Ralf Wildenhues.
30715
30716 2006-08-07  Bruno Haible  <bruno@clisp.org>
30717
30718         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30719         in an AC_DEFUN. Needed so that the autoconf snippets can use
30720         AC_REQUIRE.
30721
30722 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30723
30724         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30725         Initialize pkgdata_DATA.
30726         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30727         overriding it.
30728
30729 2006-08-06  Eric Blake  <ebb9@byu.net>
30730
30731         * lib/error.h: Fold in some upstream changes from glibc.
30732         * lib/error.c: Likewise.
30733
30734 2006-08-04  Bruno Haible  <bruno@clisp.org>
30735
30736         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30737         Make the mostlyclean-local rule depend on mostlyclean-generic.
30738         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30739
30740 2006-07-31  Bruno Haible  <bruno@clisp.org>
30741
30742         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30743         <stdlib.h>, <string.h>.
30744
30745 2006-07-30  Bruno Haible  <bruno@clisp.org>
30746
30747         * modules/readlink (License): Change to LGPL.
30748
30749 2006-07-30  Bruno Haible  <bruno@clisp.org>
30750
30751         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30752         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30753         set PKGDATADIR to point to it.
30754
30755 2006-07-30  Bruno Haible  <bruno@clisp.org>
30756
30757         * modules/csharpexec (configure.ac): Comment out macro invocation.
30758         * modules/javaexec (configure.ac): Likewise.
30759         * modules/javacomp-script (configure.ac): Likewise.
30760
30761         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30762
30763 2006-07-30  Bruno Haible  <bruno@clisp.org>
30764
30765         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30766         linked-list.
30767
30768 2006-07-30  Bruno Haible  <bruno@clisp.org>
30769
30770         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30771
30772 2006-07-30  Bruno Haible  <bruno@clisp.org>
30773
30774         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30775         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30776         get removed.
30777
30778 2006-07-29  Bruno Haible  <bruno@clisp.org>
30779
30780         Make it possible for gnulib-tool to work with locally modified or
30781         augmented gnulib repositories.
30782         * gnulib-tool (func_usage): Document --local-dir option.
30783         (local_gnulib_dir): New variable.
30784         Handle --local-dir option.
30785         (func_lookup_file): New function.
30786         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30787         (func_get_description, func_get_filelist, func_get_description,
30788         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30789         func_get_automake_snippet, func_get_include_directive,
30790         func_get_license, func_get_maintainer): Use func_lookup_file.
30791         (func_import, func_create_testdir): Use func_lookup_file.
30792
30793 2006-07-29  Bruno Haible  <bruno@clisp.org>
30794
30795         * modules/setenv (Depends-on): Add unistd.
30796
30797 2006-07-29  Bruno Haible  <bruno@clisp.org>
30798
30799         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30800
30801 2006-07-29  Bruno Haible  <bruno@clisp.org>
30802
30803         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30804
30805 2006-07-29  Bruno Haible  <bruno@clisp.org>
30806
30807         * gnulib-tool (import, update): If there is no Makefile.am, look at
30808         aclocal.m4, instead of bailing out.
30809
30810 2006-07-29  Bruno Haible  <bruno@clisp.org>
30811
30812         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30813         Categorize the options by when they are useful.
30814
30815 2006-07-29  Bruno Haible  <bruno@clisp.org>
30816
30817         * gnulib-tool (func_usage): Document option --no-libtool.
30818         Handle option --no-libtool.
30819         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30820         for changed semantics of $libtool variable.
30821         (func_import): Likewise. If libtool is not used, show this through
30822         an option --no-libtool.
30823         (func_create_testdir): Update.
30824
30825 2006-07-29  Bruno Haible  <bruno@clisp.org>
30826
30827         * gnulib-tool (func_import): Extend error message about missing
30828         --doc-base.
30829
30830 2006-07-29  Bruno Haible  <bruno@clisp.org>
30831
30832         * gnulib-tool (func_import): Don't create the $docbase directory if
30833         there is no file to store there.
30834
30835 2006-07-29  Bruno Haible  <bruno@clisp.org>
30836
30837         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30838         relevant, look for configure.ac there, not in the current directory.
30839         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30840
30841 2006-07-29  Bruno Haible  <bruno@clisp.org>
30842
30843         * gnulib-tool (SORT): New variable.
30844         (func_usage): Undocument --assume-autoconf option.
30845         Remove --assume-autoconf option handling.
30846         (autoconf_minversion): Determine from the contents of configure.ac.
30847         (func_import): Remove autoconf_minversion handling.
30848         Suggested by Eric Blake.
30849
30850 2006-07-29  Bruno Haible  <bruno@clisp.org>
30851
30852         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30853
30854 2006-07-29  Bruno Haible  <bruno@clisp.org>
30855
30856         * config/srclist.txt (*setenv.[ch]): Remove rules.
30857
30858 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30859
30860         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30861
30862 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30863
30864         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30865         arpa/inet.h.
30866
30867 2006-07-28  Simon Josefsson  <jas@extundo.com>
30868
30869         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30870         * modules/inet_pton (Depends-on): Likewise.
30871
30872 2006-07-28  Simon Josefsson  <jas@extundo.com>
30873
30874         * m4/netinet_in_h.m4: New file.
30875
30876 2006-07-28  Simon Josefsson  <jas@extundo.com>
30877
30878         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30879         #include's.
30880
30881 2006-07-28  Simon Josefsson  <jas@extundo.com>
30882
30883         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30884         #include's.
30885
30886 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30887
30888         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30889         setgid on directories only if they set these bits.
30890         * lib/modechange.h: Remove obsolete comment about masks.
30891
30892 2006-07-28  Eric Blake  <ebb9@byu.net>
30893
30894         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30895         macro expansion.
30896
30897 2006-07-28  Bruno Haible  <bruno@clisp.org>
30898
30899         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30900
30901 2006-07-28  Bruno Haible  <bruno@clisp.org>
30902
30903         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30904
30905 2006-07-28  Bruno Haible  <bruno@clisp.org>
30906
30907         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30908         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30909         Define fallbacks.
30910         Avoids link error on FreeBSD 4.x.
30911         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30912
30913         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30914         encoding.
30915         * lib/mbswidth.c (iswcntrl): Likewise.
30916
30917 2006-07-27  Bruno Haible  <bruno@clisp.org>
30918
30919         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30920         test.
30921
30922 2006-07-27  Bruno Haible  <bruno@clisp.org>
30923
30924         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30925         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30926         defined.
30927
30928 2006-07-26  Eric Blake  <ebb9@byu.net>
30929
30930         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30931
30932 2006-07-26  Eric Blake  <ebb9@byu.net>
30933
30934         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30935         like mingw that lack mkstemp.
30936         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30937         avoid compilation warning on mingw.
30938
30939 2006-07-26  Bruno Haible  <bruno@clisp.org>
30940
30941         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30942         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30943         INT_FAST*_MIN, INTPTR_MIN.
30944
30945 2006-07-25  Bruno Haible  <bruno@clisp.org>
30946
30947         * modules/version-etc (Depends-on): Add stdarg.
30948
30949 2006-07-25  Bruno Haible  <bruno@clisp.org>
30950
30951         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30952         complex commands.
30953
30954 2006-07-25  Bruno Haible  <bruno@clisp.org>
30955
30956         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30957         defined in <stdarg.h> or config.h.
30958
30959 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30960
30961         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30962         (gl_STDIO_SAFER): Remove.
30963
30964 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30965
30966         * MODULES.html.sh (File stream based Input/Output):
30967         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30968         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30969         * modules/fopen-safer, modules/tmpfile-safer: New files.
30970         * modules/stdio-safer: Remove.
30971
30972 2006-07-24  Bruno Haible  <bruno@clisp.org>
30973
30974         * modules/tmpdir: New file.
30975         * MODULES.html.sh (File system functions): Add it.
30976
30977 2006-07-24  Bruno Haible  <bruno@clisp.org>
30978
30979         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30980         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30981
30982 2006-07-24  Bruno Haible  <bruno@clisp.org>
30983
30984         * modules/clean-temp: New file.
30985
30986 2006-07-24  Bruno Haible  <bruno@clisp.org>
30987
30988         * m4/tmpdir.m4: New file, from GNU gettext.
30989
30990 2006-07-24  Bruno Haible  <bruno@clisp.org>
30991
30992         * lib/tmpdir.h: New file, from GNU gettext.
30993         * lib/tmpdir.c: New file, from GNU gettext.
30994
30995 2006-07-24  Bruno Haible  <bruno@clisp.org>
30996
30997         * lib/clean-temp.h: New file, from GNU gettext.
30998         * lib/clean-temp.c: New file, from GNU gettext.
30999
31000 2006-07-23  Eric Blake  <ebb9@byu.net>
31001
31002         * modules/stdio-safer (Files): Add tmpfile-safer.c.
31003         (Depends-on): Add binary-io.
31004
31005 2006-07-23  Eric Blake  <ebb9@byu.net>
31006
31007         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
31008
31009 2006-07-23  Eric Blake  <ebb9@byu.net>
31010
31011         * lib/tmpfile-safer.c: New file.
31012         * lib/stdio-safer.h (fopen_safer): Add prototype.
31013         * lib/stdio--.h (tmpfile): Make safer.
31014
31015 2006-07-23  Bruno Haible  <bruno@clisp.org>
31016
31017         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
31018         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
31019         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
31020         gl_linked_remove_at): Use it.
31021
31022 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31023         and Simon Josefsson <jas@extundo.com>
31024
31025         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
31026
31027         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
31028
31029 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
31030
31031         * modules/close-stream: New file.
31032         * modules/closeout (Description): Make it clear that it exits
31033         with a diagnostic on error.
31034         (Depends-on): Add close-stream.  Remove fpending, stdbool.
31035         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
31036
31037 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         * m4/close-stream.m4: New file.
31040
31041 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
31042
31043         * lib/close-stream.c, lib/close-stream.h: New files.
31044
31045 2006-07-22  Bruno Haible  <bruno@clisp.org>
31046
31047         Merge from GNU gettext 0.15.
31048
31049         2006-05-01  Bruno Haible  <bruno@clisp.org>
31050
31051                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
31052
31053         2006-07-22  Bruno Haible  <bruno@clisp.org>
31054
31055                 * modules/javaversion: New file.
31056                 * MODULES.html.sh (Java): Add javaversion.
31057
31058         2006-03-12  Bruno Haible  <bruno@clisp.org>
31059
31060                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
31061
31062         2005-12-04  Bruno Haible  <bruno@clisp.org>
31063
31064                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
31065                 (untested).
31066
31067         2006-06-21  Bruno Haible  <bruno@clisp.org>
31068
31069                 Avoid warnings from recent versions of mcs.
31070                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
31071                 -o, -L, -r any more. Use options documented since mcs-1.0
31072                 instead. Similarly for -g.
31073
31074         2005-12-04  Bruno Haible  <bruno@clisp.org>
31075
31076                 * build-aux/csharpcomp.sh.in: Suffix for resources is
31077                 .resources, not .resource.
31078
31079         2005-07-09  Bruno Haible  <bruno@clisp.org>
31080
31081                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
31082                 add a .dll suffix.
31083                 Reported by Mark Junker <mjscod@gmx.de>.
31084
31085         2006-07-22  Bruno Haible  <bruno@clisp.org>
31086
31087                 * modules/gettext: Upgrade to gettext-0.15.
31088                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
31089                 m4/visibility.m4.
31090                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
31091
31092 2006-07-22  Bruno Haible  <bruno@clisp.org>
31093
31094         Merge from GNU gettext 0.15.
31095
31096         2006-03-25  Bruno Haible  <bruno@clisp.org>
31097
31098                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
31099
31100         2006-07-21  Bruno Haible  <bruno@clisp.org>
31101
31102                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
31103                 "1.1".
31104
31105         2006-05-09  Bruno Haible  <bruno@clisp.org>
31106
31107                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
31108                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
31109                 for the conftestver execution.
31110
31111         2006-05-01  Bruno Haible  <bruno@clisp.org>
31112
31113                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
31114                 optional target-version argument. Verify that the compiler
31115                 groks source of the specified source-version, or add -source
31116                 option as necessary. Verify that the compiler produces
31117                 bytecode in the specified target-version, or add -target and
31118                 -source options as necessary. Make the result of the test
31119                 available as variable CONF_JAVAC. Also log error output in
31120                 config.log.
31121
31122         2006-03-11  Bruno Haible  <bruno@clisp.org>
31123
31124                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
31125
31126         2006-05-09  Bruno Haible  <bruno@clisp.org>
31127
31128                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
31129                 CLASSPATH_SEPARATOR to a semicolon.
31130
31131         2006-03-12  Bruno Haible  <bruno@clisp.org>
31132
31133                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
31134                 available as variable CONF_JAVA, for subsequent autoconf
31135                 tests. Also log error output in config.log.
31136
31137         2006-07-19  Bruno Haible  <bruno@clisp.org>
31138
31139                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
31140                 that getline works on glibc2 systems. Needed to avoid trouble
31141                 in relocatable.c.
31142                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
31143
31144         2005-12-04  Bruno Haible  <bruno@clisp.org>
31145
31146                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
31147                 launcher (untested).
31148
31149         2005-12-04  Bruno Haible  <bruno@clisp.org>
31150
31151                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
31152
31153         2006-07-22  Bruno Haible  <bruno@clisp.org>
31154
31155                 * gettext.m4: Update from GNU gettext-0.15.
31156                 * nls.m4: Likewise.
31157                 * po.m4: Likewise.
31158                 * inttypes-pri.m4: Likewise.
31159                 * inttypes-h.m4: Renamed from inttypes.m4.
31160                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
31161
31162 2006-07-22  Bruno Haible  <bruno@clisp.org>
31163
31164         Merge from GNU gettext 0.15.
31165
31166         2005-07-05  Bruno Haible  <bruno@clisp.org>
31167
31168                 * printf-args.c (printf_fetchargs): Work around broken
31169                 definition of wint_t on mingw.
31170
31171         2005-02-12  Bruno Haible  <bruno@clisp.org>
31172
31173                 * xallocsa.h: Add extern "C" for C++.
31174
31175         2006-05-17  Bruno Haible  <bruno@clisp.org>
31176
31177                 Cygwin portability.
31178                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
31179
31180         2006-04-30  Bruno Haible  <bruno@clisp.org>
31181
31182                 * progreloc.c: Include <mach-o/dyld.h> if available.
31183                 (find_executable): Use _NSGetExecutablePath when possible.
31184
31185         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
31186
31187                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
31188                 function.
31189
31190         2005-12-29  Bruno Haible  <bruno@clisp.org>
31191
31192                 * progreloc.c (set_program_name_and_installdir): Fix
31193                 compilation error.
31194
31195         2005-12-04  Bruno Haible  <bruno@clisp.org>
31196
31197                 Cygwin portability.
31198                 * progreloc.c: Include <windows.h> also on Cygwin.
31199                 (find_executable): Add support for Cygwin.
31200                 (set_program_name_and_installdir): Handle also platforms with
31201                 nonempty EXEEXT.
31202
31203         2006-07-11  Bruno Haible  <bruno@clisp.org>
31204
31205                 * javacomp.c: Fix a comment.
31206                 Reported by Jim Meyering.
31207
31208         2006-04-30  Bruno Haible  <bruno@clisp.org>
31209
31210                 * javacomp.h (compile_java_class): Add source_version,
31211                 target_version arguments.
31212                 * javacomp.c: Rewritten to choose only a compiler that
31213                 respects the specified source_version and target_version.
31214
31215         2006-06-27  Bruno Haible  <bruno@clisp.org>
31216
31217                 Assume correct S_ISDIR macro.
31218                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
31219
31220         2006-07-22  Bruno Haible  <bruno@clisp.org>
31221
31222                 * javaversion.h: New file, from GNU gettext.
31223                 * javaversion.c: New file, from GNU gettext.
31224                 * javaversion.java: New file, from GNU gettext.
31225                 * javaversion.class: New file, from GNU gettext.
31226
31227         2006-05-17  Bruno Haible  <bruno@clisp.org>
31228
31229                 Cygwin portability.
31230                 * javaexec.c (execute_java_class): Test for jview program
31231                 also on Cygwin.
31232
31233         2006-04-09  Bruno Haible  <bruno@clisp.org>
31234
31235                 * fatal-signal.c: Don't include string.h.
31236                 (at_fatal_signal): Use a copying loop instead of memcpy.
31237
31238         2005-12-04  Bruno Haible  <bruno@clisp.org>
31239
31240                 * csharpexec.c: Add support for 'clix' launcher (untested).
31241                 (execute_csharp_using_sscli): New function.
31242                 (execute_csharp_program): Call it.
31243
31244         2006-06-21  Bruno Haible  <bruno@clisp.org>
31245
31246                 Avoid warnings from recent versions of mcs.
31247                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
31248                 -o, -L, -r any more. Use options documented since mcs-1.0
31249                 instead. Similarly for -g.
31250
31251         2005-07-09  Bruno Haible  <bruno@clisp.org>
31252
31253                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
31254                 add a .dll suffix.
31255                 Reported by Mark Junker <mjscod@gmx.de>.
31256
31257         2006-06-17  Bruno Haible  <bruno@clisp.org>
31258
31259                 * config.charset: Update for NetBSD 3.0.
31260
31261         2006-05-17  Bruno Haible  <bruno@clisp.org>
31262
31263                 Cygwin portability.
31264                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
31265
31266         2006-05-16  Bruno Haible  <bruno@clisp.org>
31267
31268                 * localcharset.c [CYGWIN]: Include <windows.h>.
31269                 (get_charset_aliases): For Cygwin, return the same CPxxx
31270                 aliases list as under WIN32.
31271                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
31272                 the environment variables. Fall back to GetACP().
31273
31274         2006-04-05  Bruno Haible  <bruno@clisp.org>
31275
31276                 * config.charset: Update Juan Manuel Guerrero's address.
31277
31278         2005-02-12  Bruno Haible  <bruno@clisp.org>
31279
31280                 * allocsa.h: Add extern "C" for C++.
31281
31282         2005-02-10  Bruno Haible  <bruno@clisp.org>
31283
31284                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
31285                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
31286
31287         2006-07-22  Bruno Haible  <bruno@clisp.org>
31288
31289                 * gettext.h: Update to GNU gettext-0.15.
31290
31291 2006-07-22  Bruno Haible  <bruno@clisp.org>
31292
31293         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
31294         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
31295         lib-prefix.m4, longdouble.m4, ssize_t.m4.
31296
31297 2006-07-21  Eric Blake  <ebb9@byu.net>
31298
31299         * modules/stdlib-safer: New file.
31300         * MODULES.html.sh (File stream based Input/Output): Add
31301         stdlib-safer.
31302
31303 2006-07-21  Eric Blake  <ebb9@byu.net>
31304
31305         * lib/stdlib-safer.h: New file from coreutils, required by
31306         stdlib--.h.
31307
31308 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
31309
31310         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
31311
31312 2006-07-20  Bruno Haible  <bruno@clisp.org>
31313
31314         * gnulib-tool: Recognize new option --assume-autoconf.
31315         (autoconf_minversion): New variable.
31316         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
31317
31318 2006-07-20  Bruno Haible  <bruno@clisp.org>
31319
31320         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
31321
31322 2006-07-19  Derek R. Price  <derek@ximbiot.com>
31323
31324         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
31325         Reindent and repaginate.
31326
31327 2006-07-19  Derek Price  <derek@ximbiot.com>
31328
31329         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
31330         Correct grammar.
31331
31332 2006-07-17  Bruno Haible  <bruno@clisp.org>
31333
31334         * modules/list: New file.
31335         * modules/array-list: New file.
31336         * modules/carray-list, modules/carray-list-tests: New files.
31337         * modules/linked-list, modules/linked-list-tests: New files.
31338         * modules/avltree-list, modules/avltree-list-tests: New files.
31339         * modules/rbtree-list, modules/rbtree-list-tests: New files.
31340         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
31341         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
31342         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
31343         * modules/oset: New file.
31344         * modules/array-oset: New file.
31345         * modules/avltree-oset, modules/avltree-oset-tests: New files.
31346         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
31347         * tests/test-carray_list.c: New file.
31348         * tests/test-linked_list.c: New file.
31349         * tests/test-avltree_list.c: New file.
31350         * tests/test-rbtree_list.c: New file.
31351         * tests/test-linkedhash_list.c: New file.
31352         * tests/test-avltreehash_list.c: New file.
31353         * tests/test-rbtreehash_list.c: New file.
31354         * tests/test-avltree_oset.c: New file.
31355         * tests/test-rbtree_oset.c: New file.
31356         * MODULES.html.sh (Container data structures): New section.
31357
31358 2006-07-17  Bruno Haible  <bruno@clisp.org>
31359
31360         * m4/gl_list.m4: New file.
31361
31362 2006-07-17  Bruno Haible  <bruno@clisp.org>
31363
31364         * lib/gl_list.h: New file.
31365         * lib/gl_list.c: New file.
31366         * lib/gl_array_list.h: New file.
31367         * lib/gl_array_list.c: New file.
31368         * lib/gl_carray_list.h: New file.
31369         * lib/gl_carray_list.c: New file.
31370         * lib/gl_linked_list.h: New file.
31371         * lib/gl_linked_list.c: New file.
31372         * lib/gl_anylinked_list1.h: New file.
31373         * lib/gl_anylinked_list2.h: New file.
31374         * lib/gl_avltree_list.h: New file.
31375         * lib/gl_avltree_list.c: New file.
31376         * lib/gl_anyavltree_list1.h: New file.
31377         * lib/gl_anyavltree_list2.h: New file.
31378         * lib/gl_rbtree_list.h: New file.
31379         * lib/gl_rbtree_list.c: New file.
31380         * lib/gl_anyrbtree_list1.h: New file.
31381         * lib/gl_anyrbtree_list2.h: New file.
31382         * lib/gl_anytree_list1.h: New file.
31383         * lib/gl_anytree_list2.h: New file.
31384         * lib/gl_linkedhash_list.h: New file.
31385         * lib/gl_linkedhash_list.c: New file.
31386         * lib/gl_anyhash_list1.h: New file.
31387         * lib/gl_anyhash_list2.h: New file.
31388         * lib/gl_avltreehash_list.h: New file.
31389         * lib/gl_avltreehash_list.c: New file.
31390         * lib/gl_rbtreehash_list.h: New file.
31391         * lib/gl_rbtreehash_list.c: New file.
31392         * lib/gl_anytreehash_list1.h: New file.
31393         * lib/gl_anytreehash_list2.h: New file.
31394
31395         * lib/gl_oset.h: New file.
31396         * lib/gl_oset.c: New file.
31397         * lib/gl_array_oset.h: New file.
31398         * lib/gl_array_oset.c: New file.
31399         * lib/gl_avltree_oset.h: New file.
31400         * lib/gl_avltree_oset.c: New file.
31401         * lib/gl_rbtree_oset.h: New file.
31402         * lib/gl_rbtree_oset.c: New file.
31403         * lib/gl_anytree_oset.h: New file.
31404
31405 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31406
31407         * m4/mkancesdirs.m4: New file.
31408         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
31409         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
31410         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
31411         it.
31412
31413 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31414
31415         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
31416         * lib/mkancesdirs.h: New files.
31417         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
31418         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
31419         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
31420         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
31421         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
31422         callers changed.  Revamp internals significantly, by not
31423         attempting to create directories that are temporarily more
31424         permissive than the final results.  Do not attempt to use
31425         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
31426         This removes some race conditions, fixes some bugs, and simplifies
31427         things.  Use new dirchownmod function to do owner and mode changes.
31428         * lib/mkdir-p.h: Likewise.
31429         * lib/modechange.c (octal_to_mode): New function.
31430         (struct mode_change): New member mentioned.
31431         (make_node_op_equals): New arg mentioned.  All callers changed.
31432         (mode_compile): Keep track of which mode bits the user has explicitly
31433         mentioned.
31434         (mode_adjust): New arg DIR, so that we implement the X op correctly.
31435         New arg PMODE_BITS, to keep track of which mode bits the user
31436         mentioned; it treats S_ISUID and S_ISGID speciall.
31437         All callers changed.
31438         * lib/modechange.h: Likewise.
31439
31440 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
31441
31442         * MODULES.html.sh: Add mkancestors.
31443         * modules/mkancesdirs: New module.
31444         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
31445         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
31446         The chdir-safer and afs files are now orphans; I'll remove them
31447         unless someone speaks up.
31448         Add lib/dirchownmod.c, lib/dirchownmod.h.
31449         (Depends-on): Remove alloca, chown, save-cwd, dirname.
31450         Add lchown, mkancesdirs.
31451         (Maintainer): Add self.
31452
31453 2006-07-15  Karl Berry  <karl@gnu.org>
31454
31455         * gnulib-tool: help message wording/arrangement.
31456
31457 2006-07-14  Simon Josefsson  <jas@extundo.com>
31458
31459         * doc/gnulib.texi (Libtool and Windows): New section.
31460
31461 2006-07-12  Simon Josefsson  <jas@extundo.com>
31462
31463         * modules/gendocs (License): Fix license, approved by Karl.
31464
31465 2006-07-12  Eric Blake  <ebb9@byu.net>
31466
31467         * MODULES.html.sh: Add gendocs.
31468
31469 2006-07-11  Eric Blake  <ebb9@byu.net>
31470
31471         * modules/fdl: New module, to install doc/fdl.texi.
31472         * MODULES.html.sh: Add new section for documentation modules.
31473         * gnulib-tool: Avoid space-tab.
31474         (--doc-base): New option, to manage files from doc.
31475
31476 2006-07-11  Eric Blake  <ebb9@byu.net>
31477
31478         * m4/absolute-header.m4: Fix comments to match recent change.
31479
31480 2006-07-11  Eric Blake  <ebb9@byu.net>
31481
31482         * gnulib-tool: List --doc-base before --tests-base.
31483
31484 2006-07-11  Derek R. Price  <derek@ximbiot.com>
31485
31486         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
31487
31488 2006-07-11  Bruno Haible  <bruno@clisp.org>
31489
31490         * README: Mention where to put documentation.
31491
31492 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31493
31494         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
31495
31496 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31497
31498         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
31499         to stdint.m4.
31500
31501 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
31502
31503         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
31504         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
31505         "no/such/file/stdint.h" when there is no such file, so that
31506         the resulting C code can be parsed by dodgy compilers.
31507         Problems reported by Bob Proulx.
31508
31509 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31510
31511         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
31512         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31513         macros into the GNU _D_EXACT_NAMLEN.
31514         * lib/savedir.c:  Likewise.
31515         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
31516
31517 2006-07-10  Derek R. Price  <derek@ximbiot.com>
31518         and Paul Eggert  <eggert@cs.ucla.edu>
31519
31520         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
31521         * m4/savedir.m4:
31522         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
31523         macros into the GNU _D_EXACT_NAMLEN.
31524
31525 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31526
31527         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
31528         around the absolute name, to work around a problem with the HP-UX
31529         11.23 native C compiler, reported by Bob Proulx.
31530
31531 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31532
31533         * doc/maintain.texi, make-stds.texi: Sync from
31534         <http://savannah.gnu.org/projects/gnustandards>.
31535
31536 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
31537
31538         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
31539
31540 2006-07-09  Jim Meyering  <jim@meyering.net>
31541
31542         * m4/glob.m4: Remove a doubled word in a comment.
31543
31544 2006-07-09  Jim Meyering  <jim@meyering.net>
31545
31546         * lib/argp-pv.c: Remove a doubled word in a comment.
31547         * lib/check-version.c (check_version): Likewise.
31548         * lib/javacomp.c (compile_java_class): Likewise.
31549
31550 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
31551
31552         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
31553         for the benefit of people using Autoconf 2.60.  If you want to
31554         support older Autoconf versions you can copy m4/onceonly_2_57.m4
31555         (or m4/onceonly.m4, if pre-2.57) manually.
31556
31557 2006-07-08  Jim Meyering  <jim@meyering.net>
31558
31559         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
31560         comment.
31561         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
31562         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
31563         comment.
31564
31565 2006-07-08  Jim Meyering  <jim@meyering.net>
31566
31567         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
31568
31569 2006-07-07  Simon Josefsson  <jas@extundo.com>
31570
31571         * tests/test-crc.c: Change expected crc value, the test vector
31572         were probably computed using the old broken crc.c?
31573
31574 2006-07-06  Simon Josefsson  <jas@extundo.com>
31575
31576         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
31577         now the canonical place for the M4 file).
31578
31579         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
31580         from the sys_socket dependency now.
31581
31582         * modules/inet_pton (Files): Ditto.
31583
31584         * modules/inet_ntop (Files): Ditto.
31585
31586 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31587
31588         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31589         not gl_PREREQ_GETUSERSHELL.
31590
31591 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31592
31593         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31594         with only one argument, for Autoconf 2.60.
31595         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31596         expand to nothing, so add a shell command to avoid syntax error.
31597         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31598
31599 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31600
31601         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31602
31603 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31604
31605         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31606         no longer needed.  Check for isblank decl.
31607         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31608         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31609         of existence.
31610
31611 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31612
31613         * lib/getloadavg.c: Use __VMS, not VMS.
31614         * lib/getopt.c: Likewise.
31615         * lib/getpagesize.h: Likewise.
31616         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31617         and probably does not work.
31618
31619 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31620
31621         * lib/.cppi-disable: Add wcwidth.
31622         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31623         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31624         (ISGRAPH): Remove.  All uses changed to isgraph.
31625         (FOLD) [!defined _LIBC]: Remove special case.
31626         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31627         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31628         HAVE_ISBLANK.
31629         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31630         case.
31631
31632 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31633
31634         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31635         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31636         brackets.  Other minor changes to suppress some compiler
31637         warnings.
31638
31639 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31640         and Paul Eggert  <eggert@cs.ucla.edu>
31641
31642         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31643         of invoking obsolescent AC_HEADER_DIRENT macro.
31644         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31645         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31646         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31647         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31648         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31649         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31650         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31651         * m4/readdir.m4: Remove; no longer needed.
31652
31653 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31654         and Paul Eggert  <eggert@cs.ucla.edu>
31655
31656         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31657         Don't worry about this obsolete case any more.
31658         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31659         directories.
31660         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31661         worry about this obsolete case any more.
31662         * lib/fts.c: Likewise.
31663         * lib/getcwd.c: Likewise.
31664         * lib/glob.h: Likewise.
31665         * lib/savedir.c: Likewise.
31666
31667 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31668
31669         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31670         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31671         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31672         needed.
31673         All uses removed.
31674         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31675         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31676         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31677         needed.
31678         * m4/getdate.m4 (gl_GETDATE): Likewise.
31679         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31680         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31681         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31682         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31683         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31684         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31685         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31686         needed.
31687
31688 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31689
31690         * lib/memcasecmp.c: Include <limits.h>.
31691         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31692         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31693         Don't assume isdigit succeeds only on '0' through '9'.
31694
31695 2006-07-05  Eric Blake  <ebb9@byu.net>
31696
31697         * modules/getaddrinfo (Depends-on): Add snprintf.
31698
31699 2006-07-05  Eric Blake  <ebb9@byu.net>
31700
31701         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31702         to avoid 'header present but could not be compiled' on cygwin.
31703
31704 2006-07-05  Eric Blake  <ebb9@byu.net>
31705
31706         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31707         missing from netdb.h.
31708         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31709
31710 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31711
31712         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31713         no longer needed.
31714         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31715         * m4/getdate.m4 (gl_GETDATE): Likewise.
31716         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31717         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31718         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31719         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31720         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31721
31722 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31723
31724         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31725         All uses of is_space replaced by isspace.
31726         * lib/exit.h: Don't talk about STDC_HEADERS.
31727         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31728         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31729         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31730         replaced by isprint etc.
31731         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31732         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31733         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31734         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31735         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31736         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31737
31738 2006-07-05  Bruno Haible  <bruno@clisp.org>
31739
31740         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31741         the function exists, before testing against AIX.
31742         Reported by Martin Lambers <marlam@marlam.de>.
31743
31744 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31745
31746         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31747         From Mark D. Baushke.
31748
31749 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31750
31751         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31752         to the absolute name, not just one, to bypass Sun C 5.8's
31753         "warning: #include of /usr/include/... may be non-portable".
31754
31755 2006-07-04  Eric Blake  <ebb9@byu.net>
31756
31757         * modules/dirname-tests: New test module.
31758         * tests/test-dirname.c: New file, replacing dirname.c
31759         TEST_DIRNAME section that was recently deleted.
31760
31761 2006-07-04  Bruno Haible  <bruno@clisp.org>
31762
31763         Assume ANSI C header files and <ctype.h> functions.
31764         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31765         (mbsnwidth): Use isprint, iscntrl instead.
31766
31767 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31768
31769         Merge from coreutils.
31770         * MODULES.html.sh: Add xstrtold.
31771         * modules/xstrtold: New file.
31772         * modules/cycle-check (Files): Add lib/same-inode.h.
31773         * modules/dirname (Files): Add m4/double-slash-root.m4.
31774         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31775         * modules/mkdir-p (Files): Add lib/same-inode.h.
31776         * modules/same (Files): Add lib/same-inode.h.
31777
31778 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31779
31780         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31781         This is to keep the terminology clean; POSIX talks about
31782         "absolute pathnames", not "full pathnames", but the GNU
31783         Coding Standards say to use "path" for something else;
31784         so use "absolute" to keep both sides happy.
31785         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31786         Set gl_absolute_header, not gl_full_header_path.
31787         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31788         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31789         All uses changed.
31790
31791         Merge from coreutils.
31792
31793         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31794
31795         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31796         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31797         want to require the building of c-strtod.o.
31798         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31799         needs -lm directly.
31800         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31801
31802         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31803
31804         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31805         --as-needed option if available.  Problem reported by Albert Chin in
31806         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31807         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31808         cc merely issues a bunch of annoying warnings for --as-needed
31809         (this problem was reported by Bob Proulx).  Also, try linking with
31810         -lm to detect a bug in binutils 2.16 (this problem was reported
31811         by Ralf Wildenhues).
31812
31813         2006-06-18  Jim Meyering  <jim@meyering.net>
31814
31815         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31816         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31817         macro.
31818         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31819         also check for glibc-2.4's abort-inducing bug.
31820
31821         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31822         Low-probability clean-up should be to use rmdir to get rid of
31823         the just-created directory, not unlink.
31824
31825         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31826         configure fail, and request a bug report to inform us about it.
31827         Add a comment that, barring reports to the contrary, in 2007 we'll
31828         assume ftruncate is universally available.
31829
31830         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31831
31832         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31833
31834         2006-03-12  Jim Meyering  <jim@meyering.net>
31835
31836         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31837         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31838         * m4/same.m4 (gl_SAME): Likewise.
31839         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31840
31841         2006-03-11  Eric Blake  <ebb9@byu.net>
31842
31843         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31844         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31845         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31846         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31847
31848 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31849
31850         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31851         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31852         reported by Mark D. Baushke, one in
31853         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31854
31855         Merge from coreutils.
31856
31857         * lib/.cppi-disable: Add stdint_.h.
31858         * lib/.cvsignore: Add stdint.h.
31859
31860         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31861
31862         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31863         both double and long double versions.
31864         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31865         * lib/xstrtold.c: New file.
31866         * lib/xstrtod.h (xstrtold): New decl.
31867
31868         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31869
31870         * lib/filemode.c (setst): Remove.
31871         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31872         (arguably) clearer, and the generated code is a bit smaller on my
31873         Debian GNU/Linux stable x86 host.
31874
31875         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31876
31877         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31878         Assume that filemode.h includes sys/types.h and sys/stat.h.
31879         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31880         (ftypelet): Reorder to put common cases first, for efficiency.
31881         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31882         to do 'M'.
31883         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31884         of 10, for compatibility with FreeBSD.  All callers changed.
31885         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31886         types that can't be deduced solely from st_mode.  First arg is now a
31887         const pointer.
31888         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31889         (strmode): Renamed from mode_string.
31890         (filemodestring): New decl.
31891         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31892         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31893         needed.
31894         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31895
31896         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31897
31898         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31899         fsusage.h now does that.  Include fsusage.h first, to test interface.
31900         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31901         at most one method (the old code could have generated decls that
31902         didn't conform to C89, not that this was ever exercised).
31903         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31904
31905         2006-03-19  Jim Meyering  <jim@meyering.net>
31906
31907         Work even in a chroot where d_ino values for entries in "/"
31908         don't match the stat.st_ino values for the same names.
31909         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31910         number, iterate through all entries again, using lstat instead.
31911         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31912         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31913
31914         * lib/getcwd.c (__getcwd): Clarify a comment.
31915         Use memcpy in place of a call to strcpy.
31916
31917         2006-03-12  Jim Meyering  <jim@meyering.net>
31918
31919         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31920         matches that of the current directory (which we're about to chdir ".."
31921         out of), then save the dev-ino of the parent, instead.
31922
31923         * lib/same-inode.h (SAME_INODE): New file/macro.
31924         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31925         Include "same-inode.h", instead.
31926         * lib/same.c: Likewise.
31927         * lib/cycle-check.h: Include "same-inode.h".
31928         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31929         * lib/cycle-check.c (SAME_INODE): Remove definition.
31930         * lib/root-dev-ino.h: Include "same-inode.h".
31931
31932         2006-03-11  Eric Blake  <ebb9@byu.net>
31933
31934         * lib/same.c (same_name): s/base_name/last_component/
31935         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31936         * lib/filenamecat.c (file_name_concat): Likewise.
31937
31938         2006-03-11  Eric Blake  <ebb9@byu.net>,
31939                     Paul Eggert  <eggert@cs.ucla.edu>
31940
31941         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31942         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31943         drive prefix.
31944         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31945         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31946         (last_component): New method.
31947         * lib/dirname.c (dir_len): Determine when drive letters need a
31948         subsequent slash.  Preserve // when it is special.
31949         (dir_name): Don't append dot when drive letter is absolute.
31950         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31951         * lib/basename.c (base_name): New semantics - malloc the result.
31952         Preserve // when it is special.  Preserve relative files that look
31953         like drive letters.
31954         (base_len): Preserve // when it is special.
31955         (last_component): New method, similar to old base_name semantics.
31956         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31957         base_name.  Strip redundant slashes from ///.
31958
31959 2006-07-03  Jim Meyering  <jim@meyering.net>
31960
31961         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31962         macro is used before the first cycle_check call.
31963
31964 2006-07-03  Eric Blake  <ebb9@byu.net>
31965
31966         * modules/dirname (Depends-on): Add xstrndup.
31967
31968 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31969
31970         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31971         test cases, so that config.log is a bit easier to follow.
31972
31973 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31974
31975         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31976         both are 64 bits, since this seems to be the tradition, and this
31977         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31978         we ever run into a host that prefers long long to long in this
31979         case, we'll need another configure-time test.  Problem reported by
31980         Jim Meyering.
31981
31982 2006-07-02  Eric Blake  <ebb9@byu.net>
31983
31984         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31985
31986 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31987
31988         * modules/inttypes (Depends-on): No longer depends on stdint.
31989         * modules/stdint (Description): Say more about assumptions.
31990         Say that the fast types might differ.  Say macros are used.
31991         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31992         (Makefile.am): Revise list of substituted symbols to match
31993         new stdint.m4.
31994         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31995         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31996         * tests/test-stdint.c (verify_same_types)
31997         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31998         the code conforms to C99/C89.
31999         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
32000         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
32001
32002 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32003
32004         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
32005         but fix a bug, by requiring at least 64 bits.
32006         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
32007         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
32008         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
32009         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
32010
32011         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
32012         changes.  Make 2.59 a prerequisite.  Check and substitute for
32013         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
32014         inttypes.h.  Do not use special include files; just use the
32015         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
32016         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
32017         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
32018         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
32019         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
32020         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
32021         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
32022         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
32023         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
32024         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
32025         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
32026         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
32027         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
32028         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
32029         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
32030         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
32031         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
32032         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
32033         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
32034         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
32035         WINT_MAX.  Check for C99 conformance more strictly, by detecting
32036         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
32037         not check for things that C99 does not require, e.g., int8_t.  If
32038         a test isn't needed unless <stdint.h> isn't working, and is
32039         unlikely to be needed for any other reason, then don't do it
32040         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
32041         size_t, since we assume C89 freestanding at least.  Do not check
32042         for sig_atomic_t, wchar_t, or wint_t, since the code now does
32043         the right thing even if the types are not defined.  Instead use:
32044         (gl_STDINT_TYPE_PROPERTIES): New macro.
32045         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
32046         testing whether <sys/types.h> clashes, as Autoconf does this for
32047         us now.  All uses removed.
32048         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
32049         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
32050         (gl_CHECK_TYPE_SAME):
32051         Remove; no longer needed.
32052         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
32053         exists, since we'll return 0 anyway in that case.
32054         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
32055
32056 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
32057
32058         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
32059         possible collision with system files.
32060         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
32061         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
32062         WCHAR_MIN and WCHAR_MAX in this case.
32063         (<stddef.h>): Do not include; no longer needed.
32064         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
32065         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
32066         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
32067         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
32068         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
32069         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
32070         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
32071         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
32072         !defined(__c99))]: Include in this case too, since it's harmless
32073         now.
32074         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
32075         dangerous to do so.
32076         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
32077         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
32078         (_STDINT_MIN, _STDINT_MAX): New macros.
32079         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
32080         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
32081         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
32082         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
32083         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
32084         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
32085         macros, not typedefs; this simplifies things quite a bit.
32086         Use long int for all types narrower than int64_t.
32087         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
32088         Define in terms of long long int or int64_t or long int,
32089         not int64_t or int32_t.  This saves some compile-time testing.
32090         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
32091         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
32092         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
32093         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
32094         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
32095         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
32096         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
32097         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
32098         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
32099         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
32100         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
32101         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
32102         undef any previous version and define our own version, for
32103         simplicity and consistency with the new macros for types.
32104         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
32105         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
32106         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
32107         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
32108         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
32109         @WINT_T_SUFFIX@ to keep things simple here.
32110         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
32111         Simplify by assuming typical 8/16/32/64 host, since we're
32112         already doing that elsewhere anyway.
32113         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
32114         and assume long long int is 64 bits if available.  This
32115         speeds up 'configure'.
32116
32117 2006-07-01  Eric Blake  <ebb9@byu.net>
32118
32119         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
32120         Reported by Andreas Buening.
32121
32122 2006-07-01  Eric Blake  <ebb9@byu.net>
32123
32124         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
32125
32126 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
32127
32128         * lib/getaddrinfo.c: fixed typo
32129
32130 2006-06-29  Jim Meyering  <jim@meyering.net>
32131
32132         * modules/strftime (Maintainer): Add my name, since with the
32133         FPRINTFTIME changes strftime.c has forked from glibc.
32134
32135 2006-06-29  Eric Blake  <ebb9@byu.net>
32136
32137         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
32138
32139 2006-06-29  Eric Blake  <ebb9@byu.net>
32140
32141         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
32142
32143 2006-06-29  Eric Blake  <ebb9@byu.net>
32144
32145         * lib/stat_.h: New file.
32146
32147 2006-06-29  Eric Blake  <ebb9@byu.net>
32148
32149         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
32150         unused static function.
32151
32152 2006-06-29  Eric Blake  <ebb9@byu.net>
32153
32154         * doc/functions.texi (Function Portability): Document missing lstat
32155         on mingw.
32156
32157 2006-06-29  Eric Blake  <ebb9@byu.net>
32158
32159         * MODULES.html.sh: Add sys_stat.
32160         * modules/sys_stat: New module.
32161         * modules/mkstemp (Depends-on): Add sys_stat.
32162
32163 2006-06-29  Derek R. Price  <derek@ximbiot.com>
32164
32165         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
32166
32167 2006-06-29  Derek R. Price  <derek@ximbiot.com>
32168
32169         * m4/c-bs-a.m4: Removed.
32170
32171 2006-06-29  Derek R. Price  <derek@ximbiot.com>
32172
32173         * lib/strftime.c: Assume strftime() exists.
32174
32175 2006-06-29  Derek Price  <derek@ximbiot.com>
32176
32177         * modules/c-bs-a: Removed - \a is C89.
32178         * MODULES.html.sh: Remove c-bs-a.
32179
32180 2006-06-29  Bruno Haible  <bruno@clisp.org>
32181
32182         * modules/wcwidth (License): Change to LGPL.
32183
32184 2006-06-28  Simon Josefsson  <jas@extundo.com>
32185
32186         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
32187         on _WIN32.
32188
32189         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
32190         getnameinfo.
32191
32192 2006-06-28  Simon Josefsson  <jas@extundo.com>
32193
32194         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
32195
32196 2006-06-28  Simon Josefsson  <jas@extundo.com>
32197
32198         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
32199         functions there.  It will succeed on Windows XP, but on Windows
32200         2000 and (presumably) earlier, it will fail, and use the internal
32201         re-implementation.
32202         (use_win32_p): New function.
32203         (getaddrinfo): Use strtoul on servname, to support numeric ports.
32204         Support AI_NUMERICSERV to disable getservbyname.
32205         (getnameinfo): New function, only supports
32206         NI_NUMERICHOST|NI_NUMERICSERV for now.
32207
32208         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
32209         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
32210         getnameinfo.
32211
32212 2006-06-28  Eric Blake  <ebb9@byu.net>
32213
32214         * modules/wcwidth: New file.
32215         * modules/mbchar (Depends-on): Add wcwidth.
32216         * modules/mbswidth (Depends-on): Add wcwidth.
32217         * MODULES.html.sh: Add wcwidth.
32218
32219 2006-06-28  Eric Blake  <ebb9@byu.net>
32220
32221         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
32222         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
32223
32224 2006-06-28  Eric Blake  <ebb9@byu.net>
32225
32226         * lib/xvasprintf.h: Fix comments.
32227
32228 2006-06-28  Eric Blake  <ebb9@byu.net>
32229
32230         * lib/mbchar.h (wcwidth): Include wcwidth.h.
32231         * lib/mbswidth.c (wcwidth): Move from here...
32232         * lib/wcwidth.h: ...to this new file.
32233
32234 2006-06-28  Derek R. Price  <derek@ximbiot.com>
32235
32236         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
32237
32238         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
32239         it's obsolete.
32240         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
32241
32242 2006-06-28  Derek R. Price  <derek@ximbiot.com>
32243
32244         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
32245         Autoconf 2.60 says this stuff was obsolete.
32246
32247 2006-06-28  Bruno Haible  <bruno@clisp.org>
32248
32249         * modules/wcwidth (Files): Add m4/wchar_t.m4.
32250
32251 2006-06-28  Bruno Haible  <bruno@clisp.org>
32252
32253         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
32254         gt_TYPE_WCHAR_T.
32255
32256 2006-06-28  Bruno Haible  <bruno@clisp.org>
32257
32258         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
32259         declaration for wcwidth.
32260         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
32261
32262 2006-06-28  Bruno Haible  <bruno@clisp.org>
32263
32264         * lib/mkdtemp.c [MINGW]: Include <io.h>.
32265         (mkdir): Define using _mkdir.
32266
32267 2006-06-28  Bruno Haible  <bruno@clisp.org>
32268
32269         * lib/getaddrinfo.h: Fix POSIX URL.
32270         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
32271         _WIN32.
32272         (use_win32_p): Make static.
32273         (getaddrinfo): Reject service name if it is empty or does not consist
32274         solely of decimal digits, or if its value is > 65535.
32275         (getnameinfo): Remove useless casts.
32276
32277 2006-06-27  Simon Josefsson  <jas@extundo.com>
32278
32279         * modules/sys_select: New file, suggested by Bruno Haible, Paul
32280         Eggert and Martin Lambers.
32281
32282 2006-06-27  Simon Josefsson  <jas@extundo.com>
32283
32284         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
32285         Eggert and Martin Lambers.
32286
32287 2006-06-27  Bruno Haible  <bruno@clisp.org>
32288
32289         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
32290         result to 0, not to empty.
32291         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
32292
32293 2006-06-27  Bruno Haible  <bruno@clisp.org>
32294
32295         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
32296
32297 2006-06-26  Simon Josefsson  <jas@extundo.com>
32298
32299         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
32300         present.
32301
32302 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
32303
32304         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
32305         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
32306         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
32307
32308 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
32309
32310         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
32311
32312 2006-06-26  Bruno Haible  <bruno@clisp.org>
32313
32314         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
32315
32316 2006-06-26  Bruno Haible  <bruno@clisp.org>
32317
32318         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
32319
32320 2006-06-26  Bruno Haible  <bruno@clisp.org>
32321
32322         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
32323         SGI C compiler in pre-C99 mode.
32324         Suggested by Mark D. Baushke and Larry Jones.
32325
32326 2006-06-26  Bruno Haible  <bruno@clisp.org>
32327
32328         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
32329         WCHAR_MAX.
32330         Reported by Mark D. Baushke and Larry Jones.
32331
32332 2006-06-26  Bruno Haible  <bruno@clisp.org>
32333
32334         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
32335         in pre-C99 mode.
32336         Suggested by Mark D. Baushke and Larry Jones.
32337
32338 2006-06-23  Simon Josefsson  <jas@extundo.com>
32339             Bruno Haible  <bruno@clisp.org>
32340
32341         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
32342         Emit mostlyclean-local rule.
32343         (func_emit_tests_Makefile_am): Likewise.
32344         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
32345
32346 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
32347
32348         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
32349
32350 2006-06-23  Bruno Haible  <bruno@clisp.org>
32351
32352         * tests/test-stdint.c: Update to match ISO C 99 Technical
32353         Corrigendum 1.
32354
32355 2006-06-23  Bruno Haible  <bruno@clisp.org>
32356
32357         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
32358
32359 2006-06-23  Bruno Haible  <bruno@clisp.org>
32360
32361         * lib/stdint_.h: Treat IRIX like OpenBSD.
32362
32363 2006-06-23  Bruno Haible  <bruno@clisp.org>
32364
32365         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
32366         ISO C 99 Technical Corrigendum 1.
32367
32368 2006-06-22  Simon Josefsson  <jas@extundo.com>
32369
32370         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
32371         MinGW.
32372
32373 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
32376         needed.  Some compiler complained about some of them.  Problem reported
32377         by Larry Jones in
32378         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
32379
32380 2006-06-21  Simon Josefsson  <jas@extundo.com>
32381
32382         * tests/test-getaddrinfo.c: New file.
32383
32384         * modules/getaddrinfo-tests: New file.
32385
32386         * MODULES.html.sh: Add inet_pton.
32387
32388         * modules/inet_pton: New file.
32389
32390 2006-06-21  Simon Josefsson  <jas@extundo.com>
32391
32392         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
32393         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
32394         of using the (limited) gnulib implementation on Windows XP.
32395
32396         * m4/inet_pton.m4: New file.
32397
32398 2006-06-21  Simon Josefsson  <jas@extundo.com>
32399
32400         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
32401         variable.
32402
32403         * lib/socket_.h: Don't define WINVER.
32404
32405         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
32406         slightly modified to work in gnulib.
32407
32408 2006-06-21  Simon Josefsson  <jas@extundo.com>
32409
32410         * doc/gnulib.texi (Windows sockets): Add.
32411
32412 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
32413
32414         * lib/read-file.c (fread_file): Start with buffer allocation of
32415         0 bytes rather than 1 byte; this simplifies the code.
32416         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
32417         code to free buffer and save/restore errno.
32418         (internal_read_file): Remove unused local.
32419
32420 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
32421
32422         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
32423         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
32424         Problem reported by Denis Excoffier in
32425         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
32426
32427 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32428
32429         * modules/sys_socket, modules/socklen: Include sys/types since
32430         FreeBSD 4.x's sys/socket.h needs it.
32431
32432 2006-06-19  Simon Josefsson  <jas@extundo.com>
32433
32434         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
32435
32436 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
32437
32438         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
32439
32440 2006-06-19  Bruno Haible  <bruno@clisp.org>
32441
32442         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
32443         and FULL_PATH_INTTYPES_H in angle brackets.
32444         Reported by Mark D. Baushke <mdb@gnu.org>.
32445
32446 2006-06-17  Eric Blake  <ebb9@byu.net>
32447
32448         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
32449         errno.
32450
32451 2006-06-17  Bruno Haible  <bruno@clisp.org>
32452
32453         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
32454         <sys/inttypes.h>.
32455
32456 2006-06-17  Bruno Haible  <bruno@clisp.org>
32457
32458         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
32459         whether errno is declared. Assume <errno.h> declares errno.
32460
32461 2006-06-17  Bruno Haible  <bruno@clisp.org>
32462
32463         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
32464
32465 2006-06-17  Bruno Haible  <bruno@clisp.org>
32466
32467         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
32468         problem on Solaris 2.5.1.
32469
32470 2006-06-16  Eric Blake  <ebb9@byu.net>
32471
32472         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
32473         * lib/unicodeio.c [!defined errno]: Likewise.
32474         * lib/strtol.c [!defined errno]: Likewise.
32475         * lib/strtod.c [!defined errno]: Likewise.
32476
32477 2006-06-15  Eric Blake  <ebb9@byu.net>
32478
32479         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
32480
32481 2006-06-15  Eric Blake  <ebb9@byu.net>
32482
32483         * config/srclist.txt (ssize_t.m4): Lose sync.
32484
32485 2006-06-15  Bruno Haible  <bruno@clisp.org>
32486
32487         * modules/stdint (Files): Include m4/full-header-path.m4,
32488         m4/size_max.m4, m4/wchar_t.m4.
32489         (Makefile.am): Many more substitutions.
32490         * modules/stdint-tests: New file.
32491         * tests/test-stdint.c: New file.
32492
32493 2006-06-15  Bruno Haible  <bruno@clisp.org>
32494
32495         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
32496         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
32497         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
32498         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
32499         gl_CHECK_TYPE_SAME): New macros.
32500
32501 2006-06-15  Bruno Haible  <bruno@clisp.org>
32502
32503         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
32504
32505 2006-06-15  Bruno Haible  <bruno@clisp.org>
32506
32507         * lib/stdint_.h: Rewritten to be fully auto-configured.
32508         Fixes bug on HP-UX/IA64.
32509
32510 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
32511
32512         * lib/getdate.y (__attribute__): Don't define if already defined.
32513         Problem reported by Larry Jones.
32514         * lib/utimens.c (__attribute__): Likewise.
32515
32516 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
32517
32518         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
32519         reported by Andreas Schwab.
32520
32521 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32522             Bruno Haible  <bruno@clisp.org>
32523
32524         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
32525         check for the declaration of strnlen and a run test that exposes the
32526         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
32527         rpl_strndup.
32528
32529 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32530             Bruno Haible  <bruno@clisp.org>
32531
32532         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
32533
32534 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32535
32536         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
32537         compile test, for Tru64 4.0D.
32538
32539 2006-05-28  Karl Berry  <karl@gnu.org>
32540
32541         * config/srclist.txt (printf-args.c): lose sync.
32542
32543 2006-05-26  Martin Lambers  <marlam@marlam.de>
32544
32545         * lib/getpass.c: Updates the test for the native W32 API, and adds
32546         missing includes, thus fixing compilation warnings.
32547
32548 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32549
32550         * lib/exclude.c (exclude_fnmatch): New function.
32551         (excluded_file_name): Call exclude_fnmatch.
32552         * lib/exclude.h (excluded_file_name): New prototype
32553
32554 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
32555
32556         * lib/tempname.c (small_open, large_open): New macros.
32557         (__open, __open64) [!_LIBC]: Remove.
32558         (__gen_tempname): Use small_open and large_open instead of __open
32559         and __open64.  This fixes a portability bug on HP-UX 11.11i
32560         reported by Simon Wing-Tang in
32561         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
32562
32563 2006-05-24  Bruno Haible  <bruno@clisp.org>
32564
32565         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
32566         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
32567         Reported by Thorsten Maerz <torte@netztorte.de> via
32568         Aaron Stone <aaron@serendipity.cx>.
32569
32570 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32571
32572         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
32573         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
32574         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
32575         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
32576         not really conditional on the cache.
32577         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
32578
32579 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32580
32581         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32582         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32583         (my_usleep): Don't mishandle maximum value.
32584
32585 2006-05-19  Jim Meyering  <jim@meyering.net>
32586
32587         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32588
32589 2006-05-17  Bruno Haible  <bruno@clisp.org>
32590
32591         Cygwin portability.
32592         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32593
32594 2006-05-17  Bruno Haible  <bruno@clisp.org>
32595
32596         * lib/stdint_.h: Fix recognition of Cygwin.
32597
32598 2006-05-15  Bruno Haible  <bruno@clisp.org>
32599
32600         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32601         on libtool patch by Ralf Wildenhues.
32602
32603 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32604
32605         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32606         test for C99 conformance; (bool) 0.5 is an integer constant
32607         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32608         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32609
32610 2006-05-11  Simon Josefsson  <jas@extundo.com>
32611
32612         * m4/xvasprintf.m4: Fix obvious typo.
32613
32614 2006-05-11  Jim Meyering  <jim@meyering.net>
32615
32616         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32617         James Lemley.
32618
32619 2006-05-10  Simon Josefsson  <jas@extundo.com>
32620
32621         * lib/md4.c: Typo fix, update copyright years.
32622         (K1, K2): Don't use L because it turn computations into 64-bit on
32623         64-bit platforms.
32624
32625 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32626
32627         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32628         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32629         unwanted sign propagation, e.g., on hosts with 64-bit int.
32630         There still are some problems with reeelly weird theoretical hosts
32631         (e.g., 33-bit int) but it's not worth worrying about now.
32632         * lib/sha1.c (rol): Likewise.
32633         (K1, K2, K3, K4): Remove unnecessary L suffix.
32634
32635 2006-05-10  Bruno Haible  <bruno@clisp.org>
32636
32637         * lib/des.c: Cast to avoid warnings.
32638
32639 2006-05-09  Bruno Haible  <bruno@clisp.org>
32640
32641         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32642         (Depends-on): Depend also on xsize, stdarg.
32643         (configure.ac): Add gl_XVASPRINTF.
32644
32645 2006-05-09  Bruno Haible  <bruno@clisp.org>
32646
32647         * m4/xvasprintf.m4: New file.
32648
32649 2006-05-09  Bruno Haible  <bruno@clisp.org>
32650
32651         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32652         (EOVERFLOW): Define fallback value.
32653         (xstrcat): New function.
32654         (xvasprintf): Recognize the special case of a string concatenation.
32655
32656 2006-05-08  Eric Blake  <ebb9@byu.net>
32657
32658         * gnulib-tool (func_version): Base copyright year on CVS date.
32659         (func_emit_copyright_notice): New function.
32660         (func_emit_lib_Makefile_am): Use it.
32661         (func_emit_tests_Makefile_am): Likewise.
32662         (func_import): Likewise.
32663
32664 2006-05-08  Bruno Haible  <bruno@clisp.org>
32665
32666         * modules/stdarg: New file.
32667         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32668
32669 2006-05-08  Bruno Haible  <bruno@clisp.org>
32670
32671         * m4/stdarg.m4: New file, from GNU gettext.
32672
32673 2006-05-08  Bruno Haible  <bruno@clisp.org>
32674
32675         * config/srclist.txt (build-aux/config.rpath): different from latest
32676         release.
32677
32678 2006-05-08  Bruno Haible  <bruno@clisp.org>
32679
32680         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32681
32682 2006-05-05  Jim Meyering  <jim@meyering.net>
32683
32684         * m4/warning.m4: New file, derived from bison's file by the same name.
32685
32686 2006-05-03  Bruno Haible  <bruno@clisp.org>
32687
32688         * lib/stdint_.h: Shorter URL.
32689         * lib/inttypes.h: Likewise.
32690
32691 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32692
32693         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32694
32695 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32696
32697         * lib/verify.h: Document the internals better.  Most of this change
32698         was written by Bruno Haible.
32699
32700 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32701
32702         * doc/verify.texi: New file, partly based on a proposal by
32703         Bruno Haible.
32704
32705 2006-05-02  Bruno Haible  <bruno@clisp.org>
32706
32707         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32708         test from here...
32709         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32710
32711 2006-04-29  Bruno Haible  <bruno@clisp.org>
32712
32713         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32714         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32715
32716 2006-04-29  Bruno Haible  <bruno@clisp.org>
32717
32718         * gnulib-tool: Make --update option actually work.
32719
32720 2006-04-29  Bruno Haible  <bruno@clisp.org>
32721
32722         * doc/gcd.texi: New file.
32723         * doc/gnulib.texi: Include it.
32724
32725 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32726
32727         * lib/getdate.y (get_date): When adding relative date, start with the
32728         initial time, not with the result of the first mktime call.
32729
32730 2006-04-25  Bruno Haible  <bruno@clisp.org>
32731
32732         * gnulib-tool (func_import): Output the include directives in three
32733         blocks, sorted separately.
32734         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32735
32736 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32739         to define main with arguments, for C++.  Reported by Eric Blake.
32740         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32741         Prefer 'int main ()' to 'int main (void)', for C++.
32742         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32743         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32744         for 'main', for C99 and C++.
32745
32746 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32747
32748         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32749         Don't assume that exit status -1 is valid.
32750         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32751         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32752         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32753         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32754         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32755         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32756         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32757         functions can be used without declaring them, or that you can
32758         exit with status -1.
32759         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32760
32761 2006-04-24  Karl Berry  <karl@gnu.org>
32762
32763         * config/srclist.txt (longdouble.m4): sync lost.
32764
32765 2006-04-24  Eric Blake  <ebb9@byu.net>
32766
32767         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32768
32769 2006-04-24  Bruno Haible  <bruno@clisp.org>
32770
32771         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32772         poll() implementation in AIX.
32773         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32774
32775 2006-04-24  Bruno Haible  <bruno@clisp.org>
32776
32777         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32778         assigned exactly once.
32779
32780 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32781             Bruno Haible  <bruno@clisp.org>
32782
32783         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32784         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32785         for AM_CPPFLAGS.
32786
32787 2006-04-23  Bruno Haible  <bruno@clisp.org>
32788
32789         * modules/copy-file: Depend on unistd.
32790         * modules/execute: Likewise.
32791         * modules/fatal-signal: Likewise.
32792         * modules/findprog: Likewise.
32793         * modules/mkdtemp : Likewise.
32794         * modules/pipe: Likewise.
32795         * modules/wait-process: Likewise.
32796
32797 2006-04-23  Bruno Haible  <bruno@clisp.org>
32798
32799         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32800         condition was already detected.
32801         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32802
32803 2006-04-23  Bruno Haible  <bruno@clisp.org>
32804
32805         * lib/copy-file.c: Include <unistd.h> unconditionally.
32806         * lib/execute.c: Likewise.
32807         * lib/fatal-signal.c: Likewise.
32808         * lib/findprog.c: Likewise.
32809         * lib/mkdtemp.c: Likewise.
32810         * lib/pipe.h: Likewise.
32811         * lib/pipe.c: Likewise.
32812         * lib/wait-process.h: Likewise.
32813
32814 2006-04-23  Bruno Haible  <bruno@clisp.org>
32815
32816         * gnulib-tool (func_usage): Fix --import description. Document
32817         --update.
32818         (func_import): Create temporary file in a temporary directory, if
32819         --dry-run is specified. Silence errors from 'grep' when there are no
32820         m4 files in $m4dir.
32821         (func_create_testdir): Silence errors from 'grep' when there are no
32822         m4 files in $m4dir.
32823         Reported by Karl Berry <karl@freefriends.org>.
32824
32825 2006-04-20  Bruno Haible  <bruno@clisp.org>
32826
32827         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32828         one argument, so that the code will be portable to Autoconf 2.60.
32829         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32830         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32831         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32832
32833 2006-04-19  Derek Price  <derek@ximbiot.com>
32834             Eric Blake  <ebb9@byu.net>
32835
32836         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32837         rather than "/full/path.h".  Update comment to match.  Shorten &
32838         generalize m4_translit call via AS_TR_CPP.
32839
32840 2006-04-19  Derek Price  <derek@ximbiot.com>
32841             Eric Blake  <ebb9@byu.net>
32842
32843         * lib/inttypes.h: Correct grammar in comment.
32844
32845 2006-04-18  Derek Price  <derek@ximbiot.com>
32846             Paul Eggert  <eggert@cs.ucla.edu>
32847
32848         * modules/inttypes: New file.
32849         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32850
32851 2006-04-18  Derek Price  <derek@ximbiot.com>
32852             Paul Eggert  <eggert@cs.ucla.edu>
32853
32854         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32855         New files.
32856
32857 2006-04-18  Derek Price  <derek@ximbiot.com>
32858             Paul Eggert  <eggert@cs.ucla.edu>
32859
32860         * lib/inttypes.h: New file.
32861         * lib/strtoimax.c: Assume <inttypes.h>.
32862
32863 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32864
32865         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32866         isn't mounted.  Problem reported by Kir Kolyshkin.
32867
32868 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32869
32870         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32871         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32872         Derek R. Price.
32873         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32874         implementation.
32875
32876 2006-04-12  Eric Blake  <ebb9@byu.net>
32877
32878         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32879         is now done automatically by the corresponding Autoconf macro.
32880
32881 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32882
32883         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32884         time_r.h.
32885
32886 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32887
32888         Merge regex changes from libc, removing some of our
32889         POSIX-conformance changes that were rejected and redoing them in a
32890         less-intrusive way.
32891
32892         * lib/regcomp.c (re_compile_internal, init_dfa):
32893         Length arg is now size_t, not Idx.  All uses changed.
32894         (peek_token): Forward decl now says internal_function.
32895         (__re_error_msgid, __re_error_msgid_idx):
32896         Now static rather than extern with attribute_hidden.
32897         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32898         For some reason libc prefers K&R style defns for external functions.
32899         (regerror) [!defined _LIBC]: Likewise.
32900         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32901         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32902         (build_range_exp, build_collating_symbol):
32903         Use K&R-style defn.
32904         (re_compile_fastmap): Use '\0' to memset, not 0.
32905         (utf8_sb_map): Make the calculations more obvious.
32906         (init_dfa, parse_bracket_exp, build_charclass_op):
32907         Call calloc and cast result, as glibc does.
32908         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32909         (build_range_exp, build_collating_symbol):
32910         Now internal functions.
32911
32912         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32913
32914         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32915         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32916         Don't depend on VMS; depend on __VMS instead, for POSIX
32917         namespace cleanness.
32918         (regoff_t): Define to ssize_t, not long int.
32919
32920         Remove the REG_ macros named below.  Instead, make the old names
32921         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32922         __USE_GNU_REGEX.
32923         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32924         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32925         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32926         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32927         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32928         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32929         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32930         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32931         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32932         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32933         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32934         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32935         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32936         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32937         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32938         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32939         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32940         (REG_NREGS):
32941         Remove.  All uses replaced by the old RE_* names.
32942         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32943         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32944         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32945         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32946         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32947         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32948         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32949         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32950         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32951         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32952         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32953         Don't bother having these macros be independent of each others'
32954         values, since they no longer exist in the POSIX name space.
32955
32956         Rename the following member names back to their old names,
32957         unless !__USE_GNU_REGEX.  All uses changed back.
32958         (buffer): Renamed from re_buffer.
32959         (allocated): Renamed from re_allocated.
32960         (used): Renamed from re_used.
32961         (syntax): Renamed from re_syntax.
32962         (fastmap): Renamed from re_fastmap.
32963         (translate): Renamed from re_translate.
32964         (can_be_null): Renamed from re_can_be_null.
32965         (regs_allocated): Renamed from re_regs_allocated.
32966         (fastmap_accurate): Renamed from re_fastmap_accurate.
32967         (no_sub): Renamed from re_no_sub.
32968         (not_bol): Renamed from re_not_bol.
32969         (not_eol): Renamed from re_not_eol.
32970         (newline_anchor): Renamed from re_newline_anchor.
32971         (num_regs): Renamed from rm_num_regs.
32972         (start): Renamed from rm_start.
32973         (end): Renamed from rm_end.
32974
32975         (free_state): Move up a bit.
32976
32977         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32978         #define to be empty.
32979         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32980         when that is what is intended.
32981         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32982         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32983         (MAX): New macro.
32984         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32985         All uses changed back to re_malloc, etc.  It's now the caller's
32986         responsibility to check for overflow; all callers changed.
32987         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32988         (re_x2nrealloc): Remove.
32989         (free_state): Remove decl.
32990
32991         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32992         (re_set_registers, re_exec):
32993         Use K&R-style defn.
32994
32995         2006-01-31  Roland McGrath  <roland@redhat.com>
32996
32997         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32998         Reported by Mike Frysinger <vapier@gentoo.org>.
32999
33000         2006-01-15  Andreas Jaeger  <aj@suse.de>
33001
33002         [BZ #1950]
33003         * lib/regex_internal.c (re_string_reconstruct): Adjust for
33004         build_wcs_upper_buffer change.
33005         (build_wcs_upper_buffer): Change return type.
33006
33007         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
33008
33009         * lib/regex_internal.h: Include <stdint.h> if available.
33010
33011         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
33012
33013         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
33014
33015         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
33016
33017         * lib/regcomp.c: Adjust for changed secondary hash function.
33018
33019         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
33020
33021         * lib/regex.h: Pretty printing.
33022         Clean up namespace a bit.
33023
33024         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
33025
33026         * lib/regexec.c (update_cur_sifted_state, check_arrival,
33027         check_arrival_add_next_nodes): Avoid using uninitialized variable.
33028
33029         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33030                     Ulrich Drepper  <drepper@redhat.com>
33031
33032         [BZ #1302]
33033         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
33034         changed.
33035         (bitset_word_t): Renamed from bitset_word.  All uses changed.
33036
33037         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
33038
33039         [BZ #281]
33040         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
33041         * lib/regcomp.c: Remove unnecessary uses of
33042         unsigned RE_TRANSLATE_TYPE.
33043         * lib/regex_internal.h: Likewise.
33044         * lib/regex_internal.c: Likewise.
33045         * lib/regexec.c: Likewise.
33046         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
33047
33048         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
33049
33050         * lib/regexec.c (find_recover_state): Remove unnecessary
33051         initialization.
33052         (transit_state_bkref): Make DFA a const pointer.
33053         (get_subexp): Likewise.
33054         (check_arrival): Likewise.
33055         (update_cur_sifted_state): Likewise.
33056         (re_search_internal): Likewise.
33057         (prune_impossible_nodes): Likewise.
33058         (acquire_init_state_context): Likewise.
33059         (proceed_next_node): Likewise.
33060         (set_regs): Likewise.
33061         (free_fail_stack_return): Likewise.
33062         (check_arrival_expand_ecl): Mark DFA parameter as const.
33063         (check_arrival_expand_ecl_sub): Likewise.
33064         (check_subexp_limits): Likewise.
33065         (sub_epsilon_src_nodes):  Likewise.
33066         (add_epsilon_src_nodes):  Likewise.
33067         (merge_state_array): Likewise.
33068         (update_regs): Likewise.
33069         (build_trtable): Likewise.
33070         (sift_states_backward): Mark MCTX parameter as const.
33071         (build_sifted_states): Likewise.
33072         (update_cur_sifted_state): Likewise.
33073         (sift_states_mkref): Likewise.
33074         (check_arrival_expand_ecl): Mark eclosure as const.
33075         (check_dst_limits_calc_pos_1): Likewise.
33076         * lib/regex_internal.h (re_match_context_t): Make dfa a const
33077         pointer.
33078
33079         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
33080
33081         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
33082         (transit_state_sb): Likewise.
33083         (transit_state_mb): Likewise.
33084         (sift_states_iter_mb): Likewise.
33085         (check_arrival_add_next_nodes): Likewise.
33086         (check_node_accept_bytes): Change first parameter to pointer-to-const.
33087         [_LIBC] (re_search_2_stub): Use mempcpy.
33088
33089         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
33090         mbrtowc for very simple UTF-8 case.
33091
33092         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
33093         a pointer-to-const.
33094         (re_acquire_state_context): Likewise.
33095         * lib/regex_internal.h: Adjust prototypes.
33096
33097         * lib/regex.c: Prevent using C++ compilers.
33098
33099         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
33100         (re_acquire_state_context): Likewise.
33101
33102 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
33103
33104         * modules/regex (Depends-on): Add ssize_t.
33105
33106 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
33107
33108         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
33109         translation table.
33110
33111 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
33112
33113         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
33114
33115 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
33116             Bruno Haible  <bruno@clisp.org>
33117
33118         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
33119         <sys/types.h> and <inttypes.h>.
33120
33121 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33122
33123         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
33124         `__error_t_defined', so argp.h will not typedef the former.
33125
33126 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
33127
33128         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
33129         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
33130         glibc names.  Even if glibc is changed to conform to POSIX, the
33131         traditional names will be available anyway, since regex depends on
33132         the extensions module.  Also, fix a longstanding typo in the
33133         implementation of Spencer ERE test #75 from grep 2.3.  Problems
33134         reported by Emanuele Giaquinta.  Also, change sense of cached
33135         variable, so that the message makes sense.
33136
33137 2006-03-24  Simon Josefsson  <jas@extundo.com>
33138
33139         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
33140         including some doc fixes.
33141         (base64_encode_alloc): Fix +1 bug on allocation failures.
33142
33143 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33144
33145         * lib/base64.c (base64_encode): Do not read past end of array with
33146         unsanitized input on systems with CHAR_BIT > 8.
33147
33148 2006-03-24  Eric Blake  <ebb9@byu.net>
33149
33150         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
33151
33152 2006-03-22  Karl Berry  <karl@gnu.org>
33153
33154         * config/srclist.txt (*setenv.[ch]): get from coreutils.
33155         * config/srclistvars.sh (COREUTILS): new var.
33156
33157 2006-03-17  Jim Meyering  <jim@meyering.net>
33158
33159         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
33160         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
33161
33162 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
33163
33164         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
33165         no longer needs it.  Instead, check that regoff_t is as least
33166         as wide as ptrdiff_t.
33167
33168         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
33169         so that our regex.h stays compatible with the installed regex.
33170         This is helpful for installers who configure --without-included-regex.
33171         Problem reported by Emanuele Giaquinta.
33172
33173 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
33174
33175         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
33176         Typedef to long int, not to off_, as POSIX will likely change
33177         in that direction.
33178
33179 2006-03-15  Eric Blake  <ebb9@byu.net>
33180
33181         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
33182
33183 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
33184
33185         * lib/argp-help.c (validate_uparams): Fix typo
33186         * lib/argp-parse.c (argp_default_options): Consistently begin help
33187         messages with a lowercase letter.
33188
33189 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
33190
33191         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
33192         overrun buffers and shouldn't be used (much as gets shouldn't be
33193         used).
33194         * lib/time_r.c (asctime_r, ctime_r): Likewise.
33195
33196 2006-03-08  Simon Josefsson  <jas@extundo.com>
33197
33198         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
33199         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33200
33201 2006-03-08  Simon Josefsson  <jas@extundo.com>
33202
33203         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
33204         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33205
33206 2006-03-08  Simon Josefsson  <jas@extundo.com>
33207
33208         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
33209         signal that configure disabled the device.
33210
33211 2006-03-08  Simon Josefsson  <jas@extundo.com>
33212
33213         * build-aux/maint.mk: Fix refresh-po, to handle no translated
33214         languages.
33215
33216 2006-03-07  Simon Josefsson  <jas@extundo.com>
33217
33218         * modules/getopt (Depends-on): Add unistd.
33219
33220         * modules/unistd: New file.
33221
33222 2006-03-07  Simon Josefsson  <jas@extundo.com>
33223
33224         * modules/gc-random: New file.
33225
33226 2006-03-07  Simon Josefsson  <jas@extundo.com>
33227
33228         * m4/unistd_h.m4: New file.
33229
33230 2006-03-07  Simon Josefsson  <jas@extundo.com>
33231
33232         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
33233         test to be side-effect free by storing the result in the cache
33234         variable gl_cv_lib_readline, and moving the assignment of
33235         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
33236         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33237
33238 2006-03-07  Simon Josefsson  <jas@extundo.com>
33239
33240         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
33241         error on missing devices (the functions will return an error).
33242
33243         * m4/gc.m4: Move random stuff to gc-random.m4
33244
33245 2006-03-07  Simon Josefsson  <jas@extundo.com>
33246
33247         * lib/unistd_.h: New file.
33248
33249 2006-03-07  Simon Josefsson  <jas@extundo.com>
33250
33251         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
33252
33253 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
33254
33255         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
33256         Problem reported by Juan Manuel Guerrero.
33257
33258 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
33259
33260         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
33261         the unistd module.
33262         * lib/getlogin_r.c: Likewise.
33263         * lib/getlogin_r.h: Likewise.
33264         * lib/glob.c: Likewise.
33265         * lib/pagealign_alloc.c: Likewise.
33266         * lib/unistd_.h: Remove; no longer needed.
33267
33268 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
33269
33270         * MODULES.html.sh (Support for systems lacking POSIX:2001):
33271         Add unistd.
33272         * modules/c-stack (Depends-on): Add unistd.
33273         * modules/getlogin_r: Likewise.
33274         * modules/glob: Likewise.
33275         * modules/pagealign_alloc: Likewise.
33276         * modules/unistd (Files): Remove lib/unistd_.h.
33277         (EXTRA_DIST): Remove.
33278         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
33279         need unistd_.h.
33280         (MOSTLYCLEANFILES): Remove unistd.h-t.
33281
33282 2006-03-03  Simon Josefsson  <jas@extundo.com>
33283
33284         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
33285
33286 2006-03-03  Simon Josefsson  <jas@extundo.com>
33287
33288         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
33289         libidn and bison.
33290
33291 2006-03-03  Simon Josefsson  <jas@extundo.com>
33292
33293         * build-aux/maint.mk: Add indent target.
33294
33295 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
33296
33297         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
33298         our replacement poll.h in any case, to avoid a differing
33299         declaration from a system header.  Seen on AIX.
33300
33301 2006-03-01  Simon Josefsson  <jas@extundo.com>
33302
33303         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
33304         <kasal@ucw.cz>.
33305
33306 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33307
33308         * modules/gettime (Depends-on): Add extensions module.
33309         * modules/nanosleep (Depends-on): Likewise.
33310         * modules/settime (Depends-on): Likewise.
33311
33312 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
33313
33314         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
33315         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
33316         pedantically.
33317         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
33318         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
33319
33320         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
33321         not "==".  Reported by Ralf Wildenhues.
33322
33323 2006-03-01  Karl Berry  <karl@gnu.org>
33324
33325         * doc/Copyright/request-*: new files, synced from gnuorg.
33326
33327 2006-03-01  Karl Berry  <karl@gnu.org>
33328
33329         * config/srclist.txt (Copyright/*): new entries.
33330
33331 2006-02-28  Simon Josefsson  <jas@extundo.com>
33332
33333         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
33334
33335 2006-02-27  Simon Josefsson  <jas@extundo.com>
33336
33337         * lib/base64.h: Indent #define's.  From Jim Meyering
33338         <jim@meyering.net>.
33339
33340 2006-02-27  Jim Meyering  <jim@meyering.net>
33341
33342         Revert the change of 2006-02-24, so these files can continue
33343         to be sync'd from gettext.
33344         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
33345         of `config.h'.
33346
33347 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
33348
33349         * modules/intprops: New file.
33350         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
33351         Add intprops.
33352         * modules/getloadavg (Files): Remove lib/intprops.h.
33353         (Depends-on): Add intprops.
33354         * modules/human: Likewise.
33355         * modules/inttostr: Likewise.
33356         * modules/openat: Likewise.
33357         * modules/sig2str: Likewise.
33358         * modules/userspec: Likewise.
33359         * modules/utimecmp: Likewise.
33360         * modules/xnanosleep: Likewise.
33361         * modules/xstrtol: Likewise.
33362
33363 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
33364
33365         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
33366         * modules/lock-tests (TESTS): Use $(EXEEXT).
33367         * modules/tls-tests: Likewise.
33368         * modules/argp-tests: Likewise.
33369         (check_PROGRAMS): New var, replacing...
33370         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
33371
33372 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33373
33374         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
33375         `config.h'.
33376
33377 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
33378
33379         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
33380
33381 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33382
33383         Sync from coreutils.
33384         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
33385         gl_CHDIR_SAFER.
33386
33387 2006-02-22  Jim Meyering  <jim@meyering.net>
33388
33389         Sync from coreutils.
33390         * m4/chdir-safer.m4: New file.
33391
33392 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
33393
33394         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
33395         AT_FDCWD exceeds INT_MAX.
33396         * lib/openat.h (AT_FDCWD): Likewise.
33397
33398 2006-02-17  Eric Blake  <address@hidden>
33399
33400         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
33401
33402 2006-02-16  Simon Josefsson  <jas@extundo.com>
33403
33404         * modules/getaddrinfo (Depends-on): Add sys_socket.
33405
33406 2006-02-15  Simon Josefsson  <jas@extundo.com>
33407
33408         * build-aux/maint.mk: Add dsyntax-check rule.
33409
33410 2006-02-15  Eric Blake  <ebb9@byu.net>
33411
33412         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
33413         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
33414         'present but cannot compile' warnings on cygwin.
33415         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
33416         use ws2tcpip.h if sys/socket.h works.
33417         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
33418         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
33419
33420 2006-02-14  Simon Josefsson  <jas@extundo.com>
33421
33422         * modules/maintainer-makefile (Files): Rename.
33423
33424         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
33425         and (the local) Makefile.cfg to maint-cfg.mk.
33426
33427         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
33428         to the latter.
33429
33430         * modules/maintainer-makefile: New module.
33431
33432         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
33433         severaly stripped to make it possible to build it up from scratch
33434         with reliable tests.
33435
33436         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
33437         fixes to permit overriding the default actions when configure and
33438         makefile are not available.
33439
33440 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
33441
33442         Sync from coreutils.
33443         * modules/lstat (Depends-on): Don't depend on xalloc.
33444         (License): Change from GPL to LGPL, since this is now simply a
33445         replacement for a libc function.
33446
33447 2006-02-14  Jim Meyering  <jim@meyering.net>
33448
33449         Sync from coreutils.
33450
33451         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
33452         failure on deficient systems, and simplify gnulib lgpl dependencies.
33453         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
33454         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
33455
33456         * lib/xalloc-die.c: Remove unused definition of N_.
33457
33458 2006-02-14  Jim Meyering  <jim@meyering.net>
33459
33460         Sync from coreutils.
33461         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
33462         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
33463         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
33464         double-quote uses of that variable, to accommodate the rare case in
33465         which getmntent is available in none of the libraries checked.  This
33466         happens at least on FreeBSD 5.0.
33467
33468 2006-02-13  Simon Josefsson  <jas@extundo.com>
33469
33470         * gnulib-tool (Usage): Fix --import, from
33471         karl@freefriends.org (Karl Berry).
33472
33473 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
33474
33475         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
33476
33477 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
33478
33479         * lib/argp-namefrob.h: Restore changes accidentally lost during the
33480         "autoupdate" on 2005-12-12.
33481
33482 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33483
33484         * modules/closeout (Depends-on): Remove atexit.
33485
33486 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
33487
33488         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
33489         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
33490
33491 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
33492
33493         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
33494         __EXTENSIONS__ if this causes compilation to fail.  Problem
33495         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
33496         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
33497
33498 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
33499
33500         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
33501         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
33502         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
33503         All uses changed.
33504
33505 2006-01-26  Simon Josefsson  <jas@extundo.com>
33506
33507         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
33508         prototype is visible on mingw32.
33509
33510         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
33511         for mingw32.
33512
33513         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
33514         mingw32).
33515
33516 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
33517
33518         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
33519         attempt to open for write; this always fails, at least on POSIX
33520         hosts.  This reinstates the 2006-01-09 change, which was
33521         inadvertently removed.
33522
33523 2006-01-26  Bruno Haible  <bruno@clisp.org>
33524
33525         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
33526         Reported by Paul Eggert.
33527
33528 2006-01-26  Bruno Haible  <bruno@clisp.org>
33529             Paul Eggert  <eggert@cs.ucla.edu>
33530
33531         * lib/stdbool_.h (_Bool)
33532         [(! (defined __cplusplus || defined __BEOS__)
33533           && !defined __GNUC__
33534           && !(defined __HP_cc || defined __xlc__
33535                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
33536                || defined __sgi))]:
33537         #define to signed char in these cases too; this simplifies
33538         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
33539         etc., separately) and makes it more conservative.
33540
33541 2006-01-25  Simon Josefsson  <jas@extundo.com>
33542
33543         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
33544         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
33545         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
33546
33547 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
33548
33549         * lib/argp-namefrob.h: Bugfix. Remove stray #
33550
33551 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
33552
33553         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
33554         so that we test the test.
33555         Check for yet another HP-UX cc bug involving *bool |= bool.
33556
33557 2006-01-25  Karl Berry  <karl@gnu.org>
33558
33559         * config/srclist.txt (vasnprintf.c): sync lost.
33560
33561 2006-01-25  Jim Meyering  <jim@meyering.net>
33562
33563         Sync from the stable (b5) branch of coreutils:
33564
33565         * lib/fts.c (fts_children): Don't let close() clobber errno from
33566         failed fchdir().
33567
33568         * lib/fts.c (fts_stat): When following a symlink-to-directory,
33569         don't necessarily interpret stat-fails+lstat-succeeds as indicating
33570         a dangling symlink.  That can also happen at least for ELOOP.
33571         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
33572         FYI, this bug predates the inclusion of fts.c in coreutils.
33573
33574         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
33575         in their own block, so pre-c99 compilers don't object.
33576
33577         Avoid the double-free (first in fts_read, second in fts_close) that
33578         would occur when an `active' directory is made inaccessible (e.g.,
33579         via chmod a-x) during a traversal.
33580         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33581         before returning.  Reproduce this failure by
33582         mkdir -p a/b; cd a; chmod a-x . b
33583         Reported by Stavros Passas.
33584
33585 2006-01-25  Jim Meyering  <jim@meyering.net>
33586
33587         * lib/fileblocks.c: Remove more useless parentheses.
33588         * lib/readutmp.h: Likewise.
33589
33590 2006-01-25  Bruno Haible  <bruno@clisp.org>
33591
33592         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33593         warnings.
33594         Reported by Paul Eggert.
33595
33596 2006-01-25  Bruno Haible  <bruno@clisp.org>
33597
33598         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33599         rid of a trap command. For Solaris sh.
33600         Reported by Mark D. Baushke <mdb@gnu.org>.
33601
33602 2006-01-24  Simon Josefsson  <jas@extundo.com>
33603
33604         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33605         Bruno.
33606
33607 2006-01-24  Karl Berry  <karl@gnu.org>
33608
33609         * config/srclist.txt (argp-namefrob.h): sync lost.
33610
33611 2006-01-24  Jim Meyering  <jim@meyering.net>
33612
33613         * modules/openat (Files): Add lib/intprops.h.
33614         From Mark D. Baushke.
33615
33616 2006-01-24  Jim Meyering  <jim@meyering.net>
33617
33618         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33619         Reported by Mark D. Baushke.
33620
33621 2006-01-24  Jim Meyering  <jim@meyering.net>
33622
33623         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33624
33625 2006-01-24  Bruno Haible  <bruno@clisp.org>
33626
33627         * modules/strnlen (Maintainer): Change from glibc to all.
33628
33629 2006-01-24  Bruno Haible  <bruno@clisp.org>
33630
33631         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33632         Patch by Paul Eggert.
33633
33634 2006-01-24  Bruno Haible  <bruno@clisp.org>
33635
33636         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33637         already has it.
33638         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33639         2005-11-26.
33640
33641         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33642         'signed char' to avoid problems with the built-in _Bool type.
33643         Reported by Paul Eggert on 2005-11-26.
33644
33645 2006-01-24  Bruno Haible  <bruno@clisp.org>
33646
33647         * gnulib-tool (func_import): Avoid constructing complicated sed
33648         expressions inside backquote.
33649         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33650
33651 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33652
33653         These changes imported from libc.
33654         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33655         test and two separate function calls.
33656         * lib/strndup.c (__strndup): Add libc_hidden_def.
33657
33658 2006-01-23  Simon Josefsson  <jas@extundo.com>
33659
33660         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33661         Remove the test_*_SOURCES variable: automake infers it by default.
33662         * modules/tls-tests: Likewise.
33663
33664 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33665
33666         Work around porting bugs reported by Dieter in
33667         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33668         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33669         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33670         Include "getopt.h" first, to check interface.
33671         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33672         !HAVE_DECL_GETENV.
33673         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33674         (__strndup): Revert to K&R-style function dfns, the glibc style.
33675         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33676         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33677         Include strnlen.h first, to get prototype properly.
33678         (strnlen): Renamed from __strnlen.
33679         Remove weak alias.
33680
33681 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33682
33683         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33684
33685 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33686
33687         * config/srclist.txt: Adjust to reflect glibc reorganization.
33688         This affects only comments.
33689
33690 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33691
33692          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33693          Reported by Bruce Korb <bkorb@gnu.org>.
33694
33695 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33696
33697         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33698         to pacify gcc -Wswitch-default.
33699
33700 2006-01-22  Bruno Haible  <bruno@clisp.org>
33701
33702         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33703         temporary buffer for sprintf, take into account the precision also
33704         for 'd', 'i', 'u', 'o', 'x', 'X'.
33705
33706 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33707
33708         * modules/argp-tests: New module
33709         * tests/test-argp.c: New file
33710         * tests/test-argp-2.sh: New file
33711
33712 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33713
33714         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33715         (__argp_base_name): Removed
33716         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33717         typo.
33718         (__argp_base_name): Provide macro definition or extern declaration
33719         depending on the configuration
33720
33721 2006-01-20  Simon Josefsson  <jas@extundo.com>
33722
33723         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33724
33725 2006-01-20  Simon Josefsson  <jas@extundo.com>
33726
33727         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33728
33729 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33730
33731         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33732         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33733         Suggested by Bruno Haible.
33734
33735 2006-01-20  Karl Berry  <karl@gnu.org>
33736
33737         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33738         until changes propagate, I guess.
33739
33740 2006-01-19  Simon Josefsson  <jas@extundo.com>
33741
33742         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33743
33744 2006-01-19  Simon Josefsson  <jas@extundo.com>
33745
33746         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33747
33748 2006-01-19  Simon Josefsson  <jas@extundo.com>
33749
33750         * gnulib-tool: Set check_PROGRAMS.
33751
33752         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33753         modules/des-tests, modules/gc-arcfour-tests,
33754         modules/gc-arctwo-tests, modules/gc-des-tests,
33755         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33756         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33757         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33758         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33759         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33760         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33761         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33762         test_*_SOURCES.
33763
33764 2006-01-18  Simon Josefsson  <jas@extundo.com>
33765
33766         * modules/socklen (Depends-on): Depend on sys_socket.
33767
33768 2006-01-18  Simon Josefsson  <jas@extundo.com>
33769
33770         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33771         modules/des-tests, modules/gc-arcfour-tests,
33772         modules/gc-arctwo-tests, modules/gc-des-tests,
33773         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33774         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33775         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33776         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33777         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33778         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33779         $(EXEEXT) to automake TESTS variable, for mingw32.
33780
33781 2006-01-17  Simon Josefsson  <jas@extundo.com>
33782
33783         * modules/socklen (Include): Need sys/socket.h.
33784
33785 2006-01-17  Bruno Haible  <bruno@clisp.org>
33786
33787         * modules/ssize_t (Include): Add <sys/types.h>.
33788
33789 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33790
33791         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33792         it's not portable and it doesn't work with cross-compiles.
33793         Problem reported by Bruno Haible.  Fix missing-$ typo in
33794         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33795         -zignore from being used with Sun's C compiler.
33796
33797 2006-01-12  Simon Josefsson  <jas@extundo.com>
33798
33799         * lib/base64.c: Fix warning, reported by Bruno Haible
33800         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33801
33802 2006-01-12  Bruno Haible  <bruno@clisp.org>
33803
33804         * modules/ldd: New file.
33805         * build-aux/ldd.sh.in: New file.
33806         * MODULES.html.sh (Support for building libraries and executables): Add
33807         ldd.
33808
33809 2006-01-12  Bruno Haible  <bruno@clisp.org>
33810
33811         * m4/ldd.m4: New file.
33812
33813 2006-01-12  Bruno Haible  <bruno@clisp.org>
33814
33815         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33816         endless loop while replacing $auxdir with build-aux.
33817
33818 2006-01-11  Simon Josefsson  <jas@extundo.com>
33819
33820         * lib/stdint_.h (SIZE_MAX): Add missing (.
33821
33822 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33823
33824         Sync from coreutils.
33825         * lib/md5.c: Fix commentary typos.
33826         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33827         * lib/md5.h (__attribute__): Remove; unused.
33828         * lib/sha1.c: Fix commentary to match md5 better.
33829         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33830         so that we don't need to worry about alignment.  All uses changed.
33831         This merges the 2005-10-28 md5 change into sha1.
33832
33833 2006-01-11  Jim Meyering  <jim@meyering.net>
33834
33835         Sync from coreutils.
33836         * lib/md5.c (OP): Fix spacing.
33837
33838 2006-01-11  Bruno Haible  <bruno@clisp.org>
33839
33840         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33841         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33842         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33843
33844 2006-01-11  Bruno Haible  <bruno@clisp.org>
33845
33846         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33847         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33848         the "early" section as well.
33849
33850 2006-01-11  Bruno Haible  <bruno@clisp.org>
33851
33852         Avoid "ar: no archive members specified" error on MacOS X.
33853         * gnulib-tool (func_modules_add_dummy): New function.
33854         (func_import, func_create_testdir): Invoke it.
33855
33856 2006-01-11  Bruno Haible  <bruno@clisp.org>
33857
33858         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33859         with $auxdir in AC_CONFIG_FILES statements.
33860
33861 2006-01-11  Bruno Haible  <bruno@clisp.org>
33862
33863         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33864         Initialize also noinst_HEADERS to empty.
33865
33866 2006-01-11  Bruno Haible  <bruno@clisp.org>
33867
33868         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33869         variables.
33870         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33871         autoreconf.
33872
33873 2006-01-11  Bruno Haible  <bruno@clisp.org>
33874
33875         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33876         overridable by the user.
33877         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33878
33879 2006-01-10  Simon Josefsson  <jas@extundo.com>
33880
33881         * modules/sys_socket: New file.
33882
33883 2006-01-10  Simon Josefsson  <jas@extundo.com>
33884
33885         * m4/sys_socket_h.m4: New file.
33886
33887 2006-01-10  Simon Josefsson  <jas@extundo.com>
33888
33889         * lib/socket_.h: New file.
33890
33891 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33892
33893         * modules/readutmp (Maintainer): Add myself.
33894
33895 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33896
33897         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33898         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33899         People who are still concerned with buggy memcmp implementations
33900         can invoke gl_FUNC_MEMCMP themselves.
33901
33902 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33903
33904         * lib/regex_internal.h (BITSET_WORD_BITS):
33905         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33906         preprocessor mishandles large unsigned values as if they were signed.
33907         Problem reported by Claudio Fontana in
33908         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33909
33910 2006-01-10  Jim Meyering  <jim@meyering.net>
33911
33912         Avoid the double-free (first in fts_read, second in fts_close) that
33913         would occur when an `active' directory is made inaccessible (e.g.,
33914         via chmod a-x) during a traversal.
33915         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33916         before returning.  Reproduce this failure by
33917         mkdir -p a/b; cd a; chmod a-x . b
33918         Reported by Stavros Passas.
33919
33920         Sync from coreutils.
33921         * lib/sha1.c: Tweak grammar in a comment.
33922
33923 2006-01-10  Jim Meyering  <jim@meyering.net>
33924
33925         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33926         Patch by Joerg Sonnenberger.
33927
33928 2006-01-10  Bruno Haible  <bruno@clisp.org>
33929
33930         * modules/readutmp: Depend on module free.
33931         * modules/strtok_r: Depend on module restrict.
33932
33933 2006-01-10  Bruno Haible  <bruno@clisp.org>
33934
33935         * modules/gettext (configure.ac): Add an invocation of
33936         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33937
33938 2006-01-10  Bruno Haible  <bruno@clisp.org>
33939
33940         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33941         Reported by Werner Lemberg <wl@gnu.org>.
33942
33943 2006-01-10  Bruno Haible  <bruno@clisp.org>
33944
33945         * lib/localcharset.c: Update from GNU gettext.
33946
33947 2006-01-10  Bruno Haible  <bruno@clisp.org>
33948
33949         * lib/argp.h (__const): Remove macro. Use const instead.
33950         * lib/argp-fmtstream.h (__const): Likewise.
33951         * lib/glob_.h (__const): Remove macro.
33952         * lib/glob-libc.h: Use const instead of __const.
33953
33954 2006-01-10  Bruno Haible  <bruno@clisp.org>
33955
33956         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33957         variable.
33958         Needed to avoid an automake error regarding the 'gettext' module.
33959
33960 2006-01-09  Simon Josefsson  <jas@extundo.com>
33961
33962         * modules/inet_ntop (Depends-on): Add restrict.
33963
33964 2006-01-09  Simon Josefsson  <jas@extundo.com>
33965
33966         * modules/gc-rijndael-tests (License): Put under LGPL.
33967
33968         * modules/gc-des-tests (License): Likewise.
33969
33970         * modules/gc-arcfour-tests (License): Likewise.
33971
33972         * modules/gc-arctwo-tests (License): Likewise.
33973
33974         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33975
33976         * modules/gc-hmac-sha1-tests (Files): Likewise.
33977
33978         * modules/gc-hmac-md5-tests (License): Likewise.
33979
33980         * modules/gc-sha1-tests (License): Likewise.
33981
33982         * modules/gc-md5-tests (License): Likewise.
33983
33984         * modules/gc-md4-tests (License): Likewise.
33985
33986         * modules/gc-md2-tests (License): Likewise.
33987
33988         * modules/gc-tests (License): Likewise.
33989
33990         * modules/des-tests (License): Likewise.
33991
33992         * modules/md4-tests (License): Likewise.
33993
33994         * modules/md2-tests (License): Likewise.
33995
33996 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33997
33998         Sync from coreutils:
33999
34000         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
34001         * modules/lib-ignore: New file.
34002         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
34003         chdir-safer.m4, lchmod.m4.
34004         * modules/openat: Add mkdirat.c, openat-priv.h.
34005
34006 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
34007
34008         Sync from coreutils.
34009         * m4/lib-ignore.m4: New file.
34010         * m4/lchmod.m4: New file.
34011
34012 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
34013
34014         Sync from coreutils.
34015         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
34016         for write access: POSIX says that must fail.
34017         * lib/fts.c (diropen): Likewise.
34018         * lib/save-cwd.c (save_cwd): Likewise.
34019         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
34020         well, for minor improvements on hosts that lack O_DIRECTORY.
34021         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
34022         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
34023         Fall back on chown if open failed with EACCES.
34024
34025         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
34026         Report an error at compile-time if only a 1-second nominal clock
34027         resolution is found.
34028
34029         * lib/lchmod.h: New file.
34030         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
34031         (make_dir_parents): Use lchown rather than chown, and
34032         lchmod rather than chmod.
34033
34034         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
34035         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
34036         "proc" reported by n0dalus.
34037
34038         * lib/mountlist.c: Include <limits.h>.
34039         (dev_from_mount_options)
34040         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
34041         New function.  It no longer assumes "dev=" has the System V meaning
34042         on Linux (since it doesn't).  It also parses "dev=" more carefully.
34043         (read_file_system_list)
34044         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
34045         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
34046         dev= in that case.
34047
34048         * lib/posixtm.h (PDS_PRE_2000): New macro.
34049         * lib/posixtm.c (year): Arg is now syntax_bits rather than
34050         allow_century.  All usages changed.  Reject dates outside the range
34051         1969-1999 if PDS_PRE_2000 is used.
34052
34053 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
34054
34055         Sync from coreutils.
34056         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
34057         (Time of day items): Mention the possibility of leap seconds.
34058         Problem reported by Dr. David Alan Gilbert.
34059
34060 2006-01-09  Jim Meyering  <jim@meyering.net>
34061
34062         Sync from coreutils.
34063
34064         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
34065
34066         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
34067
34068         * lib/modechange.c (mode_compile): Reject an invalid mode string
34069         that starts with an octal digit.  From Andreas Gruenbacher.
34070
34071         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
34072         and dup to open_safer and dup_safer, respectively.
34073         (openat_permissive): Fix typo in comment.
34074
34075         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
34076         "gettext.h"; either no longer needed or are guaranteed by openat.h.
34077         (_): Remove; no longer needed.
34078         (openat): Renamed from rpl_openat; no need for rpl_openat
34079         since openat.h renames openat for us.
34080         Replace most of the body with a call to openat_permissive,
34081         to avoid duplicate code.
34082         Port to (probably hypothetical) environments were mode_t is
34083         wider than int.
34084         (openat_permissive): Require mode arg, so that we can check
34085         types better.  Put it just after flags.  Change cwd failure
34086         indicator from pointer-to-bool to pointer-to-errno-value.
34087         All callers changed.
34088         Invoke openat_save_fail and/or openat_restore_fail if
34089         cwd_errno is null, so that openat can call us.
34090         (openat_permissive, fdopendir, fstatat, unlinkat):
34091         Simplify errno handling to avoid some duplicate code,
34092         as it's OK to set errno on success.
34093         * lib/openat.h: Revamp code so that function macros depend on
34094         __OPENAT_PREFIX only, not also on AT_FDCWD.
34095         (openat_ro): Remove.  Caller changed to use openat_permissive.
34096         (openat_permissive): Now a macro, if not a function.
34097         (openat_restore_fail, openat_save_fail): Now always functions,
34098         since mkdirat needs them even if __OPENAT_PREFIX is defined.
34099
34100         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
34101         and openat.c.
34102         * lib/mkdirat.c: Include openat-priv.h.
34103         Remove definitions of macros defined therein.
34104         * lib/openat.c: Likewise.
34105
34106         * lib/mkdirat.c (mkdirat): New file and function.
34107         * lib/openat.h (mkdirat): Declare.
34108
34109         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
34110
34111         * lib/openat.h (openat_permissive): Declare.
34112         (openat_ro): Define.
34113
34114         * lib/openat.c (EXPECTED_ERRNO): New macro.
34115         (openat_permissive): New function -- used in remove.c rewrite.
34116         (all functions): Set errno just before returning, only if there
34117         was an actual failure.
34118         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
34119
34120         Emulate openat-family functions using Linux's procfs, if possible.
34121         Idea and some code based on Ulrich Drepper's glibc changes.
34122
34123         * lib/openat.c: (BUILD_PROC_NAME): New macro.
34124         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
34125         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
34126         before falling back on save_cwd and restore_cwd.
34127         (fdopendir, fstatat, unlinkat): Likewise.
34128
34129         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
34130         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
34131
34132         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
34133         as second argument to va_arg.  Otherwise, some versions of gcc
34134         warn that `if this code is reached, the program will abort'.
34135
34136 2006-01-09  Jim Meyering  <jim@meyering.net>
34137
34138         Sync from coreutils.
34139         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
34140         Require openat-priv.h.
34141
34142 2006-01-09  Bruno Haible  <bruno@clisp.org>
34143
34144         * modules/strnlen (Include): Use strnlen.h.
34145
34146 2006-01-09  Bruno Haible  <bruno@clisp.org>
34147
34148         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
34149
34150 2006-01-09  Bruno Haible  <bruno@clisp.org>
34151
34152         * lib/sysexit_.h (EX_OK): New macro.
34153         Suggested by Martin Lambers <marlam@marlam.de>.
34154
34155 2006-01-09  Bruno Haible  <bruno@clisp.org>
34156
34157         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
34158         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
34159
34160 2006-01-09  Bruno Haible  <bruno@clisp.org>
34161
34162         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
34163         numbers.
34164
34165 2006-01-09  Bruno Haible  <bruno@clisp.org>
34166
34167         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
34168         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
34169         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
34170         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
34171
34172 2006-01-09  Bruno Haible  <bruno@clisp.org>
34173
34174         * build-aux/javacomp.sh.in: New file, moved from lib/.
34175         * modules/javacomp-script (Files): Update.
34176         (configure.ac): Add AC_CONFIG_FILES invocation.
34177         (EXTRA_DIST): Remove variable.
34178
34179         * build-aux/javaexec.sh.in: New file, moved from lib/.
34180         * modules/javaexec (Files): Update.
34181         (configure.ac): Add AC_CONFIG_FILES invocation.
34182         (EXTRA_DIST): Remove javaexec.sh.in.
34183
34184         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
34185         * modules/csharpcomp-script (Files): Update.
34186         (configure.ac): Add AC_CONFIG_FILES invocation.
34187         (EXTRA_DIST): Remove variable.
34188
34189         * build-aux/csharpexec.sh.in: New file, moved from lib/.
34190         * modules/csharpexec (Files): Update.
34191         (configure.ac): Add AC_CONFIG_FILES invocation.
34192         (EXTRA_DIST): Remove csharpexec.sh.in.
34193
34194 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
34195
34196         Sync from coreutils.
34197
34198         Add POSIX ACL support
34199         * lib/acl.h (copy_acl, set_acl): Add declarations.
34200         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
34201         systems other than Linux.
34202         (chmod_or_fchmod): New function: use fchmod when possible,
34203         and chmod otherwise.
34204         (file_has_acl): Add a POSIX ACL implementation, with a
34205         Linux-specific subcase.
34206         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
34207         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
34208         acls are unsupported.
34209         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
34210         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
34211         are unsupported.
34212
34213 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
34214
34215         Sync from coreutils.
34216         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
34217
34218 2006-01-07  Bruno Haible  <bruno@clisp.org>
34219
34220         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
34221         gl_EARLY.
34222
34223 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34224
34225         * lib/strftime.c (tzname): Don't declare if it is already #defined.
34226         Problem reported for Mingw by Mark Junker.
34227
34228 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34229
34230         * README: Gnulib normally doesn't generate a tarball.
34231
34232 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
34233
34234         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
34235         long int, not int, for nanosecond counts, so that people who are
34236         used to POSIX struct timespec won't be surprised.  Reported by Jim
34237         Meyering.
34238
34239 2005-12-28  Bruno Haible  <bruno@clisp.org>
34240
34241         * build-aux/config.rpath: Update from GNU gettext.
34242
34243 2005-12-16  Jim Meyering  <jim@meyering.net>
34244
34245         * modules/fprintftime: New module.
34246         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
34247
34248 2005-12-16  Jim Meyering  <jim@meyering.net>
34249
34250         * m4/fprintftime.m4: New file.
34251
34252 2005-12-16  Jim Meyering  <jim@meyering.net>
34253
34254         * lib/fprintftime.c, lib/fprintftime.h: New files.
34255
34256 2005-12-15  Simon Josefsson  <jas@extundo.com>
34257
34258         * modules/socklen (configure.ac): Fix M4 macro name, to align with
34259         new m4/socklen.m4.
34260
34261 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34262
34263         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
34264         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
34265
34266 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34267
34268         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
34269         * lib/argp-help.c (fill_in_uparams): Check if the constructed
34270         struct uparams is valid. Fall back to the default values if it is
34271         not.
34272
34273 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34274
34275         * modules/argp (Files): Add argp-pin.c
34276         (Depends-on): dirname
34277         (lib_SOURCES): Add argp-pin.c
34278
34279 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34280
34281         * m4/argp.m4:  Check if program_invocation_name and
34282         program_invocation_short_name are declared and define appropriate
34283         macros if they are not.
34284
34285 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
34286
34287         * lib/argp-help.c (__argp_base_name): New function
34288         (__argp_short_program_name): Rewrite using __argp_base_name
34289         * lib/argp-namefrob.h: Define program_invocation_name and
34290         program_invocation_short_name if requested
34291         (__argp_base_name): Add prototype
34292         * lib/argp-parse.c (argp_def): Use gettext wrappers
34293         (argp_default_parser): Use __argp_base_name
34294         * lib/argp-pin.c: New file. Defines program_invocation_name and
34295         program_invocation_short_name on systems that lack them.
34296
34297 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34298
34299         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
34300         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
34301         porting problem reported by Georg Schwarz in
34302         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
34303
34304 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
34305
34306         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
34307         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
34308         porting problem reported by Georg Schwarz in
34309         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
34310
34311 2005-12-05  Bruno Haible  <bruno@clisp.org>
34312
34313         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
34314         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
34315         Reported by Mark Junker <mjscod@gmx.de>.
34316
34317 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
34318
34319         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
34320         Use implementation from Albert Chin, with some
34321         comments/corrections by Stepan Kasal and myself.
34322
34323 2005-12-02  Bruno Haible  <bruno@clisp.org>
34324
34325         * gnulib-tool (func_import): Accept GPLed build tool modules when
34326         --lgpl is given.
34327         * modules/csharpcomp-script: New file.
34328         * modules/csharpcomp: Depend on it.
34329         * modules/javacomp-script: New file.
34330         * modules/javacomp: Depend on it.
34331         Suggested by Simon Josefsson.
34332
34333 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
34334
34335         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
34336         statement, to work around an HP-UX 10.20 compiler bug reported by
34337         Peter O'Gorman.
34338
34339 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
34340
34341         * modules/savedir (Depends-on): Add openat.
34342
34343 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
34344
34345         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
34346         (uintmax_t) [defined uintmax_t]: Do not declare.
34347         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
34348         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
34349         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
34350         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
34351         sake of portability to weird hosts that C allows (though we don't
34352         know of any practical examples).
34353
34354         * lib/savedir.h (fdsavedir): New decl.
34355         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
34356         contains most of the former guts of savedir.
34357         (savedir): Use savedirstream.
34358         Include "openat.h".
34359
34360 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
34361
34362         * modules/obstack (Files): Add m4/ulonglong.m4.
34363         Problem reported by Davide Angelocola.
34364
34365 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
34366
34367         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
34368         coreutils no longer futzes with rounding modes.
34369
34370 2005-11-14  Jim Meyering  <jim@meyering.net>
34371
34372         * lib/mkstemp-safer.c: Include <config.h>, required for possible
34373         replacement of mkstemp.
34374
34375 2005-11-10  Simon Josefsson  <jas@extundo.com>
34376
34377         * lib/readline.c: Remove EOL.
34378
34379 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34380
34381         * modules/gethrxtime (Depends-on): Add gettime.
34382
34383 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34384
34385         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
34386         or gettimeofday; no longer needed.
34387
34388 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
34389
34390         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
34391         time business.
34392         (gethrxtime) [! (HAVE_NANOUPTIME
34393         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
34394         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
34395         our own approximation.
34396
34397 2005-11-08  Eric Blake  <ebb9@byu.net>
34398
34399         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
34400
34401 2005-11-08  Eric Blake  <ebb9@byu.net>
34402
34403         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
34404
34405 2005-11-04  Bruno Haible  <bruno@clisp.org>
34406
34407         * gnulib-tool: Implement --update mode.
34408
34409 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34410
34411         Fix porting problem reported by Theodoros V. Kalamatianos.
34412         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
34413         Don't assume that futimes failing means we must fail.
34414
34415 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
34416
34417         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
34418         variables to suggest the intended function of the PATH_MAX check.
34419
34420 2005-10-30  Kean Johnston  <jkj@sco.com>
34421
34422         Trivial changes to support SCO systems.
34423         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
34424         as PATH_MAX.
34425         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
34426         where __ptr is null when no I/O is pending.
34427
34428 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
34429
34430         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
34431         leave errno alone.  Problem reported by Dmitry V. Levin.
34432
34433 2005-10-28  Simon Josefsson  <jas@extundo.com>
34434
34435         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
34436         Test more.
34437
34438         * tests/test-gc-md2.c, tests/test-md2.c: New files.
34439
34440         * modules/md2, modules/md2-tests: New files.
34441
34442 2005-10-28  Simon Josefsson  <jas@extundo.com>
34443
34444         * m4/inet_ntop.m4: More tests.
34445
34446         * m4/gc-md2.m4, md2.m4: New file.
34447
34448 2005-10-28  Simon Josefsson  <jas@extundo.com>
34449
34450         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
34451         "restrict" keywords, as per POSIX.  Protect the function
34452         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
34453         Don't use K&R prototypes.  Check the sprintf return values.
34454         Re-define EAFNOSUPPORT if not present.  Indent.
34455
34456         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
34457         suggested by Bruno Haible <bruno@clisp.org>.
34458
34459         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
34460
34461         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
34462
34463         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
34464         libgcrypt).
34465
34466         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
34467
34468         * lib/md2.h, lib/md2.c: New files.
34469
34470 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
34471
34472         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
34473         errno alone.  Problem reported by Frederic Jolliton.
34474
34475 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
34476
34477         * modules/verify (License): Change from GPL to LGPL.  This is a
34478         tiny module and there are apparently near-equivalents that are
34479         under the BSD license.
34480
34481 2005-10-24  Simon Josefsson  <jas@extundo.com>
34482
34483         * modules/sha1: Relicense to LGPL.
34484
34485 2005-10-24  Simon Josefsson  <jas@extundo.com>
34486
34487         * lib/md4.h: Shrink buffer size, now that we changed the type.
34488
34489 2005-10-23  Simon Josefsson  <jas@extundo.com>
34490
34491         * gnulib-tool (func_import): Fix --tests-base.
34492
34493 2005-10-22  Simon Josefsson  <jas@extundo.com>
34494
34495         * modules/arcfour (Depends-on): Need stdint.
34496
34497 2005-10-22  Simon Josefsson  <jas@extundo.com>
34498
34499         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
34500         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
34501
34502 2005-10-22  Simon Josefsson  <jas@extundo.com>
34503
34504         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
34505         suggested by Bruno Haible <bruno@clisp.org>.
34506
34507 2005-10-22  Simon Josefsson  <jas@extundo.com>
34508
34509         * lib/crc.h: Include stddef.h, for size_t.
34510
34511 2005-10-22  Simon Josefsson  <jas@extundo.com>
34512
34513         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
34514         arcfour_context struct (simplify test vector testing in GNU
34515         Shishi).
34516
34517 2005-10-21  Simon Josefsson  <jas@extundo.com>
34518
34519         * modules/des, modules/des-tests: New files.
34520
34521         * modules/gc-des, modules/gc-des-tests: New files.
34522
34523         * tests/test-des.c, tests/test-gc-des.c: New file.
34524
34525 2005-10-21  Simon Josefsson  <jas@extundo.com>
34526
34527         * modules/arctwo, modules/arctwo-tests: New files.
34528
34529         * tests/test-arctwo.c: New file.
34530
34531         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
34532
34533         * tests/test-gc-arctwo.c: New file.
34534
34535 2005-10-21  Simon Josefsson  <jas@extundo.com>
34536
34537         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
34538         Bruno Haible <bruno@clisp.org>.
34539
34540         * m4/gc-des.m4: New file.
34541
34542 2005-10-21  Simon Josefsson  <jas@extundo.com>
34543
34544         * m4/arctwo.m4: New file.
34545
34546         * m4/gc-arctwo.m4: New file.
34547
34548 2005-10-21  Simon Josefsson  <jas@extundo.com>
34549
34550         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
34551         block.
34552
34553 2005-10-21  Simon Josefsson  <jas@extundo.com>
34554
34555         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
34556         <bruno@clisp.org>.
34557
34558         * lib/hmac-sha1.c (hmac_sha1): Likewise.
34559
34560         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
34561         Bruno Haible <bruno@clisp.org>.
34562
34563         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
34564         <bruno@clisp.org>.
34565
34566 2005-10-21  Simon Josefsson  <jas@extundo.com>
34567
34568         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
34569
34570 2005-10-21  Simon Josefsson  <jas@extundo.com>
34571
34572         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
34573
34574 2005-10-21  Simon Josefsson  <jas@extundo.com>
34575
34576         * lib/des.h, lib/des.c: New files.
34577
34578         * lib/gc-gnulib.c: Support DES.c
34579
34580 2005-10-21  Simon Josefsson  <jas@extundo.com>
34581
34582         * lib/arctwo.h, lib/arctwo.c: New files.
34583
34584         * lib/gc-gnulib.c: Support ARCTWO.
34585
34586 2005-10-21  Simon Josefsson  <jas@extundo.com>
34587
34588         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34589         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34590
34591 2005-10-21  Simon Josefsson  <jas@extundo.com>
34592
34593         * gnulib-tool (func_import, func_create_testdir): Define automake
34594         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34595         Makefile.am snippet),
34596         suggested by Bruno Haible <bruno@clisp.org>.
34597
34598         * modules/gc (Makefile.am): Use it.
34599
34600 2005-10-21  Bruno Haible  <bruno@clisp.org>
34601
34602         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34603         patch.
34604
34605 2005-10-19  Simon Josefsson  <jas@extundo.com>
34606
34607         * tests/test-gc-rijndael.c: New file.
34608
34609         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34610
34611 2005-10-19  Simon Josefsson  <jas@extundo.com>
34612
34613         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34614         interface too.
34615
34616 2005-10-19  Simon Josefsson  <jas@extundo.com>
34617
34618         * tests/test-gc-arcfour.c: New file.
34619
34620         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34621
34622 2005-10-19  Simon Josefsson  <jas@extundo.com>
34623
34624         * modules/gc-md4, modules/gc-md4-tests: New file.
34625
34626         * tests/test-gc-md4.c: New file.
34627
34628 2005-10-19  Simon Josefsson  <jas@extundo.com>
34629
34630         * m4/gc-md4.m4: New file.
34631
34632 2005-10-19  Simon Josefsson  <jas@extundo.com>
34633
34634         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34635         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34636         <kasal@ucw.cz>.
34637
34638 2005-10-19  Simon Josefsson  <jas@extundo.com>
34639
34640         * m4/gc-arcfour.m4: New file.
34641
34642         * m4/gc-rijndael.m4: New file.
34643
34644 2005-10-19  Simon Josefsson  <jas@extundo.com>
34645
34646         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34647
34648 2005-10-19  Simon Josefsson  <jas@extundo.com>
34649
34650         * lib/gc-gnulib.c: Support ARCFOUR.
34651
34652 2005-10-19  Simon Josefsson  <jas@extundo.com>
34653
34654         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34655         support.
34656
34657         * lib/gc.h: Add ECB enum type.
34658
34659         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34660
34661 2005-10-18  Simon Josefsson  <jas@extundo.com>
34662
34663         * tests/test-md5.c: New file.
34664
34665         * modules/md5-tests: New file.
34666
34667 2005-10-18  Simon Josefsson  <jas@extundo.com>
34668
34669         * tests/test-md4.c: New file.
34670
34671         * modules/md4, modules/md4-tests: New files.
34672
34673 2005-10-18  Simon Josefsson  <jas@extundo.com>
34674
34675         * m4/md4.m4: New file.
34676
34677 2005-10-18  Simon Josefsson  <jas@extundo.com>
34678
34679         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34680
34681 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34682
34683         * gnulib-tool (func_create_testdir): Omit the second check whether
34684         BUILT_SOURCES in nonempty.
34685
34686 2005-10-17  Simon Josefsson  <jas@extundo.com>
34687
34688         * tests/test-rijndael.c: New file.
34689
34690 2005-10-17  Simon Josefsson  <jas@extundo.com>
34691
34692         * modules/sha1: Depend on stdint instead of md5.
34693
34694         * modules/md5: Depend on stdint, remove uint32_t.
34695
34696 2005-10-17  Simon Josefsson  <jas@extundo.com>
34697
34698         * modules/gc-sha1-tests: New file.
34699
34700         * tests/test-gc-sha1.c: New file.
34701
34702 2005-10-17  Simon Josefsson  <jas@extundo.com>
34703
34704         * m4/md5.m4: Remove call to uint32_t.m4.
34705
34706 2005-10-17  Simon Josefsson  <jas@extundo.com>
34707
34708         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34709
34710         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34711         md5.h.
34712
34713         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34714
34715         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34716
34717 2005-10-17  Simon Josefsson  <jas@extundo.com>
34718
34719         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34720
34721 2005-10-17  Simon Josefsson  <jas@extundo.com>
34722
34723         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34724
34725 2005-10-17  Simon Josefsson  <jas@extundo.com>
34726
34727         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34728
34729         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34730
34731 2005-10-17  Bruno Haible  <bruno@clisp.org>
34732
34733         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34734         that it can also be used in a test.
34735
34736 2005-10-16  Bruno Haible  <bruno@clisp.org>
34737
34738         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34739         TESTS_ENVIRONMENT, so that individual tests can augment it.
34740
34741         * gnulib-tool (func_create_testdir): Use an intermediate target for
34742         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34743         macros, like $(ALLOCA_H), which cannot be passed through the command
34744         line.
34745
34746 2005-10-15  Simon Josefsson  <jas@extundo.com>
34747
34748         * modules/rijndael-tests: New file.
34749
34750         * modules/rijndael: New file.
34751
34752 2005-10-15  Simon Josefsson  <jas@extundo.com>
34753
34754         * m4/rijndael.m4: New file.
34755
34756 2005-10-15  Simon Josefsson  <jas@extundo.com>
34757
34758         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34759
34760         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34761
34762 2005-10-14  Simon Josefsson  <jas@extundo.com>
34763
34764         * tests/test-arcfour.c: New file.
34765
34766         * modules/arcfour, modules/arcfour-tests: New files.
34767
34768 2005-10-14  Simon Josefsson  <jas@extundo.com>
34769
34770         * m4/arcfour.m4: New file.
34771
34772 2005-10-14  Simon Josefsson  <jas@extundo.com>
34773
34774         * lib/arcfour.h, lib/arcfour.c: New files.
34775
34776 2005-10-14  Roland McGrath  <roland@redhat.com>
34777
34778         Import from libc.  [BZ #1331]
34779         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34780         macro argument.
34781         Reported by Matej Vela <vela@debian.org>.
34782
34783 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34784
34785         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34786         include <wchar.h>; no longer needed.
34787
34788 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34789
34790         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34791
34792 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34793         and  Ulrich Drepper  <drepper@redhat.com>
34794
34795         Import from libc.
34796         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34797         instead of inline stream orientation test and two separate
34798         function calls.  Pay no attention to USE_IN_LIBIO.
34799
34800 2005-10-13  Simon Josefsson  <jas@extundo.com>
34801
34802         * modules/gc-hmac-md5-tests: New file.
34803
34804         * tests/test-gc-hmac-sha1.c: New file.
34805
34806         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34807
34808         * modules/gc-hmac-md5-tests: New file.
34809
34810         * tests/test-gc-md5.c: New file.
34811
34812         * modules/gc-md5-tests: New file.
34813
34814 2005-10-13  Simon Josefsson  <jas@extundo.com>
34815
34816         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34817         Move memory allocation outside of loop.
34818
34819 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34820
34821         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34822         intermediate directory is in a read-only file system.  Problem
34823         reported by Eric Blake.
34824
34825 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34826
34827         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34828
34829 2005-10-12  Simon Josefsson  <jas@extundo.com>
34830
34831         * tests/test-hmac-sha1.c: New file.
34832
34833         * modules/hmac-sha1-tests: New file.
34834
34835         * modules/hmac-sha1: New file.
34836
34837 2005-10-12  Simon Josefsson  <jas@extundo.com>
34838
34839         * modules/gc-sha1: New file.
34840
34841 2005-10-12  Simon Josefsson  <jas@extundo.com>
34842
34843         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34844
34845         * tests/test-gc-pbkdf2-sha1.c: New file.
34846
34847 2005-10-12  Simon Josefsson  <jas@extundo.com>
34848
34849         * modules/gc-md5, modules/gc-hmac-md5: New files.
34850
34851         * modules/gc (Files): Remove md5, memxor and hmac files.
34852
34853 2005-10-12  Simon Josefsson  <jas@extundo.com>
34854
34855         * m4/gc-pbkdf2-sha1.m4: New file.
34856
34857         * m4/gc-hmac-sha1.m4: New file.
34858
34859         * m4/gc-sha1: New file.
34860
34861         * m4/hmac-sha1.m4: New file.
34862
34863 2005-10-12  Simon Josefsson  <jas@extundo.com>
34864
34865         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34866
34867         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34868
34869 2005-10-12  Simon Josefsson  <jas@extundo.com>
34870
34871         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34872         suggested by Bruno Haible <bruno@clisp.org>.
34873
34874 2005-10-12  Simon Josefsson  <jas@extundo.com>
34875
34876         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34877
34878 2005-10-12  Simon Josefsson  <jas@extundo.com>
34879
34880         * lib/gc-pbkdf2-sha1.c: New file.
34881
34882         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34883
34884 2005-10-12  Simon Josefsson  <jas@extundo.com>
34885
34886         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34887
34888         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34889
34890 2005-10-12  Simon Josefsson  <jas@extundo.com>
34891
34892         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34893         GC_USE_HMAC_MD5, respectively.
34894
34895         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34896         (gc_md5): Fix typo.
34897
34898         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34899
34900         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34901
34902         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34903
34904 2005-10-12  Bruno Haible  <bruno@clisp.org>
34905
34906         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34907         Reported by Stepan Kasal <kasal@ucw.cz>.
34908
34909 2005-10-11  Simon Josefsson  <jas@extundo.com>
34910
34911         * tests/test-crc.c: New file.
34912
34913         * modules/crc, modules/crc-tests: New files.
34914
34915 2005-10-11  Simon Josefsson  <jas@extundo.com>
34916
34917         * m4/crc.m4: New file.
34918
34919 2005-10-11  Simon Josefsson  <jas@extundo.com>
34920
34921         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34922
34923         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34924
34925         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34926
34927 2005-10-11  Simon Josefsson  <jas@extundo.com>
34928
34929         * lib/crc.h, lib/crc.c: New files.
34930
34931         * lib/gc.h (gc_hash_buffer): Add doc.
34932
34933 2005-10-11  Bruno Haible  <bruno@clisp.org>
34934
34935         * modules/c-strcasestr: New file.
34936         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34937
34938 2005-10-11  Bruno Haible  <bruno@clisp.org>
34939
34940         * modules/c-strcase: New file.
34941         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34942
34943 2005-10-11  Bruno Haible  <bruno@clisp.org>
34944
34945         * lib/strcasecmp.c: Include limits.h.
34946         (strcasecmp): Avoid integer overflow on exotic platforms.
34947         * lib/strncasecmp.c: Include limits.h.
34948         (strncasecmp): Avoid integer overflow on exotic platforms.
34949         Reported by Paul Eggert.
34950
34951 2005-10-11  Bruno Haible  <bruno@clisp.org>
34952
34953         * lib/c-strcasestr.h: New file, from GNU gettext.
34954         * lib/c-strcasestr.c: New file, from GNU gettext.
34955
34956 2005-10-11  Bruno Haible  <bruno@clisp.org>
34957
34958         * lib/c-strcase.h: New file, from GNU gettext.
34959         * lib/c-strcasecmp.c: New file, from GNU gettext.
34960         * lib/c-strncasecmp.c: New file, from GNU gettext.
34961
34962 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34963
34964         * modules/mempcpy (License): GPL -> LGPL.
34965         * modules/strchrnul (License): Likewise.
34966         * modules/sysexits (License): Likewise.
34967
34968 2005-10-08  Simon Josefsson  <jas@extundo.com>
34969
34970         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34971
34972 2005-10-07  Simon Josefsson  <jas@extundo.com>
34973
34974         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34975
34976 2005-10-06  Simon Josefsson  <jas@extundo.com>
34977
34978         * tests/test-hmac-md5.c: New file.
34979
34980         * modules/hmac-md5-tests: New file.
34981
34982         * modules/hmac-md5: New file.
34983
34984 2005-10-06  Simon Josefsson  <jas@extundo.com>
34985
34986         * m4/hmac-md5.m4: New file.
34987
34988         * m4/memxor.m4: Require gl_C_RESTRICT.
34989
34990 2005-10-06  Simon Josefsson  <jas@extundo.com>
34991
34992         * lib/memxor.c (memxor): Avoid casts and warnings.
34993
34994 2005-10-06  Simon Josefsson  <jas@extundo.com>
34995
34996         * lib/hmac-md5.c: New file.
34997
34998         * lib/hmac.h: New file.
34999
35000 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
35001
35002         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
35003         promotes to int, not unsigned int, to catch the AIX 5.3
35004         compiler bug.
35005
35006 2005-10-05  Simon Josefsson  <jas@extundo.com>
35007
35008         * modules/memxor: New file.
35009
35010         * modules/iconv (Files): Move config.rpath to havelib, it is used
35011         there.
35012
35013         * modules/havelib (Files): Add config.rpath.
35014
35015 2005-10-05  Simon Josefsson  <jas@extundo.com>
35016
35017         * m4/memxor.m4: New file.
35018
35019 2005-10-05  Simon Josefsson  <jas@extundo.com>
35020
35021         * lib/memxor.c (memxor): Fix compiler error.
35022
35023         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
35024         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
35025
35026         * lib/memxor.h, lib/memxor.c: New files.
35027
35028         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
35029         we assume all systems have it, suggested by Jim Meyering
35030         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
35031         any systems lack sys/socket.h; mingw32 is known to lack it, but we
35032         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
35033         same reasons.
35034
35035 2005-10-05  Simon Josefsson  <jas@extundo.com>
35036
35037         * config/srclist.txt: Add glibc bug 1423 for md5.h.
35038
35039 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
35040
35041         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
35042         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
35043         needed, since the source code now assumes these .h files.
35044
35045 2005-10-05  Derek Price  <derek@ximbiot.com>
35046
35047         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
35048
35049 2005-10-05  Bruno Haible  <bruno@clisp.org>
35050
35051         * modules/stdint (License): Change to LGPL.
35052
35053 2005-10-04  Simon Josefsson  <jas@extundo.com>
35054
35055         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
35056         D. Baushke" <mdb@gnu.org>.
35057
35058 2005-10-04  Bruno Haible  <bruno@clisp.org>
35059
35060         * lib/verify.h (verify_true): Provide alternative definition for C++.
35061
35062 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
35063
35064         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
35065         (SSIZE_MAX): New macro, if not already defined.
35066         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
35067         than 2 GiB.
35068
35069 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         Sync from coreutils.
35072         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
35073         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
35074         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
35075         ULLONG_MAX doesn't work with 2.7.2.1.
35076
35077 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
35078
35079         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
35080         From Ben Pfaff.
35081
35082         * modules/exclude (Depends-on): Depend on verify.
35083         * modules/strtoimax (Depends-on): Likewise.
35084         * modules/utimecmp (Depends-on): Likewise.
35085
35086 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
35087
35088         * lib/exclude.c: Include verify.h.
35089         (verify): Remove.  All callers changed to use verify.h's version.
35090         * lib/strtoimax.c: Likewise.
35091         * lib/utimecmp.c: Likewis.e
35092
35093         Sync from coreutils.
35094         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
35095         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
35096         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
35097         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
35098         bother returning ENOSYS if settimeofday or stime fails; just let
35099         them return whatever errno they want to return.
35100         * lib/utimens.c: Include unistd.h, for dup2.
35101         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
35102         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
35103
35104 2005-10-02  Jim Meyering  <jim@meyering.net>
35105
35106         Sync from coreutils.
35107         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
35108         from glibc-2.2.5 that fails for read-only files.
35109
35110 2005-10-02  Jim Meyering  <jim@meyering.net>
35111
35112         Sync from coreutils.
35113         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
35114         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
35115         `#if HAVE_CONFIG_H'.
35116         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
35117         Remove AT_FDCWD test.
35118         Do not consume the fd unless successful.
35119         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
35120         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
35121         block, so that we don't even try to compile it if settimeofday is
35122         available.  This works around a compilation failure on OSF1 V5.1,
35123         due to stime requiring a `long int*' while tv_sec is `int'.
35124
35125 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
35126
35127         Sync from coreutils.
35128         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
35129         against `yes', rather than just testing for nonempty.
35130
35131 2005-10-01  Simon Josefsson  <jas@extundo.com>
35132
35133         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
35134         and Darwin.
35135
35136         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
35137         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
35138         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
35139         freeaddrinfo and gai_strerror are declared by the POSIX headers.
35140         Check if struct addrinfo is declared.
35141
35142 2005-10-01  Simon Josefsson  <jas@extundo.com>
35143
35144         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
35145         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
35146         AI_* and EAI_* definitions.  Protect function declarations.
35147
35148 2005-10-01  Jim Meyering  <jim@meyering.net>
35149
35150         Sync from coreutils.
35151
35152         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
35153         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
35154         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
35155         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
35156         in the inet and nsl libraries.  Required on Solaris 5.7.
35157
35158 2005-10-01  Jim Meyering  <jim@meyering.net>
35159
35160         Sync from coreutils.
35161         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
35162         in the inet and nsl libraries.  Required on Solaris 5.7.
35163
35164 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
35165
35166         * lib/getdelim.c (getdelim): Remove unused variables.
35167
35168 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
35169
35170         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
35171         so that the code works even with ancient cpp.  Portability problem
35172         with GCC 2.7.2.1 reported by Thomas M.Ott.
35173
35174 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
35175
35176         * modules/regex (Depends-on): Add strcase.
35177
35178         * modules/gethostname (Licence): Change from GPL to LGPL, since
35179         gethostname.c is a trivial implementation of a standard library
35180         function.
35181         * modules/poll (License): Change from GPL to LGPL, since it's
35182         derived from LGPL code.
35183
35184 2005-09-27  Jim Meyering  <jim@meyering.net>
35185
35186         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
35187         HAVE_CONFIG_H.
35188
35189         * lib/intprops.h (signed_type_or_expr__): Define.
35190         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
35191         for unsigned types.
35192
35193 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
35194
35195         * lib/verify.h (verify_expr): Remove, replacing with:
35196         (verify_true): New macro that returns true instead of void.
35197         (verify_type__): Remove.
35198         (verify): Use verify_true rather than verify_type__.
35199
35200 2005-09-26  Bruno Haible  <bruno@clisp.org>
35201
35202         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
35203         is necessary.
35204         (lib_SOURCES): Remove mbchar.c.
35205         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
35206         (Files): Add m4/mbrtowc.m4.
35207         * modules/mbiter: Likewise.
35208         * modules/mbuiter: Likewise.
35209
35210 2005-09-26  Bruno Haible  <bruno@clisp.org>
35211
35212         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
35213         compile mbchar.c if they are not both present.
35214         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
35215         * m4/mbiter.m4 (gl_MBITER): Likewise.
35216         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
35217         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
35218         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
35219
35220 2005-09-25  Jim Meyering  <jim@meyering.net>
35221
35222         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
35223         also uses socklen_t.
35224
35225 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
35226
35227         * lib/utimens.c (ENOSYS): Define if not already defined.
35228         (futimens): Support having a null PATH if the file descriptor
35229         is nonnegative.
35230
35231         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
35232         Remove.
35233         (__attribute): Define to empty unless GCC 3.1 or later.
35234         This works around a core dump on OpenBSD 3.4, which has GCC
35235         2.95.3, which dumps core when given __attribute__(()).  It also
35236         simplifies other tests, since we really don't want to bother with
35237         worrying about which ancient version of GCC supported what.
35238         Original problem reported by Yoann Vandoorselaere, with part of
35239         the fix suggested by Derek Price.
35240
35241 2005-09-24  Jim Meyering  <jim@meyering.net>
35242
35243         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
35244         so we can once again use a positive bitfield width of 1 -- now we
35245         don't have to explain why we were using a bitfield width of 2.
35246
35247 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
35248
35249         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
35250         and similarly for the other external symbols.  Problem reported
35251         by James Gallager.
35252
35253         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
35254         bug reported by Jim Meyering.
35255
35256         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
35257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
35258         not needed, since socklen is a prerequisite module.
35259
35260 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
35261
35262         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
35263         Problem reported by Eric Blake.
35264         (getaddrinfo): Initialize se so that it's not garbage.
35265         Redo internal storage allocation so that it doesn't make unportable
35266         assumptions about alignment.
35267         Fix a memory leak.
35268
35269         * lib/utimens.c (futimens): Use futimesat if available.
35270         Prefer it to futimes since it doesn't have the futimes bug.
35271
35272         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
35273         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
35274         Instead, declare a function that returns a pointer to an array,
35275         and use verify_type__ to declare the size of the array.
35276         Problem and germ of a solution reported by Bruno Haible.
35277         (verify_type__): Use 2, not 1, for bitfield size, to avoid
35278         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
35279
35280 2005-09-23  Jim Meyering  <jim@meyering.net>
35281
35282         Sync from coreutils.
35283         Correct build failure (socklen_t not defined) on at least
35284         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
35285         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
35286
35287 2005-09-23  Jim Meyering  <jim@meyering.net>
35288
35289         * modules/getaddrinfo (Depends-on): Add socklen.
35290
35291 2005-09-23  Bruno Haible  <bruno@clisp.org>
35292
35293         * tests/test-verify.c: New file.
35294
35295 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
35296
35297         Sync from coreutils.
35298
35299         * modules/argmatch (Depends-on): Add verify.
35300         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
35301         unistd-safer.
35302         * modules/save-cwd (Depends-on): Likewise.
35303
35304         * modules/openat (Files): Add lib/openat-die.c.
35305         (Depends-on): Remove error, exitfail.
35306         Add dirname.
35307
35308         * modules/verify: New file.
35309         * MODULES.html.sh (Diagnostics <assert.h>): New section,
35310         with "verify" module.
35311
35312 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
35313
35314         Sync from coreutils.
35315
35316         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
35317         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
35318         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
35319         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
35320         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
35321         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
35322         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
35323         Don't bother checking for string.h, stdlib.h, unistd.h.
35324         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
35325         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
35326         module's job.
35327         * m4/jm-macros.m4 (gl_MACROS): Likewise.
35328         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
35329
35330         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
35331         (gl_GETDATE): Use it.
35332
35333         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
35334
35335 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
35336
35337         Sync from coreutils.
35338
35339         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
35340         stat-time.h.
35341         * lib/argmatch.h: Include verify.h
35342         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
35343         (ARGMATCH_ASSERT): Remove; unused.
35344         * lib/canonicalize.c: Assume STDC_HEADERS.
35345         * lib/exclude.c: Include "strcase.h".
35346         * lib/regex_internal.h [!defined _LIBC]: Likewise.
35347         * lib/getusershell.c: Include stdio--.h rather than stdio.h
35348         and stdio-safer.h.
35349         (getusershell): Call fopen, not fopen_safer.
35350         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
35351         Do not include unistd-safer.h.
35352         (save_cwd): Don't call fd_safer; no longer needed
35353         now that we include fcntl--.h.
35354
35355         * lib/getdate.y (relative_time): New type.
35356         (RELATIVE_TIME_0): New constant.
35357         (parser_control): Use relative_time instead of doing it ourselves.
35358         (%union): Add new relative_time rel member.
35359         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
35360         Now typeless.
35361         (relunit, relunit_snumber): Now of type rel.
35362         (zone, rel, relunit, get_date): Adjust to above changes.
35363
35364         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
35365         Do not include unistd-safer.h.
35366         (getloadavg): Don't call fd_safer; no longer needed
35367         now that we include fcntl--.h.
35368
35369         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
35370         (make_dir_parents): Treat ENOSYS like EEXIST.
35371
35372         Improve quality of diagnostics on restore_cwd failure.
35373         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
35374         (make_dir_parents): Last arg is now int * (for errno), not bool *.
35375         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
35376         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
35377         each time through the loop.  Do not diagnose restore_cwd failure;
35378         that is the caller's job (and perhaps the caller does not care).
35379
35380         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
35381         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
35382         If the file already exists but is not a directory, don't bother
35383         to try to make its parents.
35384         Close potential file descriptor leak if we can't chdir("/") (!).
35385         Don't always return true if chdir($PWD) fails; return true only
35386         if the requested action was done successfully (except for the
35387         chdir($PWD)).
35388         Don't log final directory unless we actually made it.
35389         Refactor to avoid duplicate code to fix up permissions.
35390         Don't attempt to fix up parent permissions if chdir($PWD) fails.
35391
35392         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
35393         to make it a bit faster and (I hope) clearer.
35394         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
35395         Fix bug in formats like %2N.
35396
35397         * lib/verify.h: New file.
35398
35399 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
35400
35401         Sync from coreutils.
35402         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
35403
35404 2005-09-22  Jim Meyering  <jim@meyering.net>
35405
35406         Sync from coreutils.
35407
35408         * m4/lstat.m4 (gl_FUNC_LSTAT):
35409         Use AC_LIBSOURCES to require lstat.c and lstat.h.
35410         Remove obsolete comment.
35411         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
35412         * m4/xstrtod.m4: Likewise.
35413
35414         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
35415
35416 2005-09-22  Jim Meyering  <jim@meyering.net>
35417
35418         Sync from coreutils.
35419
35420         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
35421
35422         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
35423         the .tm_year member, since otherwise gcc-4.0 would now warn about
35424         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
35425
35426         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
35427         order to avoid an unsuppressible warning from gcc on 64-bit systems.
35428
35429         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
35430         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
35431         when run in a time zone for which daylight savings time is in effect
35432         for the starting date.
35433
35434         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
35435         stop us from restricting permissions of just-created absolute-named
35436         directories.
35437         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
35438         to restore initial working directory.
35439         * lib/mkdir-p.c (make_dir_parents): New parameter:
35440         different_working_dir, to tell caller if/when we change the working
35441         directory and are unable to return to the initial one.
35442         * lib/mkdir-p.h (make_dir_parents): Update prototype.
35443         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
35444         `return false'.  This fixes a bug introduced on 2004-07-30.
35445
35446         * lib/openat.c (fdopendir): Be sure to close the supplied
35447         file descriptor before returning.  This makes our replacement
35448         implementation a little closer to Solaris's, where fdopendir
35449         ties the file descriptor to the returned DIR* pointer.
35450         * lib/openat.c (unlinkat): New function.
35451         * lib/openat.h (unlinkat): Add prototype.
35452         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
35453         (openat_restore_fail): Rename from openat_restore_die.
35454         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
35455
35456         Provide an alternative to exiting immediately upon save_cwd or
35457         restore_cwd failure.  Now, an application can arrange e.g.,
35458         to perform a longjump in that case.
35459         * lib/openat.c: Include dirname.h.
35460         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
35461         (rpl_openat, fdopendir, fstatat): Call openat_save_die
35462         and openat_restore_die rather than calling error directly.
35463         Don't include "error.h" or "exitfail.h"; they're no longer needed.
35464
35465         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
35466         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
35467         define.
35468
35469         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
35470         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
35471                             int utc, int nanoseconds);
35472         Background:
35473         date should not have to allocate a megabyte of virtual memory to
35474         handle a format argument like +%1048575T.  When implemented with
35475         strftime, it must allocate such a buffer, use strftime to fill it
35476         in, print it, then free it.
35477         With fprintftime, it simply prints everything and exits.
35478         With no need for memory allocation, that's one fewer way to fail.
35479         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
35480         optional field width, not before, so we accept %9:z, not %:9z.
35481         (my_strftime): Be sure to use L_('x') for literals.
35482
35483         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
35484         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
35485         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
35486         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
35487         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
35488         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
35489         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
35490         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
35491         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
35492         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
35493         * lib/xgethostname.c, lib/xreadlink.c:
35494         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
35495
35496         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
35497         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
35498         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
35499         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
35500         and don't include <sys/file.h>).
35501
35502 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
35503
35504         Sync from coreutils.
35505
35506         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
35507         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
35508         [!LDAV_DONE]: Avoid unused variable warning.
35509
35510 2005-09-21  Bruno Haible  <bruno@clisp.org>
35511
35512         * lib/unicodeio.h (unicode_to_mb): New declaration.
35513
35514 2005-09-20  Derek Price  <derek@ximbiot.com>
35515
35516         * lib/getaddrinfo.c: Don't include <netdb.h> included from
35517         getaddrinfo.h.
35518
35519 2005-09-20  Bruno Haible  <bruno@clisp.org>
35520
35521         * gnulib-tool: Remove trailing slashes from the values specified for
35522         --source-base, --m4-base, --tests-base, --aux-dir.
35523         Suggested by Simon Josefsson <jas@extundo.com>.
35524
35525 2005-09-20  Bruno Haible  <bruno@clisp.org>
35526
35527         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
35528         func_modules_to_filelist, func_import, func_create_testdir): Make all
35529         sorting results locale-independent, so that gnulib-cache.m4 doesn't
35530         change when gnulib-tool is invoked in a different locale.
35531
35532 2005-09-19  Simon Josefsson  <jas@extundo.com>
35533
35534         * m4/socklen.m4: Fix typo.
35535
35536 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35537
35538         Use a consistent style for including <config.h>.
35539         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
35540         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
35541         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
35542         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
35543         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
35544         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
35545         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
35546         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
35547         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
35548         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
35549         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
35550         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
35551         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
35552         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
35553         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
35554         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
35555         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
35556         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
35557         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
35558         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
35559         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
35560         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
35561         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
35562         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
35563         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
35564         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
35565         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
35566         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
35567         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
35568         lib/xstrtoumax.c, lib/yesno.c:
35569         Standardize inclusion of config.h.
35570         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
35571         lib/inttostr.h:  Removed inclusion of config.h from header files.
35572         * lib/inttostr.c:  Adjusted in-tree users.
35573         * lib/timespec.h: Remove superfluous warning to include config.h.
35574         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
35575         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
35576         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
35577         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
35578         config.h with HAVE_CONFIG_H.
35579
35580 2005-09-19  Jim Meyering  <jim@meyering.net>
35581
35582         * modules/pathmax (License): Change to LGPL.
35583
35584 2005-09-19  Derek Price  <derek@ximbiot.com>
35585
35586         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35587
35588 2005-09-19  Bruno Haible  <bruno@clisp.org>
35589
35590         * gnulib-tool (import): Provide default for --tests-base.
35591
35592 2005-09-19  Bruno Haible  <bruno@clisp.org>
35593
35594         * doc/quote.texi: New file, extracted from gnulib.texi.
35595         * doc/ctime.texi: New file, extracted from gnulib.texi.
35596         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35597         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35598         * doc/gnulib.texi: Include them.
35599
35600 2005-09-18  Bruno Haible  <bruno@clisp.org>
35601
35602         Portability fix.
35603         * gnulib-tool (func_readlink): New function.
35604         (func_ln_if_changed): Use it.
35605
35606 2005-09-18  Bruno Haible  <bruno@clisp.org>
35607
35608         * gnulib-tool: Support --with-tests also with --import.
35609         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35610         (func_import): Use variables $testsbase and $inctests. Emit a
35611         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35612         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35613         SUBDIRS += $testsdir.
35614         (func_create_testdir): Update.
35615
35616 2005-09-18  Bruno Haible  <bruno@clisp.org>
35617
35618         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35619         instead of $dry_run.
35620         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35621         (func_ln_if_changed): Don't handle dry-run here.
35622         (func_import): In dry-run mode, detect more precisely which actions
35623         would be performed, and don't use "...ing" verbs.
35624
35625 2005-09-18  Bruno Haible  <bruno@clisp.org>
35626
35627         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35628         (func_import): Use join on two temporary files instead of three nested
35629         loops, in order to determine which files are new or old.
35630
35631 2005-09-18  Bruno Haible  <bruno@clisp.org>
35632
35633         * gnulib-tool (func_import): Comment out code that spits out the
35634         new files with --dry-run.
35635
35636 2005-09-18  Bruno Haible  <bruno@clisp.org>
35637
35638         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35639
35640 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35641
35642         * lib/stat-time.h: New file.
35643         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35644         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35645         in a different way.
35646         (timespec_cmp): New function.
35647         * lib/utimecmp.c: Include stat-time.h.
35648         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35649         members exist, not on the obsolescent ST_MTIM_NSEC.
35650         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35651
35652 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35653
35654         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35655
35656 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35657
35658         * MODULES.html.sh (File system functions): Add stat-time.
35659         * modules/stat-time: New file.
35660         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35661         is now done in a different way, by the stat-time module.
35662         * modules/utimecmp (Depends-on): Add stat-time.
35663
35664 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35665
35666         * m4/st_mtim.m4: Remove.  Superseded by...
35667         * m4/stat-time.m4: New file.
35668         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35669         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35670
35671 2005-09-15  Derek Price  <derek@ximbiot.com>
35672
35673         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35674
35675 2005-09-15  Derek Price  <derek@ximbiot.com>
35676
35677         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35678         * lib/regex_internal.c: Ditto, using this...
35679         (__GNUC_PREREQ): ...new macro.
35680         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35681         using...
35682         (__GNUC_PREREQ): ...this new macro.
35683
35684         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35685
35686 2005-09-15  Derek Price  <derek@ximbiot.com>
35687             Paul Eggert  <eggert@cs.ucla.edu>
35688
35689         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35690         changes, consolidating in...
35691         * lib/regex_internal.h: ...this file.
35692
35693 2005-09-13  Jim Meyering  <jim@meyering.net>
35694
35695         * lib/canon-host.c: Filter through gnu indent and reword comments
35696         slightly.
35697         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35698
35699 2005-09-13  Derek Price  <derek@ximbiot.com>
35700
35701         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35702         failure.
35703         Reported by Jim Meyering  <jim@meyering.net>.
35704
35705 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35706
35707         * lib/base64.c: Typo.
35708         (base64_encode): Put b64str in initialized data section.
35709
35710 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35711
35712         Merge glibc and coreutils changes into gnulib, plus a few
35713         extra fixes.
35714         * lib/md5.c: Use #error rather than a string.
35715         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35716         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35717         (__attribute__): Define to empty for non recent-GCC.
35718         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35719         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35720         Renamed from their non-__ counterparts, with new macros replacing
35721         them if not _LIBC.  Add __THROW attribute.
35722         (rol): Remove.
35723         (struct md5_ctx): Align buffer if using GCC.
35724         * lib/sha1.h (struct sha1_ctx): Likewise.
35725         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35726         The old name was backwards.
35727         (NOTSWAP): Remove; not used.
35728         (rol): New macro, moved here from md5.h.
35729         (sha1_process_block): Remove a FIXME that doesn't make sense.
35730
35731 2005-09-12  Derek Price  <derek@ximbiot.com>
35732
35733         Return usable errors from canon-host.
35734         * lib/canon-host.h: New file.
35735         * lib/canon-host.c (canon_host): Wrap...
35736         (canon_host_r): ...this new function, which now relies exclusively on
35737         getaddrinfo.
35738         (ch_strerror): New function.
35739         (last_cherror): New global.
35740         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35741         interface.
35742         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35743         void *.
35744         (freeaddrinfo): Free ai->ai_canonname when set.
35745
35746 2005-09-12  Derek Price  <derek@ximbiot.com>
35747
35748         Make canon-host require getaddrinfo.
35749         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35750         AC_LIBSOURCE canon-host.h.  Call...
35751         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35752         gl_GETADDRINFO.
35753         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35754
35755 2005-09-12  Derek Price  <derek@ximbiot.com>
35756
35757         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35758         LGPL.
35759         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35760
35761 2005-09-12  Derek Price  <derek@ximbiot.com>
35762
35763         * lib/gai_strerror.c: Include config.h when available.  Include
35764         getaddrinfo.h before other headers to test interface.
35765         Reported by Larry Jones <lawrence.jones@ugs.com>.
35766
35767 2005-09-12  Derek Price  <derek@ximbiot.com>
35768             Paul Eggert  <eggert@cs.ucla.edu>
35769
35770         * modules/glob (Files): Add glob-libc.h.
35771
35772 2005-09-12  Derek Price  <derek@ximbiot.com>
35773             Paul Eggert  <eggert@cs.ucla.edu>
35774
35775         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35776         glob_.h, glob-libc.h.
35777         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35778
35779 2005-09-12  Derek Price  <derek@ximbiot.com>
35780             Paul Eggert  <eggert@cs.ucla.edu>
35781
35782         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35783         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35784         protecting things that should be done only in gnulib contexts.
35785         * lib/glob_.h: New file, containing only the glob things needed for
35786         gnulib.
35787         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35788         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35789         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35790         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35791         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35792         and to respect the namespace rules better.
35793
35794 2005-09-08  Simon Josefsson  <jas@extundo.com>
35795
35796         * modules/socklen: New file.
35797
35798 2005-09-08  Simon Josefsson  <jas@extundo.com>
35799
35800         * m4/socklen.m4: New file.
35801
35802 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35803
35804         * modules/utimens (Files): Add m4/utimbuf.m4, since
35805         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35806         Reported by Sergey Poznyakoff.
35807
35808 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35809
35810         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35811         definitions, since that's the preferred style in glibc.
35812         Fix a minor spacing issue, and update copyright notice to match
35813         glibc's.
35814
35815 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35816
35817         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35818
35819 2005-09-06  Simon Josefsson  <jas@extundo.com>
35820
35821         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35822         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35823
35824 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35825
35826         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35827         warning.
35828
35829 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35830
35831         * config/srclist.txt: Add glibc bug 1302.
35832
35833 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35834
35835         Change bitset word type from unsigned int to unsigned long int,
35836         as this has better performance on typical 64-bit hosts.
35837         Port bitset code to hosts with unusual word sizes.
35838         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35839         (build_collating_symbol):
35840         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35841         argument is a bitset.  This is merely a style issue, but it makes
35842         it clearer that an entire array is expected.
35843         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35844         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35845         Port to the case where bitset_word is not the same as unsigned int.
35846         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35847         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35848         Likewise.
35849         * lib/regexec.c (check_dst_limits_calc_pos_1,
35850         check_subexp_matching_top):
35851         (build_trtable, group_nodes_into_DFAstates):
35852         Likewise.
35853         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35854         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35855         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35856         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35857         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35858         * lib/regcomp.c (optimize_subexps, lower_subexp):
35859         Work even if bitset_word has holes in its bitwise representation.
35860         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35861         * lib/regexec.c (check_dst_limits_calc_pos_1,
35862         check_subexp_matching_top):
35863         Likewise.
35864         * lib/regex_internal.c (re_string_reconstruct):
35865         Don't assume UCHAR_MAX == 255.
35866         * lib/regex_internal.h (bitset_set_all): Likewise.
35867         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35868         All uses changed.
35869         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35870         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35871         All uses changed.
35872         (BITSET_WORD_MAX): New macro.
35873         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35874         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35875         (bitset_empty, bitset_copy):
35876         Prefer sizeof (bitset) to multiplying it out ourselves.
35877         (bitset_not_merge): Remove; unused.
35878         (bitset_contain): Return bool, not unsigned int with one bit on.
35879         All callers changed.
35880         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35881         alignment than re_node_set; do this by defining a new internal
35882         type struct dests_alloc and using it to allocate memory.
35883
35884 2005-09-05  Bruno Haible  <bruno@clisp.org>
35885
35886         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35887         links.
35888
35889 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35890
35891         * modules/size_max (Makefile.am): Add size_max.h
35892
35893 2005-09-04  Derek Price  <derek@ximbiot.com>
35894
35895         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35896
35897 2005-09-03  Simon Josefsson  <jas@extundo.com>
35898
35899         * gnulib-tool: Fix typo.
35900
35901 2005-09-03  Simon Josefsson  <jas@extundo.com>
35902
35903         * config/srclist.txt: Add glibc bug 1293.
35904
35905 2005-09-03  Derek Price  <derek@ximbiot.com>
35906
35907         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35908         From Larry Jones <lawrence.jones@ugs.com>.
35909
35910 2005-09-02  Simon Josefsson  <jas@extundo.com>
35911
35912         * modules/socklen: New file.
35913
35914 2005-09-02  Simon Josefsson  <jas@extundo.com>
35915
35916         * modules/havelib: New module.
35917
35918         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35919         Use havelib.
35920
35921 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35922
35923         Check for arithmetic overflow when calculating sizes, to prevent
35924         some buffer-overflow issues.  These patches are conservative, in the
35925         sense that when I couldn't determine whether an overflow was possible,
35926         I inserted a run-time check.
35927         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35928         macros.
35929         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35930         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35931         (re_xnrealloc, re_x2nrealloc): New inline functions.
35932         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35933         parse_bracket_exp):
35934         (build_equiv_class, build_charclass): Check for arithmetic overflow
35935         in size expression calculations.
35936         * lib/regex_internal.c (re_string_realloc_buffers):
35937         (build_wcs_upper_buffer, re_node_set_add_intersect):
35938         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35939         (re_dfa_add_node, register_state): Likewise.
35940         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35941         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35942         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35943         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35944
35945 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35946
35947         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35948         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35949
35950 2005-09-02  Bruno Haible  <bruno@clisp.org>
35951
35952         Support for lib vs. lib64 distinction on biarch platforms.
35953         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35954         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35955         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35956
35957 2005-09-02  Bruno Haible  <bruno@clisp.org>
35958
35959         * gnulib-tool (import): In the other first-use case, provide defaults
35960         as well.
35961
35962 2005-09-02  Bruno Haible  <bruno@clisp.org>
35963
35964         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35965         patches not yet found in the latest gettext release.
35966
35967 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35968
35969         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35970         to avoid a collision with bits/local_lim.h in glibc.
35971         All uses changed.  Problem reported by Dmitry V. Levin in
35972         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35973
35974         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35975         bugs in int versus size_t comparisons.
35976         (re_string_context_at): Fix bug where the code assumed that
35977         Idx is signed.
35978
35979         Use bool where appropriate.
35980         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35981         All callers changed.
35982         (calc_eclosure_iter): Likewise, for ROOT arg.
35983         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35984         (build_charclass_op): Likewise, for NON_MATCH arg.
35985         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35986         (re_string_construct_common): Likewise, for ICASE arg.
35987         * lib/regexec.c (re_search_2_stub, re_search_stub):
35988         Likewise, for RET_LEN arg.
35989         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35990         (set_regs): Likewise, for FL_BACKTRACK arg.
35991         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35992         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35993         (calc_eclosure_iter, parse_bracket_exp):
35994         Use bool for internal variables that are booleans.
35995         * lib/regexec.c (re_search_internal, check_matching,
35996         proceed_next_node):
35997         (set_regs, build_sifted_states, sift_states_bkref):
35998         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35999         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36000         (find_collation_sequence_value):
36001         Likewise.
36002         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
36003         (re_node_set_compare):
36004         Return bool, not int. All callers changed.
36005         * lib/regexec.c (check_halt_node_context, check_dst_limits):
36006         (build_trtable, check_node_accept): Likewise.
36007         * lib/regex_internal.h: Include stdbool.h.
36008
36009         Fix bugs uncovered when converting to bool.
36010         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
36011         failure instead of charging ahead blindly.
36012         * lib/regex_internal.c (register_state): Likewise.
36013         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
36014         for freeing internal storage.
36015         (group_nodes_into_DFA_states): Use unsigned int, not int, for
36016         bitset pieces used as boolean, to avoid undefined behavior
36017         on hosts that do int overflow checking.
36018
36019 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
36020
36021         * config/srclist.txt: Add glibc bugs 1285-1287.
36022
36023 2005-09-01  Jim Meyering  <jim@meyering.net>
36024
36025         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
36026         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
36027         Require gl_STAT_MACROS, too.
36028
36029 2005-09-01  Bruno Haible  <bruno@clisp.org>
36030
36031         * gnulib-tool (import): In the first-use case, provide defaults.
36032
36033 2005-09-01  Bruno Haible  <bruno@clisp.org>
36034
36035         * gnulib-tool (func_import): Remove the .tmp files.
36036
36037 2005-09-01  Bruno Haible  <bruno@clisp.org>
36038
36039         * gnulib-tool (func_import): Fix handling of symbolic links.
36040
36041 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
36042
36043         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
36044         old glibc regex code mishandles strings longer than 2**31 bytes.
36045         This patch fixes this when the regex code is used in gnulib
36046         (i.e., outside glibc).
36047
36048         This patch should not affect the use of the regex code inside
36049         glibc.  No doubt this problem also needs to be handled for glibc
36050         as well, but the result will be an incompatible change to the
36051         glibc ABI, and the old ABI will have to be supported too.  That
36052         can be the the subject for another patch.
36053
36054         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
36055         governing whether the rest of this patch is active.  By default,
36056         the macro is disabled and the patch has no effect.
36057         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
36058         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
36059         (struct re_pattern_buffer, re_search, re_search_2, re_match):
36060         (re_match_2, re_set_registers): Use the new types.
36061         * lib/regex_internal.h (Idx, re_hashval_t): New types.
36062         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
36063         New macros.
36064         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
36065         (re_string_context_at, bin_tree_t, re_dfastate_t):
36066         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
36067         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
36068         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
36069         (re_string_char_size_at, re_string_wchar_at):
36070         (re_string_elem_size_at):
36071         Use the new types and macros to port to 64-bit hosts.
36072         Use unsigned types for internal values, so that the code
36073         mostly works even for arrays larger than SSIZE_MAX.
36074         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
36075         (search_duplicated_node, calc_eclosure_iter, fetch_number):
36076         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
36077         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
36078         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
36079         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
36080         (calc_inveclosure, parse_dup_op, build_range_exp):
36081         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
36082         (fetch_number, create_token_tree, mark_opt_subexp):
36083         Likewise.
36084         * lib/regex_internal.c (re_string_construct_common,
36085         create_ci_newstate):
36086         (create_cd_newstate, re_string_allocate, re_string_construct):
36087         (re_string_realloc_buffers, build_wcs_upper_buffer):
36088         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36089         (re_string_reconstruct, re_string_peek_byte_case):
36090         (re_string_fetch_byte_case, re_string_context_at):
36091         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36092         (re_node_set_init_copy, re_node_set_add_intersect):
36093         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36094         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36095         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36096         (re_acquire_state, re_acquire_state_context, register_state):
36097         Likewise.
36098         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
36099         search_cur_bkref_entry):
36100         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
36101         (re_search_internal, re_search_2_stub, re_search_stub)
36102         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
36103         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
36104         (update_cur_sifted_state, check_dst_limits):
36105         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
36106         (check_subexp_limits, sift_states_bkref, merge_state_array):
36107         (check_subexp_matching_top, get_subexp, get_subexp_sub):
36108         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
36109         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36110         (expand_bkref_cache, check_node_accept_bytes):
36111         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
36112         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
36113         (acquire_init_state_context, check_halt_node_context):
36114         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
36115         (sift_states_backward, clean_state_log_if_needed):
36116         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
36117         (find_recover_state, transit_state_sb, transit_state_mb):
36118         (transit_state_bkref, build_trtable, match_ctx_clean):
36119         Likewise.
36120         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
36121         to work around an assumption that REG_MISSING is negative.
36122
36123         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
36124         (seek_collating_symbol_entry) [defined _LIBC]:
36125         (lookup_collation_sequence_value) [defined _LIBC]:
36126         (build_range_exp, build_collating_symbol) [defined _LIBC]:
36127         Use prototypes rather than old-style function definitions.
36128         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
36129         (transit_state_sb) [0]:
36130         (find_collation_sequence_value) [defined _LIBC]: Likewise.
36131
36132         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
36133         rm_eo.
36134
36135         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
36136         (optimize_subexps, lower_subexp):
36137         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
36138         since the signed shift might overflow.  Use 1u<<31 instead.
36139         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
36140         Likewise.
36141         * lib/regexec.c (check_dst_limits_calc_pos_1,
36142         check_subexp_matching_top): Likewise.
36143
36144         * lib/regcomp.c (optimize_subexps, lower_subexp):
36145         Use CHAR_BIT rather than 8, for clarity.
36146         * lib/regexec.c (check_dst_limits_calc_pos_1):
36147         (check_subexp_matching_top): Likewise.
36148         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
36149         have to worry about portability issues when shifting it left.
36150         Remove no-longer-needed test for table_size > 0.
36151         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
36152         in a word, as the resulting behavior is undefined.
36153         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
36154         in one case, a <= should have been an <, and in another case the
36155         whole test was missing.
36156         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
36157         the standard name CHAR_BIT.
36158         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
36159         this is not true on one's complement and signed-magnitude hosts.
36160
36161         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
36162         next_last_offset.
36163         (struct re_dfa_t): Remove unused member states_alloc.
36164         * lib/regcomp.c (init_dfa): Don't initialize unused members.
36165
36166 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
36167
36168         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
36169         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
36170         and large-file glibc and in 32-bit large-file Solaris.
36171
36172 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
36173
36174         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
36175         lengths fit in regoff_t; this isn't true if regoff_t is the same
36176         width as size_t.
36177         * lib/regex.c (re_search_internal): 5th arg is LAST_START
36178         (= START + RANGE) instead of RANGE.  This avoids overflow
36179         problems when regoff_t is the same width as size_t.
36180         All callers changed.
36181         (re_search_2_stub): Check for overflow when adding the
36182         sizes of the two strings.
36183         (re_search_stub): Check for overflow when adding START
36184         to RANGE; if it occurs, substitute the extreme value.
36185
36186 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
36187
36188         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
36189
36190 2005-08-31  Jim Meyering  <jim@meyering.net>
36191
36192         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
36193         a pointer-to-const.
36194         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
36195         (register_state): Likewise.
36196         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
36197         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
36198         (group_nodes_into_DFAstates): Likewise.
36199
36200 2005-08-31  Jim Meyering  <jim@meyering.net>
36201
36202         * check-module: Add a FIXME comment.
36203
36204 2005-08-31  Eric Blake  <ebb9@byu.net>
36205
36206         * modules/unistd-safer (Files): Add unistd--.h.
36207         * modules/stdio-safer (Files): Add stdio--.h.
36208
36209 2005-08-31  Derek Price  <derek@ximbiot.com>
36210
36211         * lib/getdelim.c (getdelim): Return EOF on EOF.
36212         Reported by Larry Jones <lawrence.jones@ugs.com>.
36213
36214 2005-08-31  Bruno Haible  <bruno@clisp.org>
36215
36216         Avoid unnecessary diffs in the generated lib/Makefile.am.
36217         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
36218         the generated files.
36219         (func_import): Don't set cmd.
36220
36221 2005-08-31  Bruno Haible  <bruno@clisp.org>
36222
36223         * lib/strstr.c: Include <stddef.h>, for NULL.
36224         * lib/strcasestr.c: Likewise.
36225         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
36226
36227 2005-08-31  Bruno Haible  <bruno@clisp.org>
36228
36229         * gnulib-tool: New option --macro-prefix.
36230         (func_import): Use macro_prefix.
36231         (import): Handle option --macro-prefix.
36232
36233 2005-08-31  Bruno Haible  <bruno@clisp.org>
36234
36235         * gnulib-tool (import): Rename most ac_* variables to cached_*.
36236         Also use new variables cached_lgpl, cached_libtool.
36237
36238 2005-08-31  Bruno Haible  <bruno@clisp.org>
36239
36240         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
36241         always instantiating them.
36242
36243 2005-08-31  Bruno Haible  <bruno@clisp.org>
36244
36245         * gnulib-tool (func_import): Read the previous cached settings
36246         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
36247         earlier added by gnulib but are now dropped. Warn when a gnulib file
36248         overwrites a non-gnulib file.
36249
36250 2005-08-31  Bruno Haible  <bruno@clisp.org>
36251
36252         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
36253         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
36254         projects that don't keep autogenerated files in CVS. Put into
36255         actioncmd only the specified modules, not the transitive closure.
36256
36257 2005-08-31  Bruno Haible  <bruno@clisp.org>
36258
36259         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
36260         Create directories that shall be filled.
36261         (import): Don't look for gl_* macros in configure.ac. Recurse across
36262         all directories containing a gnulib-cache.m4 files, if meaningful.
36263
36264 2005-08-31  Bruno Haible  <bruno@clisp.org>
36265
36266         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
36267         (import): Set seen_libtool when we see gl_LIBTOOL.
36268
36269 2005-08-31  Bruno Haible  <bruno@clisp.org>
36270
36271         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
36272         declaration macro definitions from generated gnulib.m4.
36273
36274 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
36275
36276         * lib/iconvme.h: Add prototype for iconv_alloc.
36277
36278 2005-08-29  Simon Josefsson  <jas@extundo.com>
36279
36280         * lib/iconvme.c: Fix errno.
36281
36282 2005-08-29  Bruno Haible  <bruno@clisp.org>
36283
36284         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
36285         that it works when the directory contains spaces.
36286
36287 2005-08-29  Bruno Haible  <bruno@clisp.org>
36288
36289         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
36290
36291 2005-08-29  Bruno Haible  <bruno@clisp.org>
36292
36293         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
36294         Emit more advice.
36295
36296 2005-08-29  Bruno Haible  <bruno@clisp.org>
36297         and Stepan Kasal  <kasal@ucw.cz>
36298
36299         * check-module: If more parameters are given, check each of them
36300         separately; add more exceptions, as noted by Jim Meyering.
36301         (check_module): New procedure.
36302         (%exempt_header): Now contains all exceptions.
36303
36304 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
36305
36306         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
36307
36308 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
36309
36310         * lib/iconvme.c: Split iconv_string into iconv_alloc.
36311
36312 2005-08-28  Bruno Haible  <bruno@clisp.org>
36313
36314         * m4/gnulib-tool.m4: New file.
36315
36316 2005-08-27  Jim Meyering  <jim@meyering.net>
36317
36318         * modules/unistd-safer (Files): Add pipe-safer.c.
36319         * modules/fcntl-safer (Files): Add creat-safer.c.
36320
36321 2005-08-27  Jim Meyering  <jim@meyering.net>
36322
36323         * m4/stdlib-safer.m4: New file.  From coreutils.
36324         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
36325         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
36326         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
36327         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
36328         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
36329
36330 2005-08-27  Jim Meyering  <jim@meyering.net>
36331
36332         * lib/fopen-safer.c: Merge minor changes from coreutils.
36333         * lib/dup-safer.c: Likewise.
36334         * lib/fd-safer.c: Likewise.
36335
36336         Merge from coreutils.
36337         * lib/stdio--.h: New file.
36338         * lib/stdlib--.h: New file.
36339         * lib/mkstemp-safer.c: New file.
36340
36341         GNU tar needs these.
36342         * lib/pipe-safer.c: New file.
36343         * lib/creat-safer.c: New file.
36344         * lib/fcntl--.h (creat): Define to creat_safer.
36345         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
36346         * lib/unistd--.h (pipe): Define to pipe_safer.
36347         * lib/unistd-safer.h: Declare pipe_safer.
36348
36349 2005-08-26  Simon Josefsson  <jas@extundo.com>
36350
36351         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
36352         Haible <bruno@clisp.org>.
36353
36354 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
36355
36356         * lib/regex_internal.h: Remove all references to
36357         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
36358         or better.
36359         (bitset_not, bitset_merge, bitset_not_merge):
36360         (bitset_mask, re_string_allocate, re_string_construct):
36361         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
36362         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
36363         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
36364         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
36365         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36366         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36367         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
36368         (re_acquire_state_context):
36369         Remove unnecessary forward decls.
36370         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
36371         Put __attribute at function definition,
36372         now that the function decl has been removed.
36373         * lib/regex_internal.c (re_string_peek_byte_case):
36374         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
36375         Likewise.
36376
36377 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
36378
36379         * m4/regex.m4: Add AC_PREREQ(2.50).
36380         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
36381
36382 2005-08-25  Simon Josefsson  <jas@extundo.com>
36383
36384         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
36385         __fsetlocking.
36386
36387 2005-08-25  Simon Josefsson  <jas@extundo.com>
36388
36389         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
36390         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
36391         GLIBC specific code.
36392
36393 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36394
36395         Make regex safe for g++.  This fixes one real bug (an "err"
36396         that should have been "*err").  g++ problem reported by
36397         Sam Steingold.
36398         * lib/regex_internal.h (re_calloc): New macro, consistent with
36399         re_malloc etc.  All callers of calloc changed to use re_calloc.
36400         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
36401         not int.  All callers changed.
36402         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
36403         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
36404         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
36405         (find_recover_state): Change "err" to "*err"; this fixes what
36406         appears to be a real bug.
36407         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
36408         versus int.
36409
36410 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36411
36412         * modules/regex (Depends-on): Add malloc, since the code
36413         assumes that !malloc(0) means failure.
36414
36415 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36416
36417         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
36418
36419         alloca modernization/simplification for regex.
36420         * lib/regex.c: Remove portability cruft for alloca.  This no longer
36421         needs to be at the start of the file, and can be moved into
36422         regex_internal.h and simplified.
36423         * lib/regex_internal.h: Include <alloca.h>.
36424         (__libc_use_alloca) [!defined _LIBC]: New macro.
36425         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
36426         now works outside glibc.
36427
36428 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
36429
36430         * config/srclist.txt: Add glibc bugs 1241, 1245.
36431
36432 2005-08-25  Jim Meyering  <jim@meyering.net>
36433
36434         * lib/open-safer.c: Include <config.h>.
36435         Otherwise, we'd lose LARGEFILE support in any file using
36436         e.g. "fcntl--.h"
36437
36438 2005-08-25  Bruno Haible  <bruno@clisp.org>
36439
36440         * m4/minmax.m4: Require autoconf 2.52.
36441         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
36442         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
36443         alternatives of translit over the alphabet.
36444         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
36445
36446 2005-08-24  Simon Josefsson  <jas@extundo.com>
36447
36448         * tests/test-getpass.c: New file.
36449
36450 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36451
36452         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
36453         for GNU regex features.
36454
36455 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36456
36457         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
36458         * lib/regex.h (regerror): Likewise.
36459
36460         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
36461         requires this.  (The code never needed it.)
36462
36463         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
36464         All uses of recently-renamed identifiers changed to use the new,
36465         POSIX-compliant names.  The code will build and run just fine
36466         without these changes, but it's better to eat our own dog food
36467         and use the standard-conforming names.
36468
36469         * lib/regex.h: Fix a multitude of POSIX name space violations.
36470         These changes have an effect only for programs that define
36471         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
36472         do not change anything for programs compiled in the normal way.
36473         Also, there is no effect on the ABI.
36474
36475         (_REGEX_SOURCE): New macro.
36476         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
36477         defined and _GNU_SOURCE is not; this fixes a name space violation.
36478
36479         Rename the following macros to obey POSIX requirements.
36480         The old names are still visible as macros if _REGEX_SOURCE is defined.
36481         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
36482         RE_BACKSLASH_ESCAPE_IN_LISTS.
36483         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
36484         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
36485         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
36486         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
36487         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
36488         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
36489         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
36490         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
36491         (REG_INTERVALS): renamed from RE_INTERVALS.
36492         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
36493         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
36494         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
36495         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
36496         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
36497         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
36498         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
36499         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
36500         RE_UNMATCHED_RIGHT_PAREN_ORD.
36501         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
36502         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
36503         (REG_DEBUG): renamed from RE_DEBUG.
36504         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
36505         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
36506         unusual, since we can't clash with the POSIX REG_ICASE.
36507         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
36508         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
36509         (REG_NO_SUB): renamed from RE_NO_SUB.
36510         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
36511         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
36512         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
36513         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
36514         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
36515         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
36516         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
36517         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
36518         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
36519         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
36520         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
36521         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
36522         RE_SYNTAX_POSIX_MINIMAL_BASIC.
36523         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
36524         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
36525         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
36526         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
36527         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
36528         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
36529         (REG_FIXED): Renamed from REGS_FIXED.
36530         (REG_NREGS): Renamed from RE_NREGS.
36531
36532         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
36533         of other REG_* macros, since POSIX says the user is allowed to
36534         #undef these macros selectively.
36535
36536         (reg_errcode_t): Update comment stating what other tables need
36537         to be consistent.
36538
36539         Rename the following enum values to obey POSIX requirements.
36540         The old names are still visible as macros.
36541         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
36542         is not defined, since GNU is supposed to be a superset of POSIX as
36543         much as possible, and since we want reg_errcode_t to be a signed
36544         type for implementation consistency.
36545         (_REG_NOERROR): Renamed from REG_NOERROR.
36546         (_REG_NOMATCH): Renamed from REG_NOMATCH.
36547         (_REG_BADPAT): Renamed from REG_BADPAT.
36548         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
36549         (_REG_ECTYPE): Renamed from REG_ECTYPE.
36550         (_REG_EESCAPE): Renamed from REG_EESCAPE.
36551         (_REG_ESUBREG): Renamed from REG_ESUBREG.
36552         (_REG_EBRACK): Renamed from REG_EBRACK.
36553         (_REG_EPAREN): Renamed from REG_EPAREN.
36554         (_REG_EBRACE): Renamed from REG_EBRACE.
36555         (_REG_BADBR): Renamed from REG_BADBR.
36556         (_REG_ERANGE): Renamed from REG_ERANGE.
36557         (_REG_ESPACE): Renamed from REG_ESPACE.
36558         (_REG_BADRPT): Renamed from REG_BADRPT.
36559         (_REG_EEND): Renamed from REG_EEND.
36560         (_REG_ESIZE): Renamed from REG_ESIZE.
36561         (_REG_ERPAREN): Renamed from REG_ERPAREN.
36562         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
36563         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
36564         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
36565         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
36566
36567         (_REG_RE_NAME, _REG_RM_NAME): New macros.
36568         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
36569         changed.  But support the old name if the new one is not defined
36570         and if _REGEX_SOURCE.
36571
36572         Change the following member names in struct re_pattern_buffer.
36573         The old names are still supported if !_REGEX_SOURCE.
36574         The new names are always supported, regardless of _REGEX_SOURCE.
36575         (re_buffer): Renamed from buffer.
36576         (re_allocated): Renamed from allocated.
36577         (re_used): Renamed from used.
36578         (re_syntax): Renamed from syntax.
36579         (re_fastmap): Renamed from fastmap.
36580         (re_translate): Renamed from translate.
36581         (re_can_be_null): Renamed from can_be_null.
36582         (re_regs_allocated): Renamed from regs_allocated.
36583         (re_fastmap_accurate): Renamed from fastmap_accurate.
36584         (re_no_sub): Renamed from no_sub.
36585         (re_not_bol): Renamed from not_bol.
36586         (re_not_eol): Renamed from not_eol.
36587         (re_newline_anchor): Renamed from newline_anchor.
36588
36589         Change the following member names in struct re_registers.
36590         The old names are still supported if !_REGEX_SOURCE.
36591         The new names are always supported, regardless of _REGEX_SOURCE.
36592         (rm_num_regs): Renamed from num_regs.
36593         (rm_start): Renamed from start.
36594         (rm_end): Renamed from end.
36595
36596         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36597         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36598         Prepend __ to parameter names.
36599
36600         Undo yesterday's changes.
36601
36602 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36603
36604         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36605         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36606         lib/regex.c.
36607
36608 2005-08-24  Jim Meyering  <jim@meyering.net>
36609
36610         Sync from coreutils.
36611         * m4/fcntl-safer.m4: New file.
36612
36613         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36614         and object files for this module.
36615
36616 2005-08-24  Jim Meyering  <jim@meyering.net>
36617
36618         Sync from coreutils.
36619         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36620
36621 2005-08-24  Jim Meyering  <jim@meyering.net>
36622
36623         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36624         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36625
36626 2005-08-24  Jim Meyering  <jim@meyering.net>
36627
36628         * modules/fcntl-safer: New module.
36629         * modules/fts (Depends-on): Add fcntl-safer.
36630         * MODULES.html.sh (File descriptor based Input/Output):
36631         Add fcntl-safer.
36632
36633 2005-08-24  Bruno Haible  <bruno@clisp.org>
36634
36635         Support for unit test modules.
36636         * modules/README: Mention tests modules.
36637         * modules/TEMPLATE-TESTS: New file.
36638         * gnulib-tool: New options --extract-tests-module, --with-tests and
36639         --tests-base (unused for the moment).
36640         (testsbase, inctests): New variables.
36641         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36642         (func_verify_module): Exclude TEMPLATE-TESTS.
36643         (func_verify_nontests_module, func_verify_tests_module): New functions.
36644         (func_get_dependencies): Add implicit dependency for tests modules.
36645         (func_get_tests_module): New function.
36646         (func_modules_transitive_closure): When --with-tests was specified,
36647         include the unit tests as well, unless explicitly avoided.
36648         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36649         (func_emit_tests_Makefile_am): New function.
36650         (func_create_testdir): When --with-tests was specified, emit a
36651         tests/ directory.
36652         * MODULES.html.sh (Future developments): Update.
36653
36654 2005-08-24  Bruno Haible  <bruno@clisp.org>
36655
36656         * modules/tls-tests: New file.
36657         * tests/test-tls.c: New file, from GNU gettext.
36658
36659 2005-08-24  Bruno Haible  <bruno@clisp.org>
36660
36661         * modules/lock-tests: New file.
36662         * tests/test-lock.c: New file, from GNU gettext.
36663
36664 2005-08-24  Bruno Haible  <bruno@clisp.org>
36665
36666         * lib/lock.h: Add multiple inclusion guard.
36667         * lib/tls.h: Add multiple inclusion guard.
36668
36669 2005-08-24  Bruno Haible  <bruno@clisp.org>
36670
36671         * gnulib-tool: Add support for the --aux-dir option to
36672         --create-testdir, --create-megatestdir, --test, --megatest.
36673         (func_create_testdir, func_create_megatestdir): Optionally emit a
36674         AC_CONFIG_AUX_DIR directive.
36675         (create-testdir, create-megatestdir, test, megatest): Provide a
36676         default value for $auxdir.
36677
36678 2005-08-24  Bruno Haible  <bruno@clisp.org>
36679
36680         * gnulib-tool (import): Use compound statement instead of subshell
36681         where possible.
36682
36683 2005-08-24  Bruno Haible  <bruno@clisp.org>
36684
36685         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36686
36687 2005-08-24  Bruno Haible  <bruno@clisp.org>
36688
36689         * gnulib-tool (func_version): Update.
36690
36691 2005-08-24  Bruno Haible  <bruno@clisp.org>
36692
36693         * gnulib-tool (func_import, func_create_testdir,
36694         func_create_megatestdir): Quote all autoconf macro arguments.
36695
36696 2005-08-24  Bruno Haible  <bruno@clisp.org>
36697
36698         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36699         option --force, because --force causes the aclocal.m4 of each
36700         subdirectory to be newer than the corresponding config.h.in.
36701
36702 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36703
36704         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36705         All contents moved to gl_REGEX.
36706         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36707         assume that it does.
36708
36709 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36710
36711         * lib/regex.h (REG_NOSYS)
36712         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36713         Define, since POSIX requires it as of 2001.
36714         (_REG_ENOSYS)
36715         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36716         New private symbol, used to keep the enum signed in all cases.
36717         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36718         Youngman in
36719         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36720
36721         * lib/regex_internal.c (re_string_skip_chars, register_state):
36722         (calc_state_hash):
36723         Remove forward decls; no longer needed now that we use prototypes.
36724         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36725         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36726         (clean_state_log_if_needed): Likewise.
36727
36728 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36729
36730         * config/srclist.txt: Add glibc bugs 1231-1233.
36731
36732 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36733
36734         Fix problems reported by Sam Steingold in
36735         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36736         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36737         assumed that reg_errcode_t is a signed type, which is not
36738         necessarily true if _XOPEN_SOURCE is not defined.
36739         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36740         since some compilers warn about it otherwise.
36741
36742 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36743
36744         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36745         (init_word_char, create_initial_state, duplicate_node_closure):
36746         (fetch_token, peek_token_bracket, build_range_exp):
36747         (build_collating_symbol): Remove forward decls; no longer needed
36748         now that we use prototypes.
36749
36750         * lib/regcomp.c:
36751         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36752         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36753         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36754         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36755         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36756         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36757         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36758         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36759         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36760         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36761         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36762         (build_charclass, build_charclass_op, fetch_number, create_tree):
36763         (create_token_tree, mark_opt_subexp, duplicate_tree):
36764         Use prototypes rather than old-style definitions.
36765
36766         * lib/regex_internal.c:
36767         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36768         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36769         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36770         (re_string_reconstruct, re_string_peek_byte_case):
36771         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36772         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36773         (re_node_set_init_copy, re_node_set_add_intersect):
36774         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36775         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36776         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36777         (re_acquire_state, re_acquire_state_context, register_state):
36778         (create_ci_newstate, create_cd_newstate, free_state):
36779         Likewise.
36780         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36781         re_search_2):
36782         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36783         (re_search_internal, prune_impossible_nodes):
36784         (acquire_init_state_context, check_matching, static):
36785         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36786         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36787         (update_regs, sift_states_backward, build_sifted_states):
36788         (clean_state_log_if_needed, merge_state_array):
36789         (update_cur_sifted_state, add_epsilon_src_nodes):
36790         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36791         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36792         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36793         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36794         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36795         (check_arrival, check_arrival_add_next_nodes):
36796         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36797         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36798         (check_node_accept_bytes, check_node_accept, extend_buffers):
36799         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36800         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36801         (sift_ctx_init):
36802         Likewise.
36803
36804         * lib/regex_internal.h:
36805         (re_string_allocate, re_string_construct, re_string_reconstruct):
36806         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36807         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36808         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36809         (re_string_context_at, re_string_peek_byte_case):
36810         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36811         is defined, since we now use prototypes always.
36812
36813         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36814         C89 or better.  All uses removed.
36815
36816 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36817
36818         * config/srclist.txt: Add glibc bugs 1220-1227.
36819
36820 2005-08-20  Jim Meyering  <jim@meyering.net>
36821
36822         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36823         of unused local, dfa.
36824
36825 2005-08-20  Bruno Haible  <bruno@clisp.org>
36826
36827         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36828
36829 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36830
36831         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36832         (re_node_set_insert_last, re_dfa_add_node):
36833         Rename local variables to avoid GCC shadowing warnings.
36834
36835 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36836
36837         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36838         [defined lint]: Suppress bogus uninitialized-variable warnings.
36839
36840         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36841         and let the caller return REG_ESPACE if out of space.  This
36842         removes an uninitialied-variable warning with GCC 4.0.1, and also
36843         avoids taking the address of a local variable.  All callers
36844         changed.
36845
36846 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36847
36848         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36849         $LIBCSRC/posix/regexec.c.
36850         Add glibc bug 1217 for regcomp.c.
36851
36852 2005-08-19  Jim Meyering  <jim@meyering.net>
36853
36854         * lib/regexec.c (proceed_next_node): Redo local variables to
36855         avoid GCC shadowing warnings.
36856
36857 2005-08-18  Bruno Haible  <bruno@clisp.org>
36858
36859         * lib/strstr.c (strstr): Fix return value in multibyte case.
36860         * lib/strcasestr.c (strcasestr): Likewise.
36861
36862 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36863
36864         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36865
36866 2005-08-17  Jim Meyering  <jim@meyering.net>
36867
36868         Make the %s format (seconds since the epoch) work for a negative
36869         number and when used with a zero-padded field width, e.g. %015s.
36870
36871         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36872         label so that it precedes the code to set `digits'.  Otherwise,
36873         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36874         print `00-22'.  Now, it prints `-0022', as it should.
36875
36876 2005-08-17  Bruno Haible  <bruno@clisp.org>
36877
36878         * modules/strstr (Files): Add m4/mbrtowc.m4.
36879         (Depends-on): Add mbuiter.
36880
36881 2005-08-17  Bruno Haible  <bruno@clisp.org>
36882
36883         * modules/strcasestr: New file.
36884         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36885         strcasestr.
36886
36887 2005-08-17  Bruno Haible  <bruno@clisp.org>
36888
36889         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36890
36891 2005-08-17  Bruno Haible  <bruno@clisp.org>
36892
36893         * modules/mbuiter: New file.
36894         * MODULES.html.sh (Extended multibyte and wide character utilities):
36895         Add mbuiter.
36896
36897 2005-08-17  Bruno Haible  <bruno@clisp.org>
36898
36899         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36900         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36901
36902 2005-08-17  Bruno Haible  <bruno@clisp.org>
36903
36904         * m4/strcasestr.m4: New file.
36905
36906 2005-08-17  Bruno Haible  <bruno@clisp.org>
36907
36908         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36909         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36910
36911 2005-08-17  Bruno Haible  <bruno@clisp.org>
36912
36913         * lib/strcasestr.h: New file.
36914         * lib/strcasestr.c: New file.
36915
36916 2005-08-17  Bruno Haible  <bruno@clisp.org>
36917
36918         * lib/strcasecmp.c: Use mbuiter.h.
36919
36920 2005-08-17  Bruno Haible  <bruno@clisp.org>
36921
36922         * lib/mbuiter.h: New file.
36923
36924 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36925
36926         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36927         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36928         and gl_GETOPT are both invoked via different paths (as happens
36929         with GNU tar CVS because it uses both argp and getopt), the former
36930         wins.
36931
36932 2005-08-16  Bruno Haible  <bruno@clisp.org>
36933
36934         * modules/tls: New file.
36935         * MODULES.html.sh (Multithreading): Add tls.
36936
36937 2005-08-16  Bruno Haible  <bruno@clisp.org>
36938
36939         * modules/strnlen1: New file.
36940         * MODULES.html.sh (String handling): Add strnlen1.
36941
36942 2005-08-16  Bruno Haible  <bruno@clisp.org>
36943
36944         * modules/strcase (Files): Add m4/mbrtowc.m4.
36945         (Depends-on): Add strnlen1, mbchar.
36946
36947 2005-08-16  Bruno Haible  <bruno@clisp.org>
36948
36949         * modules/mbiter: New file.
36950         * MODULES.html.sh (Extended multibyte and wide character utilities):
36951         Add mbiter.
36952
36953 2005-08-16  Bruno Haible  <bruno@clisp.org>
36954
36955         * modules/mbfile: New file.
36956         * MODULES.html.sh (Extended multibyte and wide character utilities):
36957         Add mbfile.
36958
36959 2005-08-16  Bruno Haible  <bruno@clisp.org>
36960
36961         * modules/mbchar: New file.
36962         * MODULES.html.sh (Extended multibyte and wide character utilities):
36963         New section.
36964
36965 2005-08-16  Bruno Haible  <bruno@clisp.org>
36966
36967         * m4/tls.m4: New file, from GNU gettext.
36968
36969 2005-08-16  Bruno Haible  <bruno@clisp.org>
36970
36971         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36972         always.
36973         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36974
36975 2005-08-16  Bruno Haible  <bruno@clisp.org>
36976
36977         * m4/mbiter.m4: New file.
36978
36979 2005-08-16  Bruno Haible  <bruno@clisp.org>
36980
36981         * m4/mbfile.m4: New file.
36982
36983 2005-08-16  Bruno Haible  <bruno@clisp.org>
36984
36985         * m4/mbchar.m4: New file.
36986
36987 2005-08-16  Bruno Haible  <bruno@clisp.org>
36988
36989         * lib/tls.h: New file, from GNU gettext.
36990         * lib/tls.c: New file, from GNU gettext.
36991
36992 2005-08-16  Bruno Haible  <bruno@clisp.org>
36993
36994         * lib/strnlen1.h: New file.
36995         * lib/strnlen1.c: New file.
36996
36997 2005-08-16  Bruno Haible  <bruno@clisp.org>
36998
36999         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
37000         (mbi_init): Update.
37001         (mbi_avail, mbi_advance): Let the iteration end before the terminating
37002         NUL byte, not after it.
37003
37004 2005-08-16  Bruno Haible  <bruno@clisp.org>
37005
37006         * lib/strcase.h (strcasecmp): Add note in comments.
37007         * lib/strncasecmp.c: Use code from strcasecmp.c.
37008         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
37009         (strcasecmp): Work correctly in multibyte locales.
37010
37011 2005-08-16  Bruno Haible  <bruno@clisp.org>
37012
37013         * lib/mbiter.h: New file.
37014
37015 2005-08-16  Bruno Haible  <bruno@clisp.org>
37016
37017         * lib/mbfile.h: New file.
37018
37019 2005-08-16  Bruno Haible  <bruno@clisp.org>
37020
37021         * lib/mbchar.h: New file.
37022         * lib/mbchar.c: New file.
37023
37024 2005-08-16  Bruno Haible  <bruno@clisp.org>
37025
37026         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
37027         the valid ones. Makes the comparison operations transitive:
37028         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
37029         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
37030
37031 2005-08-15  Simon Josefsson  <jas@extundo.com>
37032
37033         * modules/ssize_t (License): Change to 'unlimited'.
37034
37035         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
37036
37037 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
37038
37039         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
37040         Add comments for each pending glibc patch.
37041
37042 2005-08-15  Bruno Haible  <bruno@clisp.org>
37043
37044         * lib/regex.h (__restrict_arr): Don't define to __restrict if
37045         __cplusplus is defined.
37046
37047 2005-08-14  Jim Meyering  <jim@meyering.net>
37048
37049         Sync from coreutils.
37050
37051         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
37052         Use the hash-table-based cycle-detection code not just when
37053         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
37054         Reported by James Youngman in
37055         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
37056         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
37057         FTS_TIGHT_CYCLE_CHECK.
37058         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
37059         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
37060         once again.
37061         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
37062         * lib/fts.c (fd_safer): Remove decl.
37063         Include fcntl--.h rather than unistd-safer.h
37064         (fts_safe_changedir): Don't call fd_safer; no longer needed
37065         now that we include fcntl--.h.
37066
37067 2005-08-12  Simon Josefsson  <jas@extundo.com>
37068
37069         * modules/getndelim2: Use ssize_t module.
37070         * modules/getnline: Likewise.
37071         * modules/safe-read: Likewise.
37072         * modules/xreadlink: Likewise.
37073
37074         * modules/ssize_t: New file.
37075
37076 2005-08-12  Simon Josefsson  <jas@extundo.com>
37077
37078         * m4/readline.m4: Look for termcap, curses or ncurses if required.
37079
37080 2005-08-12  Simon Josefsson  <jas@extundo.com>
37081
37082         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37083         ssize_t.
37084
37085 2005-08-12  Simon Josefsson  <jas@extundo.com>
37086
37087         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
37088         readline, getdelim and check_version.
37089         (Support for systems lacking ISO C 99: Sizes of integer types):
37090         Add size_max.
37091
37092 2005-08-12  Bruno Haible  <bruno@clisp.org>
37093
37094         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
37095
37096 2005-08-11  Simon Josefsson  <jas@extundo.com>
37097
37098         * modules/readline: New file.
37099
37100         * modules/strnlen (Files): Add strnlen.h.
37101
37102 2005-08-11  Simon Josefsson  <jas@extundo.com>
37103
37104         * m4/readline.m4: New file.
37105
37106 2005-08-11  Simon Josefsson  <jas@extundo.com>
37107
37108         * lib/readline.h, readline.c: New file.
37109
37110 2005-08-11  Simon Josefsson  <jas@extundo.com>
37111
37112         * doc/gnulib.texi (Initial import, Finishing touches): Mention
37113         gl_AVOID.
37114
37115 2005-08-11  Bruno Haible  <bruno@clisp.org>
37116
37117         * lib/strnlen.h (strnlen): Change parameter name to match comment.
37118
37119 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
37120
37121         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
37122
37123 2005-08-10  Simon Josefsson  <jas@extundo.com>
37124
37125         * tests/test-iconvme.c: New file.
37126
37127 2005-08-10  Simon Josefsson  <jas@extundo.com>
37128
37129         * m4/strnlen.m4: New file.
37130
37131         * m4/strndup.m4: Don't check for strnlen declaration, done in
37132         strnlen.m4.
37133
37134 2005-08-10  Simon Josefsson  <jas@extundo.com>
37135
37136         * lib/strndup.c: Use strnlen.h.
37137
37138         * lib/strnlen.h: New file.
37139
37140 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
37141
37142         * README: Typos.
37143
37144 2005-08-02  Simon Josefsson  <jas@extundo.com>
37145
37146         * modules/readline: New file.
37147
37148 2005-08-02  Simon Josefsson  <jas@extundo.com>
37149
37150         * modules/getdelim: New file.
37151
37152         * modules/getline: Rewrite, don't use getndelim2.
37153
37154 2005-08-02  Simon Josefsson  <jas@extundo.com>
37155
37156         * m4/getline.m4: Separate out getdelim stuff into separate module.
37157
37158         * m4/getdelim.m4: New file.
37159
37160 2005-08-02  Simon Josefsson  <jas@extundo.com>
37161
37162         * lib/getline.h, getline.c: Rewrite.
37163
37164         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
37165
37166 2005-07-31  Bruno Haible  <bruno@clisp.org>
37167
37168         * lib/lock.h (gl_lock_initializer): New macro.
37169         (gl_lock_define_initialized): Use it.
37170         (gl_rwlock_initializer): New macro.
37171         (gl_rwlock_define_initialized): Use it.
37172         (gl_recursive_lock_initializer): New macro.
37173         (gl_recursive_lock_define_initialized): Use it.
37174
37175 2005-07-30  Karl Berry  <karl@gnu.org>
37176
37177         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
37178         Report from Ben Pfaff, regarding getopt.
37179
37180 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
37181
37182         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
37183         normal way.
37184         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
37185         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
37186         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
37187         (gl_GETOPT): Use the new macros.  Most of the implementation
37188         is moved to the new macros.  This is for programs like Emacs
37189         that don't want all the functionality of gl_GETOPT.
37190
37191 2005-07-26  Bruno Haible  <bruno@clisp.org>
37192
37193         * m4/lock.m4: Update from GNU gettext.
37194
37195 2005-07-26  Bruno Haible  <bruno@clisp.org>
37196
37197         * lib/lock.h: Update from GNU gettext.
37198         * lib/lock.c: Update from GNU gettext.
37199
37200 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
37201
37202         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
37203         obsolescent AC_TRY_RUN.  Include the default includes files, for
37204         'exit'.
37205
37206 2005-07-24  Bruno Haible  <bruno@clisp.org>
37207
37208         * modules/visibility: New file.
37209         * MODULES.html.sh (Misc): Add visibility.
37210
37211 2005-07-24  Bruno Haible  <bruno@clisp.org>
37212
37213         * m4/visibility.m4: New file.
37214
37215 2005-07-24  Bruno Haible  <bruno@clisp.org>
37216
37217         * doc/visibility.texi: New file.
37218
37219 2005-07-22  Bruno Haible  <bruno@clisp.org>
37220
37221         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
37222         $(ALLOCA_H), redundant through BUILT_SOURCES.
37223         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
37224         redundant through BUILT_SOURCES.
37225         * modules/byteswap (Makefile.am): Remove explicit dependency on
37226         $(BYTESWAP_H), redundant through BUILT_SOURCES.
37227         * modules/fnmatch (Makefile.am): Remove explicit dependency on
37228         $(FNMATCH_H), redundant through BUILT_SOURCES.
37229         * modules/getopt (Makefile.am): Remove explicit dependency on
37230         $(GETOPT_H), redundant through BUILT_SOURCES.
37231         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
37232         redundant through BUILT_SOURCES.
37233         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
37234         redundant through BUILT_SOURCES.
37235         * modules/stdbool (Makefile.am): Remove explicit dependency on
37236         $(STDBOOL_H), redundant through BUILT_SOURCES.
37237         * modules/stdint (Makefile.am): Remove explicit dependency on
37238         $(STDINT_H), redundant through BUILT_SOURCES.
37239         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
37240         Remove explicit dependency on $(SYSEXITS_H).
37241         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
37242
37243 2005-07-18  Simon Josefsson  <jas@extundo.com>
37244
37245         * lib/check-version.c (check_version): Accept identical versions too.
37246
37247 2005-07-18  Bruno Haible  <bruno@clisp.org>
37248
37249         * modules/lock: New file.
37250         * MODULES.html.sh (Multithreading): New section.
37251
37252 2005-07-18  Bruno Haible  <bruno@clisp.org>
37253
37254         * m4/lock.m4: New file, from GNU gettext.
37255
37256 2005-07-18  Bruno Haible  <bruno@clisp.org>
37257
37258         * lib/lock.h: New file, from GNU gettext.
37259         * lib/lock.c: New file, from GNU gettext.
37260
37261 2005-07-18  Bruno Haible  <bruno@clisp.org>
37262
37263         * lib/lock.h (gl_once_t): New type.
37264         (gl_once_define, gl_once): New macros.
37265         * lib/lock.c (fresh_once): New variable.
37266         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
37267         functions.
37268
37269 2005-07-16  Simon Josefsson  <jas@extundo.com>
37270
37271         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
37272         workaround, suggested by Bruno.
37273
37274 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
37275
37276         * modules/xalloc (Depends-on): Add xalloc-die.
37277         * modules/xvasprintf (Depends-on): Add xalloc-die.
37278
37279 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
37280
37281         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
37282         with a minor change.
37283
37284 2005-07-15  Bruno Haible  <bruno@clisp.org>
37285
37286         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
37287         When using lib/poll.c, define poll as rpl_poll.
37288
37289 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
37290
37291         * modules/argp (Depends-on): Remove unlocked-io.
37292
37293 2005-07-14  Derek Price  <derek@ximbiot.com>
37294
37295         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
37296         for glob symlink bug.
37297
37298 2005-07-14  Bruno Haible  <bruno@clisp.org>
37299
37300         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
37301         Instead, test for *_unlocked function declarations directly.
37302
37303 2005-07-11  Simon Josefsson  <jas@extundo.com>
37304
37305         * modules/size_max: New file.
37306
37307         * modules/xsize: Depend on size_max module for size_max.m4.
37308
37309 2005-07-11  Simon Josefsson  <jas@extundo.com>
37310
37311         * lib/size_max.h: New file.
37312
37313 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
37314
37315         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
37316         copyright symbol and the year.
37317         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
37318         (version_etc_va): Use parameterized copyright notice.
37319         Reword to conform to the current GNU coding standards.
37320
37321 2005-07-11  Karl Berry  <karl@gnu.org>
37322
37323         * doc/gnulib.texi (Quoting): new node.
37324         (Initial import): more info, from Patrice.
37325
37326 2005-07-11  Bruno Haible  <bruno@clisp.org>
37327
37328         * gnulib-tool (func_usage): Document option --avoid.
37329         (Command line options): Handle --avoid.
37330         (func_acceptable): New function.
37331         (func_modules_transitive_closure): Use it.
37332
37333 2005-07-11  Bruno Haible  <bruno@clisp.org>
37334
37335         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
37336         Reported by Jim Meyering.
37337
37338 2005-07-10  Bruno Haible  <bruno@clisp.org>
37339
37340         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
37341         Needed when size_t is smaller than 'unsigned int'.
37342         Reported by Paul Eggert.
37343
37344 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37345
37346         * modules/argp (Depends-on): Add unlocked-io
37347
37348 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
37349
37350         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
37351         block of defines.
37352
37353 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
37354
37355         * config/srclist.txt: Comment out regcomp.c, since we have a porting
37356         fix now.
37357
37358 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
37359         and Paul Eggert  <eggert@cs.ucla.edu>
37360
37361         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
37362         in wint_t, not wchar_t.  Remove now-unnecessary cast.
37363
37364 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37365
37366         * modules/regex (Files): Add lib/regex_internal.c,
37367         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
37368         (Depends-on): Add extensions.
37369         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
37370
37371 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37372
37373         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
37374         pathconf.
37375         * m4/same.m4 (gl_SAME): Likewise.
37376         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
37377
37378         * m4/regex.m4: Adjust to new libc regex implementation.
37379         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
37380         all the .c and .h parts of (the new) regex.
37381         Quote the m4 stuff better.
37382         Check for RE_ICASE bug of old gnulib.
37383         Check for REG_STARTEND of recent libc.
37384         Rename local variables from jm_* to gl_*.
37385         Quote operand of "test -f".
37386         Say "recent enough" version of libc, not "version 2".
37387         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
37388         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
37389         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
37390         Remove check for btowc, isascii.
37391         Require AM_LANGINFO_CODESET.
37392
37393 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37394
37395         * lib/regex.c, regex.h: Sync from libc.
37396         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
37397         * lib/regexec.c:
37398         New files, synced from libc, except that regex_internal.h
37399         currently has a small porting fix.
37400
37401 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
37402
37403         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
37404         regex_internal.c, regexec.c.
37405         Add regex_internal.h too, but as a comment, since the libc version
37406         is currently broken in gnulib mode.
37407
37408 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
37409
37410         Support programs like Emacs that use gnulib but not gettext.
37411         * MODULES.html.sh (Internationalization functions): Add gettext-h.
37412         * modules/gettext-h: New file.
37413         * modules/gettext (Files): Remove lib/gettext.h.
37414         (Depends-on): Add gettext-h.
37415         (Makefile.am): Remove lib_SOURCES.
37416         * modules/argmatch, modules/c-stack, modules/closeout:
37417         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
37418         * modules/execute, modules/file-type, modules/getaddrinfo:
37419         * modules/getopt, modules/human, modules/javacomp:
37420         * modules/javaexec, modules/mkdir-p, modules/obstack:
37421         * modules/openat, modules/pagealign_alloc, modules/pipe:
37422         * modules/quotearg, modules/regex, modules/rpmatch:
37423         * modules/unicodeio, modules/userspec, modules/version-etc:
37424         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
37425         * modules/xsetenv:
37426         Depend on gettext-h, not gettext.
37427
37428 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
37429
37430         * gnulib-tool (func_import): Add support for 'public domain' license.
37431         * modules/alloca, modules/atexit, modules/memmove:
37432         Now public domain, not GPL.
37433         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
37434         * modules/realloc, modules/strerror, modules/strtod:
37435         Now LGPL, not GPL.
37436
37437 2005-07-05  Bruno Haible  <bruno@clisp.org>
37438
37439         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
37440         autoconf CVS. Needed for mingw.
37441
37442 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37443
37444         Remove the dependency of the strftime module on the tzset module.
37445         * modules/strftime (Depends-on): Remove dependency on tzset.
37446
37447 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37448
37449         Remove the dependency of the strftime module on the tzset module.
37450         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
37451         gl_FUNC_TZSET_CLOBBER.
37452
37453 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
37454
37455         Remove the dependency of the strftime module on the tzset module.
37456         * lib/strftime.c (my_strftime)
37457         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
37458         Copy the input structure, to work around some of the bug with
37459         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
37460         Solaris releases, you should also use the tzset module, but we won't
37461         require it as a dependency any more since we don't want LGPLed code
37462         to depend on GPLed code.
37463
37464 2005-07-02  Jim Meyering  <jim@meyering.net>
37465
37466         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
37467         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
37468         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
37469         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
37470
37471 2005-07-02  Jim Meyering  <jim@meyering.net>
37472
37473         * lib/backupfile.c (backup_args): Change a `0' to NULL.
37474
37475 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
37476
37477         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
37478         declares only 'struct timespec;' (!).
37479
37480 2005-07-01  Jim Meyering  <jim@meyering.net>
37481
37482         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
37483         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
37484         * lib/save-cwd.c, tempname.c:
37485         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
37486         and don't include <sys/file.h>).
37487
37488 2005-06-29  Jim Meyering  <jim@meyering.net>
37489
37490         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
37491         type name.  Use the variable name instead.
37492         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
37493         Likewise.
37494
37495 2005-06-28  Simon Josefsson  <jas@extundo.com>
37496
37497         * modules/check-version (Files): Add check-version.m4.
37498
37499 2005-06-28  Simon Josefsson  <jas@extundo.com>
37500
37501         * m4/check-version.m4: New file, suggested by Jim Meyering
37502         <jim@meyering.net>.
37503
37504 2005-06-28  Simon Josefsson  <jas@extundo.com>
37505
37506         * lib/check-version.h, lib/check-version.c: New files.
37507
37508 2005-06-28  Simon Josefsson  <jas@extundo.com>
37509
37510         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
37511         collision with global variable.  Better indentation.  Don't
37512         increment buffer pointer beyond buffer end.  Based on comments
37513         from Paul Eggert <eggert@cs.ucla.edu>.
37514
37515         * lib/base64.h: Indent.
37516
37517 2005-06-28  Simon Josefsson  <jas@extundo.com>
37518
37519         * doc/gnulib.texi (Library version handling): New section.
37520
37521 2005-06-28  Jim Meyering  <jim@meyering.net>
37522
37523         * check-module (find_included_lib_files): Hard-code another
37524         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
37525         but modules/fts-lgpl (correctly) does not list those files.
37526
37527         * modules/canonicalize (Files): Add lib/pathmax.h.
37528
37529 2005-06-25  Simon Josefsson  <jas@extundo.com>
37530
37531         * modules/check-version: New file.
37532
37533 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
37534
37535         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
37536         initializer of struct addrinfo, as an indication that we don't
37537         care how many members the structure has.
37538
37539 2005-06-24  Derek Price  <derek@ximbiot.com>
37540         and Bruno Haible  <bruno@clisp.org>
37541
37542         Remove stat module & update lstat.
37543         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
37544         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
37545         * m4/stat.m4: Remove this file.
37546
37547 2005-06-24  Derek Price  <derek@ximbiot.com>
37548         and Bruno Haible  <bruno@clisp.org>
37549
37550         Remove stat module & update lstat.
37551         * lib/stat.c: Remove this file...
37552         (slash_aware_lstat): ...moving this content and its support...
37553         * lib/lstat.c (rpl_lstat): ...into here.
37554         * lib/lstat.h: New file.
37555
37556 2005-06-24  Derek Price  <derek@ximbiot.com>
37557         and Bruno Haible  <bruno@clisp.org>
37558
37559         Remove stat module & update lstat.
37560         * config/srclist.txt (libc sources): Remove stat.
37561
37562 2005-06-24  Derek Price  <derek@ximbiot.com>
37563         and Bruno Haible  <bruno@clisp.org>
37564
37565         Remove stat module & update lstat.
37566         * MODULES.html.sh (stat): Remove.
37567         * MODULES.html: Regenerated.
37568         * modules/lstat (Description): Correct function name.
37569         (Files): Add "lstat.h".
37570         (Depends-on): Remove stat, add xalloc, stat-macros.
37571         * modules/stat: Remove this file.
37572         (Include): Add "lstat.h", remove <sys/stat.h>.
37573
37574 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
37575
37576         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
37577         (ranged_convert): Don't save conversion in a temporary struct.
37578         This causes a warning with GCC 4.0.0, and anyway in the typical
37579         case it's not worth the extra 100 bytes or so of code.
37580         (ranged_convert, __mktime_internal): When calling a function via a
37581         pointer P, use P () rather than (*P) (), as we now assume C89 or
37582         better.
37583
37584 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37585
37586         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37587         "who -r" failed to give output.  Problem reported by Tim Waugh.
37588
37589         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37590         (xcalloc): Use it to avoid needless tests.
37591         Problem reported by Jim Meyering.
37592
37593 2005-06-20  Derek Price  <derek@ximbiot.com>
37594
37595         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37596         unnecessary for Autoconfs > 2.59c.
37597
37598 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37599
37600         * lib/argp.h (__option_is_short): Check upper limit of
37601         __key. Isprint() requires its argument to have the value
37602         of an unsigned char or EOF.
37603
37604 2005-06-16  Jim Meyering  <jim@meyering.net>
37605
37606         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37607         when either N or S is zero.
37608
37609 2005-06-16  Derek Price  <derek@ximbiot.com>
37610
37611         * m4/bison.m4: Declare YACC & YFLAGS precious.
37612
37613 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37614
37615         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37616         multibyte string or pattern, fall back on unibyte matching.
37617         Problem reported by James Youngman.
37618
37619 2005-06-08  Bruno Haible  <bruno@clisp.org>
37620
37621         * modules/csharpcomp: New file.
37622         * MODULES.html.sh (C#): Add csharpcomp.
37623
37624 2005-06-08  Bruno Haible  <bruno@clisp.org>
37625
37626         * m4/csharpcomp.m4: New file, from GNU gettext.
37627
37628 2005-06-08  Bruno Haible  <bruno@clisp.org>
37629
37630         * lib/csharpcomp.h: New file, from GNU gettext.
37631         * lib/csharpcomp.c: New file, from GNU gettext.
37632         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37633
37634 2005-06-08  Bruno Haible  <bruno@clisp.org>
37635
37636         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37637         warning on mingw.
37638
37639 2005-06-07  Derek Price  <derek@ximbiot.com>
37640
37641         Sync from CVS.
37642         * lib/glob_.h: Indent nested #ifdef.
37643
37644 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37645
37646         Sync from coreutils.
37647         Use "file name" when talking about file names, instead of "filename"
37648         or "path", as per the GNU coding standards.
37649         * lib/mkdir-p.c: Renamed from makepath.c.
37650         (make_dir_parents): Renamed from make_path.  All callers changed.
37651         * lib/mkdir-p.h: Likewise.  All includers changed.
37652         * lib/filenamecat.c: Renamed from path-concat.c.
37653         (file_name_concat): Renamed from path_concat.  All callers changed.
37654         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37655         * lib/filenamecat.h: Likewise.  All includers changed.
37656         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37657         in comments or local variable names.
37658         * lib/basename.c: Likewise.
37659         * lib/canonicalize.c, canonicalize.h: Likewise.
37660         * lib/dirname.c, dirname.h: Likewise.
37661         * lib/euidaccess.c: Likewise.
37662         * lib/exclude.c: Likewise
37663         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37664         * lib/fsusage.c, fsuage.h: Likewise.
37665         * lib/fts.c, fts_.h: Likewise.
37666         * lib/getcwd.c: Likewise.
37667         * lib/getloadavg.c: Likewise.
37668         * lib/mkstemp.c: Likewise.
37669         * lib/mountlist.c, mountlist.h: Likewise.
37670         * lib/openat.c, openat.h: Likewise.
37671         * lib/readlink-stub.c: Likewise.
37672         * lib/readutmp.c, readutmp.h: Likewise.
37673         * lib/rename.c: Likewise.
37674         * lib/rmdir.c: Likewise.
37675         * lib/same.c: Likewise.
37676         * lib/savedir.c: Likewise.
37677         * lib/stripslash.c: Likewise.
37678         * lib/tempname.c: Likewise.
37679         * lib/xreadlink.c: Likewise.
37680         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37681         All uses changed.
37682         * lib/exclude.h: Likewise.
37683
37684         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37685         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37686         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37687         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37688         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37689         files have been getting away with it for years (MORE/BSD 4.3
37690         is extinct now).
37691         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37692         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37693
37694         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37695         Define to 256, not 255, as per modern POSIX.
37696
37697 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37698
37699         Sync from coreutils.
37700         Use "file name" when talking about file names, instead of "filename"
37701         or "path", as per the GNU coding standards.
37702         * MODULES.html.sh: mkdir-p renamed from makepath.
37703         filenamecat renamed from path-concat.
37704         * modules/filenamecat: Renamed from modules/path-concat.
37705         (Files): filenamecat.h and filenamecat.c renamed from
37706         path-concat.h and path-concat.c.
37707         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37708         (Include): filenamecat.h, not path-concat.h.
37709         * modules/mkdir-p: Renamed from modules/makepath.
37710         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37711         makepath.c.
37712         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37713         (Include): mkdir-p.h, not makepath.h.
37714
37715 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37716
37717         Sync from coreutils.
37718         * m4/mkdir-p.m4: Renamed from makepath.m4.
37719         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37720         Rename files from makepath.c to mkdir-p.c, and from
37721         makepath.h to mkdir-p.h.
37722         * m4/filenamecat.m4: Renamed from path-concat.m4.
37723         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37724         Rename files from path-concat.c to filenamecat.c,
37725         and from path-concat.h to filenamecat.h.
37726         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37727         "file name" in local variables or comments.
37728         * m4/rename.m4: Likewise.
37729
37730 2005-06-01  Bruno Haible  <bruno@clisp.org>
37731
37732         * modules/csharpexec: New file.
37733         * MODULES.html.sh (C#): New section.
37734
37735 2005-06-01  Bruno Haible  <bruno@clisp.org>
37736
37737         * m4/csharp.m4: New file, from GNU gettext.
37738         * m4/csharpexec.m4: New file, from GNU gettext.
37739
37740 2005-06-01  Bruno Haible  <bruno@clisp.org>
37741
37742         * lib/csharpexec.h: New file, from GNU gettext.
37743         * lib/csharpexec.c: New file, from GNU gettext.
37744         * lib/csharpexec.sh.in: New file, from GNU gettext.
37745
37746 2005-05-31  Derek Price  <derek@ximbiot.com>
37747             Paul Eggert  <eggert@cs.ucla.edu>
37748
37749         Sync from cvs.
37750         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37751
37752 2005-05-31  Derek Price  <derek@ximbiot.com>
37753             Paul Eggert  <eggert@cs.ucla.edu>
37754
37755         Sync from cvs.
37756         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37757
37758 2005-05-29  Derek Price  <derek@ximbiot.com>
37759
37760         * config/srclist.txt (glob_.h, glob.c): Add these files.
37761
37762 2005-05-29  Derek Price  <derek@ximbiot.com>
37763
37764         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37765         * modules/glob: New file.
37766         * modules/getlogin_r: Add link to POSIX spec in description.
37767
37768 2005-05-29  Derek Price  <derek@ximbiot.com>
37769             Paul Eggert  <eggert@cs.ucla.edu>
37770
37771         * m4/glob.m4: New file.
37772
37773 2005-05-29  Derek Price  <derek@ximbiot.com>
37774             Paul Eggert  <eggert@cs.ucla.edu>
37775
37776         * lib/glob_.h, lib/glob.c: New files.
37777
37778 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37779
37780         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37781         * modules/fts-lgpl (Depends-on): Remove gettext.
37782
37783 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37784
37785         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37786         and don't require gt_INTTYPES_PRI.
37787
37788 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37789
37790         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37791
37792         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37793         the configuration hassle isn't worth it.
37794         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37795         (LONGEST_MODIFIER, PRIuMAX): Remove.
37796
37797 2005-05-27  Bruno Haible  <bruno@clisp.org>
37798
37799         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37800
37801 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37802
37803         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37804         _POSIX_PTHREAD_SEMANTICS for Solaris.
37805
37806 2005-05-25  Derek Price  <derek@ximbiot.com>
37807
37808         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37809
37810 2005-05-25  Derek Price  <derek@ximbiot.com>
37811             Paul Eggert  <eggert@cs.ucla.edu>
37812
37813         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37814         * lib/getlogin_r.c, getlogin_r.h: New files.
37815
37816 2005-05-25  Bruno Haible  <bruno@clisp.org>
37817             Derek Price  <derek@ximbiot.com>
37818
37819         * lib/getlogin_r.h: Simplify API documentation.
37820
37821 2005-05-23  Derek Price  <derek@ximbiot.com>
37822
37823         * modules/minmax (Files): Add m4/minmax.m4.
37824         (configure.ac): Add gl_MINMAX.
37825
37826 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37827
37828         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37829         so that unistd-safer.h (GPL'ed code) need not be included.
37830
37831 2005-05-22  Bruno Haible  <bruno@clisp.org>
37832
37833         * m4/minmax.m4: New file.
37834         Based on a patch by Derek Price <derek@ximbiot.com>.
37835
37836 2005-05-22  Bruno Haible  <bruno@clisp.org>
37837
37838         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37839         (INT64_MIN): Fix definition.
37840         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37841
37842         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37843         NEED_SIGNED_INT_TYPES.
37844
37845         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37846         HAVE_SYSTEM_INTTYPES.
37847
37848 2005-05-22  Bruno Haible  <bruno@clisp.org>
37849
37850         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37851         Also include <sys/param.h> if it defines MIN, MAX.
37852         Based on a patch by Derek Price <derek@ximbiot.com>.
37853
37854 2005-05-21  Jim Meyering  <jim@meyering.net>
37855
37856         * modules/fts (Files): Add m4/inttypes-pri.m4.
37857         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37858
37859 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37860
37861         New fts module.
37862         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37863         (setup_dir, free_dir): New functions.
37864         (enter_dir, leave_dir): Define trivial
37865         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37866         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37867         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37868         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37869         Move to fts-cycle.c.
37870         (fts_open): Use setup_dir.
37871         (fts_close): Use free_dir.
37872         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37873         This adds a label and some gotos, but the alternatives were messier.
37874         Check for memory allocation failure when entering a dir.
37875         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37876         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37877         (FTS): New member fts_cycle, that is a union that contains the
37878         old active_dir_ht and cycle_state.  All uses changed to mention
37879         fts_cycle.ht and fts_cycle.state.
37880         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37881         fts.c, with the following changes:
37882         (setup_dir, free_dir): New functions.
37883         (enter_dir): Now returns bool.  Return true if successful, false
37884         if memory exhausted.  All callers changed.
37885         Do not bother partly cleaning up on
37886         memory allocation failure; that is free_dir's job.
37887         However, free ad if hash_insert fails, to avoid memory leak.
37888         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37889         fts->fts_options to see which union member to use.
37890
37891 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37892
37893         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37894         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37895
37896 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37897
37898         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37899
37900 2005-05-20  Jim Meyering  <jim@meyering.net>
37901
37902         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37903         Now a macro, to pacify GCC.
37904
37905 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37906
37907         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37908         of -1.
37909
37910 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37911
37912         * lib/chown.c (rpl_chown): Return -1 on failure.
37913
37914 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37915
37916         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37917         Don't check for stddef.h.
37918         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37919         don't use its results.
37920         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37921         since we include them unconditionally.  Don't require
37922         AM_STDBOOL_H, since stdbool is a prerequisite.
37923         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37924         since we assume C89 or better.
37925         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37926         as we don't use their results.
37927         Don't check for fchdir, memmove, memset, strrchr, as we use
37928         them unconditionally.
37929         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37930         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37931
37932 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37933
37934         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37935         Include <stddef.h> unconditionally, since we assume C89 now.
37936         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37937         * lib/fts.c: Include fts_.h first, to check interface.
37938         Do not include intprops.h; no longer needed.
37939         Include cycle-check.h and hash.h, since fts_.h no longer does.
37940         Remove unnecessary casts of closedir to void.
37941         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37942         decide whether to decrement nlinks.
37943         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37944         (FTS): Use struct hash_table * instead of Hash_table, so that
37945         we no longer need to include hash.h here.
37946
37947 2005-05-18  Jim Meyering  <jim@meyering.net>
37948
37949         * modules/dirfd (License): Change to LGPL.  Most of the code
37950         is already in the public domain.
37951
37952 2005-05-18  Jim Meyering  <jim@meyering.net>
37953
37954         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37955         Reported by Yoann Vandoorselaere.
37956
37957 2005-05-17  Jim Meyering  <jim@meyering.net>
37958
37959         * m4/fts.m4: New file, from coreutils.
37960
37961 2005-05-17  Jim Meyering  <jim@meyering.net>
37962
37963         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37964
37965 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37966
37967         Sync from coreutils.
37968         * m4/unlinkdir.m4: New file.
37969
37970 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37971
37972         Sync from coreutils.
37973         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37974         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37975         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37976         White space changes only.
37977         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37978         special.
37979         * lib/yesno.c: Include getline.h, not ctype.h.
37980         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37981         Use getline to remove arbitrary restriction on response length.
37982
37983 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37984
37985         * config/srclist-update: Spell out "Street" in FSF postal
37986         mail address; this is the style the FSF seems to prefer.
37987
37988         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37989         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37990         this updates FSF postal mail address.
37991
37992         Sync from coreutils.
37993         * modules/unlinkdir: New file.
37994         * modules/yesno (Depends-on): Add getline.
37995         * MODULES.html.sh (File system functions): Add unlinkdir.
37996
37997 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37998
37999         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
38000         lib/strsep.h:
38001         Change the initial comment to refer to GPL, not LGPL.
38002         gnulib-tool will change it to LGPL as needed.
38003
38004         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
38005         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
38006         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
38007         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
38008         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
38009         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
38010         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
38011         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
38012         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
38013         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
38014         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
38015         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
38016         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
38017         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
38018         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
38019         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
38020         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
38021         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
38022         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
38023         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
38024         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
38025         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
38026         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
38027         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
38028         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
38029         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
38030         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
38031         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
38032         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
38033         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
38034         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
38035         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
38036         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
38037         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
38038         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
38039         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
38040         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
38041         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
38042         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
38043         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
38044         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
38045         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
38046         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
38047         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
38048         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
38049         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
38050         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
38051         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
38052         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
38053         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
38054         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
38055         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
38056         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
38057         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
38058         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
38059         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
38060         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
38061         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
38062         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
38063         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
38064         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
38065         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
38066         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
38067         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
38068         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
38069         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
38070         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
38071         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
38072         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
38073         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
38074         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
38075         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
38076         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
38077         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
38078         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
38079         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
38080         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
38081         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
38082         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
38083         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
38084         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
38085         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
38086         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
38087         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
38088         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
38089         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
38090         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
38091         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
38092         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
38093         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
38094         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
38095         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
38096         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
38097         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
38098         lib/yesno.c, lib/yesno.h:
38099         Update FSF postal mail address.
38100
38101 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
38102
38103         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
38104         tests/test-memmem.c, tests/test-stpncpy.c:
38105         Update FSF postal mail address.
38106
38107 2005-05-13  Bruno Haible  <bruno@clisp.org>
38108
38109         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
38110         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
38111         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
38112         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
38113         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
38114         Add support for 64-bit integers in the MSVC compiler.
38115
38116 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38117
38118         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
38119
38120 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
38121
38122         * gnulib-tool (func_import): Sort and uniquify recommended includes.
38123
38124 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
38125
38126         * doc/getdate.texi (General date syntax): Don't say that date
38127         date --iso-8601=ns generates acceptable dates; it doesn't yet.
38128         Problem reported by Nic Ferrier.
38129
38130 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38131
38132         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
38133         specified in ai_socktype. Fix invalid ai_protocol
38134         check. ai_protocol is usually set to 0 or depending on
38135         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
38136         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
38137         ai_socktype / ai_protocol in the returned addrinfo structure.
38138
38139 2005-05-10  Simon Josefsson  <jas@extundo.com>
38140
38141         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
38142         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
38143
38144 2005-05-10  Karl Berry  <karl@gnu.org>
38145
38146         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
38147         (from http://www.gnu.org/licenses).
38148         * doc/COPYING.LIB: also rename to COPYING.LESSER.
38149         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
38150         fdl.texi suffices.
38151
38152 2005-05-10  Karl Berry  <karl@gnu.org>
38153
38154         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
38155         (COPYING.DOC): remove.
38156
38157         * config/srclist-update: new FSF address.
38158
38159 2005-05-10  Derek Price  <derek@ximbiot.com>
38160
38161         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
38162         possible.
38163
38164 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38165             Bruno Haible  <bruno@clisp.org>
38166
38167         * modules/inet_ntop: New file.
38168         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38169         inet_ntop.
38170
38171 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38172             Bruno Haible  <bruno@clisp.org>
38173
38174         * m4/inet_ntop.m4: New file.
38175
38176 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
38177             Bruno Haible  <bruno@clisp.org>
38178
38179         * lib/inet_ntop.h: New file.
38180         * lib/inet_ntop.c: New file, from glibc with modifications.
38181
38182 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
38183
38184         * modules/time_r (License): Change to LGPL.
38185         * modules/extensions (License): Change to LGPL.  Actually,
38186         the license is more permissive than that, but currently gnulib-tool
38187         doesn't know how to handle more-permissive licenses.
38188
38189         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
38190         Problem reported by Dave Love.
38191
38192 2005-05-08  Jim Meyering  <jim@meyering.net>
38193
38194         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
38195         blank.
38196
38197 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
38198
38199         * modules/argmatch (Depends-on): Add stdbool.
38200         * modules/backupfile (Depends-on): Likewise.
38201         * modules/chdir-long (Depends-on): Likewise.
38202         * modules/closeout (Depends-on): Likewise.
38203         * modules/cycle-check (Depends-on): Likewise.
38204         * modules/dirname (Depends-on): Likewise.
38205         * modules/fnmatch (Depends-on): Likewise.
38206         * modules/fsusage (Depends-on): Likewise.
38207         * modules/fwriteerror (Depends-on): Likewise.
38208         * modules/getcwd (Depends-on): Likewise.
38209         * modules/getloadavg (Depends-on): Likewise.
38210         * modules/hard-locale (Depends-on): Likewise.
38211         * modules/makepath (Depends-on): Likewise.
38212         * modules/mountlist (Depends-on): Likewise.
38213         * modules/nanosleep (Depends-on): Likewise.
38214         * modules/posixtm (Depends-on): Likewise.
38215         * modules/quotearg (Depends-on): Likewise.
38216         * modules/readtokens (Depends-on): Likewise.
38217         * modules/readtokens0 (Depends-on): Likewise.
38218         * modules/readutmp (Depends-on): Likewise.
38219         * modules/save-cwd (Depends-on): Likewise.
38220         * modules/strftime (Depends-on): Likewise.
38221         * modules/userspec (Depends-on): Likewise.
38222         * modules/utimecmp (Depends-on): Likewise.
38223         * modules/xgetcwd (Depends-on): Likewise.
38224         * modules/xnanosleep (Depends-on): Likewise.
38225         * modules/xstrtod (Depends-on): Likewise.
38226         * modules/yesno (Depends-on): Likewise.
38227
38228 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
38229
38230         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
38231         needless checks.
38232
38233 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
38234
38235         Merge from coreutils.  Among other things,
38236         add bulletproofing for cases where stdin, stdout, or stderr are closed.
38237         * lib/fd-safer.c: New file.
38238         * lib/fcntl-safer.h, open-safer.c: Remove.
38239         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
38240         * lib/dup-safer.c: Include unistd-safer.h first.
38241         Don't include errno.h.
38242         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
38243         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
38244         * lib/file-type.c: Rely on file-type.h change.
38245         * lib/getloadavg.c: Include unistd-safer.h.
38246         (getloadavg): Use safer open.
38247         * lib/getusershell.c: Include "stdio-safer.h".
38248         (getusershell): Use safer fopen.
38249         * lib/long-options.c (long_options): Use NULL rather than 0.
38250         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
38251         'free'.
38252         * lib/modechange.c: Likewise.
38253         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
38254         (MODE_DONE): New constant.
38255         (struct mode_change): Remove 'next' member.
38256         (make_node_op_equals): New function; like the old one of the
38257         same name, except it allocates an array.
38258         (mode_compile, mode_create_from_ref): Use it.
38259         (mode_compile): Allocate result as an array, not a linked list.
38260         Parse octal string ourself, so that we catch mistakes like "+0".
38261         (mode_adjust): Arg is an array, not a linked list.
38262         * lib/modechange.c: Include stat-macros.h, xalloc.h.
38263         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
38264         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
38265         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
38266         Remove.  This is now stat-macros.h's job.
38267         (talloc): Remove.  All callers replaced by xalloc, so that
38268         our invokers don't have to worry about reporting memory failures.
38269         (make_node_op_equals): Remove.
38270         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
38271         New constants.
38272         (struct mode_change): Moved here from modechange.h.
38273         (mode_append_entry): Remove.
38274         (mode_compile): Remove MASKED_OPS arg, since it encouraged
38275         apps to have incorrect behavior.  Use simpler algorithm for head
38276         and tail.  Don't futz with umask; that's now the job of mode_adjust.
38277         Detect more invalid usages rather than having somewhat-random behavior.
38278         Don't insert an "a=" action, as that leads to incorrect behavior.
38279         (mode_compile, mode_create_from_ref): Return NULL on error instead
38280         of an enum, since now there's only one way to have an error.  All
38281         callers changed.
38282         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
38283         at the correct time.  Simplify calculation of "+u" and its ilk.
38284         Don't mishandle "+X".
38285         (mode_free): Remove "register" and localize decls.
38286         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
38287         (struct mode_change): Move to modechange.c; callers don't
38288         need to see this stuff.
38289         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
38290         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
38291         (mode_change, mode_adjust): Reflect the new signatures noted above.
38292         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
38293         that might redefine system include files.
38294         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
38295         (my_usleep): Use NULL rather than (void *) 0.
38296         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
38297         Use siginterrupt to specify that system calls should be interrupted.
38298         (rpl_nanosleep): Move initialization of suspended closer to call of
38299         my_usleep.
38300         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
38301         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
38302         (desirable_utmp_entry): New function.
38303         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
38304         using x2nrealloc, to simplify logic.
38305         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
38306         size calculation.  Do not assume utmp file is a regular file.
38307         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
38308         (READ_UTMP_CHECK_PIDS): New constant.
38309         * lib/save-cwd.c: Include unistd-safer.h.
38310         (save_cwd): Use fd_safer.
38311         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
38312         [!_LIBC] Include "stat-macros.h" instead.
38313         * lib/unistd-safer.h (fd_safer): New decl.
38314
38315 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
38316
38317         * modules/getloadavg (Depends-on): Add unistd-safer.
38318         * modules/getusershell (Depends-on): Add stdio-safer.
38319         * modules/lstat (Depends-on): Remove xalloc.
38320         * modules/mkstemp (Depends-on): Add stat-macros.
38321         * modules/modechange (Depends-on): Remove xstrtol.
38322         Add stat-macros, xalloc.
38323         * modules/save-cwd (Depends-on): Add unistd-safer.
38324         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
38325         * modules/unistd-safer (Files): Add lib/fd-safer.c
38326         (Makefile.am): Remove lib_SOURCES.
38327
38328         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
38329         Remove fcntl-safer; unistd-safer supersedes it.
38330
38331 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
38332
38333         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
38334         AC_HEADER_STAT.
38335         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
38336         (gl_PREREQ_CHOWN): Remove.
38337         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
38338         it.  Don't require AC_HEADER_STAT.
38339         (gl_PREREQ_LSTAT): Remove.
38340         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
38341         Don't require AC_HEADER_STAT.
38342         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
38343         (gl_PREREQ_RMDIR): Remove.
38344         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
38345         mention stat-macros.h or AC_HEADER_STAT, since we'll make
38346         the stat-macros module a prerequisite.
38347         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
38348         * m4/filemode.m4 (gl_FILEMODE): Likewise.
38349         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
38350         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
38351         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
38352         variable names.
38353         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
38354         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
38355         variable prefixes.
38356         * m4/fcntl-safer.m4: Remove.
38357         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
38358         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
38359         Invoke gl_PREREQ_FD_SAFER.
38360         (gl_PREREQ_FD_SAFER): New macro.
38361         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
38362         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
38363         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
38364         Remove duplicate call to AC_LIBOBJ(readutmp).
38365         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
38366
38367         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
38368         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
38369
38370 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
38371
38372         * MODULES.html.sh (Misc): Add byteswap.
38373
38374 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38375
38376         * modules/getcwd (Depends-on): Add extensions.
38377         * modules/openat (Depends-on): Likewise.
38378
38379 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38380
38381         * modules/byteswap: New file.
38382
38383 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38384
38385         * m4/byteswap.m4: New file.
38386
38387 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
38388
38389         * lib/byteswap_.h: New file.
38390
38391 2005-04-25  Karl Berry  <karl@gnu.org>
38392
38393         * m4/gettext.m4: Update from GNU gettext 0.14.4.
38394
38395 2005-04-25  Albert Chin  <china@thewrittenword.com>
38396
38397         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
38398         Toolkit C bug.
38399
38400 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
38401
38402         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
38403         (func_ln_if_changed) Remove forcibly for no error message
38404         in case file does not exist.
38405
38406 2005-04-19  Simon Josefsson  <jas@extundo.com>
38407
38408         * gnulib-tool (Options): Make --symlink mean --symbolic.
38409
38410 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
38411
38412         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
38413
38414 2005-04-16  Simon Josefsson  <jas@extundo.com>
38415
38416         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
38417
38418 2005-04-15  Simon Josefsson  <jas@extundo.com>
38419
38420         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
38421
38422 2005-04-15  Simon Josefsson  <jas@extundo.com>
38423
38424         * gnulib-tool: Rename --symlink to --symbolic.
38425
38426 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
38427
38428         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
38429         symbolic links to files instead of copying/moving.  Add --aux-dir,
38430         specifying directory relative --dir where auxiliary build tools
38431         are placed.
38432
38433 2005-04-14  Bruno Haible  <bruno@clisp.org>
38434
38435         * modules/allocsa (License): Change to LGPL.
38436         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
38437
38438 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
38439
38440         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
38441         that "UTC +1 second" continues to work.  Problem reported
38442         by Dmitry V. Levin.
38443         (relunit_snumber): New rule.
38444         (relunit): Use it.
38445
38446 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
38447
38448         * lib/getdate.y (universal_time_zone_table): New constant.
38449         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
38450         universal_time_zone_table.
38451         (lookup_zone): Prefer universal_time_zone_table to
38452         local_time_zone_table, so that "GMT" time stamps are allowed in
38453         London during the summer.  Problem reported by Ian Abbott.
38454
38455 2005-04-12  Jim Meyering  <jim@meyering.net>
38456
38457         * lib/human.c (humblock): Set *options even when returning due to
38458         xstrtoumax conversion failure.  Thanks to a used-uninitialized
38459         warning from gcc-4.
38460
38461 2005-04-09  Jim Meyering  <jim@meyering.net>
38462
38463         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
38464         -Wuninitialized: initialize tm0.tm_year.
38465
38466 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
38467
38468         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
38469         count, since there's no maximum.  All uses changed.
38470         Add member dsts_seen.
38471         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
38472         not being INT_MAX.
38473         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
38474         Use pc_rels_seen to decide whther a date is absolute.
38475
38476         * lib/getdate.y (number): Don't overwrite year.
38477         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
38478         check.
38479
38480 2005-04-02  Simon Josefsson  <jas@extundo.com>
38481
38482         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
38483         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
38484
38485 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
38486
38487         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
38488         where no absolute path name can be longer than PATH_MAX.
38489
38490 2005-03-27  Jim Meyering  <jim@meyering.net>
38491
38492         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
38493
38494 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
38495
38496         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
38497         "one's complement" -> "ones' complement" in comment, as per Knuth.
38498         "value of type" -> "type or expression" in comment.
38499         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
38500
38501 2005-03-26  Jim Meyering  <jim@meyering.net>
38502
38503         Comment nits.
38504         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
38505         Correct typos: s/or/of/.
38506
38507 2005-03-26  Jim Meyering  <jim@meyering.net>
38508
38509         * modules/check-include-files: Move to ../ and rename to...
38510         * check-module: ...this.
38511
38512 2005-03-25  Jim Meyering  <jim@meyering.net>
38513
38514         * modules/xvasprintf (Files): Add xalloc.h.
38515
38516 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
38517
38518         * modules/gettext (Files): config/config.rpath ->
38519         build-aux/config.rpath
38520         * modules/iconv (Files): Likewise.
38521         Problem reported by Oskar Liljeblad.
38522
38523 2005-03-23  Jim Meyering  <jim@meyering.net>
38524
38525         * modules/check-include-files: New script to check for
38526         missing dependencies, multiple includes, etc.
38527
38528         * modules/c-strtold (Depends-on): Add xalloc.
38529         * modules/c-strtod (Depends-on): Add xalloc.
38530         * modules/hash (Depends-on): Add xalloc.
38531         (Files): Remove lib/xalloc.h.
38532
38533         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
38534         * modules/userspec (Files): Add lib/inttostr.h.
38535
38536 2005-03-23  Jim Meyering  <jim@meyering.net>
38537
38538         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
38539
38540 2005-03-22  Jim Meyering  <jim@meyering.net>
38541
38542         * modules/stat-macros: New module.
38543         * modules/canonicalize, modules/euidaccess, modules/file-type,
38544         * modules/filemode, modules/lchown, modules/makepath,
38545         * modules/rmdir, modules/stat: Depend on new stat-macros module
38546         rather than listing lib/stat-macros.h manually.
38547         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
38548
38549 2005-03-22  Jim Meyering  <jim@meyering.net>
38550
38551         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
38552
38553 2005-03-22  Bruno Haible  <bruno@clisp.org>
38554
38555         * config/srclist.txt: Replace target directory 'config' with
38556         'build-aux'.
38557         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
38558         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
38559         ../build-aux/.
38560
38561 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
38562
38563         * modules/chdir-long (Depends-on): Add mempcpy.
38564
38565         * modules/acl, modules/backupfile, modules/c-strtod,
38566         modules/c-strtold, modules/canon-host, modules/canonicalize,
38567         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
38568         modules/exclude, modules/exitfail, modules/file-type,
38569         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
38570         modules/getdate, modules/getline, modules/getpagesize,
38571         modules/getpass, modules/getugroups, modules/group-member,
38572         modules/hard-locale, modules/hash, modules/human, modules/idcache,
38573         modules/inttostr, modules/long-options, modules/makepath,
38574         modules/md5, modules/memcasecmp, modules/memcoll,
38575         modules/modechange, modules/mountlist, modules/path-concat,
38576         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
38577         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
38578         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
38579         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
38580         modules/strftime, modules/strndup, modules/strverscmp,
38581         modules/timespec, modules/unlocked-io, modules/userspec,
38582         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38583         modules/yesno:
38584         Remove lib_SOURCES line from Makefile.am section, as this is now
38585         done automatically by the corresponding Autoconf macro.
38586
38587 2005-03-21  Jim Meyering  <jim@meyering.net>
38588
38589         Changes imported from coreutils.
38590
38591         * lib/cycle-check.c: Don't include xalloc.h.
38592
38593         * lib/path-concat.c: Don't include assert.h.
38594         (path_concat): Remove assertion that would have triggered
38595         for ABASE starting with more than one slash.
38596         Reported by Andreas Schwab.
38597
38598         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38599         properly when ABASE is an absolute file name.
38600         Correct the description of this function.
38601         Include <assert.h>.
38602         Add an assertion and a test driver.
38603         This fixes a bug introduced on 2004-07-02.
38604         Andreas Schwab reported the resulting failure of cp --parents:
38605         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38606
38607 2005-03-21  Jim Meyering  <jim@meyering.net>
38608
38609         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38610         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38611
38612 2005-03-21  Jim Meyering  <jim@meyering.net>
38613         and  Paul Eggert  <eggert@cs.ucla.edu>
38614
38615         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38616         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38617         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38618         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38619         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38620         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38621         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38622         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38623         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38624         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38625         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38626         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38627         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38628         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38629         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38630         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38631         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38632         for these modules.
38633
38634 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38635
38636         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38637         (which shouldn't happen), generate nothing instead of returning 0
38638         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38639
38640 2005-03-16  Bruno Haible  <bruno@clisp.org>
38641
38642         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38643         HAVE_LONGLONG_64BIT.
38644
38645 2005-03-16  Bruno Haible  <bruno@clisp.org>
38646
38647         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38648         HAVE_LONGLONG_64BIT.
38649
38650 2005-03-16  Bruno Haible  <bruno@clisp.org>
38651
38652         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38653         HAVE_LONGLONG_64BIT.
38654
38655 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38656
38657         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38658         reliably distinguish strftime failure from empty output on POSIX
38659         hosts.
38660
38661 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38662
38663         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38664         (iconv_string): Don't guess a size-zero buffer, as that might cause
38665         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38666         result would be 'too large', where 'too large' is (heuristically)
38667         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38668         overflow concerns.  This will prevent some unwanted malloc failures
38669         when the inputs are very large.
38670
38671 2005-03-15  Karl Berry  <karl@gnu.org>
38672
38673         * config/srclist.txt (config.rpath): from gettext.
38674         * config/config.rpath: update.
38675
38676 2005-03-15  Bruno Haible  <bruno@clisp.org>
38677
38678         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38679         to 'negate'.
38680
38681         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38682         variable.
38683
38684         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38685         results.
38686
38687 2005-03-14  Simon Josefsson  <jas@extundo.com>
38688
38689         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38690         <fx@gnu.org>.
38691
38692 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38693
38694         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38695         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38696         intprops.h.
38697         * lib/strtol.c: Likewise.
38698
38699 2005-03-14  Jim Meyering  <jim@meyering.net>
38700
38701         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38702         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38703         to be nonzero so that we (and caller) can detect the difference
38704         between a valid zero-length expansion and an error return, even
38705         when the underlying strftime fails before writing anything into
38706         that location.
38707
38708 2005-03-14  Bruno Haible  <bruno@clisp.org>
38709
38710         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38711         Update from GNU gettext 0.14.3.
38712
38713 2005-03-10  Jim Meyering  <jim@meyering.net>
38714
38715         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38716
38717 2005-03-10  Jim Meyering  <jim@meyering.net>
38718
38719         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38720         so that this module works on systems without fchdir.
38721
38722 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38723
38724         Factor int-properties macros into a single file, except for
38725         glibc-related files.
38726         * lib/intprops.h: New file.
38727         * lib/getloadavg.c: Include it instead of limits.h.
38728         (INT_STRLEN_BOUND): Remove.
38729         * lib/human.c: Include intprops.h.
38730         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38731         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38732         302/1000.
38733         * lib/inttostr.h: Include intprops.h instead of limits.h.
38734         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38735         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38736         for consistency with intprops.h.
38737         (time_t_is_integer, twos_complement_arithmetic): Use them.
38738         * lib/sig2str.h: Include <signal.h>, intprops.h.
38739         (INT_STRLEN_BOUND): Remove.
38740         * lib/strftime.c (TYPE_SIGNED): Remove.
38741         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38742         * lib/strtol.c: Adjust comments to match intprops.h.
38743         * lib/userspec.c: Include intprops.h.
38744         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38745         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38746         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38747         instead of rolling our own expressions.
38748         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38749
38750         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38751         instead of int.
38752         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38753         the right thing even if adding 1900 would overflow.  Similarly
38754         for tm_mon + 1 and tm_yday + 1.
38755         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38756         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38757         (DO_SIGNED_NUMBER): New macro.
38758         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38759
38760 2005-03-07  Bruno Haible  <bruno@clisp.org>
38761
38762         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38763
38764 2005-03-07  Bruno Haible  <bruno@clisp.org>
38765
38766         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38767
38768 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38769
38770         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38771         (func_import): Only replace files via --import when they have actually
38772         changed.
38773
38774 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38775
38776         * m4/mmap-anon.m4: New file.
38777         * m4/pagealign_alloc.m4: New file.
38778
38779 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38780             Bruno Haible  <bruno@clisp.org>
38781
38782         * modules/pagealign_alloc: New file.
38783         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38784
38785 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38786             Bruno Haible  <bruno@clisp.org>
38787
38788         * lib/pagealign_alloc.h: New file.
38789         * lib/pagealign_alloc.c: New file.
38790
38791 2005-03-03  Bruno Haible  <bruno@clisp.org>
38792
38793         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38794         Use an all-permissive copyright notice, recommended by RMS.
38795
38796 2005-03-02  Bruno Haible  <bruno@clisp.org>
38797
38798         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38799         of AIX, the replacement has to be done only after <string.h> is
38800         included, therefore not in config.h. stpncpy.h does the replacement,
38801         and stpncpy.c uses it.
38802
38803 2005-03-02  Bruno Haible  <bruno@clisp.org>
38804
38805         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38806         stpncpy.c uses it.
38807
38808 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38809
38810         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38811         The workaround isn't strictly needed for POSIX conformance, and
38812         it's too much of a pain to configure and maintain.  We'll ask
38813         people to fix their kernels instead.
38814         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38815         (NANOSLEEP_BUG_WORKAROUND): Remove.
38816         (xnanosleep): Remove the workaround.
38817
38818 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38819
38820         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38821         Reported by Derek Price.
38822         (Include): Add "timespec.h".
38823
38824         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38825
38826 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38827
38828         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38829         to detect nanosleep bug.
38830
38831 2005-03-01  Bruno Haible  <bruno@clisp.org>
38832
38833         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38834
38835 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38836
38837         * modules/gethrxtime: New file.
38838         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38839         (Depends-on): Add gethrxtime.
38840         (configure.ac): Add gl_XNANOSLEEP.
38841         (Makefile.am): Remove lib_SOURCES line.
38842
38843 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38846         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38847
38848 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38849
38850         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38851         * lib/timespec.h (gettime): Return void, since it always
38852         succeeds now.  All uses changed.
38853         * lib/gettime.c (gettime) Likewise.
38854         [HAVE_NANOTIME]: Prefer nanotime.
38855         Assume gettimeofday succeeds, as POSIX requires.
38856         Assime time () succeeds, since other code already does.
38857         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38858         (timespec_subtract): Remove.
38859         (NANOSLEEP_BUG_WORKAROUND): New constant.
38860         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38861         things considerably.  Use it only on GNU/Linux hosts, since the
38862         workaround shouldn't be needed elsewhere.
38863
38864 2005-02-24  Bruno Haible  <bruno@clisp.org>
38865
38866         * modules/gettext (Files): Add m4/glibc2.m4.
38867
38868 2005-02-24  Bruno Haible  <bruno@clisp.org>
38869
38870         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38871         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38872         * m4/progtest.m4:
38873         Update from GNU gettext 0.14.2.
38874         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38875
38876 2005-02-24  Bruno Haible  <bruno@clisp.org>
38877
38878         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38879         * lib/config.charset: Update from GNU gettext 0.14.2.
38880
38881 2005-02-24  Bruno Haible  <bruno@clisp.org>
38882
38883         * lib/gettext.h: Update from GNU gettext 0.14.2.
38884
38885 2005-02-23  Simon Josefsson  <jas@extundo.com>
38886
38887         * m4/iconvme.m4: New file.
38888
38889 2005-02-23  Jim Meyering  <jim@meyering.net>
38890
38891         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38892         change.
38893         Thanks to Bruno Haible for catching it.
38894
38895 2005-02-22  Simon Josefsson  <jas@extundo.com>
38896
38897         * modules/iconvme: New file.
38898
38899         * MODULES.html.sh: Add iconvme.
38900
38901 2005-02-22  Simon Josefsson  <jas@extundo.com>
38902
38903         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38904
38905 2005-02-22  Simon Josefsson  <jas@extundo.com>
38906
38907         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38908
38909 2005-02-22  Jim Meyering  <jim@meyering.net>
38910
38911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38912         s/ifndef/ifdef/.
38913
38914 2005-02-20  Neil Conway  <neilc@samurai.com>
38915
38916         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38917         returned by OSX/Darwin if the specified buffer is not large
38918         enough for the hostname.
38919
38920 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38921
38922         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38923         pass it to _help, otherwise the latter coredumps trying to
38924         dereference state.root_argp.
38925
38926 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38927
38928         * modules/chdir-long (Depends-on): Add memrchr.
38929         * modules/memrchr (Files): Add lib/memrchr.h.
38930         (Include): "memrchr.h".
38931
38932 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38933
38934         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38935
38936 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38937
38938         * lib/memrchr.h: New file.
38939         * lib/chdir-long.c: Include it.
38940         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38941         Don't bother including stddef.h.
38942
38943 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38944
38945         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38946         inclusion.
38947         Include <sys/types.h>, for dev_t.
38948         (ME_DUMMY, ME_REMOTE): Move from here....
38949         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38950         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38951         Dmitry V. Levin.
38952         Include mountlist.h first, to test the interface.
38953
38954 2005-01-29  Bruno Haible  <bruno@clisp.org>
38955
38956         * lib/progname.c (program_name): Initialize.
38957         Needed when linking statically on MacOS X.
38958
38959 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38960
38961         Sync from coreutils.
38962         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38963         (Depends-on): Add c-strtod.
38964         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38965
38966 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38967
38968         Sync from coreutils.
38969         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38970
38971         Remove files that are specific to coreutils.
38972         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38973
38974 2005-01-28  Bruno Haible  <bruno@clisp.org>
38975
38976         * modules/javacomp: New file.
38977         * MODULES.html.sh (Java): Add javacomp.
38978
38979 2005-01-28  Bruno Haible  <bruno@clisp.org>
38980
38981         * m4/javacomp.m4: New file, from GNU gettext.
38982
38983 2005-01-28  Bruno Haible  <bruno@clisp.org>
38984
38985         * lib/javacomp.sh.in: New file, from GNU gettext.
38986         * lib/javacomp.h: New file, from GNU gettext.
38987         * lib/javacomp.c: New file, from GNU gettext.
38988
38989 2005-01-26  Simon Josefsson  <jas@extundo.com>
38990
38991         * lib/gai_strerror.c: Use GPL in header.
38992
38993 2005-01-26  Bruno Haible  <bruno@clisp.org>
38994
38995         * modules/javaexec: New file.
38996         * MODULES.html.sh (Java): Add javaexec.
38997
38998 2005-01-26  Bruno Haible  <bruno@clisp.org>
38999
39000         * m4/javaexec.m4: New file, from GNU gettext.
39001
39002 2005-01-26  Bruno Haible  <bruno@clisp.org>
39003
39004         * lib/javaexec.sh.in: New file, from GNU gettext.
39005         * lib/javaexec.h: New file, from GNU gettext.
39006         * lib/javaexec.c: New file, from GNU gettext.
39007
39008 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39009
39010         * modules/lchown (Depends-on): Remove lchown.h
39011
39012 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39013
39014         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
39015         must be defined if the header file was not found, in order
39016         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
39017
39018 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39019
39020         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
39021         initializers for struct pentry_state.
39022         (__argp_error): Check return value of __asprintf
39023         (__argp_failure): Translate error message
39024
39025         * lib/argp-parse.c: Removed braces around the expansion of N_()
39026
39027 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39028
39029         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
39030         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
39031         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
39032         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
39033         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
39034         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
39035         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
39036         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
39037         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
39038         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
39039         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
39040         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
39041         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
39042         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
39043         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
39044         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
39045         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
39046         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
39047         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
39048         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
39049         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
39050         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
39051         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
39052         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
39053         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
39054         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
39055         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
39056         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
39057         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
39058         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
39059         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
39060         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
39061         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
39062         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
39063         xstrtol.m4, xstrtoumax.m4, yesno.m4:
39064         Use an all-permissive copyright notice, recommended by RMS.
39065
39066 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
39067
39068         * modules/chdir-long (Depends-on): Remove mempcpy.
39069
39070 2005-01-21  Jim Meyering  <jim@meyering.net>
39071
39072         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
39073         same value as for Solaris 9.
39074
39075         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
39076         component length.  This included changing the parameter to be
39077         of type `char *' rather than `char const *'.
39078         * lib/chdir-long.h (chdir_long): Update prototype.
39079
39080         * lib/openat.c (fdopendir, fstatat): New functions.
39081         * lib/openat.h: Include headers required for use of DIR and struct
39082         stat.
39083         [AT_SYMLINK_NOFOLLOW]: Define.
39084         (fdopendir, fstatat): Add prototypes.
39085
39086 2005-01-21  Bruno Haible  <bruno@clisp.org>
39087
39088         * modules/classpath: New file.
39089         * MODULES.html.sh (Java): Add classpath.
39090
39091 2005-01-21  Bruno Haible  <bruno@clisp.org>
39092
39093         * lib/classpath.h: New file, from GNU gettext.
39094         * lib/classpath.c: New file, from GNU gettext.
39095
39096 2005-01-20  Simon Josefsson  <jas@extundo.com>
39097
39098         * modules/version-etc-fsf: New file.
39099
39100 2005-01-20  Simon Josefsson  <jas@extundo.com>
39101
39102         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
39103         * lib/version-etc.c: Remove version_etc_copyright.
39104         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
39105         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
39106
39107 2005-01-20  Simon Josefsson  <jas@extundo.com>
39108
39109         * lib/base64.h (isbase64): Add.
39110
39111         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
39112         using a unsigned prototype, don't inline.
39113         (base64_decode): Use it.
39114
39115 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
39116
39117         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
39118         it.
39119
39120 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
39121
39122         * lib/save-cwd.c (save_cwd): Remove code to support the case
39123         where fchdir is missing or flaky.
39124
39125 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
39126
39127         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
39128
39129 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39130
39131         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
39132         AC_LIBSOURCES now does this.
39133         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
39134         with new ullong_max module.
39135
39136 2005-01-19  Bruno Haible  <bruno@clisp.org>
39137
39138         * modules/sh-quote: New file.
39139         * MODULES.html.sh (Executing programs): Add sh-quote.
39140
39141 2005-01-19  Bruno Haible  <bruno@clisp.org>
39142
39143         * lib/sh-quote.h: New file, from GNU gettext.
39144         * lib/sh-quote.c: New file, from GNU gettext.
39145
39146 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
39147
39148         Merge from coreutils.
39149         * m4/ullong_max.m4: New file.
39150         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
39151         (gl_MACROS): Assume localeconv exists.
39152
39153 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
39154
39155         Merge changes from coreutils, as described below in several
39156         changelogs dated today.
39157
39158         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
39159         (O_DIRECTORY): Remove; not needed here, since "." must be
39160         a directory.  All uses removed.
39161         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
39162         universal on Suns, and we also need to test for IRIX.
39163         Revamp code to use 'if' rather than '#if'.
39164         Avoid unnecessary comparison of cwd->desc to 0.
39165
39166         * lib/utimens.c (futimens): Robustify the previous patch, by checking
39167         for known valid error numbers rather than observed invalid ones.
39168
39169 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
39170
39171         * modules/ullong_max: New file.
39172
39173         * modules/chdir-long, modules/openat: New files.
39174         * modules/save-cwd (Depends-on): Depend on chdir-long.
39175         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
39176
39177 2005-01-18  Jim Meyering  <jim@meyering.net>
39178
39179         Merge from coreutils.
39180         * m4/chdir-long.m4, m4/openat.m4: New files.
39181         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
39182         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
39183         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
39184         is sane and DOES follow symlinks.  Besides, testing 20 different
39185         systems found no broken chown implementations.
39186         Prompted by a change in rsync's copy of this macro.
39187         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
39188
39189         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
39190
39191         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
39192         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
39193         NULL-means-set-to-current-time semantics.
39194         Remove temporary file immediately, rather than waiting
39195         for configure's at-exit trap code to do it.
39196
39197 2005-01-18  Jim Meyering  <jim@meyering.net>
39198
39199         * lib/version-etc.c (version_etc_copyright): Update copyright date.
39200
39201         * lib/utimens.c (futimens): Account for the fact that futimes
39202         can also fail with errno == ENOSYS or errno == ENOENT.
39203         Patch from Dmitry V. Levin.
39204
39205         Change the name of the robust chdir function from chdir to chdir_long.
39206         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
39207         (restore_cwd): Use chdir_long, not chdir.
39208         * lib/chdir-long.c: Renamed from chdir.c.
39209         * lib/chdir-long.h: Renamed from chdir.h.
39210         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
39211         Hurd.
39212
39213 2005-01-18  Bruno Haible  <bruno@clisp.org>
39214
39215         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
39216         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
39217         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
39218         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
39219         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
39220         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
39221         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
39222         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
39223         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
39224         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
39225         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
39226         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
39227         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
39228         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
39229         Use an all-permissive copyright notice, recommended by RMS.
39230
39231 2005-01-18  Bob Proulx  <bob@proulx.com>
39232
39233         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
39234         simplify offsetof() macro construct to avoid compile failure with
39235         native HP-UX 11.0 ANSI C compiler.
39236
39237 2005-01-17  Bruno Haible  <bruno@clisp.org>
39238
39239         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
39240         redundant because stpncpy.m4 takes care of it.
39241
39242 2005-01-17  Bruno Haible  <bruno@clisp.org>
39243
39244         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
39245
39246 2005-01-17  Bruno Haible  <bruno@clisp.org>
39247
39248         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
39249         used.
39250
39251 2005-01-17  Bruno Haible  <bruno@clisp.org>
39252
39253         * lib/fwriteerror.h (fwriteerror): Change specification to include
39254         fclose.
39255         * lib/fwriteerror.c: Include <stdbool.h>.
39256         (fwriteerror): At the end, close the file stream. Record whether
39257         stdout was already closed.
39258
39259 2005-01-17  Bruno Haible  <bruno@clisp.org>
39260
39261         * lib/execute.c (environ): Declare if needed.
39262         * lib/pipe.c (environ): Likewise.
39263         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
39264
39265 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39266
39267         * modules/argp: Depend on vsnprintf
39268
39269 2005-01-10  Jim Meyering  <jim@meyering.net>
39270
39271         * modules/closeout (Depends-on): Add atexit.
39272
39273 2005-01-06  Bruno Haible  <bruno@clisp.org>
39274
39275         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
39276
39277 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
39278
39279         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
39280         definitions to be after all include files, to avoid collisions.
39281         Problem reported by Bob Proulx.
39282
39283 2005-01-04  Jim Meyering  <jim@meyering.net>
39284
39285         Changes imported from coreutils.
39286         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
39287         as the mkstemp template, use a temporary directory and an
39288         8.3-friendly template to avoid trouble on systems like DJGPP.
39289         Reported by Juan M. Guerrero via Stepan Kasal.
39290         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
39291         close. Remove the temporary directory right away, rather than waiting
39292         for configure's at-exit trap code to do it.
39293         Suggestion from Stepan Kasal.
39294
39295 2005-01-01  Simon Josefsson  <jas@extundo.com>
39296
39297         * gnulib-tool: Print #include directives when --import'ing.
39298
39299 2004-12-28  Simon Josefsson  <jas@extundo.com>
39300
39301         * tests/test-base64.c: Include required header files.  Remove
39302         unused variables.
39303
39304 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
39305
39306         * modules/error (Depends-on): Remove gettext.
39307
39308 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
39309
39310         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
39311         not needed.  This removes a dependency on the gettext module.
39312         [defined _LIBC]: Do not include <libintl.h>; not needed.
39313
39314 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
39317         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
39318
39319 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
39320
39321         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
39322         HAVE_DECL_STRTOLD.
39323
39324 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
39325
39326         * modules/getdate (Depends-on): Remove alloca-opt.
39327
39328 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
39329
39330         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
39331
39332 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
39333
39334         * lib/argp-parse.c: Include <stddef.h>.
39335         (alignof, alignto): New macros.
39336         (parser_init): Don't assume that void * is aligned sufficiently
39337         for struct option.
39338
39339         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
39340         need to extend the stack.
39341         (YYINITDEPTH): New macro, so that the initial stack isn't overly
39342         large.
39343
39344 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39345
39346         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
39347
39348 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
39349
39350         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
39351         (2004-10-24) change.  Apparently this was a false alarm.
39352
39353         * modules/getdate: Depend on alloca-opt, not alloca.
39354
39355 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
39356
39357         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
39358         Remove now-obsolete comment about AIX.
39359         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
39360         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
39361         (YYMAXDEPTH): New macro.
39362
39363 2004-12-18  Simon Josefsson  <jas@extundo.com>
39364
39365         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
39366
39367 2004-12-18  Bruno Haible  <bruno@clisp.org>
39368
39369         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
39370
39371 2004-12-18  Bruno Haible  <bruno@clisp.org>
39372
39373         * lib/fatal-signal.c (fatal_signals): Make non-const.
39374         (init_fatal_signals): New function.
39375         (uninstall_handlers, install_handlers): Ignore signals that were set to
39376         SIG_IGN.
39377         (at_fatal_signal): Call init_fatal_signals.
39378         (init_fatal_signal_set): Likewise. Ignore signals that were set to
39379         SIG_IGN.
39380         Reported by Paul Eggert.
39381
39382 2004-12-18  Bruno Haible  <bruno@clisp.org>
39383
39384         * doc/alloca.texi: New file.
39385         * doc/alloca-opt.texi: New file.
39386
39387 2004-12-17  Jim Meyering  <jim@meyering.net>
39388
39389         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
39390         Otherwise, install-sh could exit with improper exit status when
39391         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
39392
39393 2004-12-16  Simon Josefsson  <jas@extundo.com>
39394
39395         * tests/test-base64.c: Add license.
39396
39397 2004-12-15  Stepan Kasal  <address@hidden>
39398
39399         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
39400
39401 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
39402
39403         * modules/getcwd (Files): Add m4/d-ino.m4.
39404         Suggested by Mark D. Baushke.
39405
39406 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
39407
39408         * lib/getdate.y (textint): New member "negative".
39409         (time_zone_hhmm): New function.
39410         Expect 14 shift-reduce conflicts, not 13.
39411         (o_colon_minutes): New rule.
39412         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
39413         (yylex): Set the "negative" member of signed numbers.
39414
39415 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
39416
39417         * doc/getdate.texi (Time of day items, Time zone items):
39418         Describe new formats +00:00, UTC+00:00.
39419
39420 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
39421
39422         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
39423         spurious "-l"s.  Problem reported by Stepan Kasal.
39424
39425 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
39426
39427         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
39428         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
39429
39430 2004-12-04  Simon Josefsson  <jas@extundo.com>
39431
39432         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
39433         Vandoorselaere <yoann@prelude-ids.org>.
39434
39435 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39436
39437         Changes imported from coreutils.
39438         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
39439         exist.
39440         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
39441
39442 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39443
39444         Changes imported from coreutils.
39445         * lib/hard-locale.c: Assume <locale.h> exists.
39446         Include "strdup.h".
39447         (GLIBC_VERSION): New macro.
39448         (hard_locale): Assume setlocale exists.
39449         Rewrite to avoid #ifdef.
39450         Use strdup rather than malloc + strcpy.
39451         * lib/human.c: Assume <locale.h> exists.
39452         (human_readable): Assume localeconv exists.
39453
39454 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
39455
39456         * modules/hard-locale (Depends-on): Add strdup.
39457
39458 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39459
39460         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
39461         convert T2, not T.  (Imported from libc.)
39462
39463 2004-11-30  Simon Josefsson  <jas@extundo.com>
39464
39465         * modules/restrict (License): Change to LGPL.
39466
39467 2004-11-30  Simon Josefsson  <jas@extundo.com>
39468
39469         * m4/restrict.m4: Add copyright and copying conditions.
39470
39471 2004-11-30  Simon Josefsson  <jas@extundo.com>
39472
39473         * m4/base64.m4: New file.
39474
39475 2004-11-30  Simon Josefsson  <jas@extundo.com>
39476
39477         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
39478         base64.
39479
39480         * tests/test-base64.c: New file.
39481
39482         * modules/base64: New file.
39483
39484 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39485
39486         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
39487         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
39488
39489         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
39490
39491 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
39492
39493         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
39494         (__getcwd.c): Don't restore errno; glibc doesn't.
39495         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
39496         first, falling back to our code only if its results look suspicious.
39497         Ensure that the resulting buffer is only as large as necessary.
39498
39499         * lib/readutmp.c: Include readutmp.h first.
39500         Include <errno.h>, since readutmp.h no longer does that.
39501         * lib/readutmp.h: Don't include <errno.h>,
39502         <sys/param.h>, <time.h>; not needed to establish interface.
39503         (errno): Remove decl.
39504         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
39505         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
39506         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
39507
39508 2004-11-28  Simon Josefsson  <jas@extundo.com>
39509
39510         * lib/base64.h, base64.c: New file.
39511
39512 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
39513
39514         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
39515
39516 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
39517
39518         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
39519         (Depends-on): Remove pathmax, same.  Add mempcpy.
39520         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
39521         (Makefile.am): Append getcwd.h to lib_SOURCES.
39522         (Include): Add getcwd.h.
39523         (Maintainer): Change from Jim Meyering to "all, glibc",
39524         since getdate now uses intended-for-glibc code.
39525         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
39526         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
39527
39528 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39529
39530         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
39531         HP's ANSI C compiler.
39532         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
39533         Declaring int functions causes warnings on some modern systems and
39534         shouldn't be needed to compile on ancient ones.
39535         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
39536         defined.
39537
39538         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
39539         with the following changes.
39540         (__set_errno): Parenthesize properly.
39541         Include <stdbool.h>.
39542         (MIN, MAX, MATCHING_INO): New macros.
39543         (__getcwd): Define with prototype, not K&R form.
39544         Use heuristics to allocate default buffer on stack if possible.
39545         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
39546         behavior, and to avoid the PATH_MAX limit when computing
39547         ../../../../...
39548         Use MATCHING_INO to compare inode number to file.
39549         Check for arithmetic overflow in size calculations.
39550         Fix bug in reallocation of dot array that caused getcwd to fail
39551         on directories nested deeper than 75.
39552         Be more careful about saving errno on error.
39553         Do not use realloc; use only free+malloc, as this is a bit
39554         more flexible and avoids a needless copy operation.
39555         Do not inspect st_dev and st_ino for symbolic links; POSIX
39556         doesn't specify the latter.
39557         Check for closedir errors.
39558         Avoid needless casts.
39559         Use "#ifdef weak_alias" around weak_alias, to be like other
39560         glibc code.
39561         The following changes to getcwd.c have effect only when used in
39562         gnulib; they have no effect inside glibc proper.
39563         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
39564         as alloca isn't used.
39565         (alloca, __alloca): Likewise.
39566         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
39567         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
39568         unconditionally, as gnulib assumes C89 or better.
39569         Do not include <sys/param.h>.
39570         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
39571         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
39572         better.
39573         (NULL) [!defined NULL]: Remove; we assume C89 or better.
39574         Include <dirent.h> in a way that is compatible with modern Autoconf.
39575         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
39576         New macros, if not already defined.
39577         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
39578         Use "_LIBC", not "defined _LIBC", for consistency.
39579         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
39580         a mempcpy module.
39581         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39582         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39583         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39584         credit only to Jim Meyering and adjust the copyright dates.
39585         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39586         <stdlib.h>, <unistd.h>, "pathmax.h".
39587         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39588         (INITIAL_BUFFER_SIZE): Remove.
39589         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39590
39591 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39592
39593         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39594         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39595         Use the _ONCE methods, for efficiency.
39596         Check for fcntl.h.  In test program, include <errno.h>
39597         and <fcntl.h> if available.  Remove old K&R cruft from
39598         test program.  Check for common errors in GNU/Linux,
39599         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39600         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39601         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39602         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39603         name accordingly.
39604         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39605         accommodate new getcwd.c.
39606         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39607         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39608         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39609         that's all we need now.
39610
39611 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39612
39613         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39614         argp-parse.c depends on getopt internals, that means we should
39615         always use our getopt, to be on the safe side.
39616         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39617         order not to spoil the result of an eventual previous invocation
39618         of gl_GETOPT_SUBSTITUTE.
39619
39620 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39621
39622         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39623         redefinition warnings. To avoid them, include the defines
39624         in `#if !defined __need_getopt ... #endif'. The only place
39625         where __getopt_argv_const is used is in definitions
39626         of getopt_long and getopt_long_only below, which are as well
39627         protected by `#ifndef __need_getopt'.
39628         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39629         __need_getopt after including <stdio.h> and <unistd.h> These
39630         headers might have defined it.
39631
39632 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39633
39634         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39635
39636 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39637
39638         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39639         (futimens): New function, which uses futimes if available.
39640         (futimens, utimens): Support timespec==NULL, with same semantics
39641         as utime and utimens.
39642         * lib/utimens.h (futimens): New decl.
39643
39644 2004-11-23  Jim Meyering  <jim@meyering.net>
39645
39646         * lib/getopt_.h: Remove trailing blanks.
39647
39648 2004-11-23  Jim Meyering  <jim@meyering.net>
39649
39650         * lib/__fpending.c: Add comment.
39651
39652 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39653
39654         * modules/canonicalize (Depends-on): Add xreadlink.
39655         Problem reported by James Youngman.
39656
39657 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39658
39659         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39660         New macros.
39661         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39662         optopt): Use them instead of invoking ## directly; otherwise, the
39663         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39664
39665 2004-11-19  Bruno Haible  <bruno@clisp.org>
39666
39667         * lib/strtok_r.c: Move comments from here...
39668         * lib/strtok_r.h: ... to here.
39669
39670 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39671
39672         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39673         implementations that mishandle size_t overflow.
39674
39675 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39676
39677         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39678         might fail.  Problem reported by Yoann Vandoorselaere.
39679         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39680         implementations that mishandle size_t overflow.
39681
39682 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39683
39684         * modules/canon-host (Depends-on): Add strdup.
39685
39686 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39687
39688         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39689
39690 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39691
39692         * lib/canon-host.c: Include "strdup.h".
39693         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39694         Use strdup instead of malloc/strcpy to duplicate strings.
39695
39696         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39697         (human_space_before_unit): New constant.
39698         * lib/human.c (human_readable): Support it.
39699
39700         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39701         (xgetcwd): Set errno correctly when failing.
39702         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39703         the failure is actually due to a PATH_MAX problem.
39704
39705         Further getopt changes to make it more likely that glibc will
39706         buy the changes back.
39707         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39708         (getopt): Use it, so to preserve glibc semantic
39709         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39710         when compiling for libc.
39711         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39712         (getopt_long, getopt_long_only): Use it.
39713
39714         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39715         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39716         (getopt): Argv is now char * const *, as per standard.
39717         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39718         not char *__getopt_argv_const *.
39719         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39720         _getopt_long_only_r): Likewise.
39721         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39722         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39723         _getopt_long_r, _getopt_long_only_r): Likewise.
39724         * lib/getopt_.h (__getopt_argv_const): Remove.
39725         (getopt): Argv is now char * const *, as per standard.
39726
39727         * lib/getdate.y (tORDINAL): New token.
39728         (day, relunit): Allow it for relative times.
39729         (relative_time_table): Use tORDINAL for ordinals.
39730
39731 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39732
39733         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39734         Document that "second" isn't allowed as an ordinal number.
39735
39736 2004-11-16  Jim Meyering  <jim@meyering.net>
39737
39738         * modules/closeout (Depends-on): Add fpending.
39739
39740 2004-11-15  Jim Meyering  <jim@meyering.net>
39741
39742         * lib/closeout.c: Include "__fpending.h" once again.
39743         Include <stdbool.h>.
39744         (close_stdout): Don't fail just because stdout was closed initially,
39745         since some programs don't write to stdout in the normal course of
39746         operation (other than --version and --help), and we don't want this
39747         function to make e.g. `touch file >&-' fail.
39748         But do fail if it was closed and someone has tried to write to it.
39749         E.g., `printf foo >&-' must fail.
39750
39751 2004-11-13  Jim Meyering  <jim@meyering.net>
39752
39753         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39754
39755 2004-11-12  Simon Josefsson  <jas@extundo.com>
39756
39757         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39758         small doc fix is still pending.
39759
39760 2004-11-11  Simon Josefsson  <jas@extundo.com>
39761
39762         * modules/strtok_r: New file.
39763
39764         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39765         strtok_r.
39766
39767 2004-11-11  Simon Josefsson  <jas@extundo.com>
39768
39769         * m4/strtok_r.m4: New file.
39770
39771         * m4/getopt.m4: Replace opterr.
39772
39773 2004-11-11  Simon Josefsson  <jas@extundo.com>
39774
39775         * lib/strtok_r.h, strtok_r.c: New file.
39776
39777 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39778
39779         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39780         of replacing opterr, getopt, etc.  This should handle the
39781         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39782
39783 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39784
39785         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39786         we can stop lying to compilers about the constness of argv when we
39787         are compiled outside glibc.
39788         (getopt, getopt_long, getopt_long_only): Use it.
39789         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39790         _getopt_internal, getopt): Likewise.
39791         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39792         _getopt_long_only_r): Likewise.
39793         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39794         _getopt_long_r, _getopt_long_only_r): Likewise.
39795
39796         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39797         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39798         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39799         the other external symbols.
39800         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39801         declaration, since the above renaming now works around collisions.
39802
39803 2004-11-11  Jim Meyering  <jim@meyering.net>
39804
39805         * lib/linebreak.c: Remove trailing blanks.
39806         * lib/alloca_.h: Likewise.
39807         * lib/acosl.c: Likewise.
39808         * lib/euidaccess.c: Likewise.
39809         * lib/allocsa.h: Likewise.
39810
39811 2004-11-10  Simon Josefsson  <jas@extundo.com>
39812
39813         * m4/getaddrinfo.m4: New file.
39814
39815 2004-11-10  Simon Josefsson  <jas@extundo.com>
39816
39817         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39818
39819 2004-11-10  Simon Josefsson  <jas@extundo.com>
39820
39821         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39822         getaddrinfo.
39823
39824         * modules/getaddrinfo: New file.
39825
39826 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39827
39828         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39829
39830 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39831
39832         * lib/mktime.c (SHR): New macro, which is a portable
39833         substitute for >> that should work even on Crays.
39834         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39835         Problem reported by Mark D. Baushke in
39836         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39837         * lib/getdate.y (SHR): Likewise.
39838         (tm_diff): Use it.
39839         * lib/strftime.c (SHR): Likewise.
39840         (tm_diff): Use it.
39841         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39842         quote_these_too, so that right shifts are well defined.  All uses
39843         changed.
39844
39845 2004-11-10  Jim Meyering  <jim@meyering.net>
39846
39847         Ensure that no close failure goes unreported.
39848         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39849         return early when it seems there's nothing to flush.
39850         Don't include __fpending.h.
39851
39852 2004-11-10  Jim Meyering  <jim@meyering.net>
39853
39854         * modules/closeout (Depends-on): Remove fpending.
39855
39856 2004-11-10  Jim Meyering  <jim@meyering.net>
39857
39858         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39859
39860 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39861
39862         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39863         gl_FUNC_STRFTIME.
39864         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39865         and AC_REQUIRE when possible, to avoid duplicate checks.
39866         Check for <wchar.h>.
39867
39868 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39869
39870         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39871
39872 2004-11-09  Bruno Haible  <bruno@clisp.org>
39873
39874         * m4/sockpfaf.m4: New file.
39875
39876 2004-11-05  Bruno Haible  <bruno@clisp.org>
39877
39878         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39879         Reported by Mark D. Baushke <mdb@cvshome.org>.
39880
39881 2004-11-04  Bruno Haible  <bruno@clisp.org>
39882
39883         2004-09-11  Bruno Haible  <bruno@clisp.org>
39884                 * allocsa.valgrind: New file.
39885         2004-02-06  Bruno Haible  <bruno@clisp.org>
39886                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39887                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39888                 Reported by Christopher Seip <chris.seip@hp.com>.
39889
39890 2004-11-04  Bruno Haible  <bruno@clisp.org>
39891
39892         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39893         (Makefile.am): Distribute it.
39894
39895 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39896
39897         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39898         with errno == ERANGE if the buffer is too small.
39899         Problem reported by Mark D. Baushke.
39900
39901 2004-11-03  Albert Chin  <china@thewrittenword.com>
39902             Paul Eggert  <eggert@cs.ucla.edu>
39903
39904         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39905         equivalent, substitute $ac_type for equivalent type rather than
39906         blindly using uint32_t *always* which won't work if uint32_t is not
39907         available.  Define _UINT32_T to work around typedef of uint32_t if
39908         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39909         2.5.1.
39910
39911 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39912
39913         * m4/jm-macros.m4: Sync from coreutils.
39914         (gl_MACROS): Check for mbrlen, for pathchk.
39915         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39916
39917 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39918
39919         * lib/xreadlink.c (MAXSIZE): New macro.
39920         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39921         size does not exceed MAXSIZE.  Avoid cast.
39922         As suggested by Mark D. Baushke in
39923         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39924         if readlink fails with buffer size just under MAXSIZE, try again
39925         with MAXSIZE.
39926
39927 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39928
39929         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39930
39931 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39932         and  Paul Eggert  <eggert@cs.ucla.edu>
39933
39934         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39935         (get_date): Overparenthesize to avoid GCC warning.
39936
39937 2004-11-02  Bruno Haible  <bruno@clisp.org>
39938
39939         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39940         returns void.
39941
39942 2004-11-02  Bruno Haible  <bruno@clisp.org>
39943
39944         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39945         function returns void.
39946
39947 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39948
39949         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39950         fflush_unlocked, flockfile, funlockfile, funlockfile,
39951         fputs_unlocked, putc_unlocked.
39952
39953 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39954
39955         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39956         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39957         already declared.
39958
39959 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39960
39961         * modules/getdate (Files): Add doc/getdate.texi.
39962         (Depends-on): Add setenv, xalloc.
39963
39964 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39965
39966         * lib/getdate.y: Add support for TZ="foo" within a date string.
39967         Fix some bugs near time_t boundaries.  Reject dates with
39968         out-of-range components, e.g., "Sept 31".
39969         Include <stdlib.h>, "setenv.h", "xalloc.h".
39970         (ISDIGIT_LOCALE): Remove; unused.
39971         Note that the TZ and time functions used here are not reentrant.
39972         (mktime_ok, get_tz): New functions.
39973         (TZBUFSIZE): New constant.
39974         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39975         This requires that we sometimes generate our own TZ="XXX..." setting.
39976
39977 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39978
39979         * doc/getdate.texi: New file, from coreutils with modifications for
39980         the new TZ parsing.
39981
39982 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39983
39984         * lib/mktime.c (not_equal_tm): Remove redundant check.
39985
39986 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39987
39988         * modules/regex (lib_SOURCES): Add regex.c.
39989         Reported by James Youngman in
39990         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39991
39992 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39993
39994         * lib/getdate.y: Use Bison 1.875 features, and some minor
39995         code cleanups.  This change does not affect semantics.
39996         Don't include <stdlib.h>; no longer needed.
39997         Don't include unlocked-io.h; only the "#if TEST" code uses
39998         stdio, and performance isn't crucial there.
39999         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
40000         Bison 1.875 features as described below.
40001         All uses of "PC." replaced by "pc->".
40002         (YYSTYPE): Add a forward declaration.
40003         (yylex, yyerror): Use full prototypes in forward decls.
40004         Use "%pure-parser" rather than obsolescent "%pure_parser".
40005         Use %parse-param and %lex-param instead of obsolescent
40006         YYPARSE_PARAM and YYLEX_PARAM.
40007         (meridian_table, month_and_day_table, time_units_table,
40008         relative_time_table, time_zone_table, military_table,
40009         lookup_zone, lookup_word, get_date):
40010         Use NULL instead of 0 where appropriate.
40011         (to_hour): Avoid abort (), to avoid a dependency on
40012         stdlib.h.
40013         (yyerror, yylex): Now accepts parser_control * arg.
40014         (main) [TEST]: Use '\0' rather than 0 for char.
40015
40016 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
40017
40018         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
40019
40020 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
40021
40022         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
40023         It's now the caller's responsibility to handle the case where
40024         !HAVE_GETPAGESIZE && !defined getpagesize.
40025
40026         * lib/mktime.c (leapyear): Arg is long int, not int.
40027
40028 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
40029
40030         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
40031
40032 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
40033
40034         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
40035         missing.  Problem reported by James Youngman.
40036
40037 2004-10-16  Simon Josefsson  <jas@extundo.com>
40038
40039         * gnulib-tool: Fix comments.  Fix parse problem.
40040         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
40041
40042 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
40043
40044         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
40045         implementation of getopt_long.  Problem reported by Alexander Taler in:
40046         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
40047
40048 2004-10-15  Bruno Haible  <bruno@clisp.org>
40049
40050         * gnulib-tool: Untabify. Initialize supplied_libname.
40051         (func_usage): More homogenous output.
40052         (func_modules_transitive_closure, func_modules_to_filelist,
40053         func_emit_lib_Makefile_am): New functions.
40054         (func_import): New function, extracted from big case statement. Use
40055         func_get_license, func_modules_transitive_closure,
40056         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
40057         opt_lgpl. Don't use test -a, as it's not portable.
40058         (func_create_testdir): Use func_modules_transitive_closure,
40059         func_modules_to_filelist, func_emit_lib_Makefile_am.
40060
40061 2004-10-15  Bruno Haible  <bruno@clisp.org>
40062
40063         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
40064
40065 2004-10-15  Bruno Haible  <bruno@clisp.org>
40066
40067         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
40068         the portions belonging to each module.
40069         Suggested by Derek Robert Price <derek@ximbiot.com>.
40070
40071 2004-10-12  Simon Josefsson  <jas@extundo.com>
40072
40073         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
40074         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
40075         to real functions.
40076
40077 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40078
40079         * modules/vsnprintf: New file.
40080
40081 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40082
40083         * m4/vsnprintf.m4: New file.
40084
40085 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40086
40087         * lib/vsnprintf.h: New file.
40088         * lib/vsnprintf.c: New file.
40089
40090 2004-10-11  Bruno Haible  <bruno@clisp.org>
40091
40092         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
40093         vsnprintf.
40094
40095 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
40096
40097         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
40098
40099 2004-10-07  Bruno Haible  <bruno@clisp.org>
40100
40101         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
40102         fits into the provided buffer.
40103
40104 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
40105
40106         * lib/diacrit.c, diacrit.h: Add GPL notice.
40107
40108         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
40109         notice.
40110         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
40111         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
40112         This avoids a potential constant-folding bug.
40113
40114 2004-10-05  Bruno Haible  <bruno@clisp.org>
40115
40116         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
40117         for the declaration of strsep.
40118
40119 2004-10-05  Bruno Haible  <bruno@clisp.org>
40120
40121         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
40122
40123 2004-10-04  Simon Josefsson  <jas@extundo.com>
40124
40125         * modules/memmem: New file.
40126         * tests/test-memmem.c: New file.
40127         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
40128
40129 2004-10-04  Simon Josefsson  <jas@extundo.com>
40130
40131         * m4/memmem.m4: New file.
40132
40133 2004-10-04  Simon Josefsson  <jas@extundo.com>
40134
40135         * lib/memmem.h: New file.
40136         * lib/memmem.c: New file, taken from glibc.
40137
40138 2004-10-04  Simon Josefsson  <jas@extundo.com>
40139
40140         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
40141         '#ifdef USE_UNLOCKED_IO'.
40142
40143 2004-10-04  Simon Josefsson  <jas@extundo.com>
40144
40145         * config/srclist.txt: Add memmem from glibc.
40146
40147 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
40148
40149         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
40150
40151         * modules/argmatch, modules/argp, modules/closeout, modules/error,
40152         modules/exclude, modules/getdate, modules/getline,
40153         modules/getndelim2, modules/getpass, modules/getpass-gnu,
40154         modules/getusershell, modules/linebuffer, modules/md5,
40155         modules/mountlist, modules/posixtm, modules/readtokens,
40156         modules/readutmp, modules/regex, modules/sha1,
40157         modules/version-etc, modules/yesno:
40158         Remove dependency on unlocked-io.
40159
40160 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
40161
40162         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
40163
40164         * m4/unlocked-io.m4: Add copyright notice.
40165         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
40166
40167 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
40168
40169         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
40170         * lib/xmalloc.c (xmemdup): Likewise.
40171         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
40172         XFREE): Remove these long-obsolescent macros.
40173         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
40174         * lib/xstrdup.c: Remove.
40175
40176         * lib/regex.c (re_comp): Cast gettext return value to char *,
40177         Problem reported by Martin Neitzel via Mark D. Baushke.
40178
40179 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
40180
40181         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
40182         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
40183         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
40184         regex.c, sha1.c, version-etc.c, yesno.c:
40185         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
40186         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
40187         the includer's responsibility.
40188
40189         Sync from coreutils.
40190
40191         * lib/modechange.c (mode_compile): Don't decrement a pointer that
40192         points to the start of a string, as the C Standard says the
40193         resulting behavior is undefined.
40194
40195         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
40196         simple -> simple_backups, numbered_existing ->
40197         numbered_existing_backups, numbered -> numbered_backups
40198         to avoid shadowing problems.  All uses changed.
40199         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
40200         * lib/backupfile.c (check_extension, numbered_backup):
40201         Rename locals to avoid shadowing 'basename'.
40202         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
40203         once.
40204
40205         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
40206         * lib/.cvsignore: Add getopt.h.
40207
40208 2004-10-04  Bruno Haible  <bruno@clisp.org>
40209
40210         * modules/README: New file.
40211         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
40212         not a module.
40213
40214 2004-10-02  Jim Meyering  <jim@meyering.net>
40215
40216         * lib/dirfd.h, getpagesize.h: Add copyright notice.
40217
40218 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40219
40220         * modules/strsep: New file.
40221
40222 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40223
40224         * m4/strsep.m4: New file.
40225
40226 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40227
40228         * lib/strsep.h: New file.
40229         * lib/strsep.c: New file.
40230
40231 2004-10-01  Simon Josefsson  <jas@extundo.com>
40232
40233         * lib/snprintf.c (snprintf): Handle size==0.
40234
40235 2004-10-01  Simon Josefsson  <jas@extundo.com>
40236             Bruno Haible  <bruno@clisp.org>
40237
40238         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
40239         (snprintf): Declare 'args'.
40240
40241 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
40242
40243         * lib/snprintf.c: Remove comments as to why each header is needed.
40244
40245 2004-10-01  Bruno Haible  <bruno@clisp.org>
40246
40247         * MODULES.html.sh: Add strsep.
40248
40249 2004-09-30  Simon Josefsson  <jas@extundo.com>
40250
40251         * modules/snprintf: New file.
40252
40253 2004-09-30  Simon Josefsson  <jas@extundo.com>
40254
40255         * m4/snprintf.m4: New file.
40256
40257 2004-09-30  Simon Josefsson  <jas@extundo.com>
40258
40259         * lib/snprintf.h, lib/snprintf.c: New files.
40260
40261 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
40262
40263         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
40264         (hol_entry_help): Never translate an empty string.
40265         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
40266         * lib/argp.h (OPTION_NO_TRANS): New option.
40267
40268 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
40269
40270         * modules/argp (Maintainer): Replace Simon Josefsson
40271         by Sergey Poznyakoff.
40272
40273 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
40274
40275         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
40276         changes merged back into glibc.
40277
40278 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
40279
40280         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
40281
40282 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
40283
40284         * lib/xvasprintf.c: Include xalloc.h.
40285         (xvasprintf): Use xalloc_die, not xmalloc_die.
40286
40287 2004-09-29  Bruno Haible  <bruno@clisp.org>
40288
40289         * modules/alloca-opt: New file, derived from modules/alloca.
40290         * modules/allocsa: Depend on alloca-opt instead of alloca.
40291         * modules/setenv: Likewise.
40292         * modules/vasnprintf: Likewise.
40293         * MODULES.html.sh: Add alloca-opt.
40294
40295 2004-09-28  Simon Josefsson  <jas@extundo.com>
40296
40297         * gnulib-tool: New parameter --lgpl, to asseert that modules are
40298         LGPL, and to replace license template from GPL to LGPL.
40299
40300 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
40301
40302         * modules/dummy: Change license to LGPL.
40303
40304 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
40305
40306         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
40307
40308 2004-09-24  Simon Josefsson  <jas@extundo.com>
40309
40310         * modules/minmax (License): Change from GPL to LGPL.
40311
40312 2004-09-23  Simon Josefsson  <jas@extundo.com>
40313
40314         * gnulib-tool (--import): Typo.
40315
40316 2004-09-23  Simon Josefsson  <jas@extundo.com>
40317
40318         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
40319
40320 2004-09-22  Bruno Haible  <bruno@clisp.org>
40321
40322         * modules/*: Add 'License' field.
40323         * gnulib-tool: Accept --extract-license option.
40324         (func_get_license): New function.
40325
40326 2004-09-21  Bruno Haible  <bruno@clisp.org>
40327
40328         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
40329         Reported by Simon Josefsson.
40330
40331 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
40332
40333         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
40334         gl_AC_TYPE_LONG_LONG.
40335
40336 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
40337
40338         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
40339
40340 2004-09-18  Simon Josefsson  <jas@extundo.com>
40341         and  Paul Eggert  <eggert@cs.ucla.edu>
40342
40343         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
40344         calls with autoreconf.  Define GL_LIB.
40345
40346 2004-09-14  Karl Berry  <karl@gnu.org>
40347
40348         * config/srclist.txt: unsync setenv.c, sigh.
40349
40350 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
40351
40352         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
40353         Problem reported by Bruno Haible in:
40354         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
40355
40356 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
40357
40358         * config/srclist.txt: Comment out argp-pvh.c.
40359
40360 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
40361
40362         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
40363         in case some system header has #define'd it.  Problem reported by
40364         Soeren D. Schulze in
40365         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
40366
40367 2004-09-09  Karl Berry  <karl@gnu.org>
40368
40369         * regex.[ch]: delete from the root.  These were supposed to be
40370                 synced with emacs cvs, but this has not happened for about
40371                 a year, and anyway nothing else uses emacs regex.[ch].
40372                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
40373                 lib/regex[.ch] is untouched.
40374
40375 2004-09-09  Bruno Haible  <bruno@clisp.org>
40376
40377         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
40378
40379 2004-09-09  Bruno Haible  <bruno@clisp.org>
40380
40381         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
40382         modifications.
40383         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
40384
40385 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
40386
40387         * modules/xvasprintf: New file.
40388         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
40389
40390 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
40391
40392         * lib/xvasprintf.h: New file.
40393         * lib/xvasprintf.c: New file.
40394         * lib/xasprintf.c: New file.
40395
40396 2004-09-08  Bruno Haible  <bruno@clisp.org>
40397
40398         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
40399
40400 2004-09-08  Bruno Haible  <bruno@clisp.org>
40401
40402         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
40403         length is > INT_MAX.
40404         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
40405         more.
40406
40407 2004-09-08  Bruno Haible  <bruno@clisp.org>
40408
40409         * lib/stdint_.h: New file, taken from GNU clisp.
40410
40411 2004-09-08  Bruno Haible  <bruno@clisp.org>
40412             Oskar Liljeblad  <oskar@osk.mine.nu>
40413
40414         * modules/stdint: New file.
40415         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
40416
40417 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40418
40419         Import from coreutils.
40420         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
40421         strings on unbounded length.  alloca's performance benefits aren't
40422         that important here.
40423         (V_STRDUP): Remove.
40424         (parse_with_separator): New function, with most of the internals
40425         of the old parse_user_spec.  Allow user to omit both user and group,
40426         for compatibility with FreeBSD.
40427         Clone only the user name, not the entire spec.
40428         Do not set *uid, *gid unless entirely successful.
40429         Avoid memory leak in some failing cases.
40430         Fix regression for USER.GROUP reported by Dmitry V. Levin in
40431         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
40432         (parse_user_spec): Rewrite to use parse_with_separator.
40433
40434 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40435
40436         * modules/userspec: Don't depend on alloca.
40437
40438 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
40439
40440         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
40441
40442 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
40443
40444         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
40445         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
40446         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
40447
40448 2004-08-16  Simon Josefsson  <jas@extundo.com>
40449
40450         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
40451         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
40452         Add --dry-run for --import.
40453         Let user provided command line parameters override configure.ac
40454         settings.
40455
40456 2004-08-12  Simon Josefsson  <jas@extundo.com>
40457
40458         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
40459         as discussed with Paul Eggert in threads rooted at
40460         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
40461         and
40462         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
40463         Before, the test was empty, and relied on ELIDE_CODE in source
40464         code.)
40465         (gl_PREREQ_GETOPT): New macro.
40466         (gl_GETOPT): Use them.
40467
40468 2004-08-12  Simon Josefsson  <jas@extundo.com>
40469
40470         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
40471         * lib/getopt_.h: Renamed from getopt.h.
40472
40473 2004-08-12  Simon Josefsson  <jas@extundo.com>
40474
40475         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
40476         Change default library name from libfoo to libgnu.
40477         Now, if you have a configure.ac that says:
40478                 gl_SOURCE_BASE(gl)
40479                 gl_M4_BASE(gl/m4)
40480                 gl_MODULES(error getopt etcetera)
40481                 gl_INIT
40482         you can import all you need by running:
40483                 ../gnulib/gnulib-tool --import
40484
40485         * modules/getopt (Files): Rename getopt.h to getopt_.h.
40486         (Makefile.am): Rewrite, use logic from argz.
40487         (Include): Use <getopt.h> instead of "getopt.h".
40488
40489 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40490
40491         * modules/argp (Files): Add m4/unlocked-io.m4.
40492         (Depends-on): Add extensions.
40493
40494 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40495
40496         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
40497         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
40498         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
40499         Check for program_invocation_name, program_invocation_short_name,
40500         flockfile, funlockfile, features.h, _getopt_long_only_r.
40501
40502 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40503
40504         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
40505         its complicated substitute.
40506         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
40507         and program_invocation_name.
40508         (__argp_basename) [!_LIBC]: Remove; the only use was
40509         replaced by its body.
40510         (__argp_short_program_name): Change condition from
40511         !defined __argp_short_program_name to
40512         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
40513         to match argp-namefrob.h.
40514         (__argp_failure): Don't assume strerror_r returns char *.
40515         * lib/argp-parse.c (N_): Define unconditionally.
40516         (argp_default_options): Fill out initializers with 0 to avoid
40517         gcc warnings.
40518
40519 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
40520
40521         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
40522         getopt1.c.
40523
40524 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40525
40526         Merge from coreutils.
40527
40528         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
40529
40530         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
40531         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
40532
40533 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40534
40535         Merge from coreutils.
40536
40537         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
40538         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
40539         for Reliant Unix 5.43.
40540
40541         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
40542         (union fooround): Use uintmax_t, not long int.
40543         The rest is a merge from libc:
40544         [defined _LIBC]: Include <shlib-compat.h>.
40545         (_obstack) [defined _LIBC]: Remove after 2.3.4.
40546
40547         * lib/settime.c (settime): Recode to avoid warning with
40548         Sun Forte C 6U2.
40549
40550         * lib/strverscmp.c: Convert to UTF-8.
40551
40552 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
40553
40554         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
40555         m4/uintmax_t.m4.
40556
40557 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40558
40559         * modules/xalloc-die: New file.
40560         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
40561
40562         * modules/md5 (Files): Add m4/uint32_t.m4.
40563         * modules/sha1: Renamed from modules/sha.
40564         (Files):
40565         Rename lib/sha.h to lib/sha1.h.
40566         Rename lib/sha.c to lib/sha1.c.
40567         Rename m4/sha.m4 to m4/sha1.m4.
40568         (lib_SOURCES): Likewise.
40569         (configure.ac): Rename gl_SHA to gl_SHA1.
40570         (Include): sha.h -> sha1.h.
40571
40572 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40573
40574         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
40575         * m4/sha1.m4: Renamed from sha.m4.
40576         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
40577
40578 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40579
40580         * lib/obstack.h (obstack_empty_p):
40581         Don't assume that chunk->contents is suitably aligned.
40582         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40583         Likewise. Problem reported by Benno in
40584         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40585
40586         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40587         readable.  This could be improved further but it'd take some work.
40588
40589 2004-08-08  Simon Josefsson  <jas@extundo.com>
40590
40591         * modules/xgethostname (Depends-on): Remove exit and error (not
40592         used).
40593
40594         * modules/getpass-gnu: Add getpass.h.
40595         (Depends-on): Add stdbool.
40596         * modules/getpass: Add getpass.h.
40597
40598 2004-08-08  Simon Josefsson  <jas@extundo.com>
40599
40600         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40601         Check getpass declaration.
40602
40603 2004-08-08  Simon Josefsson  <jas@extundo.com>
40604
40605         * lib/xgethostname.c: Don't include error.h (not used).
40606
40607         * lib/getpass.h: Add.
40608         * lib/getpass.c: Include getpass.h first.
40609
40610 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40611
40612         * lib/xalloc-die.c: New file.
40613         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40614         All uses removed.
40615         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40616         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40617         xalloc-die.c.
40618         (_, N_, xalloc_die): Move to xalloc-die.c.
40619         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40620         so that we needn't mess with xalloc_msg_memory_exhausted.
40621
40622         * lib/sha1.h: Renamed from sha.h.
40623         (SHA1_H): Renamed from _SHA_H.
40624         (sha1_ctx): Renamed from sha_ctx.
40625         (sha1_init_ctx): Renamed from sha_init_ctx.
40626         (sha1_process_block): Renamed from sha_process_block.
40627         (sha1_process_bytes): Renamed from sha_process_bytes.
40628         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40629         (sha1_read_ctx): Renamed from sha_read_ctx.
40630         (sha1_stream): Renamed from sha_stream.
40631         (sha1_buffer): Renamed from sha_buffer.
40632         * lib/sha1.c: Likewise; renamed from sha.c.
40633         Do not include <sys/types.h>.
40634         Include <stddef.h> rather than <stdlib.h>.
40635
40636 2004-08-08  Bruno Haible  <bruno@clisp.org>
40637
40638         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40639         FILESYSTEM_PREFIX_LEN.
40640         * lib/progreloc.c: Likewise.
40641         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40642
40643 2004-08-06  Simon Josefsson  <jas@extundo.com>
40644
40645         * modules/progname (Depends-on): Don't depend on stdbool.
40646
40647 2004-08-06  Simon Josefsson  <jas@extundo.com>
40648
40649         * modules/getsubopt: New file.
40650         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40651         getsubopt.
40652
40653 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40654
40655         More merge from coreutils.
40656
40657         * m4/utimens.m4, m4/utimecmp.m4: New files.
40658         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40659         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40660         prereq.m4, sha.m4: Import changes from coreutils.
40661
40662 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40663
40664         More merge from coreutils.
40665         * modules/raise, modules/readtokens0, modules/utimens:
40666         * modules/utimecmp, module/xnanosleep: New files.
40667         * modules/strftime: Add lib/strftime.h.
40668         Change include from <time.h> to "strftime.h".
40669         * modules/yesno: Add lib/yesno.h.
40670         * modules/backupfile: Remove lib/addext.c.
40671         * modules/euidaccess: Add stat-macros.h.
40672         * modules/canonicalize, modules/euidaccess,
40673         modules/filemode, modules/lchown, modules/makepath,
40674         modules/rmdir, modules/stat: Likewise.
40675
40676 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40677
40678         Merge from tar.
40679         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40680         SIZE_MAX is a valid preprocessor constant.
40681         (__argp_basename): Change from "#ifndef _LIBC"
40682         to "#ifndef __argp_short_program_name", so that
40683         we don't compile these functions for tar.
40684
40685         More merges from coreutils.
40686         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40687         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40688         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40689         * lib/addext.c: Remove; no longer needed.
40690         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40691         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40692         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40693         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40694         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40695         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40696         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40697         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40698         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40699         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40700         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40701         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40702         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40703         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40704         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40705         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40706         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40707         Import changes from coreutils.
40708
40709 2004-08-05  Simon Josefsson  <jas@extundo.com>
40710
40711         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40712
40713 2004-08-05  Simon Josefsson  <jas@extundo.com>
40714
40715         * m4/getsubopt.m4: New file.
40716
40717 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40718
40719         Merge from coreutils.
40720
40721         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40722         * m4/getcwd-path-max.m4: New files.
40723
40724         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40725         FILESYSTEM_PREFIX_LEN ->
40726         FILE_SYSTEM_PREFIX_LEN.
40727         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40728         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40729         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40730         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40731
40732         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40733         prerequisite modules now handle the DOS stuff.
40734         Don't check for unistd.h.
40735
40736 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40737
40738         Merge from coreutils.
40739
40740         * lib/.gdb-history: Remove; this doesn't belong here.
40741
40742         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40743         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40744         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40745         * lib/getcwd.c: New files.
40746
40747         * lib/dirname.h: Include <stdbool.h>.
40748         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40749         for consistency with POSIX terminology.  All uses changed.
40750         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40751         (strip_trailing_slashes): Use bool for booleans.
40752         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40753
40754         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40755         sometimes returns a positive errno value even when it succeeds.
40756         (print_errno_message) [!LIBC]: Fall back on strerror if
40757         __strerror_r fails.
40758
40759         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40760         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40761         (longest_relative_suffix): New function.
40762         (path_concat): Use it.  Assume first argument is not NULL.
40763         Port to DOS.  Omit redundant separators.
40764         Report an error instead of returning NULL.
40765         Use mempcpy instead of memcpy.
40766         (xpath_concat): Remove: not declared or used.
40767
40768         * lib/same.h: Include <stdbool.h>
40769         (same_name): Return bool, not int.
40770         * lib/same.c (same_name): Likewise.
40771         (errno): Don't declare; we assume C89 or better now.
40772
40773         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40774         if not already defined.
40775
40776         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40777         * lib/dup-safer.c (errno): Likewise.
40778
40779 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40780
40781         Merge from coreutils.
40782         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40783         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40784         * modules/path-concat: Don't depend on strdup.
40785
40786 2004-08-03  Simon Josefsson  <jas@extundo.com>
40787
40788         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40789         * lib/progname.h: Don't include stdbool.h.
40790
40791 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40792
40793         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40794         * MODULES.html.sh (func_all_modules): Remove fatal.
40795
40796 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40797
40798         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40799
40800 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40801
40802         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40803         working.
40804
40805 2004-08-02  Simon Josefsson  <jas@extundo.com>
40806
40807         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40808         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40809         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40810
40811 2004-08-01  Simon Josefsson  <jas@extundo.com>
40812
40813         * lib/xgetdomainname.c: Include stdlib.h, for free().
40814
40815 2004-07-19  Bruno Haible  <bruno@clisp.org>
40816
40817         * MODULES.html.sh (func_all_modules): Add dummy.
40818
40819 2004-07-16  Simon Josefsson  <jas@extundo.com>
40820
40821         * modules/dummy: New file.
40822
40823 2004-07-16  Simon Josefsson  <jas@extundo.com>
40824
40825         * lib/dummy.c: New file.
40826
40827 2004-07-16  Bruno Haible  <bruno@clisp.org>
40828
40829         * lib/backupfile.h: Add extern "C" for C++.
40830         * lib/closeout.h: Likewise.
40831         * lib/copy-file.h: Likewise.
40832         * lib/findprog.h: Likewise.
40833         * lib/full-write.h: Likewise.
40834         * lib/pathname.h: Likewise.
40835         * lib/progname.h: Likewise.
40836         * lib/stpcpy.h: Likewise.
40837         * lib/stpncpy.h: Likewise.
40838         * lib/strcase.h: Likewise.
40839         * lib/strstr.h: Likewise.
40840         * lib/xalloc.h: Likewise.
40841
40842         * lib/mbswidth.h: Add extern "C" for C++.
40843         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40844
40845 2004-07-13  Robert Millan  <robertmh@gnu.org>
40846
40847         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40848
40849 2004-07-09  Simon Josefsson  <jas@extundo.com>
40850
40851         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40852         failed without this.)
40853
40854 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40855
40856         * modules/chown (Files): Add lib/fchown-stub.c, since
40857         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40858
40859 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40860
40861         * lib/fchown-stub.c: New file.
40862
40863 2004-06-24  Jim Meyering  <jim@meyering.net>
40864
40865         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40866
40867 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40868
40869         * modules/argz: Omit "#include".
40870
40871         * MODULES.html.sh (func_all_modules): Add calloc, to match
40872         2004-06-01 addition of calloc module.
40873
40874 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40875
40876         * m4/argz.m4: New file, which is autoupdated from libtool.
40877
40878 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40879
40880         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40881         libtool.
40882
40883 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40884
40885         * config/srclist-update: Don't insist on "USA." before the
40886         close-comment, as libtool omits the period and puts the */ on a
40887         separate line.
40888         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40889         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40890
40891 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40892
40893         * modules/argz: New file.
40894         * MODULES.html.sh (func_all_modules): Add argz.
40895
40896 2004-06-12  Jim Meyering  <jim@meyering.net>
40897         and  Paul Eggert  <eggert@cs.ucla.edu>
40898
40899         * modules/hash (Files): Add lib/xalloc.h.
40900         * modules/pipe (Depends-on): Add wait-process.
40901         * modules/stat (Depends-on): Add xalloc.
40902         * modules/userspec (Files): Add lib/userspec.h.
40903         * modules/xstrto
40904
40905         Upgrade from gettext-0.13.
40906         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40907         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40908         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40909
40910 2004-06-10  Jim Meyering  <jim@meyering.net>
40911
40912         * lib/calloc.c: New file.
40913
40914 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40915
40916         * lib/getdate.y (yylex): Allow space between sign and number.
40917         Problem reported by Dan Jacobson.
40918
40919 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40920
40921         Merge from coreutils CVS.
40922
40923         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40924         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40925         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40926         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40927         xstrtol.m4: Fix copyright date and/or serial number.
40928
40929         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40930         See if we need an fchown replacement.
40931         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40932         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40933         and use the replacement function if we detect either defect.
40934
40935         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40936         gl_UTIMECMP.
40937
40938 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40939         and  Jim Meyering  <jim@meyering.net>
40940
40941         Merge from coreutils CVS.
40942
40943         * lib/stat-macros.h: New file, with contents from file-type.h
40944         and coreutils' system.h.
40945         * lib/file-type.c: Include "stat-macros.h".
40946         * lib/file-type.h (file_type): Move all macro definitions to new file,
40947         stat-macros.h.
40948
40949         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40950         Wrap old code with this conditional.
40951         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40952         function that does not dereference symlinks.
40953         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40954
40955         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40956         dependency problems.
40957         (xreadlink): Accept new arg SIZE, for efficiency.
40958         All decls and uses changed.
40959         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40960
40961         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40962         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40963
40964         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40965         sysexits.h.
40966
40967 2004-06-01  Jim Meyering  <jim@meyering.net>
40968
40969         * m4/calloc.m4: New file.
40970
40971 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40972
40973         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40974         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40975         Also, fix a typo in a diagnostic.
40976
40977 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40978
40979         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40980         or AC_FUNC_REALLOC.
40981
40982 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40983
40984         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40985         macros to be defined.
40986         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40987         the allocator returns NULL because the requested size is zero.
40988
40989 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40990
40991         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40992         var.  Add comment explaining why libc still defines it.  This
40993         merges the following patch from glibc:
40994         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40995
40996 2004-05-20  Andreas Schwab  <schwab@suse.de>
40997
40998         * m4/free.m4: Replace free if it not known to work, not the other
40999         way round.
41000
41001 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
41004         present in glibc since revision 1.1 of this file.
41005         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
41006         obstack_alignment_mask, obstack_alloc, obstack_base,
41007         obstack_blank, obstack_blank_fast, obstack_chunk_size,
41008         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
41009         obstack_grow0, obstack_init, obstack_int_grow,
41010         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
41011         obstack_next_free, obstack_object_size, obstack_ptr_grow,
41012         obstack_ptr_grow_fast, obstack_room): Remove declarations of
41013         nonexistent functions.
41014
41015 2004-05-18  Karl Berry  <karl@gnu.org>
41016
41017         * config/srclist.txt: break link for vasnprintf.c.
41018
41019 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
41020
41021         Port obstack to the AS/400, where pointers are 16 bytes wide and
41022         you cannot cast an integer to a valid pointer.  This patch is
41023         currently waiting to be integrated into glibc; see
41024         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
41025
41026         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
41027         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
41028         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
41029         (struct obstack): temp member is now a union of a pointer and
41030         an integer, instead of an integer.  All integer uses changed.
41031         This does not affect the physical layout of struct obstack,
41032         except on hosts (like the AS/400) where the size or alignment of
41033         void * is greater than that of ptrdiff_t.
41034         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
41035         __STDC__)]: Store temporary in pointer member of union, not
41036         integer member.
41037         * lib/obstack.c: Include <stddef.h>, for offsetof.
41038         (struct fooalign): Remove; it doesn't need a name.
41039         (union fooround): Change double to long double, and add void *.
41040         (DEFAULT_ALIGNMENT): Use offsetof to compute.
41041         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
41042         not a macro.  Hence the values are always int; so remove all
41043         casts-to-int in uses.
41044
41045 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
41046
41047         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
41048         we can get this patch merged into glibc.
41049
41050 2004-05-17  Derek R. Price  <derek@ximbiot.com>
41051             Paul Eggert  <eggert@cs.ucla.edu>
41052
41053         * m4/argp: Depend on alloca.
41054
41055 2004-05-17  Derek R. Price  <derek@ximbiot.com>
41056             Paul Eggert  <eggert@cs.ucla.edu>
41057
41058         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
41059         freecoding.
41060
41061 2004-05-17  Bruno Haible  <bruno@clisp.org>
41062
41063         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
41064         precision that consists of a '.' followed by an empty digit string.
41065         Patch by Tor Lillqvist <tml@iki.fi>.
41066
41067 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
41068
41069         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
41070         for backward compatibility with older code.  We need our own
41071         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
41072         it under some other name, and our alloca.h will define it.
41073
41074 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
41075             Derek Price  <derek@ximbiot.com>
41076
41077         * lib/alloca.c: Include <alloca.h>, to get our interface.
41078         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
41079         include <alloca.h> first.  Use C89 prototype for alloca; this
41080         requires including <stddef.h> for size_t.  Use extern "C" if C++.
41081         Use #elif for simplicity, since we can assume C89 now.
41082         Don't try to source the system alloca.h since it will not be found
41083         and to prevent recursively including its replacement.
41084         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
41085         * lib/regex.c: Likewise.
41086
41087 2004-05-16  Derek Price  <derek@ximbiot.com>
41088             Paul Eggert  <eggert@cs.ucla.edu>
41089
41090         getline cleanup.  This changes the getndelim2 API: both order of
41091         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
41092         no delimiter).
41093
41094         * lib/getline.c: Don't include stddef.h or stdio.h, since our
41095         interface does that.
41096         (getline): Always use getdelim, so that we don't have two
41097         copies of this code.
41098         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
41099         if available.
41100         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
41101         (GETNDELIM2_MAXIMUM): New macro.
41102         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
41103         instead of the old practice of delim2==0.  All callers changed.
41104         Return -1 on overflow, instead of returning junk.
41105         Do not set *linesize unless allocation succeeds.
41106         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
41107         that we include sys/types.h.
41108         * lib/getnline.h: Likewise.
41109         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
41110         (getndelim2): Reorder arguments.
41111         * lib/getnline.c (getnline, getndelim):
41112         Don't discard the NMAX argument.
41113         (getnline): Invoke getndelim, to avoid code duplication.
41114         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
41115         of (size_t) -1 by callers of the getnline family.
41116
41117 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41118
41119         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
41120         Check for gettimeofday.
41121         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
41122         Check for settimeofday, stime.
41123
41124 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
41125
41126         * lib/nanosleep.c (suspended): Change its type from int to
41127         sig_atomic_t volatile.
41128         (first_call): Make it private to rpl_nanosleep, and have it
41129         be zero initially as that's a bit faster.
41130         (my_usleep): Round up fractional times instead of truncating them,
41131         as this is the usual meaning for 'sleep'.
41132
41133         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
41134         doesn't work.
41135         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
41136         (ENOSYS): Define if not defined.
41137         (settime): Fall back on stime if it exists and settimeofday fails.
41138         But don't bother with fallbacks if a method fails with errno == EPERM.
41139
41140 2004-05-11  Jim Meyering  <jim@meyering.net>
41141
41142         Prior to this change, the save_cwd caller required read access to the
41143         current directory on most systems (ones with the fchdir function).
41144
41145         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
41146         fails, try write-only, and finally, resort to using xgetcwd.
41147
41148 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
41149
41150         * lib/obstack.c, obstack.h: Import changes from libc.
41151
41152 2004-04-28  Bruno Haible  <bruno@clisp.org>
41153
41154         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
41155         also implicitly appends .exe to executables.
41156         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
41157         accepts Windows pathnames.
41158         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
41159         Treat Cygwin like Windows, since it now accepts Windows pathnames.
41160         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
41161         Treat Cygwin like Windows, since it now accepts Windows pathnames.
41162         Reported by Derek Robert Price <derek@ximbiot.com>.
41163
41164 2004-04-21  Karl Berry  <karl@gnu.org>
41165
41166         * config/srclist.txt (localcharset.c): break sync.
41167
41168 2004-04-20  Paul Eggert  <eggert@twinsun.com>
41169
41170         * m4/host-os.m4: Add a copyright notice.
41171
41172 2004-04-20  Jim Meyering  <jim@meyering.net>
41173
41174         Change UTILS_ to gl_ in AC_DEFINE'd names.
41175         Change utils_- and jm_-prefixed variables, too.
41176         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
41177         UTILS_FUNC_MKDIR_TRAILING_SLASH.
41178         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
41179
41180         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
41181         Don't emit trailing blanks.
41182         Also rename jm_-prefixed variables to have gl_ prefix.
41183
41184         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
41185         Also rename jm_-prefixed variables to have gl_ prefix.
41186
41187         * m4/jm-macros.m4: Reflect the renamings.
41188         * m4/prereq.m4: Likewise.
41189
41190 2004-04-20  Jim Meyering  <jim@meyering.net>
41191
41192         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
41193         memory.
41194
41195 2004-04-20  Jim Meyering  <jim@meyering.net>
41196             Bruno Haible  <bruno@clisp.org>
41197
41198         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
41199         memory when realloc fails.
41200
41201 2004-04-19  Jim Meyering  <jim@meyering.net>
41202
41203         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
41204         now that readutmp.c may call `free (0)'.
41205
41206 2004-04-19  Bruno Haible  <bruno@clisp.org>
41207
41208         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
41209         * m4/inttypes_h.m4: Likewise.
41210         * m4/stdint_h.m4: Likewise.
41211         * m4/intmax_t.m4: Likewise.
41212         * m4/uintmax_t.m4: Likewise.
41213
41214 2004-04-18  Jim Meyering  <jim@meyering.net>
41215
41216         * m4/prereq.m4: Don't forbid jm_ prefix.
41217
41218         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
41219         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
41220         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
41221         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
41222         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
41223         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
41224         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
41225         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
41226         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
41227         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
41228         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
41229         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
41230         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
41231         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
41232         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
41233         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
41234         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
41235         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
41236         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
41237
41238 2004-04-18  Jim Meyering  <jim@meyering.net>
41239
41240         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
41241         failure, don't leak memory and do call END_UTMP_ENT.
41242
41243 2004-04-16  Jim Meyering  <jim@meyering.net>
41244
41245         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
41246         coreutils' stat program.
41247         (gl_PREREQ): Don't require jm_PREREQ_STAT.
41248
41249 2004-04-11  Paul Eggert  <eggert@twinsun.com>
41250
41251         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
41252         C89.
41253         (CHAR_BIT): Remove, since we assume C89.
41254         Include <stdint.h> if available, as per current Autoconf CVS advice.
41255
41256 2004-03-31  Jim Meyering  <jim@meyering.net>
41257
41258         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
41259         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
41260         * m4/xalloc.m4: Likewise.
41261
41262 2004-03-30  Paul Eggert  <eggert@twinsun.com>
41263
41264         Merge from coreutils.
41265
41266         * m4/inttostr.m4: New file.
41267         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
41268         Require AM_STDBOOL_H and gl_TIMESPEC instead.
41269         Require gl_CLOCK_TIME.
41270         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
41271
41272 2004-03-30  Paul Eggert  <eggert@twinsun.com>
41273
41274         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
41275         not bool, to be more consistent with Unix conventions.
41276         Suggested by Bruno Haible.
41277
41278         Merge from coreutils.
41279
41280         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
41281         * lib/umaxtostr.c: New files.
41282
41283         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
41284         the usual <time.h> dance.
41285         (get_date): Change signature to support fractional time stamps.
41286         All callers changed.
41287         * lib/getdate.y: Include "getdate.h" first, as we can now
41288         assume C89 and don't need to worry about 'const'.
41289         Similarly, include "unlocked-io.h" near start, not in middle.
41290         Include <limits.h>.
41291         (textint.value): Use long int rather than int.
41292         (textint.digits): Use size_t rather than int.
41293         (BILLION, LOG10_BILLION): New constants.
41294         (parser_control): New member rel_ns.  Members day_ordinal,
41295         time_zone, month, day, hour, minutes, rel_year, rel_month,
41296         rel_day, rel_hour, rel_minutes, rel_seconds
41297         are now long int, not int.  Member seconds is now struct timespec,
41298         not int.  New member timespec_seen.  Members dates_seen, days_seen,
41299         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
41300         not int.
41301         (%union.intval): Now long int, not int.
41302         New member timespec.
41303         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
41304         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
41305         (spec): Now is a timespec or an item list.
41306         (timespec, items): New nonterminals.
41307         (time, rel, relunit, number, get_date):
41308         Add support for fractional seconds.
41309         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
41310         (gmtime, localtime, mktime): Remove decls; not needed with C89.
41311         (to_hour): First arg is now long int, not int.
41312         (to_year): Returns long int, not int.
41313         Don't treat year -70 like 70.
41314         (tm_diff): Returns long int, not int.
41315         (lookup_word): Use bool instead of int when appropriate.
41316         (yylex): Use size_t for count, not int.
41317         Detect overflow when parsing large integer constants.
41318         Add support for fractions.
41319         (get_date): Make pointers 'const' if possible.
41320         Use more-portable code to detect integer overflow.
41321         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
41322         Don't use ctime; it's not reliable if the year has >4 digits.
41323
41324         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
41325         This is for compatibility with BSD.
41326
41327         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
41328         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
41329         From coreutils' system.h.
41330
41331         * lib/userspec.c: Don't include "posixver.h".
41332         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
41333         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
41334         compatible extension.  Simplify code by removing a boolean int
41335         that was always nonzero if a string was nonnull.
41336
41337 2004-03-30  Jim Meyering  <jim@meyering.net>
41338
41339         Merge from coreutils.
41340
41341         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
41342         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
41343         on some systems one must include <grp.h> before it.
41344         Reported by Christian Krackowizer.
41345
41346 2004-03-30  Jim Meyering  <jim@meyering.net>
41347
41348         Merge from coreutils.
41349
41350         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
41351
41352         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
41353         an empty input stream.
41354
41355         * lib/readtokens.c: Include <stdbool.h>.
41356         (readtoken): Use `size_t' rather than int/long.
41357         All callers adjusted.
41358         Use `bool' rather than `int' where appropriate.
41359         Use memset rather than an explicit loop.
41360         Use x2nrealloc rather than xrealloc.
41361         Allow the use of `\0' as a delimiter.
41362         (readtokens): Likewise.
41363         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
41364
41365 2004-03-30  Jim Meyering  <jim@meyering.net>
41366
41367         * m4/realloc.m4: Remove file, since now it does no more than
41368         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
41369         the `configure.ac' section of module/realloc.
41370         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
41371
41372 2004-03-30  Bruno Haible  <bruno@clisp.org>
41373
41374         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
41375         nonnull.
41376
41377 2004-03-29  Paul Eggert  <eggert@twinsun.com>
41378
41379         Merge changes to getloadavg.c from coreutils and Emacs.
41380
41381         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
41382         Define to an expression, not to the empty string.
41383         Include cloexec.h and xalloc.h.
41384         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
41385         Use set_cloexec_flag rather than rolling our own.
41386         * lib/cloexec.c, lib/cloexec.h: New files.
41387
41388 2004-03-29  Paul Eggert  <eggert@twinsun.com>
41389
41390         * m4/cloexec.m4: New file.
41391
41392 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41393
41394         * lib/getopt.h: Sync with libc CVS.
41395
41396 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41397             Bruno Haible  <bruno@clisp.org>
41398
41399         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
41400         mbswidth.
41401
41402 2004-03-18  Paul Eggert  <eggert@twinsun.com>
41403             Bruno Haible  <bruno@clisp.org>
41404
41405         * lib/mbswidth.h: Include <wchar.h> only if
41406         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
41407         <wchar.h>.
41408         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
41409
41410 2004-03-09  Paul Eggert  <eggert@twinsun.com>
41411
41412         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
41413         Sync with libc CVS.
41414         * lib/getopt_int.h: New file, also synced from libc.
41415
41416 2004-03-09  Paul Eggert  <eggert@twinsun.com>
41417
41418         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
41419         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
41420         Bring back getopt.c, getopt.h, getopt1.c.
41421
41422 2004-03-07  Paul Eggert  <eggert@twinsun.com>
41423
41424         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
41425         All uses changed.  Check for sa_sigaction member; this fixes
41426         a bug first reported by Jason Andrade in
41427         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
41428
41429 2004-03-07  Paul Eggert  <eggert@twinsun.com>
41430
41431         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
41432         '#if' expressions.  Unlike the code it replaces, it does not
41433         depend on (defined _SC_PAGESIZE).  However, it does depend on
41434         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
41435         first reported by Jason Andrade in
41436         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
41437
41438 2004-02-25  Simon Josefsson  <jas@extundo.com>
41439
41440         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
41441
41442 2004-02-25  Simon Josefsson  <jas@extundo.com>
41443
41444         * lib/strdup.h: New file.
41445         * lib/strdup.c: Include it.
41446         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
41447         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
41448
41449 2004-02-23  Karl Berry  <karl@gnu.org>
41450
41451         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
41452         (from fencepost.gnu.org:/gd/gnuorg).
41453
41454 2004-02-23  Karl Berry  <karl@gnu.org>
41455
41456         * config/srclistvars.sh (GNUORG) [karl]: redefine.
41457         * config/srclist.txt: add maintain/standards documents.
41458
41459 2004-02-18  Bruno Haible  <bruno@clisp.org>
41460
41461         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
41462         Reported by Derek Robert Price <derek@ximbiot.com>.
41463
41464 2004-02-16  Karl Berry  <karl@gnu.org>
41465
41466         * config/mkinstalldirs, install-sh: update from automake.
41467
41468 2004-02-06  Karl Berry  <karl@gnu.org>
41469
41470         * m4/po.m4: update from gettext 0.14.1.
41471
41472 2004-02-06  Karl Berry  <karl@gnu.org>
41473
41474         * lib/config.charset: update from gettext 0.14.1.
41475
41476 2004-02-05  Paul Eggert  <eggert@twinsun.com>
41477
41478         Add comments and code, prompted by suggestions from Bruno Haible
41479         for sh-quote.
41480         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
41481         describing the enum quoting_style values.
41482         * lib/quotearg.c (quotearg_alloc): New function.
41483         (quotearg_buffer_restyled): Treat lone { and } as special.
41484         Treat = as special.  Work around bug with older shells
41485         that "see" a '\' that is really the 2nd byte of a multibyte char.
41486         Quote empty string with shell_quoting_style.
41487
41488 2004-02-03  Bruno Haible  <bruno@clisp.org>
41489
41490         * m4/pipe.m4: New file, from GNU gettext.
41491
41492 2004-02-03  Bruno Haible  <bruno@clisp.org>
41493
41494         * lib/pipe.h: New file, from GNU gettext.
41495         * lib/pipe.c: New file, from GNU gettext.
41496
41497 2004-01-27  Bruno Haible  <bruno@clisp.org>
41498
41499         * m4/execute.m4: New file, from GNU gettext.
41500
41501 2004-01-27  Bruno Haible  <bruno@clisp.org>
41502
41503         * lib/execute.h: New file, from GNU gettext.
41504         * lib/execute.c: New file, from GNU gettext.
41505         * lib/w32spawn.h: New file, from GNU gettext.
41506
41507 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41508
41509         Merge from diffutils.
41510
41511         * lib/file-type.c (file_type): Add typed memory objects.
41512         * lib/file-type.h (S_TYPEISTMO): New macro.
41513
41514         * lib/c-stack.h (c_stack_action): Remove argv argument.
41515         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
41516         (die): Don't calculate message unless segv_action returns.
41517         (get_stack_location, min_address_from_argv, max_address_from_argv,
41518         volatile stack_base, volatile_stack_size): Remove.
41519         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
41520         that every segmentation violation is a stack overflow.  (Ouch!)
41521         See Debian bug 136249 (still outstanding) for more info about why
41522         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
41523
41524 2004-01-24  Paul Eggert  <eggert@twinsun.com>
41525
41526         Exit-status fix from coreutils.
41527
41528         Use exit_failure consistently in place of EXIT_FAILURE,
41529         so that program exit statuses are consistent on failure.
41530
41531         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
41532         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
41533         * lib/argmatch.h: Comment fix to match the above.
41534         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
41535         Now a macro referring to exit_failure, instead of a separate
41536         variable.  Include "exitfail.h" to get it.
41537         * lib/xstrtol.h: Include "exitfail.h".
41538         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
41539
41540         * lib/long-options.c (parse_long_options): Use prototype
41541         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
41542         for clarity.
41543
41544 2004-01-21  Jim Meyering  <jim@meyering.net>
41545
41546         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
41547         so as not to conflict with a different-sized __mktime_internal
41548         function in GNU libc.
41549         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
41550         Problem building statically-linked `ls' reported by Michael Brunnbauer.
41551
41552 2004-01-20  Karl Berry  <karl@gnu.org>
41553
41554         * config/config.guess: update from config.
41555
41556         * config/srclistvars.sh: GNUWWWLICENSES for karl.
41557
41558 2004-01-20  Bruno Haible  <bruno@clisp.org>
41559
41560         Safer stack allocation.
41561         * lib/setenv.c: Include allocsa.h.
41562         (alloca): Remove fallback definition.
41563         (freea): Remove macro.
41564         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
41565         instead of freea.
41566
41567 2004-01-20  Bruno Haible  <bruno@clisp.org>
41568
41569         * m4/eealloc.m4: New file, from GNU gettext.
41570
41571 2004-01-20  Bruno Haible  <bruno@clisp.org>
41572
41573         * m4/allocsa.m4: New file, from GNU gettext.
41574
41575 2004-01-20  Bruno Haible  <bruno@clisp.org>
41576
41577         * lib/xallocsa.h: New file, from GNU gettext.
41578         * lib/xallocsa.c: New file, from GNU gettext.
41579
41580 2004-01-20  Bruno Haible  <bruno@clisp.org>
41581
41582         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41583
41584 2004-01-20  Bruno Haible  <bruno@clisp.org>
41585
41586         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41587         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41588         specially.
41589
41590 2004-01-20  Bruno Haible  <bruno@clisp.org>
41591
41592         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41593         patch.
41594
41595 2004-01-20  Bruno Haible  <bruno@clisp.org>
41596
41597         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41598
41599 2004-01-20  Bruno Haible  <bruno@clisp.org>
41600
41601         * lib/eealloc.h: New file.
41602
41603 2004-01-20  Bruno Haible  <bruno@clisp.org>
41604
41605         * lib/binary-io.h: Avoid warnings on Cygwin.
41606
41607 2004-01-20  Bruno Haible  <bruno@clisp.org>
41608
41609         * lib/allocsa.h: New file, from GNU gettext.
41610         * lib/allocsa.c: New file, from GNU gettext.
41611
41612 2004-01-18  Karl Berry  <karl@gnu.org>
41613
41614         * doc/gpl.texi, doc/lgpl.texi: new files.
41615
41616 2004-01-18  Karl Berry  <karl@gnu.org>
41617
41618         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41619         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41620
41621 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41622
41623         Merge from coreutils.
41624
41625         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41626         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41627         (gl_DEFAULT_POSIX2_VERSION): Move
41628         the documentation from 'configure' into 'config.hin',
41629         so that 'configure --help' isn't burdened by it and
41630         we don't have to worry about its formatting there.
41631         Reword the documentation so that it's more succinct
41632         and can be run together into a single paragraph.
41633         * m4/same.m4 (gl_SAME): Check for pathconf.
41634
41635 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41636
41637         Merge from coreutils.
41638
41639         * lib/posixver.c: Include posixver.h.
41640
41641         * lib/same.c: Include <stdbool.h>, <limits.h>.
41642         (_POSIX_NAME_MAX): Define if not defined.
41643         (MIN): New macro.
41644         (same_name): If file names are silently truncated, report
41645         that the file names are the same if they are the same after
41646         the silent truncation.
41647
41648         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41649         conversion function.
41650         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41651         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41652         longer needed.
41653
41654 2004-01-15  Jim Meyering  <jim@meyering.net>
41655
41656         Merge from coreutils.
41657
41658         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41659         if no library is required.
41660         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41661         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41662         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41663         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41664         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41665         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41666         value, $ac_cv_search_crypt, if it's "none required".
41667         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41668         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41669         not gl_FUNC_GETLOADAVG.
41670         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41671         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41672
41673 2004-01-15  Jim Meyering  <jim@meyering.net>
41674
41675         Merge from coreutils.
41676
41677         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41678         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41679         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41680
41681         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41682         optional configure-time default.
41683
41684         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41685
41686         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41687
41688 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41689
41690         Merge from coreutils.
41691
41692         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41693         value, $ac_cv_search_nanosleep, if it's "none required".
41694
41695 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41696
41697         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41698         with like-named macro in fnmatch.c.
41699         (EXT): Use an internal constant instead.
41700
41701         Merge fnmatch patches from glibc.
41702         * lib/fnmatch.c (mbsinit): Remove define.
41703         Add libc_hidden_ver (__fnmatch, fnmatch).
41704         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41705         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41706
41707 2004-01-14  Karl Berry  <karl@gnu.org>
41708
41709         * config/install-sh: update from automake.
41710
41711 2004-01-13  Karl Berry  <karl@gnu.org>
41712
41713         * config/install-sh: update from automake.
41714
41715 2004-01-09  Karl Berry  <karl@gnu.org>
41716
41717         * config/install-sh: update from automake.
41718
41719 2004-01-05  Karl Berry  <karl@gnu.org>
41720
41721         * config/config.{sub,guess}: update from config.
41722
41723 2003-12-31  Karl Berry  <karl@gnu.org>
41724
41725         * config/depcomp: update from automake.
41726
41727 2003-12-14  Karl Berry  <karl@gnu.org>
41728
41729         * lib/config.charset: update from gettext-runtime.
41730
41731 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41732
41733         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41734         Bug reported by Alfred M. Szmidt.
41735
41736 2003-12-03  Bruno Haible  <bruno@clisp.org>
41737
41738         * m4/gettext.m4: Upgrade from gettext-0.13.
41739         * m4/po.m4: Upgrade from gettext-0.13.
41740         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41741         * m4/intmax.m4: New file, from gettext-0.13.
41742         * m4/printf-posix.m4: New file, from gettext-0.13.
41743
41744 2003-11-29  Karl Berry  <karl@gnu.org>
41745
41746         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41747
41748 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41749             Bruno Haible  <bruno@clisp.org>
41750
41751         * lib/printf-parse.h: Don't include sys/types.h.
41752         (ARG_NONE): New macro.
41753         (char_directive): Change type of *arg_index fields to size_t.
41754         * lib/printf-parse.c: Don't include sys/types.h.
41755         (SSIZE_MAX): Remove macro.
41756         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41757         Remove unnecessary overflow check.
41758         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41759         fields.
41760
41761 2003-11-25  Bruno Haible  <bruno@clisp.org>
41762
41763         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41764
41765 2003-11-25  Bruno Haible  <bruno@clisp.org>
41766
41767         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41768         gt_TYPE_SSIZE_T.
41769
41770 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41771
41772         * modules/alloca: Remove dependency on xalloc.
41773
41774 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41775
41776         * lib/alloca.c: Remove dependency on xalloc module.
41777         (xalloc_die): Remove.
41778         (memory_full) [!defined emacs]: New macro.
41779         [!defined emacs]: Don't include xalloc.h.
41780         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41781         address arithmetic overflows.  Change datatypes a bit to avoid
41782         unnecessary casts.
41783
41784 2003-11-22  Jim Meyering  <jim@meyering.net>
41785
41786         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41787         s/size/size_t/.
41788
41789 2003-11-21  Karl Berry  <karl@gnu.org>
41790
41791         * config/config.{sub,guess}: update from config.
41792
41793 2003-11-18  Karl Berry  <karl@gnu.org>
41794
41795         * config/config.{sub,guess}: update from config.
41796
41797         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41798
41799 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41800
41801         * README: Mention that S+T cannot overflow if S is the size of
41802         an existing object and T is sufficiently small.
41803
41804 2003-11-17  Jim Meyering  <jim@meyering.net>
41805
41806         On systems without utime and without a utimes function capable of
41807         dealing with a NULL struct utimbuf* argument, this utime replacement
41808         could -- in unusual circumstances -- leak a file descriptor.
41809         * lib/utime.c: Include <unistd.h> and <errno.h>.
41810         (utime_null): Be sure to close `fd' and to preserve errno.
41811         Reported by Geoff Collyer via Arnold Robbins.
41812
41813 2003-11-17  Bruno Haible  <bruno@clisp.org>
41814
41815         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41816         (Depends-on): Add xsize.
41817
41818 2003-11-17  Bruno Haible  <bruno@clisp.org>
41819
41820         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41821
41822 2003-11-17  Bruno Haible  <bruno@clisp.org>
41823
41824         * lib/vasnprintf.c (alloca): Remove fallback definition.
41825         (freea): Remove definition.
41826         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41827         Reported by Paul Eggert.
41828
41829 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41830             Bruno Haible  <bruno@clisp.org>
41831
41832         Protect against address arithmetic overflow.
41833         * lib/printf-args.h: Include stddef.h.
41834         (arguments): Change type of field 'count' to size_t.
41835         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41836         'unsigned int' where appropriate.
41837         * lib/printf-parse.h: Include sys/types.h.
41838         (char_directive): Change type of *arg_index fields to ssize_t.
41839         (char_directives): Change type of fields 'count', max_*_length to
41840         size_t.
41841         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41842         (SSIZE_MAX): Define fallback value.
41843         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41844         instead of 'int' where appropriate. Check a_allocated, d_allocated
41845         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41846         * lib/vasnprintf.c: Include xsize.h.
41847         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41848         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41849         overflow. Avoid wraparound when converting a width or precision from
41850         decimal to binary.
41851
41852 2003-11-16  Bruno Haible  <bruno@clisp.org>
41853
41854         Update from GNU gettext.
41855         * lib/printf-parse.c: Generalize to it can be compiled for wide
41856         strings.
41857         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41858         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41859         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41860         SNPRINTF): New macros.
41861         Don't include <alloca.h> if the file is used inside libintl.
41862         (local_wcslen): New function, for Solaris 2.5.1.
41863         (VASNPRINTF): Use it instead of wcslen.
41864
41865 2003-11-16  Bruno Haible  <bruno@clisp.org>
41866
41867         * lib/xsize.h (xmax): New function.
41868         (xsum, xsum3, xsum4): Declare as "pure" functions.
41869
41870 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41871
41872         * modules/xalloc (Files): Undo latest change, since xalloc.h
41873         no longer needs SIZE_MAX or PTRDIFF_MAX.
41874
41875 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41876
41877         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41878         gl_PTRDIFF_MAX.
41879
41880 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41881
41882         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41883         "return", to pacify some unknown compiler.  Problem reported
41884         by Joerg Schilling.
41885
41886 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41887
41888         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41889         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41890         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41891         heuristic is just as accurate as far as we know, and it removes a
41892         dependency on size_max.m4 and ptrdiff_max.m4.
41893
41894 2003-11-11  Bruno Haible  <bruno@clisp.org>
41895
41896         * modules/xsize (Files): Add m4/size_max.m4.
41897         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41898
41899 2003-11-11  Bruno Haible  <bruno@clisp.org>
41900
41901         * m4/size_max.m4: New file.
41902         * m4/ptrdiff_max.m4: New file.
41903         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41904         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41905         (gl_XALLOC): Invoke it.
41906
41907 2003-11-11  Bruno Haible  <bruno@clisp.org>
41908
41909         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41910         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41911         defined.
41912
41913 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41914
41915         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41916         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41917         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41918         From Bruno Haible.
41919         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41920         not (size_t) -1, since it's defined here.
41921
41922 2003-11-09  Karl Berry  <karl@gnu.org>
41923
41924         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41925
41926 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41927
41928         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41929         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41930         Reject sizes of exactly SIZE_MAX bytes.
41931         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41932         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41933
41934 2003-11-05  Bruno Haible  <bruno@clisp.org>
41935
41936         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41937         SIZE_MAX defined in <limits.h> on Solaris.
41938
41939 2003-11-04  Jim Meyering  <jim@meyering.net>
41940
41941         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41942         variable names, rather than @VAR@.
41943         * modules/poll: Likewise.
41944
41945 2003-11-04  Bruno Haible  <bruno@clisp.org>
41946
41947         * modules/xsize: New file.
41948         * modules/linebreak: Depend on xsize.
41949         * MODULES.html.sh (func_all_modules): Add xsize.
41950
41951 2003-11-04  Bruno Haible  <bruno@clisp.org>
41952
41953         * m4/xsize.m4: New file.
41954
41955 2003-11-04  Bruno Haible  <bruno@clisp.org>
41956
41957         * lib/xsize.h: New file.
41958         * lib/linebreak.c: Include xsize.h.
41959         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41960         argument for overflow.
41961         Suggested by Paul Eggert.
41962
41963 2003-11-03  Karl Berry  <karl@gnu.org>
41964
41965         * config/config.{guess,sub}: update from config.
41966
41967 2003-11-03  Jim Meyering  <jim@meyering.net>
41968
41969         * modules/userspec (lib_SOURCES): Add userspec.h.
41970         (Include): Add "userspec.h".
41971         Improve description.
41972
41973 2003-11-03  Jim Meyering  <jim@meyering.net>
41974
41975         * lib/userspec.c: Include "userspec.h".
41976         * lib/userspec.h: New file.
41977
41978 2003-11-03  Bruno Haible  <bruno@clisp.org>
41979
41980         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41981
41982 2003-11-03  Bruno Haible  <bruno@clisp.org>
41983
41984         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41985         available, to avoid (extremely rare) race condition.
41986         Suggested by Paul Eggert.
41987
41988 2003-11-02  Karl Berry  <karl@gnu.org>
41989
41990         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41991
41992 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41993
41994         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41995         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41996         (read_filesystem_list): Set and use me_type_malloced.
41997         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41998         whatever the type happens to be), for brevity and consistency.
41999         Check for size calculation overflow on Alphas running OSF/1.
42000
42001 2003-10-31  Jim Meyering  <jim@meyering.net>
42002
42003         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
42004
42005         * lib/linebuffer.c: Include <string.h> for declaration of memset.
42006
42007 2003-10-30  Paul Eggert  <eggert@twinsun.com>
42008             Bruno Haible  <bruno@clisp.org>
42009
42010         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
42011         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
42012
42013 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
42014
42015         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
42016         netbsd*-gnu*.  Suggested by Robert Millan.
42017
42018 2003-10-29  Paul Eggert  <eggert@twinsun.com>
42019
42020         * modules/group-member: Depend on stdbool.
42021
42022 2003-10-29  Paul Eggert  <eggert@twinsun.com>
42023
42024         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
42025
42026 2003-10-29  Paul Eggert  <eggert@twinsun.com>
42027
42028         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
42029         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
42030         after the 'gnu' in these cases.  This fixes some bugs in the
42031         previous change, and is based on suggestions by Robert Millan.
42032
42033 2003-10-29  Paul Eggert  <eggert@twinsun.com>
42034
42035         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
42036         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
42037         no longer needed.
42038         * lib/quotearg.c (quotearg_n_options): Use it.
42039         * lib/group-member.c: Include <stdbool.h>.
42040         (free_group_info): Arg is now const *; don't free arg.
42041         (get_group_info): Now returns bool and accepts struct group_info *,
42042         rather than returning a malloc'ed struct group_info *.
42043         All uses changed.  Check for overflow in internal size calculation.
42044
42045         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
42046         rather than xmalloc/xrealloc.
42047         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
42048         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
42049         conformance bug: the old code used a pointer after freeing the
42050         storage that it addressed.
42051         * lib/hash.c (hash_initialize): Simplify the code by using
42052         xalloc_oversized rather than doing it by hand.
42053         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
42054         the buffer preserved.  Use free and xmalloc instead.
42055         * lib/quotearg.c (quotearg_n_options): Likewise.
42056         Use a simpler test for size overflow.  Don't use xalloc_oversized
42057         because unsigned int might be wider than size_t (!); this suggests
42058         that we should switch from unsigned int to size_t for slot numbers.
42059
42060 2003-10-28  Paul Eggert  <eggert@twinsun.com>
42061
42062         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
42063         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
42064         NetBSD kernels.  Requested by Richard Stallman.
42065
42066 2003-10-27  Paul Eggert  <eggert@twinsun.com>
42067
42068         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
42069         to allocate the returned structure.  Do not allocate a subarray,
42070         as x2nrealloc will do that.
42071         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
42072         instead of xnrealloc.
42073         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
42074
42075 2003-10-27  Bruno Haible  <bruno@clisp.org>
42076
42077         * lib/stdbool_.h: Better support for BeOS.
42078
42079 2003-10-26  Paul Eggert  <eggert@twinsun.com>
42080
42081         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
42082         now uses inline.
42083
42084 2003-10-26  Paul Eggert  <eggert@twinsun.com>
42085
42086         * lib/xalloc.h (xalloc_oversized): New static inline function, for
42087         callers that want to do their own size-overflow checking.  Include
42088         <stdbool.h>, since xalloc_oversized returns bool.
42089         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
42090         to use xalloc_oversized.
42091
42092         Add two functions x2realloc, x2nrealloc, for programs that grow
42093         arrays dynamically by doubling their sizes.
42094         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
42095         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
42096         New functions.
42097
42098         Port to C99 semantics for 'inline' of external functions.
42099         Bug reported by Bruno Haible.
42100         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
42101         with the old contents of xnmalloc.
42102         (xnmalloc, xmalloc): Use it.
42103         (xnrealloc_inline): New static inline function,
42104         with the old contents of xnrealloc.
42105         (xnrealloc, xrealloc): Use it.
42106
42107         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
42108         that.
42109
42110 2003-10-26  Karl Berry  <karl@gnu.org>
42111
42112         * config/srclist.txt (COPYING.DOC): no longer available from
42113         /gd/gnuorg; don't know where the ultimate source is.
42114
42115 2003-10-25  Paul Eggert  <eggert@twinsun.com>
42116
42117         Fix several address-calculation bugs in the hash modules,
42118         plus some minor code cleanup.
42119
42120         * lib/hash.h: Include <stdbool.h>, for bool.
42121         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
42122         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
42123         hash_get_n_entries, hash_get_max_bucket_length,
42124         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
42125         hash_rehash): Use size_t rather than unsigned.
42126         * lib/hash.c (struct hash_table, hash_get_n_buckets,
42127         hash_get_n_buckets_used, hash_get_n_entries,
42128         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
42129         hash_get_entries, hash_do_for_each, hash_string, is_prime,
42130         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
42131         Likewise.
42132         (SIZE_MAX): Define if not defined.
42133         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
42134         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
42135         hash_print):
42136         Use const * when possible.
42137         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
42138         (check_tuning): Fix bug: if tuning parameters were very close to
42139         0 or 1, rounding errors could have caused subscript violations.
42140         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
42141         (hash_initialize): Add 'fail:' label
42142         to free table and return NULL, and use it to simplify code.
42143         Use calloc rather than clearing the storage ourself.
42144         (hash_initialize, hash_rehash): Check for arithmetic overflow in
42145         buffer size calculations.
42146         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
42147         Include <stddef.h>, for size_t.
42148         * lib/hash-pjw.c (hash_pjw): Likewise.
42149         Switch to method described by Bruno Haible.
42150         Include <limits.h>, for CHAR_BIT.
42151         (SIZE_BITS): New macro.
42152
42153 2003-10-23  Paul Eggert  <eggert@twinsun.com>
42154
42155         * m4/getline.m4 (AM_FUNC_GETLINE):
42156         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
42157         hosts.  Problem reported by Derek Robert Price in
42158         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
42159         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
42160         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
42161
42162 2003-10-21  Paul Eggert  <eggert@twinsun.com>
42163
42164         * lib/getndelim2.c (getndelim2): When size calculation overflows,
42165         ceiling the allocation at NMAX bytes rather than silently
42166         discarding input bytes before NMAX is reached.  This makes
42167         a difference only if NMAX exceeds SIZE_MAX / 2.
42168
42169         * lib/obstack.c: Merge from glibc.
42170         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
42171         Add libc_hidden_def (_obstack_newchunk).
42172         (_obstack_free) [! defined _LIBC]: Remove.
42173         [defined _LIBC]: Make a strong alias from obstack_free, rather than
42174         a clone of the function body.
42175         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
42176         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
42177
42178         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
42179         glibc.
42180         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
42181         arg to memcpy.
42182
42183         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
42184         (obstack_ptr_grow_fast, obstack_int_grow_fast):
42185         Don't use lvalue casts, as GCC plans to remove support for them
42186         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
42187         was also present in the non-GCC version, indicating that this
42188         code had always been buggy and had never been widely used.
42189         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
42190         Use the fast variant of each macro, rather than copying the
42191         definiens of the fast variant; that way, we'll be more likely to
42192         catch future bugs in the fast variants.
42193
42194 2003-10-20  Bruno Haible  <bruno@clisp.org>
42195
42196         * modules/wait-process: New file.
42197         * MODULES.html.sh (func_all_modules): Add wait-process.
42198
42199 2003-10-20  Bruno Haible  <bruno@clisp.org>
42200
42201         * m4/wait-process.m4: New file.
42202
42203 2003-10-20  Bruno Haible  <bruno@clisp.org>
42204
42205         * lib/wait-process.h: New file, from GNU gettext.
42206         * lib/wait-process.c: New file, from GNU gettext.
42207
42208 2003-10-19  Jim Meyering  <jim@meyering.net>
42209
42210         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
42211         HPUX 10.20.
42212
42213 2003-10-18  Karl Berry  <karl@gnu.org>
42214
42215         * config/config.guess: update from config.
42216
42217 2003-10-16  Paul Eggert  <eggert@twinsun.com>
42218
42219         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
42220         (getgroups): First arg is int, not size_t.
42221         Don't let 'free' mangle errno.
42222
42223 2003-10-16  Paul Eggert  <eggert@twinsun.com>
42224
42225         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
42226
42227 2003-10-16  Karl Berry  <karl@gnu.org>
42228
42229         * config/config.{guess,sub}: update from config.
42230
42231 2003-10-16  Jim Meyering  <jim@meyering.net>
42232
42233         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
42234         memcpy.
42235
42236 2003-10-15  Paul Eggert  <eggert@twinsun.com>
42237
42238         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
42239         (SIZE_MAX): Remove.
42240         (new_exclude, add_exclude_file): Initial size no longer needs to
42241         be a power of 2.
42242         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
42243         our own address arithmetic overflow checking.
42244
42245         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
42246         (fnmatch): Do not alloca more than 2000 wide characters;
42247         instead, use malloc for large buffers.
42248         Check for address arithmetic overflow, and return -1
42249         with errno set to ENOMEM in that case.
42250         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
42251         (NEW_PATTERN): Do not alloca more than 8000 bytes;
42252         instead, return -1.  Check for address arithmetic overflow.
42253
42254 2003-10-14  Paul Eggert  <eggert@twinsun.com>
42255
42256         Handle invalid suffixes and overflow independently, so that
42257         callers can treat them independently as needed.  Fix some bugs in
42258         suffix handling, e.g., "100k@" was not diagnosed as an invalid
42259         suffix for a human-readable blocksize.  The major caller-visible
42260         change is the addition of a new
42261         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
42262         that both overflow and suffix chars were found.
42263
42264         * lib/human.c (humblock): Don't check separately for invalid suffix
42265         char; that is xstrtoumax's job (now that its bug is fixed).
42266         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
42267         INTMAX_MAX]: New macros.
42268         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
42269         TYPE_MAXIMUM): New macros.
42270         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
42271         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
42272         if overflow occurs, as it's what __strtol does and it's more useful
42273         in practice.
42274         (__xstrtol): If __strtol reports some error other than ERANGE,
42275         reflect it to the caller as LONGINT_INVALID.  If it reports
42276         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
42277         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
42278         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
42279         value.
42280         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
42281         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
42282         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
42283         [defined UINTMAX_MAX]: New macros.
42284
42285 2003-10-14  Bruno Haible  <bruno@clisp.org>
42286
42287         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
42288
42289 2003-10-14  Bruno Haible  <bruno@clisp.org>
42290
42291         * m4/sig_atomic_t: New file, from GNU gettext.
42292         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
42293
42294 2003-10-14  Bruno Haible  <bruno@clisp.org>
42295
42296         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
42297         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
42298         Also use volatile where needed.
42299
42300 2003-10-12  Paul Eggert  <eggert@twinsun.com>
42301
42302         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
42303         Change maintainer from Bruno Haible to 'all'.
42304
42305 2003-10-12  Paul Eggert  <eggert@twinsun.com>
42306
42307         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
42308
42309 2003-10-12  Paul Eggert  <eggert@twinsun.com>
42310
42311         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
42312         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
42313         and define in terms of the other primitives.
42314         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
42315         (SIZE_MAX): Define if not already defined.
42316         (array_size_overflow): New function.
42317         (xalloc_die): Abort instead of exiting if 'error' returns.
42318         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
42319         (xmalloc, xrealloc): Use them.
42320         (xcalloc): Check for address arithmetic overflow.
42321         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
42322         a bit faster than strcpy.
42323
42324 2003-10-10  Simon Josefsson  <jas@extundo.com>
42325
42326         * modules/argp (Depends-on): Add restrict and strcase.
42327
42328 2003-10-10  Simon Josefsson  <jas@extundo.com>
42329
42330         * m4/argp.m4: Add AC_C_INLINE.
42331
42332 2003-10-08  Paul Eggert  <eggert@twinsun.com>
42333
42334         Merge getpass from libc, plus a few fixes.
42335
42336         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
42337         Include <stdbool.h>.
42338         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
42339         __fsetlocking to empty.
42340         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
42341         do include <bits/libc-lock.h>.
42342         Do not include <fcntl.h>; not needed.
42343         [_LIBC]: Include <wchar.h>.
42344         (NOTCANCEL_MODE): New macro.
42345         (flockfile, funlockfile) [_LIBC]: New macros.
42346         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
42347         [!_LIBC]: New macros.
42348         (call_fclose): New function.
42349         (getpass): Use it.  Save tty stream separately; this simplifies the
42350         code and makes it more reliable if stdin happens to equal stdout.
42351         Invoke __fsetlocking on tty.
42352         Handle thread cancellation if needed.
42353         Namespace cleanup (use __tcgetattr, __getline).
42354         Use bool for Booleans.
42355         [USE_IN_LIBIO]: Handle wide streams.
42356         [!_LIBC]: Unconditionally do the fseek, since we don't know what
42357         stream might go where.
42358
42359         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
42360         doesn't have to include <stdio.h> before us.
42361         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
42362         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
42363         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
42364         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
42365         if not declared, so that we can use getpass.c code from libc without
42366         rewriting it.
42367         (flockfile, ftrylockfile, funlockfile): New macros.
42368
42369 2003-10-08  Paul Eggert  <eggert@twinsun.com>
42370
42371         * modules/getpass: Depend on stdbool.
42372
42373 2003-10-08  Paul Eggert  <eggert@twinsun.com>
42374
42375         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
42376
42377 2003-10-07  Karl Berry  <karl@gnu.org>
42378
42379         * config/config.{guess,sub}: update from config.
42380
42381 2003-10-06  Jim Meyering  <jim@meyering.net>
42382             Bruno Haible  <bruno@clisp.org>
42383
42384         This lets translators provide better translations for the
42385         "Written by ..." part of --version output.
42386         * lib/version-etc.h: Include stdarg.h.
42387         (version_etc_copyright): Declare as readonly.
42388         (version_etc): Make this function variadic with a NULL-terminated list
42389         of author name strings.
42390         (version_etc_va): New declaration.
42391         * lib/version-etc.c: Include stdarg.h, stdlib.h.
42392         (version_etc_copyright): Declare as readonly.
42393         (version_etc_va): New function. Provide a different translatable string
42394         for each possible number of authors < 10. Abbreviate when there are 10
42395         authors or more.
42396         (version_etc): Make this function variadic. Call version_etc_va.
42397         Suggestion from Gary V. Vaughan.
42398
42399         * lib/long-options.h (parse_long_options): Change prototype: the
42400         authors string is moved to the end and becomes variadic.
42401         * lib/long-options.c: Include stdarg.h.
42402         (parse_long_options): Make this function variadic, too.
42403         Call version_etc_va, not version_etc.
42404
42405 2003-10-06  Bruno Haible  <bruno@clisp.org>
42406
42407         * modules/version-etc-2: Remove file.
42408         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
42409
42410 2003-10-06  Bruno Haible  <bruno@clisp.org>
42411
42412         * modules/fatal-signal: New file.
42413         * MODULES.html.sh (func_all_modules): Add fatal-signal.
42414
42415 2003-10-06  Bruno Haible  <bruno@clisp.org>
42416
42417         * m4/fatal-signal.m4: New file.
42418         * m4/signalblocking.m4: New file, from GNU gettext.
42419
42420 2003-10-06  Bruno Haible  <bruno@clisp.org>
42421
42422         * lib/version-etc-2.h: Remove file.
42423         * lib/version-etc-2.c: Remove file.
42424
42425 2003-10-06  Bruno Haible  <bruno@clisp.org>
42426
42427         * lib/fatal-signal.h: New file, from GNU gettext.
42428         * lib/fatal-signal.c: New file, from GNU gettext.
42429
42430 2003-10-05  Paul Eggert  <eggert@twinsun.com>
42431
42432         * README: Rework advice for preventing empty .o files.
42433         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
42434         not <sys/types.h>.
42435
42436 2003-10-04  Karl Berry  <karl@gnu.org>
42437
42438         * lib/argp*: update from libc.
42439
42440 2003-10-04  Karl Berry  <karl@gnu.org>
42441
42442         * config/config.{guess,sub}: update from config.
42443
42444 2003-10-02  Bruno Haible  <bruno@clisp.org>
42445
42446         * modules/lchown (Include): Add lchown.h.
42447         * modules/time_r (Include): Use "..." syntax.
42448         * modules/xgetdomainname (Include): Add xgetdomainname.h.
42449
42450 2003-10-01  Simon Josefsson  <jas@extundo.com>
42451
42452         * MODULES.html.sh (func_all_modules): Move gethostname from section
42453         'based on' to section 'lacking' POSIX:2001.
42454
42455 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
42456
42457         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
42458         to output mode on the same stream.
42459
42460 2003-09-29  Paul Eggert  <eggert@twinsun.com>
42461
42462         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
42463         Fix arg typo in previous patch.
42464
42465 2003-09-28  Jim Meyering  <jim@meyering.net>
42466
42467         * lib/error.c: Correct cpp indentation.
42468
42469 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42470
42471         * modules/free: New file.
42472
42473 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42474
42475         * m4/free.m4: New file.
42476
42477 2003-09-27  Paul Eggert  <eggert@twinsun.com>
42478
42479         * lib/minmax.h (MIN, MAX)
42480         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
42481         Omit the special code that used __typeof__, since we worry that
42482         it could be more trouble than it's worth.  See:
42483         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
42484         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
42485
42486         * lib/free.c: New file.
42487
42488 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
42489
42490         Trivial fixes to Makefile.am parts of module listings.
42491         * modules/strstr: Append strstr.h to lib_SOURCES.
42492         * modules/strcase: Likewise, for strcase.h.
42493
42494 2003-09-27  Karl Berry  <karl@gnu.org>
42495
42496         * config/mkinstalldirs: update from automake.
42497
42498 2003-09-26  Paul Eggert  <eggert@twinsun.com>
42499
42500         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
42501         (error_tail): Do not loop, reallocating temporary buffer, since
42502         the output cannot contain more wide characters than the input
42503         contains bytes, the size must be big enough already.  This avoids
42504         one potential size overflow calculation.  Check for size overflow
42505         when calculating temporary buffer size.  Free temporary buffer
42506         when done, if it was allocated with malloc; this plugs a memory
42507         leak.  Remove casts from void * to pointers, that are no longer
42508         needed now that we're assuming C89 or better.
42509
42510         Merge error changes from glibc.
42511
42512         * lib/error.c, error.h: Update copyright notice header to match glibc.
42513         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
42514         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
42515         Disable cancellation while printing error.
42516         * lib/error.h: Prepend __ to parameter names.
42517
42518 2003-09-26  Jim Meyering  <jim@meyering.net>
42519
42520         * lib/error.c (error_tail): Move some declarations
42521         into inner scope where the local variables are used.
42522
42523 2003-09-26  Bruno Haible  <bruno@clisp.org>
42524
42525         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
42526         stpncpy().
42527         Don't define stpncpy through config.h; it's now done through stpncpy.h.
42528
42529 2003-09-26  Bruno Haible  <bruno@clisp.org>
42530
42531         * lib/stpncpy.h (gnu_stpncpy): New declaration.
42532         (stpncpy): Define as alias for gnu_stpncpy.
42533         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
42534
42535 2003-09-25  Simon Josefsson  <jas@extundo.com>
42536
42537         * lib/xgetdomainname.h: New file.
42538         * lib/xgetdomainname.c: New file.
42539
42540 2003-09-25  Simon Josefsson  <jas@extundo.com>
42541             Bruno Haible  <bruno@clisp.org>
42542
42543         * modules/getdomainname: New file.
42544         * modules/xgetdomainname: New file.
42545         * MODULES.html.sh (func_all_modules): Add getdomainname,
42546         xgetdomainname.
42547
42548 2003-09-25  Simon Josefsson  <jas@extundo.com>
42549             Bruno Haible  <bruno@clisp.org>
42550
42551         * m4/getdomainname.m4: New file.
42552
42553 2003-09-25  Simon Josefsson  <jas@extundo.com>
42554             Bruno Haible  <bruno@clisp.org>
42555
42556         * lib/getdomainname.h: New file.
42557         * lib/getdomainname.c: New file.
42558
42559 2003-09-25  Karl Berry  <karl@gnu.org>
42560
42561         * lib/argp-fmtstream.c, argp-help.c: update from libc.
42562
42563 2003-09-25  Karl Berry  <karl@gnu.org>
42564
42565         * config/install-sh: update from automake.
42566
42567 2003-09-25  Bruno Haible  <bruno@clisp.org>
42568
42569         * modules/version-etc-2: New file, from modules/version-etc with
42570         modifications.
42571         * MODULES.html.sh (func_all_modules): Add version-etc-2.
42572
42573 2003-09-25  Bruno Haible  <bruno@clisp.org>
42574
42575         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
42576         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
42577
42578 2003-09-24  Simon Josefsson  <jas@extundo.com>
42579
42580         * modules/xgethostname: Add xgethostname.h.
42581
42582 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42583
42584         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42585         the buffer associated with the argument.  Bug reported by
42586         Simon Josefsson.
42587
42588 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42589
42590         * README: Document assumptions that 'int' is at least 32 bits
42591         wide, that integer arithmetic is 2's complement without overflow,
42592         that there are no holes in integer values, that adding sizes of
42593         two nonoverlapping objects can't overflow, and that all-bits-zero
42594         yields scalar zero.  Fix spelling and capitalization typos.
42595
42596 2003-09-19  Karl Berry  <karl@gnu.org>
42597
42598         * lib/argp.h: update from libc.
42599
42600 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42601
42602         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42603         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42604         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42605
42606 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42607
42608         * gnulib-tool: Use "test -h", not "test -L", for portability
42609         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42610         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42611         (sed_extract_prog): Issue s commands one-by-one, rather than
42612         using \| in one s command.
42613
42614 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42615
42616         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42617         input error, instead of returning NULL the next time we are called
42618         (and therefore losing track of errno).
42619
42620 2003-09-16  Bruno Haible  <bruno@clisp.org>
42621
42622         * gnulib-tool (func_create_testdir): Warn about duplicated
42623         dependencies.
42624
42625 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42626
42627         * modules/argmatch, modules/fatal, modules/obstack,
42628         modules/xalloc, modules/xgethostname: Sort dependencies by
42629         importance, not alphabetically.
42630
42631 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42632
42633         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42634         fails, so that the caller gets the proper errno.
42635
42636         * lib/readutmp.c (read_utmp): Likewise.
42637         Check for fstat error.  Close stream and free storage
42638         when failing.
42639
42640 2003-09-14  Karl Berry  <karl@gnu.org>
42641
42642         * config/srclist.txt (strdup.c): disable for c89 changes.
42643
42644 2003-09-14  Jim Meyering  <jim@meyering.net>
42645
42646         * lib/getloadavg.c: Correct cpp indentation.
42647         * lib/strdup.c: Likewise.
42648         * lib/vasnprintf.c: Likewise.
42649
42650 2003-09-14  Bruno Haible  <bruno@clisp.org>
42651
42652         * modules/fwriteerror: New file.
42653         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42654
42655 2003-09-14  Bruno Haible  <bruno@clisp.org>
42656
42657         * lib/fwriteerror.h: New file.
42658         * lib/fwriteerror.c: New file.
42659
42660 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42661
42662         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42663         modules/xgethostname, modules/xalloc: Depend on exit.
42664
42665 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42666
42667         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42668
42669         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42670         and AC_MINIX, too, so that their extensions are available.
42671
42672         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42673         This macro has been superseded by gl_BACKUPFILE.
42674
42675         More patches to assume C89 or better.
42676
42677         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42678
42679         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42680         unconditionally.
42681         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42682         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42683         Include <string.h>, <stdlib.h> unconditionally.
42684         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42685         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42686         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42687         headers or for string.h.
42688         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42689         or strtoul.
42690
42691         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42692         headers.
42693         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42694         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42695         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42696         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42697         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42698         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42699         memcpy, memset.
42700         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42701         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42702         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42703         strtol.
42704         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42705         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42706         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42707         strtoul.
42708
42709 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42710
42711         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42712         * lib/obstack.c [!defined _LIBC]: Likewise.
42713         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42714         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42715         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42716
42717         More changes to assume C89 or better.
42718
42719         * lib/error.c (error_tail): Assume vprintf.
42720
42721         * lib/argmatch.c (getenv): Remove decl.
42722         * lib/progreloc.c (get_full_program_name): Define via prototype.
42723         * lib/setenv.c (clearenv): Likewise.
42724         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42725         needed.
42726         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42727         (malloc, memcpy): Remove decls.
42728         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42729         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42730         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42731         (memcpy): Remove macro.
42732         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42733         (__P): Remove.  All uses removed.
42734         (PTR): Remove.  All uses changed to void *.
42735         (CHAR_BIT, NULL): Remove.
42736         (spaces, zeros, memset_space, memset_zero)
42737         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42738         Remove.
42739         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42740         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42741         Define with prototype.
42742         Remove now-unnecessary prototype decl.
42743         (extra_args_spec): Assume ANSI C.  All uses changed.
42744         (extra_args_spec_iso): Remove.
42745         (my_strftime, emacs_strftimeu): Define via prototype.
42746         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42747         unconditionally.
42748         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42749         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42750         (strtoul, strtol): Remove decls.
42751         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42752         LONG_MAX): Remove.
42753         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42754         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42755         (LOCALE_PARAM_PROTO): New macro.
42756         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42757         (INTERNAL (strtol), strtol): Define with a prototype.
42758         (PARAMS): Remove.  All uses removed.
42759         * lib/tempname.c: Include <string.h> unconditionally.
42760         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42761         * lib/xgethostname.c (main): Define with a prototype.
42762         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42763         Include <stdlib.h> unconditionally.
42764         (calloc, malloc, realloc, free): Remove decls.
42765         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42766         Include <stdlib.h> unconditionally.  Sort include file names.
42767         (strtod): Remove.
42768         (xstrtod): Define with a prototype.
42769         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42770         (strtol, strtoul): Remove decls.
42771
42772 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42773
42774         More patches to assume C89 or better.
42775         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42776         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42777         string.h, memchr, STDC_HEADERS.
42778
42779 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42780
42781         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42782         Include <stdlib.h>, <string.h> unconditionally.
42783         Remove now-unnecessary cast to char *.
42784         * lib/strnlen.c: Include <string.h> unconditionally.
42785         * lib/yesno.c (yesno): Define with a prototype.
42786
42787 2003-09-11  Bruno Haible  <bruno@clisp.org>
42788
42789         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42790
42791 2003-09-10  Jim Meyering  <jim@meyering.net>
42792
42793         * lib/error.c: Correct indentation of cpp directives.
42794
42795 2003-09-10  Bruno Haible  <bruno@clisp.org>
42796
42797         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42798         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42799         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42800         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42801         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42802         <stdlib.h> and <string.h> checks.
42803         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42804         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42805
42806 2003-09-10  Bruno Haible  <bruno@clisp.org>
42807
42808         * lib/strcspn.c: Include <string.h> unconditionally.
42809         * lib/strpbrk.c: Include <string.h> unconditionally.
42810         * lib/strstr.c: Include <string.h> unconditionally.
42811         * lib/unicodeio.c: Include <string.h> unconditionally.
42812         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42813         * lib/unsetenv.c: Likewise.
42814         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42815         * lib/yesno.c: Include <stdlib.h> unconditionally.
42816         (rpmatch): Add prototype.
42817
42818 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42819
42820         More patches to assume C89 or better.
42821         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42822         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42823         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42824         or for string.h.
42825         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42826         stdlib.h.
42827         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42828         C headers.
42829         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42830         string.h.
42831         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42832         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42833         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42834         or for string.h.
42835         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42836         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42837         C headers.
42838         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42839         memcpy.
42840         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42841         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42842         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42843         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42844         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42845         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42846         string.h, free.
42847         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42848         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42849         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42850         C headers, or for string.h.
42851         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42852         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42853         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42854         headers, memory.h, stdlib.h, string.h, strings.h.
42855         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42856         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42857         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42858         strchr.
42859         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42860         headers, memory.h, string.h.
42861         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42862         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42863         free.
42864         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42865         headers.
42866         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42867         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42868         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42869         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42870         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42871
42872 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42873
42874         More K&R removal.
42875
42876         * lib/acosl.c (main): Use a prototype.
42877         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42878         tanl.c: Likewise.
42879
42880         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42881
42882         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42883         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42884         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42885         with a prototype.
42886         * lib/getopt.c (const): Remove macro.
42887         Include <string.h> unconditionally.
42888         (my_index): Remove; all uses changed to strchr.
42889         (strlen): Remove decl.
42890         (exchange): Remove forward decl; no longer needed.
42891         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42892         Define with prototype.
42893         * lib/getopt1.c (const): Remove macro.
42894         (getopt_long, getopt_long_only, main): Define with prototype.
42895
42896         * lib/getugroups.c: Include <string.h> unconditionally.
42897
42898         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42899         (getusershell, setusershell, endusershell, readname, main):
42900         Define with prototypes.
42901
42902         * lib/group-member.c: Include group-member.h first.
42903         Include <stdlib.h> unconditionally.
42904
42905         * lib/hard-locale.c: Include hard-locale.h first.
42906         Include <stdlib.h>, <string.h> unconditionally.
42907
42908         * lib/hash.c (free, malloc): Remove decls.
42909         Include <stdlib.h> unconditionally.
42910
42911         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42912         (getenv): Do not declare.
42913
42914         * lib/idcache.c: Include <string.h> unconditionally.
42915
42916         * lib/long-options.c: Include long-options.h first, to test interface.
42917         Include <stdlib.h> unconditionally.
42918
42919         * lib/makepath.c: Include makepath.h first, to test interface.
42920         Include <stdlib.h> and <string.h> unconditionally.
42921
42922         * lib/linebuffer.c: Include <stdlib.h>.
42923         (free): Remove decl.
42924
42925         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42926         stddef.h. rpl_malloc returns void *, not char *.
42927         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42928         prototype.
42929
42930         * lib/md5.h: Include <limits.h> unconditionally.
42931         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42932         (__P): Remove; all uses removed.
42933         * lib/md5.c: Include "md5.h" first.
42934         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42935         md5_buffer, md5_process_bytes, md5_process_block):
42936         Define with prototypes.
42937         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42938         * lib/sha.c: Include "sha.h" first.
42939         Include <stdlib.h>, <string.h> unconditionally.
42940
42941         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42942         * lib/memcmp.c (__ptr_t): Likewise.
42943         * lib/memrchr.c (__ptr_t): Likewise.
42944         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42945         Include <string.h> unconditionally.
42946         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42947         * lib/memchr.c: Include <stdlib.h> unconditionally.
42948         * lib/memchr.c (LONG_MAX): Remove.
42949         * lib/memrchr.c (LONG_MAX): Likewise.
42950         * lib/memchr.c (__memchr): Define via a prototype.
42951         * lib/memrchr.c (__memrchr): Likewise.
42952         * lib/memcmp.c (__P): Remove, and remove all uses.
42953         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42954         Remove forward decls; no longer needed.
42955         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42956         Use types required by C89 in prototype.
42957
42958         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42959         * lib/savedir.c: Likewise.
42960         * lib/mkdir.c (free): Remove decl.
42961         * lib/rmdir.c (rmdir): Define with a prototype.
42962         * lib/savedir.c: Include savedir.h first, to test interface.
42963
42964         * lib/mktime.c (STDC_HEADERS): Remove.
42965         Include <stdlib.h>, <string.h> unconditionally.
42966
42967         * lib/modechange.c: Include <stdlib.h> unconditionally.
42968         (malloc): Remove decl.
42969
42970         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42971         (free): Remove decl.
42972
42973         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42974         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42975         (This type really should be intptr_t, but that's a C99ism.)
42976         (_obstack_memcpy): Remove: all uses changed to memcpy.
42977         Include <string.h> unconditionally.
42978         (struct obstack): Assume __STDC__ for types of members
42979         chunkfun, freefun, extra_arg.
42980         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42981         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42982         obstack_begin, obstack_specify_allocation,
42983         obstack_specify_allocation_with_arg, obstack_chunkfun,
42984         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42985         Remove unprototyped decls and the macros that use them.
42986         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42987         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42988         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42989         (defined __STDC__ && __STDC__)]:
42990         Remove nonprototyped code.
42991         Include <stdlib.h> unconditionally.
42992         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42993         _obstack_allocated_p, _obstack_free, obstack_free,
42994         _obstack_memory_used, print_and_abort):
42995         Define using prototypes.
42996         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42997         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42998         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42999         obstack_next_free, obstack_object_size, obstack_room) [0]:
43000         Remove unused, unprototyped code.
43001
43002         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
43003
43004         * lib/physmem.c (physmem_total, physmem_available, main): Define
43005         with prototypes.
43006
43007         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
43008         (main): Define with a prototype.
43009
43010         * lib/posixver.c (getenv): Remove decl.
43011
43012         * lib/putenv.c (malloc): Returns void *, not char *.
43013         Include <string.h> unconditionally.
43014         (strchr, memcpy, NULL): Do not define.
43015
43016         * lib/readtokens.c: Include readtokens.h first, to test interface.
43017         Include <stdlib.h>, <string.h> unconditionally.
43018         (init_tokenbuffer): Define with a prototype.
43019
43020         * lib/regex.c (PARAMS): Remove.  All uses removed.
43021         All uses of _RE_ARGS removed, too.
43022         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
43023         unconditionally.
43024         (bzero): Assume memset exists.
43025         (memcmp, memcpy, NULL): Remove.
43026         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
43027         char, or assignments to local vars of type signed char.
43028         (init_syntax_once, PREFIX(extract_number_and_incr),
43029         PREFIX(print_partial_compiled_pattern),
43030         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
43031         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
43032         PREFIX(regex_grow_registers), PREFIX(regex_compile),
43033         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
43034         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
43035         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
43036         wcs_compile_range, byte_compile_range, truncate_wchar,
43037         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
43038         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
43039         count_mbs_length, wcs_re_match_2_internal,
43040         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
43041         PREFIX(alt_match_null_string_p),
43042         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
43043         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
43044         regfree, PREFIX(extract_number)): Define with prototype.  Remove
43045         now-unnecessary declaration, if any.
43046         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
43047         regcomp, regexec):
43048         Remove now-unnecessary casts among pointer types.
43049         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
43050
43051         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
43052         (free): Remove decl.
43053
43054         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
43055
43056         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
43057         (free): Remove decl.
43058
43059         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
43060         * lib/xgetcwd.c: Likewise.
43061
43062         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
43063         (free): Remove decl.
43064
43065         * lib/strchrnul.c (strchrnul): Define with a prototype.
43066         Fix bug: c_in was not converted to char before searching.
43067
43068         The following changes are not K&R related:
43069
43070         * lib/group-member.h: Include <sys/types.h>, so that this file is
43071         self-contained.
43072         * lib/makepath.h: Likewise.
43073
43074         * lib/getusershell.c (readname, default_index, line_size, readname):
43075         Use size_t, not int, for sizes.
43076         (readname): If the size overflows, report an error instead of
43077         looping forever.
43078
43079 2003-09-09  Paul Eggert  <eggert@twinsun.com>
43080
43081         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
43082         libc.
43083
43084 2003-09-09  Paul Eggert  <eggert@twinsun.com>
43085
43086         * README: New section: portability guidelines.
43087
43088 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
43089
43090         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
43091         C89 spec.
43092
43093 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
43094
43095         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
43096
43097 2003-09-08  Paul Eggert  <eggert@twinsun.com>
43098
43099         Assume C89 or better; remove K&R cruft.
43100         A few of these changes were first proposed by Derek Robert Price
43101         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
43102
43103         * lib/addext.c: Include <string.h> unconditionally.
43104         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
43105         Don't declare getenv or malloc.
43106
43107         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
43108         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
43109         (NULL): Remove.
43110         (find_stack_direction, alloca): Use prototypes.
43111
43112         * lib/atexit.c (atexit): Define using a prototype.
43113
43114         * lib/basename.c, dirname.c, stripslash.c:
43115         Include <string.h> unconditionally.
43116
43117         * lib/bcopy.c: Include <stddef.h>.
43118         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
43119
43120         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
43121
43122         * lib/error.h (error, error_at_line, error_print_progname)
43123         [! (defined (__STDC__) && __STDC__)]: Remove decls.
43124         * lib/error.c: Include error.h first, to check interface.
43125         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
43126         (VA_START): Remove; all uses changeed to va_start.
43127         (exit, strerror): Remove decls.
43128         (error_print_progname): Prototype uncondionally.
43129         Don't include <errno.h>; no longer needed.
43130         (private_strerror): Remove.
43131         (error_tail): Always define.
43132         (error, error_at_line): Assume C89 or better; always use prototypes.
43133         * lib/fatal.c: Include "fatal.h" first, to test interface.
43134         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
43135         (VA_START): Remove; all uses changed to va_start.
43136         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
43137         this case.
43138         (exit): Remove decl.
43139         (fatal): Prototype unconditionally.  Assume va_start works.
43140         Abort at end, to pacify gcc.
43141
43142         * lib/euidaccess.c (main): Define with a prototype.
43143
43144         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
43145
43146         * lib/exitfail.c: Include <stdlib.h> unconditionally.
43147
43148         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
43149         prototypes.
43150         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
43151         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
43152         (getenv): Remove decl.
43153         (fnmatch): Define using a prototype.
43154         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
43155         (FCT): Define using a prototype.
43156
43157         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
43158
43159         * lib/gethostname.c: Include <stddef.h>.
43160         (gethostname): Define with prototype.  Length is size_t, not int.
43161
43162 2003-09-08  Paul Eggert  <eggert@twinsun.com>
43163
43164         Assume C89 or better; remove K&R cruft.
43165         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
43166         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
43167         string.h, getenv, malloc.
43168         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
43169         headers.
43170         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
43171         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
43172         do not check for strerror.
43173         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
43174         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
43175         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
43176         do not check for doprnt or vprintf.
43177         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
43178         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
43179
43180 2003-09-08  Paul Eggert  <eggert@twinsun.com>
43181
43182         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
43183         getversion.c should have been removed then, but was accidentally
43184         preserved.
43185
43186         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
43187         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
43188
43189 2003-09-08  Karl Berry  <karl@gnu.org>
43190
43191         * config/config.sub, config.guess, srclistvars.sh: update from savannah
43192                 config, forget about prep.
43193
43194         * config/depcomp, missing: update from automake.
43195
43196 2003-09-07  Paul Eggert  <eggert@twinsun.com>
43197
43198         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
43199         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
43200
43201 2003-09-07  Paul Eggert  <eggert@twinsun.com>
43202
43203         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
43204         copy_tm_result.  Bug reported by Simon Josefsson in
43205         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
43206
43207 2003-09-06  Paul Eggert  <eggert@twinsun.com>
43208
43209         * m4/time_r.m4: New file.
43210         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
43211         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
43212         is. Check for timegm declaration.
43213         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
43214         Do not check for gmtime_r.
43215         Replace mktime if __mktime_internal does not exist and if mktime
43216         hasn't been replaced already.
43217
43218 2003-09-06  Paul Eggert  <eggert@twinsun.com>
43219
43220         * lib/time_r.c, lib/time_r.h: New files.
43221
43222         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
43223         __localtime_r.
43224         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
43225         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
43226
43227         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
43228         __gmtime_r.
43229         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
43230         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
43231         Include <time_r.h>.
43232
43233         * lib/timegm.c: Switch to glibc implementation, with the following
43234         changes:
43235         [defined HAVE_CONFIG_H]: Include <config.h>.
43236         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
43237         (__mktime_internal) [!defined _LIBC]: New decl.
43238         (__gmtime_r) [!defined _LIBC]: New macro and function.
43239         (timegm): Use a prototype, since gnulib assumes C89.
43240         Do not bother declaring tmp to be const, as it's not really usefu.
43241         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
43242         (timegm): Declare only if HAVE_DECL_TIMEGM.
43243
43244 2003-09-06  Paul Eggert  <eggert@twinsun.com>
43245
43246         * MODULES.html.sh (func_all_modules): Add time_r.
43247         * modules/time_r: New file.
43248         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
43249         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
43250
43251 2003-09-03  Paul Eggert  <eggert@twinsun.com>
43252
43253         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
43254         Bug reported by Lute Kamstra in
43255         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
43256
43257         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
43258         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
43259         course with correspondingly smaller numbers for tomorrow and
43260         yesterday.  From Tadayoshi Funaba.  Originally installed into
43261         sh-utils on 1999-08-07, but the patch got lost (I guess during the
43262         coreutils merge?).
43263
43264 2003-08-31  Simon Josefsson  <jas@extundo.com>
43265
43266         * modules/timegm: New file.
43267         * MODULES.html.sh (func_all_modules): Add timegm.
43268
43269 2003-08-31  Simon Josefsson  <jas@extundo.com>
43270
43271         * m4/timegm.m4: New file.
43272
43273 2003-08-31  Simon Josefsson  <jas@extundo.com>
43274
43275         * lib/timegm.h: New file.
43276         * lib/timegm.c: New file.  Based on
43277         wget-1.8.2/src/http.c:mktime_from_utc.
43278
43279 2003-08-31  Karl Berry  <karl@gnu.org>
43280
43281         * lib/argp.h: update from libc.
43282
43283 2003-08-28  Bruno Haible  <bruno@clisp.org>
43284
43285         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
43286         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
43287         followed by '#define fnmatch fnmatch_posix' gives an error.
43288
43289 2003-08-28  Bruno Haible  <bruno@clisp.org>
43290
43291         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
43292         warning on QNX, which defines O_BINARY to 000000.
43293
43294 2003-08-27  Jim Meyering  <jim@meyering.net>
43295
43296         * m4/mkstemp.m4: Require that the system mkstemp be able to create
43297         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
43298         would fail after 32.  Reported by Danny Levinson.  Details here:
43299         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
43300
43301 2003-08-24  Bruno Haible  <bruno@clisp.org>
43302
43303         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
43304         MSVC7 <stdio.h> is included later.
43305
43306 2003-08-22  Simon Josefsson  <jas@extundo.com>
43307
43308         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
43309
43310 2003-08-20  Karl Berry  <karl@gnu.org>
43311
43312         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
43313
43314 2003-08-20  Bruno Haible  <bruno@clisp.org>
43315
43316         * modules/progname: New file.
43317         * MODULES.html.sh (func_all_modules): Add progname.
43318
43319 2003-08-20  Bruno Haible  <bruno@clisp.org>
43320
43321         * lib/progname.h: New file, from GNU gettext.
43322         * lib/progname.c: New file, from GNU gettext.
43323         * lib/progreloc.c: New file, from GNU gettext.
43324
43325 2003-08-19  Jim Meyering  <jim@meyering.net>
43326
43327         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
43328         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
43329
43330 2003-08-19  Bruno Haible  <bruno@clisp.org>
43331
43332         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
43333         more.
43334
43335 2003-08-19  Bruno Haible  <bruno@clisp.org>
43336
43337         * lib/xstrdup.c: Assume <string.h> exists.
43338
43339 2003-08-18  Paul Eggert  <eggert@twinsun.com>
43340
43341         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
43342         in makefile rules.
43343
43344 2003-08-18  Jim Meyering  <jim@meyering.net>
43345
43346         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
43347         * m4/lib-ld.m4: Likewise.
43348
43349 2003-08-18  Jim Meyering  <jim@meyering.net>
43350
43351         * lib/setenv.h: Indent nested cpp directive.
43352         * lib/vasnprintf.c: Remove trailing blanks.
43353
43354 2003-08-17  Simon Josefsson  <jas@extundo.com>
43355
43356         * modules/xstrndup: New file.
43357         * MODULES.html.sh (func_all_modules): Add xstrndup.
43358
43359 2003-08-17  Simon Josefsson  <jas@extundo.com>
43360
43361         * modules/argp: Fix autoconf macro name. Add more dependencies.
43362
43363 2003-08-17  Simon Josefsson  <jas@extundo.com>
43364
43365         * m4/xstrndup.m4: New file.
43366
43367 2003-08-17  Simon Josefsson  <jas@extundo.com>
43368
43369         * m4/argp.m4: New file.
43370
43371 2003-08-17  Simon Josefsson  <jas@extundo.com>
43372             Bruno Haible  <bruno@clisp.org>
43373
43374         * lib/xstrndup.h: New file.
43375         * lib/xstrndup.c: New file.
43376
43377 2003-08-17  Bruno Haible  <bruno@clisp.org>
43378
43379         * modules/strndup (Files, Include): Add lib/strndup.h.
43380
43381 2003-08-17  Bruno Haible  <bruno@clisp.org>
43382
43383         * modules/euidaccess (Files): Add lib/euidaccess.h.
43384
43385 2003-08-17  Bruno Haible  <bruno@clisp.org>
43386
43387         * lib/strndup.h: New file.
43388
43389 2003-08-17  Bruno Haible  <bruno@clisp.org>
43390
43391         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
43392         like AC_GNU_SOURCE.
43393         * modules/extensions (configure.ac): Comment out the invocation of
43394         gl_USE_SYSTEM_EXTENSIONS.
43395
43396 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43397
43398         Merges from coreutils, etc.
43399         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
43400         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
43401         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
43402         fixing a typo.
43403         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
43404         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
43405
43406 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43407
43408         Document merge from coreutils.
43409         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
43410         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
43411         * modules/utime: Add m4/utimes-null.m4.
43412
43413 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43414
43415         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
43416         space, undoing this 2003-08-12 change:
43417         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
43418
43419 2003-08-16  Paul Eggert  <eggert@twinsun.com>
43420
43421         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
43422         strtoul.c from libc, undoing this 2003-08-12 change:
43423         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
43424
43425 2003-08-16  Jim Meyering  <jim@meyering.net>
43426
43427         Merges from coreutils.
43428         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
43429         prefix.  Adjust cache variables similarly.  Create 500 rather than
43430         just 300 files, to exercise bug on Darwin6.5, too.
43431         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
43432         $missing_dir.
43433         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
43434         AM_SYS_POSIX_TERMIOS.
43435         Reported by mkc@mathdogs.com.
43436         Also change use of $am_cv_sys_posix_termios
43437         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
43438         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
43439         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
43440         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
43441         in /proc/mounts until it finds one with matching device number.  This
43442         is unnecessary when the FILE argument *is* a mount point.  No stat call
43443         is necessary in that case.  So, disable the statvfs-testing code on
43444         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
43445         as RedHat bug# 84846.
43446         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43447         to 1MB, so as not to render systems with no stack size limit (e.g.,
43448         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
43449         Include <unistd.h>.  On some systems,
43450         it is required for the definition of _SC_PAGESIZE.
43451
43452 2003-08-16  Jim Meyering  <jim@meyering.net>
43453
43454         Merge from coreutils.
43455         * lib/xstrtoimax.c: #else #if -> #elif.
43456         * lib/xstrtoumax.c: Likewise.
43457
43458 2003-08-16  Jim Meyering  <jim@meyering.net>
43459
43460         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
43461         * m4/utimes.m4: Removed.
43462         * m4/utimes-null.m4: Renamed from utimes.m4.
43463
43464         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43465         to 1MB, so as not to render systems with no stack size limit (e.g.,
43466         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
43467         Include <unistd.h>.  On some systems,
43468         it is required for the definition of _SC_PAGESIZE.
43469
43470 2003-08-16  Jim Meyering  <jim@meyering.net>
43471         and Paul Eggert  <eggert@cs.ucla.edu>
43472
43473         Merges from coreutils, etc.
43474
43475         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
43476         using the latest version from cvs.  This avoids problems with #line
43477         directives using a vendor (Sun) compiler.
43478         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
43479         Don't set GETGROUPS_LIB here; now it's
43480         done via getgroups.m4's wrapper function.
43481         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
43482         rather than just in sh-util/configure.in, so that the
43483         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
43484         same.
43485         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
43486         AC_FUNC_GETLOADAVG where to find getloadavg.c.
43487         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
43488         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
43489         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
43490         Remove code that is now done by the newly-required macros.
43491         Append $(EXEEXT) to DF_PROG.
43492         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
43493         Do not invoke or require the following here,
43494         since prereq.m4 or some gnulib .m4 now does this for us:
43495         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
43496         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
43497         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
43498         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
43499         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
43500         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
43501         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
43502         AC_FUNC_OBSTACK.
43503         Do not replace the following functions, as this is now the job
43504         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
43505         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
43506         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
43507         atexit getpass, strdup, getpagesize.
43508         Replace 'raise'.
43509         Do not check for the following functions, as this is now the job
43510         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
43511         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
43512         setregid.
43513         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
43514         Check for sys/sysctl.h.
43515         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
43516         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
43517         of checking for ssize_t ourselves.
43518
43519         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
43520         Require every macro that gnulib/modules/* suggests for us.
43521         (jm_PREREQ_ADDEXT): New macro.
43522         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
43523         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
43524
43525         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
43526         (gl_PHYSMEM): Use it.
43527         Also check for `table' function.
43528         Check for new headers and functions.
43529         Add check for sys/sysmp.h.
43530         With suggestions from Kaveh Ghazi.
43531         Ignore headers that are present but cannot be compiled.  This
43532         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
43533         C 5.4.
43534
43535 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43536
43537         Document merge from coreutils.
43538         * modules/userspec: Depend on posixver.
43539         * modules/strftime: Depend on tzset.
43540
43541 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43542
43543         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
43544         rather than tab, after '#' in shell-script copyright notices.
43545         Suggested by Bruno Haible.
43546
43547 2003-08-15  Paul Eggert  <eggert@twinsun.com>
43548
43549         * config/srclist-update: Use three spaces, rather than tab, after '#'
43550         in shell-script copyright notices.  Suggested by Bruno Haible.
43551         Remove unnecessary parenthesization in regular expression.
43552
43553 2003-08-15  Jim Meyering  <jim@meyering.net>
43554
43555         Merge from coreutils.
43556         * lib/xgethostname.c: Include <stdlib.h>.
43557         (xghostname): Don't exit for anything other than memory-related
43558         failure; just return NULL.
43559         * lib/userspec.c: Include "posixver.h".
43560         (parse_user_spec): Accept `.' as a separator only
43561         in pre-POSIX-200112 mode.
43562         * lib/strtoimax.c: Use #elif rather than #else #if.
43563         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
43564         Remove function, now that we can rely on a working tzset function.
43565         [!_LIBC]: Ensure that the required autoconf test has been run.
43566         [!defined _NL_CURRENT && HAVE_STRFTIME]:
43567         Use underlying_strftime for %r.
43568         * lib/sha.c: Merge in some clean-up and optimization changes from
43569         glibc.
43570         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
43571         Ensure that it is a multiple of 64.
43572         Rearrange loop exit tests so as to avoid performing an
43573         additional fread after encountering an error or EOF.
43574         * lib/realloc.c: Update copyright date.
43575
43576 2003-08-15  Jim Meyering  <jim@meyering.net>
43577         and Paul Eggert  <eggert@twinsun.com>
43578
43579         Merge from coreutils.
43580         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
43581         member but strut utmpx does not.  Needed for AIX 4.3.3.
43582         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43583
43584 2003-08-15  Jim Meyering  <jim@meyering.net>
43585         and Paul Eggert  <eggert@cs.ucla.edu>
43586
43587         Merges from coreutils, etc.
43588         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43589         Require gl_FUNC_TZSET_CLOBBER.
43590         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43591         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43592         members.
43593
43594 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43595
43596         Help the merge from coreutils.
43597         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43598         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43599         * m4/tzset.m4: Use it too.
43600
43601 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43602
43603         * modules/tzset: New file.
43604
43605 2003-08-14  Jim Meyering  <jim@meyering.net>
43606
43607         Merges from coreutils.
43608         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43609         variable names, rather than @FNMATCH_H@.
43610         * modules/alloca: Likewise for $(ALLOCA_H).
43611
43612         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43613         the three copies of the literal target, `fnmatch.h'.
43614         * modules/alloca (alloca.h): Likewise.
43615
43616 2003-08-14  Jim Meyering  <jim@meyering.net>
43617
43618         Merge from coreutils.
43619         * m4/tzset.m4: New file.
43620         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43621         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43622         otherwise, AIX 5.1 systems would end up using the latter.
43623         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43624         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43625         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43626         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43627
43628 2003-08-14  Jim Meyering  <jim@meyering.net>
43629
43630         Merge from coreutils.
43631         * lib/obstack.h: Whitespace changes.
43632         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43633         and xcalloc return values.
43634         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43635         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43636         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43637         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43638         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43639         error from mntctl.
43640         Use mntctl's return value to drive the entry-processing loop, since
43641         we can't rely on the value of the vmt_length member in the last
43642         entry.  On some systems doing so could result in exhausting
43643         virtual memory.  Based in part on a patch from Mike Jetzer.
43644
43645 2003-08-14  Jim Meyering  <jim@meyering.net>
43646         and Paul Eggert  <eggert@twinsun.com>
43647
43648         Merges from coreutils, plus other fixes.
43649         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43650         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43651         for credits and details.  Thanks to Kaveh Ghazi for helping
43652         to keep these files in sync.
43653         (ARRAY_SIZE): Define it.
43654         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43655         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43656         (memcasecmp): Don't assume size_t fits in unsigned int.
43657         Remove casts and duplicate code.
43658         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43659         (memcpy): Remove definition.
43660         Merge in some clean-up and optimization changes from glibc.
43661         [BLOCKSIZE]: Move definition to top of file.
43662         Ensure that it is a multiple of 64.
43663         Rearrange loop exit tests so as to avoid performing an
43664         additional fread after encountering an error or EOF.
43665         * lib/md5.h (md5_uintptr): Define.
43666         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43667         return to the initial working directory.  Preserve errno
43668         for caller.
43669         * lib/idcache.c: Include "xalloc.h".
43670         (xmalloc, xrealloc): Remove decls.
43671         (getuser): Remove casts no longer required in C89.
43672         * lib/human.c: Include stdio.h, for sprintf.
43673         * lib/group-member.c: Include "xalloc.h".
43674         (xmalloc, xrealloc): Remove decls.
43675         (get_group_info): Remove casts no longer required in C89.
43676         * lib/getusershell.c (readname): Remove casts no longer required in
43677         C89.
43678         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43679         * lib/getline.c: Whitespace fix, from coreutils.
43680
43681 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43682
43683         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43684         Check for isascii.
43685
43686         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43687         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43688         Undo previous (whitespace-only) change.
43689
43690 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43691
43692         * lib/exclude.c: Include <ctype.h>
43693         (IN_CTYPE_DOMAIN): New macro.
43694         (is_space): New fn.
43695         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43696         and empty lines.
43697
43698         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43699         Undo previous (whitespace-only) change.
43700
43701 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43702
43703         * config/srclist-update: Change update back to the old behavior,
43704         leaving whitespace alone.  Use one 'sed' command rather than a
43705         pipeline.
43706         (fixlicense): Now a variable, not a function.
43707         (remove_trailing_blanks): Remove.
43708         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43709         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43710         Undo previous (whitespace-only) change.
43711
43712 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43713
43714         Merge from coreutils.
43715         * modules/euidaccess: Add lib_SOURCES, include for new
43716         file euidaccess.h
43717
43718 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43719
43720         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43721         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43722         Normalize leading white space and remove trailing white space.
43723
43724         Merge from coreutils
43725         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43726
43727         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43728         0.12.1.  These files are now being upgraded automatically by
43729         ../config/srclist-update.
43730
43731 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43732
43733         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43734         Normalize leading white space and remove trailing white space.
43735         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43736         notice, as per ../config/srclist-update.
43737
43738         Merge from coreutils.
43739         * lib/euidaccess.h: New file.
43740         * lib/euidaccess.c: Include it.
43741         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43742         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43743         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43744
43745 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43746
43747         * config/srclist-update: Add copyright notice.
43748         (remove_id_lines, remove_trailing_blanks): New constants.
43749         (fixfile): Use them to normalize spacing a bit in copied files.
43750         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43751         Normalize leading white space and remove trailing white space.
43752
43753         * config/texinfo.tex: Sync with texinfo.
43754
43755         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43756         strtoul.c from libc, to merge coreutils whitespace changes.
43757
43758         * config/srclist.txt: Get the following m4 files from gettext:
43759         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43760         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43761         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43762         wint_t.m4.
43763
43764 2003-08-12  Karl Berry  <karl@gnu.org>
43765
43766         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43767         been made.
43768
43769 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43770
43771         * modules/gnu-source, m4/gnu-source.m4:
43772         Remove; we're assuming Autoconf 2.54 or later now.
43773         Suggested by Bruno Haible.
43774         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43775
43776 2003-08-11  Bruno Haible  <bruno@clisp.org>
43777
43778         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43779
43780 2003-08-11  Bruno Haible  <bruno@clisp.org>
43781
43782         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43783         (vasnprintf): Use it instead of wcslen.
43784
43785 2003-08-11  Bruno Haible  <bruno@clisp.org>
43786
43787         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43788         value to ensure that _Bool promotes to int. Use #define for _Bool when
43789         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43790
43791 2003-08-10  Karl Berry  <karl@gnu.org>
43792
43793         * lib/regex.h: update from libc (whitespace fix).
43794
43795 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43796
43797         Merge some files from coreutils.  These changes were
43798         originally made by Jim Meyering.
43799         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43800         many older Unixes require this.
43801         * lib/alloca.c (alloca): Remove cast to argument of free;
43802         no longer needed in C89.
43803         * lib/alloca_.h, regex.h: Fix white space to match
43804         what GNU indent does.
43805
43806 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43807
43808         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43809         apparently Emacs's Unicode mode got confused before my 2003-08-05
43810         checkin.
43811
43812 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43813
43814         * m4/extensions.m4: New file.
43815         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43816         Require gl_USE_SYSTEM_EXTENSIONS.
43817         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43818         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43819
43820 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43821
43822         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43823         * modules/extensions, modules/gnu-source: New files.
43824         * modules/timespec, modules/unlocked-io: Depend on extensions.
43825
43826 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43827
43828         * modules/restrict: New file.
43829         * MODULES.html.sh (func_all_modules): Add restrict.
43830         * modules/regex: Depend on restrict.
43831
43832 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43833
43834         * m4/restrict.m4: New file.
43835         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43836
43837 2003-08-07  Bruno Haible  <bruno@clisp.org>
43838
43839         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43840         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43841
43842 2003-08-07  Bruno Haible  <bruno@clisp.org>
43843
43844         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43845         makes the module 'getndelim2' compatible with the module 'getline'.
43846
43847 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43848
43849         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43850         byte with "\201" to avoid glitches when editing that source file
43851         with multi-gnome-terminal.
43852
43853 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43854
43855         * lib/bumpalloc.h: Remove.
43856
43857 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43858
43859         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43860         * modules/bumpalloc: Remove.
43861
43862 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43863
43864         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43865         GNU coding style.
43866
43867         Merge from coreutils.
43868         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43869         1. From glibc.
43870         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43871         from Karl Berry, implemented by Jim Meyering.
43872         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43873         from Dmitry V. Levin.
43874         Remove anachronistic cast of xrealloc.
43875         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43876         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43877         type. Otherwise, it wouldn't compile with at least /bin/cc on
43878         ymp-cray-unicos9.0.2.X.
43879         Combine two mostly-identical uses of alloca into one.
43880         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43881
43882 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43883
43884         [From Emacs.]
43885
43886         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43887         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43888         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43889         obsolete NLIST_NAME_UNION.
43890         [__GNU__]: Undef BSD and FSCALE.
43891         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43892
43893 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43894
43895         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43896         an enum type, so that it's guaranteed to promote to int.  See:
43897         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43898
43899 2003-08-03  Karl Berry  <karl@gnu.org>
43900
43901         * config/depcomp: update from automake.
43902
43903 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43904
43905         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43906         (strerror): Don't assume that a printable int fits in 14 bytes.
43907
43908 2003-07-31  Bruno Haible  <bruno@clisp.org>
43909
43910         * modules/getpass-gnu: New file.
43911         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43912
43913 2003-07-31  Bruno Haible  <bruno@clisp.org>
43914
43915         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43916
43917 2003-07-24  Karl Berry  <karl@gnu.org>
43918
43919         * config/missing: update from automake.
43920
43921 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43922             Bruno Haible  <bruno@clisp.org>
43923
43924         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43925         * lib/getline.c (getline, getdelim): Likewise.
43926         Remove _GNU_SOURCE define; now it's defined in config.h through
43927         m4/getline.m4.
43928
43929 2003-07-23  Karl Berry  <karl@gnu.org>
43930
43931         * config/config.sub: update from prep.
43932
43933 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43934
43935         * modules/xalloc (Depends-on): Add exitfail.
43936         * modules/xmemcoll: Likewise.
43937
43938 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43939
43940         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43941         over-parenthesization in macros.
43942
43943         Sync with coreutils.
43944
43945         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43946         required by C99.
43947
43948         Use `exit_failure' for xalloc and xmemcoll instead of their own
43949         private exit-failure variables.
43950         * lib/xalloc.h (xalloc_exit_failure): Remove.
43951         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43952         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43953         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43954         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43955         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43956
43957 2003-07-20  Jim Meyering  <jim@meyering.net>
43958
43959         * modules/closeout (Depends-on): Add exitfail.
43960         Suggestion from Bruno Haible.
43961
43962 2003-07-19  Karl Berry  <karl@gnu.org>
43963
43964         * config/config.sub: update from prep.
43965
43966 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43967
43968         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43969         Remove.
43970         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43971         to test that it can stand by itself.  Include "exitfail.h".
43972         Clients should set exit_failure instead.
43973         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43974
43975 2003-07-18  Bruno Haible  <bruno@clisp.org>
43976
43977         * modules/getndelim2: New file.
43978         * modules/getline: Share files with module getndelim2.
43979         * modules/getnline: Depend on getndelim2 instead of sharing files with
43980         it. Add getnline.c to lib_SOURCES.
43981         * MODULES.html.sh (func_all_modules): Add getndelim2.
43982
43983 2003-07-18  Bruno Haible  <bruno@clisp.org>
43984
43985         * m4/getndelim2.m4: New file.
43986         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43987         invoke gl_PREREQ_GETNDELIM2.
43988         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43989         gl_PREREQ_GETNDELIM2.
43990         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43991         gl_GETNDELIM2.
43992
43993 2003-07-18  Bruno Haible  <bruno@clisp.org>
43994
43995         * lib/getndelim2.h: New file.
43996         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43997         getndelim2.h.
43998         (getndelim2): Make non-static. Change return type to ssize_t.
43999         * lib/getline.h: Change argument names.
44000         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
44001         * lib/getnline.c: Include getndelim2.h.
44002
44003 2003-07-18  Andreas Schwab  <schwab@suse.de>
44004
44005         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
44006
44007 2003-07-17  Karl Berry  <karl@gnu.org>
44008
44009         * config/config.sub: update from prep.
44010
44011 2003-07-17  Bruno Haible  <bruno@clisp.org>
44012
44013         * modules/getnline: New file.
44014         * modules/getline: Add lib/getndelim2.c to source file list.
44015         * MODULES.html.sh (func_all_modules): Add getnline.
44016
44017 2003-07-17  Bruno Haible  <bruno@clisp.org>
44018
44019         * m4/getnline.m4: New file.
44020
44021 2003-07-17  Bruno Haible  <bruno@clisp.org>
44022
44023         * m4/Makefile.am.in: Remove file.
44024         * m4/Makefile.am: Remove file.
44025         * m4/Makefile.in: Remove file.
44026
44027 2003-07-17  Bruno Haible  <bruno@clisp.org>
44028
44029         * lib/getnline.h: New file.
44030         * lib/getnline.c: New file.
44031         * lib/getndelim2.c: New file, extracted from getline.c.
44032         (getndelim2): Renamed from getdelim2, with added nmax argument.
44033         * lib/getline.c: Include getndelim2.c.
44034         (getdelim2): Moved out to getndelim2.c.
44035         (getline, getdelim): Update.
44036
44037 2003-07-17  Bruno Haible  <bruno@clisp.org>
44038
44039         * lib/Makefile.am: Remove file.
44040         * lib/Makefile.in: Remove file.
44041
44042 2003-07-17  Bruno Haible  <bruno@clisp.org>
44043
44044         * configure.in: Remove file.
44045         * Makefile.in: Remove file.
44046
44047 2003-07-17  Bruno Haible  <bruno@clisp.org>
44048
44049         * MODULES.html.sh: Put the </BODY> right before </HTML>.
44050
44051 2003-07-16  Karl Berry  <karl@gnu.org>
44052
44053         * config/srclist-update: was running fixlicense twice, which caused
44054                 texinfo.tex to be nullified for some reason.  Simplify,
44055                 $gplsrc is no longer needed as far as I can see?
44056
44057 2003-07-16  Jim Meyering  <jim@meyering.net>
44058
44059         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
44060
44061 2003-07-15  Paul Eggert  <eggert@twinsun.com>
44062
44063         * config/srclist.txt: Get the following files from gettext-runtime/intl
44064         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
44065         ref-del.sin.  From Bruno Haible.
44066         * config/srclist-update (fixfile): Change grep pattern again, since the
44067         previous fix didn't work (there was another trailing $).  Use
44068         '[$]' to escape the $s.
44069
44070 2003-07-15  Karl Berry  <karl@gnu.org>
44071
44072         * lib/vasnprintf.c: update from gettext.
44073
44074 2003-07-15  Karl Berry  <karl@gnu.org>
44075
44076         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
44077         gets expanded when surrounded by '$'.
44078
44079 2003-07-15  Jim Meyering  <jim@meyering.net>
44080
44081         * modules/save-cwd: Don't depend on error.  From Derek Price.
44082
44083 2003-07-15  Jim Meyering  <jim@meyering.net>
44084
44085         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
44086
44087 2003-07-14  Simon Josefsson  <jas@extundo.com>
44088
44089         * modules/mempcpy: New file.
44090         * MODULES.html.sh (func_all_modules): Add mempcpy.
44091
44092 2003-07-14  Simon Josefsson  <jas@extundo.com>
44093
44094         * m4/mempcpy.m4: New file.
44095
44096 2003-07-14  Simon Josefsson  <jas@extundo.com>
44097
44098         * lib/mempcpy.h: New file.
44099         * lib/mempcpy.c: New file.
44100
44101 2003-07-14  Paul Eggert  <eggert@twinsun.com>
44102
44103         * modules/getdate, modules/posixtm: Depend on mktime.
44104
44105 2003-07-14  Paul Eggert  <eggert@twinsun.com>
44106
44107         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
44108         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
44109         unicodeio.c, unicodeio.h, unlocked-io.h:
44110         Switch from LGPL to GPL.
44111
44112 2003-07-14  Paul Eggert  <eggert@twinsun.com>
44113
44114         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
44115         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
44116         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
44117         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
44118         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
44119         updated automatically by ../config/srclist-update.  This changes
44120         their license from LPGL to GPL.
44121
44122 2003-07-14  Paul Eggert  <eggert@twinsun.com>
44123
44124         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
44125         assumed to refer to the root of the most recent stable gettext version.
44126         * config/srclistvars.sh: Add defaults for eggert.
44127         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
44128         Match "This program" as well as "The program".  This is needed
44129         for gettext.
44130
44131 2003-07-14  Jim Meyering  <jim@meyering.net>
44132
44133         Don't emit diagnostics.  Let callers do that.
44134         * lib/save-cwd.c: Don't include "error.h".
44135         (save_cwd): Don't call error.  Ensure that errno is valid
44136         when returning nonzero.
44137
44138         * lib/save-cwd.h (restore_cwd): Update prototype.
44139         * lib/save-cwd.c (restore_cwd): Remove two parameters.
44140         Simplify.  Don't call error upon failure.  Let callers do that.
44141         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
44142         when auditing is enabled.  But don't bother updating the #if.
44143
44144 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
44145
44146         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
44147         it breaks C++ compilation.
44148         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
44149
44150 2003-07-10  Simon Josefsson  <jas@extundo.com>
44151
44152         * modules/strchrnul (Makefile.am): Add strchrnul.h.
44153
44154 2003-07-10  Jim Meyering  <jim@meyering.net>
44155
44156         * m4/clock_time.m4: Remove trailing blank.
44157         * m4/intmax_t.m4: Likewise.
44158
44159 2003-07-10  Jim Meyering  <jim@meyering.net>
44160
44161         * lib/vasnprintf.c: Remove trailing blanks.
44162         Make cpp indentation consistent.
44163
44164 2003-07-09  Paul Eggert  <eggert@twinsun.com>
44165
44166         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
44167         posixver.c, strftime.c, strnlen.c, strverscmp.c:
44168         Switch from LGPL to GPL.
44169
44170 2003-07-09  Paul Eggert  <eggert@twinsun.com>
44171
44172         * config/srclist.txt: Sort sublists.  Add
44173         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
44174         that differ from gnulib for one reason or another; we'd like this list
44175         to be smaller but for now let's document what we have.
44176
44177 2003-07-08  Paul Eggert  <eggert@twinsun.com>
44178
44179         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
44180         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
44181         and sweeter "eval x=$x".
44182         * config/srclist.txt: Get lib/argp* from glibc.
44183
44184 2003-07-07  Paul Eggert  <eggert@twinsun.com>
44185
44186         * lib/mktime.c: Fix some boundary cases and remove need for floating
44187         point.
44188
44189         Issue a compile-time diagnostic if time_t is floating point, or if
44190         two's complement arithmetic is not in effect, or if arithmetic
44191         right shift does not propagate the sign.  These assumptions were
44192         all in the original code but they weren't checked.
44193
44194         (TIME_T_MIDPOINT, verify): New macros.
44195         (__isleap): Remove; it has integer overflow problems.
44196         (leapyear): New function, without those problems.
44197         (ydhms_tm_diff): Remove; splitting into two parts.
44198         (ydhms_diff): New function, containing the arithmetic part of
44199         the old ydhms_tm_diff function.  Issue a compile-time
44200         diagnostic if we are not using C99 integer division.
44201         Avoid casts when possible.
44202         (guess_time_tm): New function, containing the checking part of
44203         the old ydhms_tm_diff function.  Return the new value, rather than
44204         the difference between it and the old.  Accept a new argument T
44205         so that *T specifies the old value.  Check for overflow in the result.
44206
44207         (__mktime_internal): Use a time_t offset, not a long int offset.
44208         This undoes the 2003-06-04 change, which is no longer needed now
44209         that we have better overflow checking.
44210         (localtime_offset): Likewise.
44211
44212         (__mktime_internal): Avoid harmful overflow on hosts where time_t
44213         and long are 64-bit but int is only 32-bit.
44214         (ydhms_diff): Use long int to store year1 and yday1.
44215         Issue a compile-time diagnostic if long int is not wide enough.
44216
44217         (__mktime_internal): Use long int to store adjusted year and yday.
44218         Use plain C rather than preprocessor commands, if that doesn't
44219         affect efficiency.
44220         Check for overflow (and try to repair) after each probe
44221         rather than checking only at the very end.  This avoids some bugs
44222         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
44223         does not equal GMT offset at maximum time).
44224         Use integer to check for overflow rather than floating point; this
44225         is more portable to non-IEEE hosts, and is a tad faster.
44226         When we detect that we are oscillating between two values,
44227         don't check whether tm_isdst has the requested value, since
44228         we already know the answer.  When tm_isdst has the wrong value,
44229         use a different heuristic to find the right one, based on the
44230         extreme values actually observed in practice in tz2003a,
44231         rather than the (overly optimistic) "previous 3 calendar quarters".
44232
44233         (not_equal_tm, print_tm, check_result): Use "const T" rather than
44234         "T const" to accommodate glibc style.
44235         (check_result): Use less-confusing report format.  "long" -> "long int.
44236         (main): Likewise.
44237         Don't loop if the iteration overflows time_t.
44238         Allow a negative step in the iteration.
44239
44240 2003-07-06  Karl Berry  <karl@gnu.org>
44241
44242         * config/depcomp: update from automake.
44243         * config/config.sub: update from prep.
44244
44245 2003-07-03  Karl Berry  <karl@gnu.org>
44246
44247         * config/config.guess: update from prep.
44248
44249 2003-07-01  Paul Eggert  <eggert@twinsun.com>
44250
44251         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
44252         xreadlink.c now includes it unconditionally.
44253
44254 2003-07-01  Paul Eggert  <eggert@twinsun.com>
44255
44256         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
44257         having it depend on HAVE_SYS_TYPES_H.
44258
44259 2003-07-01  Bruno Haible  <bruno@clisp.org>
44260
44261         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
44262         <sys/types.h> should be sufficient.
44263         Reported by Paul Eggert.
44264
44265 2003-06-26  Karl Berry  <karl@gnu.org>
44266
44267         * config/depcomp: update from automake.
44268
44269 2003-06-26  Bruno Haible  <bruno@clisp.org>
44270
44271         * modules/human: Depend on module stdbool.
44272
44273 2003-06-25  Bruno Haible  <bruno@clisp.org>
44274
44275         * modules/readlink: New file.
44276         * modules/xreadlink: Depend on it.
44277         * MODULES.html.sh (func_all_modules): Add readlink.
44278
44279 2003-06-25  Bruno Haible  <bruno@clisp.org>
44280
44281         * m4/readlink.m4: New file.
44282
44283 2003-06-25  Bruno Haible  <bruno@clisp.org>
44284
44285         * lib/readlink.c: New file.
44286
44287 2003-06-22  Karl Berry  <karl@gnu.org>
44288
44289         * config/srclist.txt: update mkinstalldirs from automake.
44290         * config/mkinstalldirs: update.
44291
44292 2003-06-22  Bruno Haible  <bruno@clisp.org>
44293
44294         Portability to mingw32.
44295         * m4/ssize_t.m4: New file, from GNU gettext.
44296         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
44297         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
44298
44299 2003-06-22  Bruno Haible  <bruno@clisp.org>
44300
44301         * modules/safe-read: Add m4/ssize_t.m4.
44302         * modules/xreadlink: Add m4/ssize_t.m4.
44303
44304 2003-06-20  Bruno Haible  <bruno@clisp.org>
44305
44306         Assume C89, so PARAMS isn't needed.
44307         * lib/unicodeio.h (PARAMS): Remove.
44308         * lib/unicodeio.c: Don't use PARAMS.
44309
44310 2003-06-18  Karl Berry  <karl@gnu.org>
44311
44312         * config/config.{guess,sub}: update from prep.
44313
44314 2003-06-18  Jim Meyering  <jim@meyering.net>
44315
44316         Merge changes from coreutils.
44317         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
44318         Remove explicit declarations of xmalloc and realloc.
44319         Include xalloc.h.
44320         (read_utmp): Remove anachronistic cast of xmalloc.
44321
44322 2003-06-17  Paul Eggert  <eggert@twinsun.com>
44323
44324         Assume C89, so PARAMS isn't needed.
44325         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
44326         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
44327         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
44328         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
44329         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
44330         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
44331         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
44332         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
44333         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
44334         lib/xstrtod.h, lib/xstrtol.h: Likewise.
44335         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
44336         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
44337         no longer needed. Anyway, config.h should always be included before any
44338         other file.
44339
44340 2003-06-11  Simon Josefsson  <jas@extundo.com>
44341
44342         * modules/sysexits: New file.
44343         * MODULES.html.sh (func_all_modules): Add sysexits.
44344
44345 2003-06-11  Simon Josefsson  <jas@extundo.com>
44346
44347         * lib/sysexit_.h: New file.
44348
44349 2003-06-11  Derek Price  <derek@ximbiot.com>
44350
44351         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
44352         necessary.
44353
44354 2003-06-11  Bruno Haible  <bruno@clisp.org>
44355
44356         * m4/sysexits.m4: New file.
44357
44358 2003-06-10  Simon Josefsson  <jas@extundo.com>
44359
44360         * lib/argp.h: New file, from glibc.
44361         * lib/argp-ba.c: New file, from glibc.
44362         * lib/argp-eexst.c: New file, from glibc.
44363         * lib/argp-fmtstream.c: New file, from glibc.
44364         * lib/argp-fmtstream.h: New file, from glibc.
44365         * lib/argp-fs-xinl.c: New file, from glibc.
44366         * lib/argp-help.c: New file, from glibc.
44367         * lib/argp-namefrob.h: New file, from glibc.
44368         * lib/argp-parse.c: New file, from glibc.
44369         * lib/argp-pv.c: New file, from glibc.
44370         * lib/argp-pvh.c: New file, from glibc.
44371         * lib/argp-xinl.c: New file, from glibc.
44372
44373 2003-06-10  Simon Josefsson  <jas@extundo.com>
44374
44375         * modules/strchrnul: New file.
44376
44377 2003-06-10  Simon Josefsson  <jas@extundo.com>
44378
44379         * modules/argp: New file.
44380
44381 2003-06-10  Simon Josefsson  <jas@extundo.com>
44382
44383         * m4/strchrnul.m4: New file.
44384
44385 2003-06-10  Simon Josefsson  <jas@extundo.com>
44386
44387         * lib/strchrnul.h: New file.
44388         * lib/strchrnul.c: New file.
44389
44390 2003-06-10  Bruno Haible  <bruno@clisp.org>
44391
44392         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
44393
44394 2003-06-07  Karl Berry  <karl@gnu.org>
44395
44396         * config/config.{guess,sub}: update from prep.
44397
44398 2003-06-07  Jim Meyering  <jim@meyering.net>
44399
44400         * modules/strtod: Use $(...) notation, not @...@ for
44401         AC_REPLACE'd variables.
44402         * modules/localcharset: Likewise.
44403
44404 2003-06-07  Jim Meyering  <jim@meyering.net>
44405
44406         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
44407         in place of my name in the copyright comment.
44408         Remove definition and uses of __P.
44409
44410         From coreutils.
44411         * lib/stat.c: Don't declare xmalloc explicitly.
44412         Instead, include "xalloc.h".
44413         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
44414         xrealloc, and xcalloc return values.
44415         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
44416         Improve comment.
44417         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
44418
44419 2003-06-07  Bruno Haible  <bruno@clisp.org>
44420
44421         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
44422         avoid AC_CONFIG_LINKS.
44423         * modules/fnmatch (Makefile.am): Use explicit creation rule for
44424         fnmatch.h, to avoid AC_CONFIG_LINKS.
44425         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
44426
44427 2003-06-07  Bruno Haible  <bruno@clisp.org>
44428
44429         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
44430         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
44431         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
44432         directory.
44433         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
44434         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
44435         directory.
44436
44437 2003-06-06  Jim Meyering  <jim@meyering.net>
44438
44439         Merge from coreutils.
44440         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
44441         Consolidate declarations and initializations of *_base* locals.
44442
44443         Merge from coreutils.
44444         This avoids a core dump on systems without GNU putenv,
44445         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
44446         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
44447         (unsetenv): New static function, from GNU libc.
44448         (rpl_putenv): Use it.
44449
44450         * lib/modechange.c: Remove trailing blanks.
44451
44452         Merge from coreutils.
44453         * lib/fsusage.c: Remove declaration of statfs.
44454         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
44455
44456         * lib/posixtm.c: Include <stdbool.h> unconditionally.
44457
44458 2003-06-06  Jim Meyering  <jim@meyering.net>
44459
44460         * lib/stdbool_.h: Renamed from stdbool.h.in.
44461
44462 2003-06-06  Jim Meyering  <jim@meyering.net>
44463             Bruno Haible  <bruno@clisp.org>
44464
44465         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
44466         Adjust Makefile.am snippet not to redirect directly to target.
44467         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
44468
44469 2003-06-05  Paul Eggert  <eggert@twinsun.com>
44470
44471         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
44472         mismatch, look in future quarters as well as past.  This fixes a
44473         bug when processing fall-backwards gaps immediately after a long
44474         period of daylight-saving time.
44475
44476         * lib/mktime.c: Assume freestanding C89 or better.
44477         (HAVE_LIMITS_H): Remove.  Assume it's 1.
44478         (__P): Remove; not used.
44479         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
44480         (mktime, not_equal_tm, print_tm, check_result,
44481         main): Use prototypes.  Use const * where appropriate.
44482         (main): Fix typo in testing code that uncovered by above changes.
44483         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
44484
44485 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44486
44487         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
44488         locale.h, localeconv.  This merges changes from coreutils.
44489
44490         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
44491         It can be removed after the next Autoconf is released.
44492         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
44493         needed.
44494
44495 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44496
44497         * lib/mktime.c: Fix Debian bug 177940
44498         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
44499         (localtime_offset): Now long int, not time_t, because we want it
44500         to be guaranteed to be signed.  All uses changed.
44501         (__mktime_internal): If overflow would occur when adding offset,
44502         don't add it.
44503
44504         Merge 'human' changes from coreutils.  Rewrite to support
44505         locale-specific notations like thousands separators.
44506         * lib/human.c: Simplify authorship notice.
44507         Include human.h immediately after config.h.
44508         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
44509         <limits.h>: Do not include, since human.h does.
44510         (SIZE_MAX, UINTMAX_MAX): New macros.
44511         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
44512         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
44513         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
44514         (power_letter): Renamed from suffixes.
44515         (generate_suffix_backwards): Remove.
44516         (adjust_value): Now takes int style (because of human.h changes)
44517         and long double value (for greater precision on some platforms).
44518         (group_number): New function.
44519         (human_readable): Use it.  Use integer options, not enum.
44520         Put the options before the sizes in the arg list.
44521         Support all the new options.
44522         The old human_readable function has been removed;
44523         use inttostr.h instead.
44524         (human_readable, default_block_size, humblock):
44525         Use uintmax_t, not int, for block sizes.
44526         (human_readable_inexact, block_size_types): Remove.
44527         (block_size_opts): New constant.
44528         (human_options): Renamed from human_block_size, with new signature
44529         that allows block sizes up to UINTMAX_MAX.  All callers changed.
44530         * lib/human.h: Add copyright and authorship notice.
44531         Include <limits.h> and <stdbool.h> unconditionally.
44532         (PARAMS): Remove.  All uses removed.
44533         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
44534         (enum human_inexact_style): Remove tag; now a nameless enum.
44535         (human_floor, human_ceiling, human_round_to_even): Now have
44536         values 2, 0, 1 rather than -1, 1, 0.
44537         (human_group_digits, human_suppress_point_zero, human_autoscale,
44538         human_base_1024, human_SI, human_B): New constants.
44539         (human_readable_inexact, human_block_size): Remove.
44540         (human_readable): Size args are now uintmax_t, not int.
44541         (human_options): New decl.
44542
44543         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
44544         unnecessary now that we assume C89 or better.  This change
44545         imported from coreutils.
44546
44547         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44548         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
44549         in the 2003-05-30 sync from glibc.
44550
44551         .h files should stand alone, but we shouldn't include <sys/types.h>
44552         if we can get away with just <stddef.h>.
44553
44554         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
44555         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
44556         rather than <sys/types.h>, as we merely need size_t.
44557         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
44558         to get size_t.
44559         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
44560         Include <stdio.h>, to get FILE.
44561         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
44562         memcasecmp.h has included <stddef.h> and all we need is size_t.
44563         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
44564         our interface, instead of including <sys/types.h>
44565
44566 2003-06-04  Paul Eggert  <eggert@twinsun.com>
44567
44568         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
44569         now, as glibc mktime is buggy on non-glibc systems.
44570
44571 2003-06-03  Karl Berry  <karl@gnu.org>
44572
44573         * config/config.sub: update from prep.
44574
44575 2003-06-02  Paul Eggert  <eggert@twinsun.com>
44576
44577         [from coreutils]
44578         Fix some minor time-related bugs with POSIX time arguments.
44579         Some valid time stamps were being rejected (notably -1, and
44580         time stamps before 1900 on 64-bit hosts).  And some invalid
44581         time stamps were being accepted, e.g. September 31.
44582
44583         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44584         that we can return (time_t) -1 successfully.
44585         * lib/posixtm.c: Likewise.
44586         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44587         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44588         (t): Remove static var.
44589         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44590         of static var.  All uses changed.
44591         (year): Do not reject years before 1900; they can occur with
44592         64-bit time_t.
44593         (posix_time_parse): Do not check for out-of-range components;
44594         that is now the caller's responsibility, since our checks were
44595         only approximations.
44596         (posixtime): Use mktime to check for out-of-range components,
44597         since it knows them exactly.
44598         If mktime returns (time_t) -1, check whether an error actually occurred
44599         by invoking localtime on -1.
44600         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44601         posixtime failures better.
44602         Improve the test data (in comments only).
44603
44604 2003-06-02  Karl Berry  <karl@gnu.org>
44605
44606         * config/mkinstalldirs (version): new variable.
44607         (--version): new option.
44608         (usage): improve message.
44609
44610 2003-05-30  Karl Berry  <karl@gnu.org>
44611
44612         * lib/mktime.c: update from libc.
44613
44614 2003-05-30  Bruno Haible  <bruno@clisp.org>
44615
44616         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44617         * config/config.rpath: Upgrade to gettext-0.12.1.
44618
44619 2003-05-30  Bruno Haible  <bruno@clisp.org>
44620
44621         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44622         * m4/nls.m4: New file, from gettext-0.12.1.
44623         * m4/po.m4: New file, from gettext-0.12.1.
44624         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44625
44626 2003-05-30  Bruno Haible  <bruno@clisp.org>
44627
44628         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44629         * lib/localcharset.h: Likewise.
44630         * lib/localcharset.c: Likewise.
44631
44632 2003-05-29  Karl Berry  <karl@gnu.org>
44633
44634         * config/config.rpath: update from gettext.
44635
44636 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44637
44638         Assume the headers required for C89 freestanding compilers.
44639         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44640         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44641         * m4/human.m4 (gl_HUMAN): Likewise.
44642         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44643         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44644         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44645         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44646         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44647         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44648
44649 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44650
44651         Assume the headers required for C89 freestanding compilers.
44652         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44653         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44654         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44655         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44656         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44657         define, since <limits.h> is guaranteed to do that.
44658         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44659         * lib/exclude.c: Include <stdbool.h> unconditionally.
44660         * lib/tempname.c: Include <stddef.h> unconditionally.
44661         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44662         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44663         <stddef.h> does that.
44664         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44665         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44666         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44667         needed.
44668         * lib/xstrtol.c: Likewise.
44669         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44670         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44671
44672         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44673         warnings on some platforms.
44674
44675         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44676         arbitrarily.
44677
44678 2003-05-26  Jim Meyering  <jim@meyering.net>
44679
44680         Merge in a change from coreutils:
44681         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44682         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44683         that condition, rather than `-1' which is slightly misleading.
44684         Change the name of the cache variable to have the gl_ prefix.
44685         Prompted by a patch from Richard Dawe for DJGPP.
44686
44687 2003-05-24  Karl Berry  <karl@gnu.org>
44688
44689         * config/config.guess: update from prep.
44690
44691 2003-05-22  Karl Berry  <karl@gnu.org>
44692
44693         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44694
44695 2003-05-20  Karl Berry  <karl@gnu.org>
44696
44697         * config/config.guess: update from prep.
44698
44699 2003-05-18  Karl Berry  <karl@gnu.org>
44700
44701         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44702         might actually be set by the user.
44703
44704         * config/depcomp, install-sh, mdate-sh: update from automake.
44705
44706 2003-05-17  Bruno Haible  <bruno@clisp.org>
44707
44708         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44709         invalid expansion for AC_EGREP_CPP.
44710         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44711         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44712         Suggested by Akim Demaille <akim@epita.fr> in
44713         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44714
44715 2003-05-12  Jim Meyering  <jim@meyering.net>
44716
44717         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44718         the space-padded-by-default conversion specifiers, %e, %k, %l.
44719
44720 2003-05-12  Bruno Haible  <bruno@clisp.org>
44721
44722         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44723         the string is longer than 4 KB.
44724
44725 2003-05-11  Karl Berry  <karl@gnu.org>
44726
44727         * config/config.{guess,sub}: update from prep.
44728
44729 2003-05-09  Bruno Haible  <bruno@clisp.org>
44730
44731         * modules/error: Add m4/strerror_r.m4 to file list.
44732
44733 2003-05-03  Bruno Haible  <bruno@clisp.org>
44734
44735         Upgrade to Unicode-4.0.
44736         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44737         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44738         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44739         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44740         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44741         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44742         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44743         Change width of U+E0100..U+E01EF from 1 to 0.
44744
44745 2003-04-25  Jim Meyering  <jim@meyering.net>
44746
44747         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44748         of type size_t, not int.
44749
44750 2003-04-25  Bruno Haible  <bruno@clisp.org>
44751
44752         * lib/copy-file.c: Include <stddef.h>, for size_t.
44753
44754 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44755
44756         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44757         code which expansion is under static control.  Patch imported from
44758         Akim Demaille's patch to Bison; see
44759         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44760
44761 2003-04-14  Bruno Haible  <bruno@clisp.org>
44762
44763         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44764
44765 2003-04-11  Jim Meyering  <jim@meyering.net>
44766
44767         Merge changes from Coreutils.
44768
44769         2003-03-22  Jim Meyering  <jim@meyering.net>
44770
44771         * lib/strftime.c (widen): Cast alloca return value to proper type.
44772
44773         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44774
44775         From GNU libc.
44776         * lib/strftime.c (my_strftime): Handle very large width
44777         specifications for numeric values correctly.  Improve checks for
44778         overflow.
44779
44780         2003-01-19  Jim Meyering  <jim@meyering.net>
44781
44782         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44783         definitions.
44784         (nl_get_alt_digit) [! defined my_strftime]: Define.
44785         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44786         _nl_get_alt_digit and _nl_get_walt_digit.
44787
44788         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44789         libc. These changes have no effect outside of _LIBC.
44790
44791 2003-04-10  Bruno Haible  <bruno@clisp.org>
44792
44793         * modules/findprog: New file.
44794         * MODULES.html.sh (func_all_modules): Add it.
44795
44796 2003-04-10  Bruno Haible  <bruno@clisp.org>
44797
44798         * m4/findprog.m4: New file.
44799         * m4/eaccess.m4: New file.
44800
44801 2003-04-10  Bruno Haible  <bruno@clisp.org>
44802
44803         * lib/findprog.h: New file, from GNU gettext.
44804         * lib/findprog.c: New file, from GNU gettext.
44805
44806 2003-04-05  Jim Meyering  <jim@meyering.net>
44807
44808         Merge changes from Coreutils.
44809
44810         * lib/exclude.h (PARAMS): Remove definition and uses.
44811         * lib/exclude.c: Remove uses of `PARAMS'.
44812
44813         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44814         Add test-cases for DOS filenames. Declare program_name.
44815         (main): Set up program_name.  Patch by Rich Dawe.
44816
44817         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44818         error from mntctl.
44819         Use mntctl's return value to drive the entry-processing loop, since
44820         we can't rely on the value of the vmt_length member in the last
44821         entry.  On some systems doing so could result in exhausting
44822         virtual memory.  Based in part on a patch from Mike Jetzer.
44823
44824 2003-04-04  Bruno Haible  <bruno@clisp.org>
44825
44826         * modules/linebreak: New file.
44827         * MODULES.html.sh (func_all_modules): Add it.
44828
44829 2003-04-04  Bruno Haible  <bruno@clisp.org>
44830
44831         * m4/linebreak.m4: New file.
44832
44833 2003-04-04  Bruno Haible  <bruno@clisp.org>
44834
44835         * lib/linebreak.h: New file, from GNU gettext.
44836         * lib/linebreak.c: New file, from GNU gettext with slight
44837         modifications.
44838         * lib/lbrkprop.h: New file, from GNU gettext.
44839
44840 2003-04-03  Bruno Haible  <bruno@clisp.org>
44841
44842         * modules/utf8-ucs4: New file.
44843         * modules/utf16-ucs4: New file.
44844         * modules/ucs4-utf8: New file.
44845         * modules/ucs4-utf16: New file.
44846         * MODULES.html.sh (func_all_modules): Add them.
44847
44848 2003-04-03  Bruno Haible  <bruno@clisp.org>
44849
44850         * m4/utf-ucs4.m4: New file.
44851         * m4/ucs4-utf.m4: New file.
44852
44853 2003-04-03  Bruno Haible  <bruno@clisp.org>
44854
44855         * lib/utf8-ucs4.h: New file, from GNU gettext.
44856         * lib/utf16-ucs4.h: New file, from GNU gettext.
44857         * lib/ucs4-utf8.h: New file, from GNU gettext.
44858         * lib/ucs4-utf16.h: New file, from GNU gettext.
44859
44860 2003-04-02  Bruno Haible  <bruno@clisp.org>
44861
44862         * modules/binary-io: New file.
44863         * MODULES.html.sh (func_all_modules): Add it.
44864
44865 2003-04-02  Bruno Haible  <bruno@clisp.org>
44866
44867         * lib/binary-io.h: New file, from GNU gettext.
44868
44869 2003-04-01  Bruno Haible  <bruno@clisp.org>
44870
44871         * modules/pathname: New file.
44872         * MODULES.html.sh (func_all_modules): Add it.
44873
44874 2003-04-01  Bruno Haible  <bruno@clisp.org>
44875
44876         * lib/pathname.h: New file, from GNU gettext.
44877         * lib/concatpath.c: New file, from GNU gettext.
44878
44879 2003-03-30  Bruno Haible  <bruno@clisp.org>
44880
44881         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44882
44883 2003-03-30  Bruno Haible  <bruno@clisp.org>
44884
44885         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44886         function chown() doesn't exist.
44887
44888 2003-03-28  Bruno Haible  <bruno@clisp.org>
44889
44890         * modules/copy-file: New file.
44891         * MODULES.html.sh (func_all_modules): Add it.
44892
44893 2003-03-28  Bruno Haible  <bruno@clisp.org>
44894
44895         * m4/copy-file.m4: New file.
44896
44897 2003-03-28  Bruno Haible  <bruno@clisp.org>
44898
44899         * lib/copy-file.h: New file, from GNU gettext.
44900         * lib/copy-file.c: New file, from GNU gettext.
44901
44902 2003-03-18  Jim Meyering  <jim@meyering.net>
44903
44904         * lib/quote.c (quote_n): Fix typo in comment.
44905
44906 2003-03-18  Bruno Haible  <bruno@clisp.org>
44907
44908         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44909         checking.
44910         * m4/onceonly_2_57.m4: Likewise.
44911
44912 2003-03-17  Bruno Haible  <bruno@clisp.org>
44913
44914         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44915         (m4_quote): Remove macro.
44916         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44917
44918 2003-03-14  Jim Meyering  <jim@meyering.net>
44919
44920         Merge changes from Coreutils.
44921         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44922         to be const, in order to avoid warnings.
44923         (obstack_room): Likewise.
44924         (obstack_empty_p): Likewise.
44925
44926 2003-03-14  Bruno Haible  <bruno@clisp.org>
44927
44928         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44929         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44930
44931 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44932
44933         Merge changes from Bison.
44934         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44935         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44936         when compiling Bison 1.875's `bitset bset = obstack_alloc
44937         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44938         * lib/hash.c: Include <stdbool.h> unconditionally.
44939
44940 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44941
44942         * m4/onceonly.m4 (m4_quote): New macro.
44943         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44944         Quote AC_FOREACH variable-expansions properly.
44945
44946 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44947
44948         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44949
44950 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44951
44952         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44953         Reported by Bruce Becker; see:
44954         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44955
44956 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44957             Bruno Haible  <bruno@clisp.org>
44958
44959         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44960         Reported by John Hughes, see
44961         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44962
44963 2003-02-20  Bruno Haible  <bruno@clisp.org>
44964
44965         * MODULES.html.sh (func_all_modules): Add poll.
44966
44967 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44968
44969         * modules/poll: New file.
44970
44971 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44972
44973         * lib/poll_.h: New file.
44974         * lib/poll.c: New file.
44975
44976 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44977
44978         * m4/poll.m4: New file.
44979
44980 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44981
44982         * modules/mathl: New file.
44983
44984 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44985
44986         * lib/mathl.h: New file.
44987         * lib/acosl.c: New file.
44988         * lib/asinl.c: New file.
44989         * lib/atanl.c: New file.
44990         * lib/ceill.c: New file.
44991         * lib/cosl.c: New file.
44992         * lib/expl.c: New file.
44993         * lib/floorl.c: New file.
44994         * lib/frexpl.c: New file.
44995         * lib/ldexpl.c: New file.
44996         * lib/logl.c: New file.
44997         * lib/sincosl.c: New file.
44998         * lib/sinl.c: New file.
44999         * lib/sqrtl.c: New file.
45000         * lib/tanl.c: New file.
45001         * lib/trigl.c: New file.
45002         * lib/trigl.h: New file.
45003
45004 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
45005
45006         * m4/mathl.m4: New file.
45007
45008 2003-02-18  Bruno Haible  <bruno@clisp.org>
45009
45010         * MODULES.html.sh (func_all_modules): Add mathl.
45011
45012 2003-02-17  Bruno Haible  <bruno@clisp.org>
45013
45014         * modules/mkdtemp: New module.
45015         * MODULES.html.sh (func_all_modules): Add it.
45016
45017 2003-02-17  Bruno Haible  <bruno@clisp.org>
45018
45019         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
45020
45021 2003-02-17  Bruno Haible  <bruno@clisp.org>
45022
45023         * lib/mkdtemp.h: New file, from GNU gettext.
45024         * lib/mkdtemp.c: New file, from GNU gettext.
45025
45026 2003-02-02  Jim Meyering  <jim@meyering.net>
45027
45028         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
45029         e.g. glibc-2.2.93.
45030
45031 2003-01-31  Bruno Haible  <bruno@clisp.org>
45032
45033         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
45034         'rpl_rename'.
45035         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
45036         'rpl_strnlen'.
45037         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
45038         'rpl_strtod'.
45039         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
45040         'rpl_utime'.
45041
45042 2003-01-31  Bruno Haible  <bruno@clisp.org>
45043
45044         * lib/rename.c: #undef rename before defining rpl_rename.
45045         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
45046
45047 2003-01-30  Bruno Haible  <bruno@clisp.org>
45048
45049         * modules/vasnprintf, modules/vasprintf: New modules.
45050         * MODULES.html.sh (func_all_modules): Add them.
45051
45052 2003-01-30  Bruno Haible  <bruno@clisp.org>
45053
45054         * m4/signed.m4: New file, from GNU gettext.
45055         * m4/longdouble.m4: New file, from GNU gettext.
45056         * m4/wchar_t.m4: New file, from GNU gettext.
45057         * m4/wint_t.m4: New file, from GNU gettext.
45058         * m4/vasnprintf.m4: New file.
45059         * m4/vasprintf.m4: New file.
45060
45061 2003-01-30  Bruno Haible  <bruno@clisp.org>
45062
45063         * lib/printf-args.h: New file, from GNU gettext.
45064         * lib/printf-args.c: New file, from GNU gettext.
45065         * lib/printf-parse.h: New file, from GNU gettext.
45066         * lib/printf-parse.c: New file, from GNU gettext.
45067         * lib/vasnprintf.h: New file, from GNU gettext.
45068         * lib/vasnprintf.c: New file, from GNU gettext.
45069         * lib/asnprintf.c: New file, from GNU gettext.
45070         * lib/vasprintf.h: New file, from GNU gettext with modifications.
45071         * lib/vasprintf.c: New file, from GNU gettext.
45072         * lib/asprintf.c: New file, from GNU gettext.
45073
45074 2003-01-29  Bruno Haible  <bruno@clisp.org>
45075
45076         * modules/stpncpy: New module.
45077         * MODULES.html.sh (func_all_modules): Add it.
45078
45079 2003-01-29  Bruno Haible  <bruno@clisp.org>
45080
45081         * m4/stpncpy.m4: New file.
45082
45083 2003-01-29  Bruno Haible  <bruno@clisp.org>
45084
45085         * lib/stpncpy.h: New file, from GNU gettext with modifications.
45086         * lib/stpncpy.c: New file, from GNU gettext with modifications.
45087
45088 2003-01-28  Bruno Haible  <bruno@clisp.org>
45089
45090         * modules/c-ctype: New module.
45091         * MODULES.html.sh (func_all_modules): Add it.
45092
45093 2003-01-28  Bruno Haible  <bruno@clisp.org>
45094
45095         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
45096         Paul Eggert.
45097         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
45098         Paul Eggert.
45099
45100 2003-01-27  Bruno Haible  <bruno@clisp.org>
45101
45102         * modules/xsetenv: New module.
45103         * MODULES.html.sh (func_all_modules): Add it.
45104
45105 2003-01-27  Bruno Haible  <bruno@clisp.org>
45106
45107         * lib/xsetenv.h: New file, from GNU gettext.
45108         * lib/xsetenv.c: New file, from GNU gettext.
45109
45110 2003-01-23  Jim Meyering  <jim@meyering.net>
45111
45112         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
45113         from working on systems without dirfd (at least Irix and OSF1/Tru64).
45114
45115 2003-01-23  Bruno Haible  <bruno@clisp.org>
45116
45117         * modules/minmax: New module.
45118         * MODULES.html.sh (func_all_modules): Add it.
45119
45120 2003-01-23  Bruno Haible  <bruno@clisp.org>
45121
45122         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
45123         Eggert.
45124
45125 2003-01-22  Bruno Haible  <bruno@clisp.org>
45126
45127         * modules/exit: New module.
45128         * MODULES.html.sh (func_all_modules): Add it.
45129
45130 2003-01-22  Bruno Haible  <bruno@clisp.org>
45131
45132         * lib/exit.h: New file, from GNU gettext.
45133
45134 2003-01-19  Bruno Haible  <bruno@clisp.org>
45135
45136         * gnulib-tool: Recognize option --extract-maintainer.
45137         (func_get_maintainer): New function.
45138         * modules/*: Add Maintainer entry.
45139
45140 2003-01-16  Jim Meyering  <jim@meyering.net>
45141
45142         * m4/regex.m4: The `regex' struct is both input and output.
45143         Initialize it before each use.  Patch by Tim Waugh.
45144
45145 2003-01-16  Bruno Haible  <bruno@clisp.org>
45146
45147         * MODULES.html.sh: Add a table of contents. Add the module name as
45148         leftmost column. Add hyperlinks.
45149
45150 2003-01-15  Bruno Haible  <bruno@clisp.org>
45151
45152         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
45153
45154 2003-01-15  Bruno Haible  <bruno@clisp.org>
45155
45156         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
45157         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
45158         suffix.
45159
45160 2003-01-15  Bruno Haible  <bruno@clisp.org>
45161
45162         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
45163
45164 2003-01-15  Bruno Haible  <bruno@clisp.org>
45165
45166         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
45167         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
45168
45169 2003-01-14  Jim Meyering  <jim@meyering.net>
45170
45171         * lib/same.c (same_name): Tweak a comment.
45172
45173 2003-01-14  Bruno Haible  <bruno@clisp.org>
45174
45175         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
45176         when a string comparison is sufficient.
45177
45178 2003-01-14  Bruno Haible  <bruno@clisp.org>
45179
45180         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
45181         'unsigned int'.
45182
45183 2003-01-14  Bruno Haible  <bruno@clisp.org>
45184
45185         * lib/hash-pjw.c: Add comment about low quality of this function.
45186
45187 2003-01-13  Bruno Haible  <bruno@clisp.org>
45188
45189         * modules/stpcpy: Distribute lib/stpcpy.h.
45190         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
45191
45192 2003-01-13  Bruno Haible  <bruno@clisp.org>
45193
45194         * modules/*: Add a description.
45195         * modules/strpbrk: Fix Makefile.am snippet.
45196         * modules/strtoimax: Fix dependencies.
45197         * modules/strtoumax: Likewise.
45198
45199 2003-01-13  Bruno Haible  <bruno@clisp.org>
45200
45201         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
45202         * modules/alloca (Makefile.am): All object files depend on alloca.h.
45203         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
45204
45205 2003-01-13  Bruno Haible  <bruno@clisp.org>
45206
45207         * gnulib-tool (func_create_testdir): Store config/* files in the main
45208         directory.
45209         * config.rpath: Move to ...
45210         * config/config.rpath: ... here.
45211         * modules/gettext: Contains config/config.rpath, not config.rpath.
45212         * modules/iconv: Likewise.
45213
45214 2003-01-12  Paul Eggert  <eggert@twinsun.com>
45215
45216         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
45217         to avoid collisions with libcurses and libreadline.
45218
45219         * m4/getstr.m4: Remove.
45220         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
45221
45222 2003-01-12  Paul Eggert  <eggert@twinsun.com>
45223
45224         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
45225         to avoid collisions with libcurses and libreadline.
45226
45227         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
45228         * lib/getstr.h, getstr.c: Remove.
45229         * lib/getline.c: Include "getline.h", to check interface.
45230         Move body of old getstr.c here: this defines MIN_CHUNK and
45231         declares getdelim2, which is renamed from getstr.
45232         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
45233
45234         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
45235         All uses changed.
45236         * lib/linebuffer.h: Likewise.
45237         (readline): Remove backward-compatibility macro.
45238
45239 2003-01-12  Paul Eggert  <eggert@twinsun.com>
45240
45241         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
45242         to avoid collisions with libcurses and libreadline.
45243         * getstr: Remove.
45244         * MODULES.html.sh: Remove getstr.
45245         * modules/getline: Depend on unlocked-io, not getstr.
45246
45247 2003-01-12  Jim Meyering  <jim@meyering.net>
45248
45249         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
45250
45251 2003-01-10  Bruno Haible  <bruno@clisp.org>
45252
45253         * modules/alloca: Change Makefile.am requirements. Simplify Include
45254         requirements. Add lib/alloca_.h to file list.
45255
45256 2003-01-10  Bruno Haible  <bruno@clisp.org>
45257
45258         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
45259
45260 2003-01-10  Bruno Haible  <bruno@clisp.org>
45261
45262         * lib/alloca_.h: New file.
45263         * lib/getdate.y: Unconditionally include alloca.h.
45264         * lib/makepath.c: Likewise.
45265         * lib/setenv.c: Likewise.
45266         * lib/userspec.c: Likewise.
45267
45268 2003-01-09  Karl Berry  <karl@gnu.org>
45269
45270         * MODULES.html.sh: include `dirname $0` in PATH, to find
45271         gnulib-tool.
45272
45273 2003-01-09  Bruno Haible  <bruno@clisp.org>
45274
45275         * modules/stdbool: Change configure.ac, Makefile.am requirements.
45276         Simplify Include requirements. Add lib/stdbool.h.in to file list.
45277
45278 2003-01-09  Bruno Haible  <bruno@clisp.org>
45279
45280         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
45281
45282 2003-01-09  Bruno Haible  <bruno@clisp.org>
45283
45284         * lib/stdbool.h.in: New file.
45285
45286 2003-01-09  Bruno Haible  <bruno@clisp.org>
45287
45288         * gnulib-tool (func_all_modules): Ignore files ending in ~.
45289         * MODULES.html.sh: Likewise.
45290
45291 2003-01-08  Jim Meyering  <jim@meyering.net>
45292
45293         * lib/full-write.c: Undefine and define-away `const' after inclusion
45294         of errno.h, not before.  Suggestion from Bruno Haible.
45295
45296 2003-01-08  Bruno Haible  <bruno@clisp.org>
45297
45298         * modules/full-read: Depend on full-write.
45299
45300 2003-01-08  Bruno Haible  <bruno@clisp.org>
45301
45302         * lib/safe-read.c: Include specification header first, to ensure its
45303         selfcontainedness.
45304         * lib/full-write.c: Likewise.
45305
45306 2003-01-07  Jim Meyering  <jim@meyering.net>
45307
45308         * lib/full-write.c: Rework so that it may serve to define full_read,
45309         too.
45310         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
45311
45312 2003-01-07  Bruno Haible  <bruno@clisp.org>
45313
45314         * lib/strtoimax.c: Include <stdint.h> as an alternative to
45315         <inttypes.h>.
45316         * lib/xstrtol.h: Likewise.
45317         * lib/xstrtoimax.c: Likewise.
45318         * lib/xstrtoumax.c: Likewise.
45319         * lib/human.h: Likewise.
45320
45321         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
45322         on systems that have <inttypes.h> but not <stdint.h>.
45323
45324 2003-01-07  Bruno Haible  <bruno@clisp.org>
45325
45326         * MODULES.html.sh: Add copyright notice.
45327         (missed_files): Omit CVS directory entries.
45328         (func_module): Make it work with sed-3.02.
45329         * MODULES.txt: Remove file.
45330
45331 2003-01-06  Jim Meyering  <jim@meyering.net>
45332
45333         * lib/version-etc.c: Update year in translatable copyright string.
45334
45335 2003-01-03  Karl Berry  <karl@gnu.org>
45336
45337         * config/config.{guess,sub}: update from prep.
45338
45339 2003-01-02  Karl Berry  <karl@gnu.org>
45340
45341         * doc/COPYING.DOC: belatedly updated to 1.2.
45342
45343 2003-01-01  Karl Berry  <karl@gnu.org>
45344
45345         * gnulib-tool (func_verify_module): report module name $module in
45346         error message, not $1.
45347         * gnulib-tool (create-testdir): don't complain if destdir couldn't
45348         be created, only if it doesn't exist.
45349         * gnulib-tool (last_checkin_date): don't expand the $Date here.
45350
45351 2002-12-31  Paul Eggert  <eggert@twinsun.com>
45352
45353         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
45354
45355 2002-12-31  Paul Eggert  <eggert@twinsun.com>
45356
45357         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
45358         memcmp if strcoll doesn't work.
45359
45360 2002-12-31  Bruno Haible  <bruno@clisp.org>
45361
45362         * lib/utime.c (utime_null): No need to call ftruncate if the file was
45363         nonempty.
45364
45365 2002-12-31  Bruno Haible  <bruno@clisp.org>
45366
45367         * lib/memcoll.c (STRCOLL): New macro.
45368         (memcoll): Use it.
45369
45370 2002-12-31  Bruno Haible  <bruno@clisp.org>
45371
45372         * lib/localcharset.h: New file.
45373         * lib/localcharset.c: Include it.
45374         * lib/unicodeio.c: Likewise.
45375
45376 2002-12-31  Bruno Haible  <bruno@clisp.org>
45377
45378         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
45379         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
45380
45381 2002-12-31  Bruno Haible  <bruno@clisp.org>
45382
45383         * lib/getline.h: Include <stddef.h>, for size_t.
45384
45385         * lib/unicodeio.h: Include <stddef.h>, for size_t.
45386         * lib/unicodeio.c: Don't include <stddef.h>.
45387
45388 2002-12-31  Bruno Haible  <bruno@clisp.org>
45389
45390         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
45391         HAVE_TM_ZONE.
45392
45393 2002-12-24  Karl Berry  <karl@gnu.org>
45394
45395         * config/config.guess: update from prep.
45396
45397 2002-12-24  Bruno Haible  <bruno@clisp.org>
45398
45399         General infrasructure.
45400         * m4/README: Rewritten.
45401         * m4/onceonly.m4: New file.
45402         * m4/onceonly_2_57.m4: New file.
45403
45404         Module atexit.
45405         * m4/atexit.m4: New file.
45406
45407         Module strtod.
45408         * m4/strtod.m4: New file.
45409
45410         Module strtol.
45411         * m4/strtol.m4: New file.
45412
45413         Module strtoul.
45414         * m4/strtoul.m4: New file.
45415
45416         Module memchr.
45417         * m4/memchr.m4: New file.
45418
45419         Module memcmp.
45420         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
45421         (jm_FUNC_MEMCMP): Invoke it.
45422
45423         Module memcpy.
45424         * m4/memcpy.m4: New file.
45425
45426         Module memmove.
45427         * m4/memmove.m4: New file.
45428
45429         Module memset.
45430         * m4/memset.m4: New file.
45431
45432         Module strcspn.
45433         * m4/strcspn.m4: New file.
45434
45435         Module strpbrk.
45436         * m4/strpbrk.m4: New file.
45437
45438         Module strstr.
45439         * m4/strstr.m4: New file.
45440
45441         Module strerror.
45442         * m4/strerror.m4: New file.
45443
45444         Module mktime.
45445         * m4/mktime.m4: Renamed from jm-mktime.m4.
45446         (gl_PREREQ_MKTIME): New macro.
45447         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
45448
45449         Module malloc.
45450         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
45451         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
45452         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
45453
45454         Module realloc.
45455         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
45456         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
45457         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
45458
45459         Module strftime.
45460         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
45461         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
45462         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
45463         gl_TM_GMTOFF.
45464         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
45465
45466         Module xalloc.
45467         * m4/xalloc.m4: New file.
45468
45469         Module alloca.
45470         * m4/alloca.m4: New file.
45471
45472         Module putenv.
45473         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
45474         (jm_FUNC_PUTENV): Invoke it.
45475
45476         Module setenv.
45477         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
45478         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
45479         when invoked twice.
45480         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
45481         gt_FUNC_SETENV.
45482
45483         Module memrchr.
45484         * m4/memrchr.m4: New file.
45485
45486         Module stpcpy.
45487         * m4/stpcpy.m4: New file.
45488
45489         Module strcase.
45490         * m4/strcase.m4: New file.
45491
45492         Module strdup.
45493         * m4/strdup.m4: New file.
45494
45495         Module strnlen.
45496         * m4/strnlen.m4: New file.
45497
45498         Module strndup.
45499         * m4/strndup.m4: New file.
45500
45501         Module xstrtod.
45502         * m4/xstrtod.m4: New file.
45503
45504         Module xstrtol.
45505         * m4/xstrtol.m4: New file.
45506
45507         Module getdate.
45508         * m4/getdate.m4: New file.
45509
45510         Module unlocked-io.
45511         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
45512         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
45513         * m4/jm-glibc-io.m4n: Remove file.
45514
45515         Module long-options.
45516         * m4/long-options.m4: New file.
45517
45518         Module md5.
45519         * m4/md5.m4: New file.
45520
45521         Module sha.
45522         * m4/sha.m4: New file.
45523
45524         Module getstr.
45525         * m4/getstr.m4: New file.
45526
45527         Module getline.
45528         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
45529         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
45530         <sys/types.h>, for size_t. Use the function name gnu_getline, not
45531         simply getline. Infoke gl_PREREQ_GETLINE.
45532
45533         Module obstack.
45534         * m4/obstack.m4: New file.
45535
45536         Module hash.
45537         * m4/hash.m4: New file.
45538
45539         Module readtokens.
45540         * m4/readtokens.m4: New file.
45541
45542         Module strverscmp.
45543         * m4/strverscmp.m4: New file.
45544
45545         Module stdbool.
45546         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
45547         OSF/1.
45548
45549         Module strtoll.
45550         * m4/strtoll.m4: New file.
45551
45552         Module strtoull.
45553         * m4/strtoull.m4: New file.
45554
45555         Module strtoimax.
45556         * m4/strtoimax.m4: New file.
45557
45558         Module strtoumax.
45559         * m4/strtoumax.m4: New file.
45560
45561         Module xstrtoimax.
45562         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
45563         jm_AC_PREREQ_XSTRTOIMAX.
45564         Moved the strtol prerequisites to strtol.m4.
45565         Moved the strtoll prerequisites to strtoll.m4.
45566         Moved the strtoimax prerequisites to strtoimax.m4.
45567
45568         Module xstrtoumax.
45569         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
45570         jm_AC_PREREQ_XSTRTOUMAX.
45571         Moved the strtoul prerequisites to strtoul.m4.
45572         Moved the strtoull prerequisites to strtoull.m4.
45573         Moved the strtoumax prerequisites to strtoumax.m4.
45574
45575         Module chown.
45576         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
45577         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
45578
45579         Module dup2.
45580         * m4/dup2.m4: New file.
45581
45582         Module ftruncate.
45583         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45584         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45585
45586         Module getgroups.
45587         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45588         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45589
45590         Module gettimeofday.
45591         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45592         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45593         gl_PREREQ_GETTIMEOFDAY.
45594
45595         Module mkdir.
45596         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45597         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45598
45599         Module mkstemp.
45600         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45601         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45602         jm_AC_TYPE_UINTMAX_T.
45603         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45604
45605         Module stat.
45606         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45607         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45608
45609         Module lstat.
45610         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45611         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45612
45613         Module timespec.
45614         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45615         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45616         * m4/st_mtim.m4: Indentation.
45617
45618         Module nanosleep.
45619         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45620         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45621         gl_PREREQ_NANOSLEEP.
45622
45623         Module regex.
45624         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45625         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45626         (gl_REGEX): New macro.
45627
45628         Module rename.
45629         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45630         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45631
45632         Module rmdir.
45633         * m4/rmdir.m4: New file.
45634
45635         Module utime.
45636         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45637         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45638         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45639
45640         Module dirname.
45641         * m4/dirname.m4: New file.
45642
45643         Module getopt.
45644         * m4/getopt.m4: New file.
45645
45646         Module unistd-safer.
45647         * m4/unistd-safer.m4: New file.
45648
45649         Module fnmatch.
45650         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45651         declaration.
45652         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45653         (gl_FUNC_FNMATCH_POSIX): New macro.
45654         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45655         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45656         simply fnmatch.
45657
45658         Module exclude.
45659         * m4/exclude.m4: New file.
45660
45661         Module human.
45662         * m4/human.m4: New file.
45663
45664         Module acl.
45665         * m4/acl.m4: Nop.
45666
45667         Module backupfile.
45668         * m4/backupfile.m4: New file.
45669         * m4/d-ino.m4: Indentation.
45670
45671         Module fsusage.
45672         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45673         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45674         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45675
45676         Module dirfd.
45677         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45678         requirements.
45679
45680         Module euidaccess.
45681         * m4/euidaccess.m4: New file.
45682
45683         Module file-type.
45684         * m4/file-type.m4: New file.
45685
45686         Module fileblocks.
45687         * m4/fileblocks.m4: New file.
45688
45689         Module filemode.
45690         * m4/filemode.m4: New file.
45691
45692         Module isdir.
45693         * m4/isdir.m4: New file.
45694
45695         Module lchown.
45696         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45697         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45698
45699         Module makepath.
45700         * m4/makepath.m4: New file.
45701
45702         Module modechange.
45703         * m4/modechange.m4: New file.
45704
45705         Module mountlist.
45706         * m4/mountlist.m4: New file.
45707         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45708         Indentation.
45709
45710         Module path-concat.
45711         * m4/path-concat.m4: New file.
45712
45713         Module pathmax.
45714         * m4/pathmax.m4: New file.
45715
45716         Module same.
45717         * m4/same.m4: New file.
45718
45719         Module save-cwd.
45720         * m4/save-cwd.m4: New file.
45721
45722         Module savedir.
45723         * m4/savedir.m4: New file.
45724
45725         Module xgetcwd.
45726         * m4/xgetcwd.m4: New file.
45727         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45728
45729         Module xreadlink.
45730         * m4/xreadlink.m4: New file.
45731
45732         Module safe-read.
45733         * m4/safe-read.m4: New file.
45734
45735         Module safe-write.
45736         * m4/safe-write.m4: New file.
45737
45738         Module closeout.
45739         * m4/closeout.m4: New file.
45740
45741         Module stdio-safer.
45742         * m4/stdio-safer.m4: New file.
45743
45744         Module getpass.
45745         * m4/getpass.m4: New file.
45746
45747         Module getugroups.
45748         * m4/getugroups.m4: New file.
45749
45750         Module group-member.
45751         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45752         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45753
45754         Module idcache.
45755         * m4/idcache.m4: New file.
45756
45757         Module userspec.
45758         * m4/userspec.m4: New file.
45759
45760         Module gettime.
45761         * m4/clock_time.m4: New file.
45762         * m4/gettime.m4: New file.
45763
45764         Module settime.
45765         * m4/settime.m4: New file.
45766
45767         Module posixtm.
45768         * m4/posixtm.m4: New file.
45769
45770         Module gethostname.
45771         * m4/gethostname.m4: New file.
45772
45773         Module canon-host.
45774         * m4/canon-host.m4: New file.
45775
45776         Module gettext.
45777         * m4/codeset.m4: New file, from gettext-0.11.5.
45778         * m4/gettext.m4: New file, from gettext-0.11.5.
45779         * m4/glibc21.m4: New file, from gettext-0.11.5.
45780         * m4/iconv.m4: New file, from gettext-0.11.5.
45781         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45782         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45783         * m4/inttypes.m4: New file, from gettext-0.11.5.
45784         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45785         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45786         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45787         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45788         * m4/lib-link.m4: New file, from gettext-0.11.5.
45789         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45790         * m4/progtest.m4: New file, from gettext-0.11.5.
45791         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45792         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45793         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45794
45795         Module localcharset.
45796         * m4/localcharset.m4: New file.
45797
45798         Module hard-locale.
45799         * m4/hard-locale.m4: New file.
45800
45801         Module mbswidth.
45802         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45803         onceonly macros.
45804         * m4/mbrtowc.m4: Add comment.
45805
45806         Module memcasecmp.
45807         * m4/memcasecmp.m4: New file.
45808
45809         Module memcoll.
45810         * m4/memcoll.m4: New file.
45811
45812         Module unicodeio.
45813         * m4/unicodeio.m4: New file.
45814
45815         Module rpmatch.
45816         * m4/rpmatch.m4: New file.
45817
45818         Module yesno.
45819         * m4/yesno.m4: New file.
45820
45821         Module exitfail.
45822         * m4/exitfail.m4: New file.
45823
45824         Module c-stack.
45825         * m4/c-stack.m4 (gl_C_STACK): New macro.
45826         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45827
45828         Module error.
45829         * m4/error.m4 (gl_ERROR): New macro.
45830         (jm_PREREQ_ERROR): Use onceonly macros.
45831
45832         Module fatal.
45833         * m4/fatal.m4: New file.
45834
45835         Module getloadavg.
45836         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45837         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45838
45839         Module getpagesize.
45840         * m4/getpagesize.m4: New file.
45841
45842         Module getusershell.
45843         * m4/getusershell.m4: New file.
45844
45845         Module physmem.
45846         * m4/physmem.m4: New file.
45847
45848         Module posixver.
45849         * m4/posixver.m4: New file.
45850
45851         Module quotearg.
45852         * m4/quotearg.m4: New file.
45853
45854         Module quote.
45855         * m4/quote.m4: New file.
45856
45857         Module readutmp.
45858         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45859
45860         Module sig2str.
45861         * m4/sig2str.m4: New file.
45862
45863         Other.
45864         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45865         ulonglong.m4.
45866         * m4/intmax_t.m4: New file.
45867         * m4/d-type.m4: Indentation.
45868         * m4/jm-macros.m4: Update.
45869         * m4/prereq.m4 (jm_PREREQ): Update.
45870         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45871         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45872         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45873         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45874         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45875         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45876         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45877         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45878         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45879         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45880         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45881         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45882         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45883         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45884         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45885         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45886         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45887         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45888         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45889
45890 2002-12-24  Bruno Haible  <bruno@clisp.org>
45891
45892         * MODULES.txt: Update according to m4/ changes.
45893
45894         Module gettext.
45895         * config.rpath: New file, from gettext-0.11.5.
45896
45897         * modules/*: New module descriptions.
45898         * gnulib-tool: New file.
45899         * MODULES.html.sh: New file.
45900
45901 2002-12-21  Karl Berry  <karl@gnu.org>
45902
45903         * doc/fdl.texi: update to version 1.2.
45904
45905 2002-12-19  Karl Berry  <karl@gnu.org>
45906
45907         * config/config.guess: update from prep.
45908
45909 2002-12-18  Bruno Haible  <bruno@clisp.org>
45910
45911         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45912         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45913
45914 2002-12-17  Bruno Haible  <bruno@clisp.org>
45915
45916         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45917         stdlib.h, string.h.
45918
45919 2002-12-17  Bruno Haible  <bruno@clisp.org>
45920
45921         * lib/canon-host.c (strdup): Remove unused declaration.
45922
45923         * lib/fsusage.c: Include full_read.h.
45924         (get_fs_usage): Use full_read instead of safe_read.
45925
45926         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45927
45928 2002-12-12  Karl Berry  <karl@gnu.org>
45929
45930         * config/config.guess: update from prep.
45931
45932 2002-12-11  Bruno Haible  <bruno@clisp.org>
45933
45934         * m4/setenv.m4: New file, from gettext-0.11.5.
45935
45936 2002-12-11  Bruno Haible  <bruno@clisp.org>
45937
45938         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45939         not unsetenv().
45940         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45941         modifications:
45942
45943         2002-12-11  Bruno Haible  <bruno@clisp.org>
45944
45945                 * setenv.c (alloca): Fall back to malloc.
45946                 (freea): New macro.
45947                 (setenv): Use freea() to free memory allocated with alloca().
45948
45949         2002-11-13  Bruno Haible  <bruno@clisp.org>
45950
45951                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45952                 function declarations.
45953                 * unsetenv.c (unsetenv): Likewise.
45954
45955         2002-03-04  Bruno Haible  <bruno@clisp.org>
45956
45957                 Portability to AIX 4.3.3.
45958                 * unsetenv.c: New file, extracted from setenv.c.
45959                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45960
45961         2001-12-20  Bruno Haible  <bruno@clisp.org>
45962
45963                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45964                 use malloc instead. For SunOS 4.
45965
45966         2001-12-11  Bruno Haible  <bruno@clisp.org>
45967
45968                 * setenv.c: Declare alloca.
45969                 (compar_fn_t): New typedef.
45970                 (KNOWN_VALUE, STORE_VALUE): Use it.
45971
45972         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45973         setenv.h.
45974
45975 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45976
45977         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45978         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45979         Choose values that are less likely to collide with system fnmatch
45980         options.
45981         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45982         defined (e.g., a pure POSIX system).
45983         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45984         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45985
45986 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45987
45988         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45989         a pain in practice to deal with generated m4 files.  This change
45990         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45991
45992         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45993         and jm-glibc-io.m4, as they are no longer a special case.
45994         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45995         kludge and the auto-generation stuff.  Check only whether the
45996         functions are declared, not whether they exist, since older hosts
45997         that don't declare the functions can't use the optimization anyway.
45998
45999 2002-12-06  Jim Meyering  <jim@meyering.net>
46000
46001         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
46002
46003         Merge in changes from libc's misc/error.c, in preparation
46004         for the merge of gnulib's changes back into libc.
46005
46006         * lib/error.c (_): Define only if not already defined.
46007         Move definition to follow all #include directives.
46008         Include unlocked-io.h only if !_LIBC.
46009         [_LIBC]: Include <libio/libioP.h>.
46010         [USE_IN_LIBIO]: Include <libio/iolibio.h>
46011         (fflush): Tweak definition to use INTUSE.
46012         (putc): Define.
46013
46014 2002-12-05  Paul Eggert  <eggert@twinsun.com>
46015
46016         * lib/alloca.c [defined emacs]: Include "lisp.h".
46017         (xalloc_die) [defined emacs]: New macro.
46018         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
46019         [! defined emacs]: Include <xalloc.h>.
46020         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
46021         (pointer): Typedef to POINTER_TYPE *.
46022         (malloc): Remove decl; we now always use xmalloc.
46023         (alloca): Use old-style definition, since Emacs needs this.
46024         Check for arithmetic overflow when computing combined size.
46025
46026 2002-12-04  Paul Eggert  <eggert@twinsun.com>
46027
46028         Do not generate unlocked-io.h automatically, since it's easier to
46029         maintain it by hand.
46030
46031         * lib/unlocked-io.h: New file, from GNU diffutils,
46032         but with proper copyright notice and attribution.
46033         * lib/gen-uio: Remove.
46034         * lib/Makefile.am: Add copyright notice.
46035         (libfetish_a_SOURCES): Add unlocked-io.h.
46036         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
46037         (DISTCLEANFILES, io_functions): Remove macros.
46038         (EXTRA_DIST): Remove gen_uio.
46039         (unlocked-io.h): Remove rule.
46040
46041 2002-12-04  Jim Meyering  <jim@meyering.net>
46042
46043         Reflect the fact that stat.c and lstat.c are no longer generated.
46044         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
46045         (DISTCLEANFILES): Likewise.
46046         (EXTRA_DIST): Likewise.
46047         (all_local): Don't depend on stat.c or lstat.c.
46048         (stat.c, lstat.c): Remove rules.
46049         (EXTRA_DIST): Remove xstat.in.
46050
46051         * lib/xstat.in: Remove file.  Contents moved into stat.c.
46052         * lib/stat.c: New file.  Contents mostly from xstat.in.
46053         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
46054         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
46055
46056         * lib/safe-read.c: Rework so that it may serve to define safe_write,
46057         too.
46058         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
46059
46060 2002-12-03  Jim Meyering  <jim@meyering.net>
46061
46062         * lib/safe-read.c, safe-write.c: Change variable names and comments,
46063         but not semantics, to minimize the differences between these two files.
46064         (safe_read): Change comment to mention SAFE_READ_ERROR.
46065
46066         * lib/safe-read.c (IS_EINTR): Define.
46067         (safe_read): Use IS_EINTR in place of in-function cpp directives.
46068
46069 2002-12-02  Jim Meyering  <jim@meyering.net>
46070
46071         * lib/safe-read.c (EINTR): Define.
46072         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
46073         (INT_MAX): Provide fallback.
46074         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
46075
46076         * lib/safe-read.h (SAFE_READ_ERROR): Define.
46077
46078 2002-12-02  Bruno Haible  <bruno@clisp.org>
46079
46080         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
46081         Define, taken from safe-read.c.
46082         (INT_MAX): Provide fallback.
46083         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
46084         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
46085
46086         * lib/safe-read.c (EINTR): Remove definition.
46087         (safe_read): Don't use EINTR if it is absent.
46088
46089 2002-12-01  Jim Meyering  <jim@meyering.net>
46090
46091         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
46092         zero.
46093         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
46094
46095 2002-11-27  Paul Eggert  <eggert@twinsun.com>
46096
46097         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
46098         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
46099         with `if (! (value < limit)) abort ();', for readability.
46100
46101 2002-11-26  Karl Berry  <karl@gnu.org>
46102
46103         * lib/strdup.c: copy from libc again, with jim's ok.
46104         * lib/.cppi-disable: re-add strdup.c
46105
46106 2002-11-25  Karl Berry  <karl@gnu.org>
46107
46108         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
46109         instead of "strtol.c".
46110
46111 2002-11-25  Karl Berry  <karl@gnu.org>
46112
46113         * config/install-sh: update from automake for variable quoting, $0 in
46114         error msgs, etc.
46115
46116         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
46117         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
46118         entry.
46119
46120 2002-11-25  Jim Meyering  <jim@meyering.net>
46121
46122         * lib/mktime.c: Sync from libc, now that it has the latest fix.
46123
46124 2002-11-24  Karl Berry  <karl@gnu.org>
46125
46126         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
46127         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
46128
46129 2002-11-24  Jim Meyering  <jim@meyering.net>
46130
46131         Update from coreutils:
46132
46133         * lib/mktime.c: Merge in changes from libc.
46134
46135         Avoid a link-time failure on some Linux systems.
46136         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
46137         (otherwise).
46138         (__mon_yday): Declare with the STATIC attribute.
46139         (__mktime_internal): Likewise.
46140         Based on a report from Greg Schafer.
46141
46142 2002-11-23  Jim Meyering  <jim@meyering.net>
46143
46144         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
46145         Use `unsigned', not `int', as type of index.
46146
46147         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
46148
46149         * lib/fsusage.c: Remove unneeded parentheses around operands of
46150         `defined'.
46151
46152 2002-11-22  Paul Eggert  <eggert@twinsun.com>
46153
46154         * lib/quotearg.h: Allow multiple inclusion by surrounding with
46155         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
46156         so that we can be included first.
46157         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
46158         * lib/quotearg.c: Include quotearg.h immediately after config.h.
46159         No need to include stddef.h or sys/types.h any more.
46160         Surround local include files with "", not "<>".
46161         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
46162         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
46163         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
46164         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
46165         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
46166         (ISPRINT): Remove; no longer needed now that we assume C89.
46167
46168         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
46169         Preserve errno.
46170
46171         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
46172         quotearg_char): Use SIZE_MAX rather than
46173         (size_t) -1 when we are talking about "infinity".
46174
46175         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
46176
46177 2002-11-22  Paul Eggert  <eggert@twinsun.com>
46178
46179         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
46180         hint that one should use `if (! x) abort ();' rather than `assert
46181         (x);', and anyway it's one less thing to worry about configuring.
46182         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
46183         hash_rehash, hash_insert): Use abort rather than assert.
46184
46185 2002-11-22  Bruno Haible  <bruno@clisp.org>
46186
46187         * lib/safe-read.h: Assume C89. Add comments.
46188         (safe_read): Change return type to size_t.
46189         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
46190         byte counts > SSIZE_MAX correctly.
46191         * lib/safe-write.h: New file.
46192         * lib/safe-write.c: New file.
46193         * lib/full-read.h: New file.
46194         * lib/full-read.c: New file.
46195         * lib/full-write.h: Assume C89. Add comments.
46196         * lib/full-write.c: Include safe-write.h.
46197         (full_write): Rewritten to use safe_write.
46198         Suggested by Jim Meyering and Paul Eggert.
46199
46200 2002-11-21  Jim Meyering  <jim@meyering.net>
46201
46202         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
46203
46204         Merge in changes from the coreutils.
46205
46206         2002-09-25  Paul Eggert  <eggert@twinsun.com>
46207         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
46208         <stdint.h>.
46209         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
46210         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
46211         int.  Work more efficiently if X is the same width as uintmax_t.
46212         Do not compare X to -1, to avoid bogus compiler warning.
46213         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
46214         Don't assume that f_frsize and f_bsize are the same type.
46215
46216         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
46217         warning on FreeBSD.
46218
46219         * lib/makepath.c (make_path): Restore umask *before* creating the final
46220         component.
46221         (make_path): Minor reformatting.
46222
46223         * lib/xmalloc.c: Adjust to work with new autoconf macros,
46224         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
46225         HAVE_MALLOC/HAVE_REALLOC.
46226
46227         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
46228         dummy ones.  At least on GNU/Linux systems, `auto' means something
46229         else.
46230         From Michael Stone.
46231
46232 2002-11-21  Bruno Haible  <bruno@clisp.org>
46233
46234         Remove case insensitive option matching.
46235         * lib/argmatch.h (argcasematch): Remove declaration.
46236         (ARGCASEMATCH): Remove macro.
46237         (__xargmatch_internal): Remove case_sensitive argument.
46238         (XARGMATCH): Update.
46239         (XARGCASEMATCH): Remove macro.
46240         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
46241         case_sensitive argument.
46242         (argcasematch): Remove function.
46243         (__xargmatch_internal): Remove case_sensitive argument.
46244         (main): Use XARGMATCH instead of XARGCASEMATCH.
46245
46246         * lib/xmalloc.c: Change compile-time error message. Add comment about
46247         required autoconf version.
46248
46249 2002-11-20  Paul Eggert  <eggert@twinsun.com>
46250
46251         Merge argmatch cleanups from Bison.  Assume C89.
46252
46253         * lib/argmatch.c: Include config.h here, not in argmatch.h.
46254         Include stdlib.h, for EXIT_FAILURE.
46255         Always include <string.h>, since we assume C89.
46256         (EXIT_FAILURE): Remove pre-C89 bug workaround.
46257         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
46258         Include <stddef.h> instead, since it's all we need for size_t.
46259         (PARAMS): Remove.  All uses removed.
46260         (ARRAY_CARDINALITY): Do not bother to #undef.
46261         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
46262         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
46263         Remove unnecessary parentheses.
46264         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
46265         Insert necessary parentheses.
46266         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
46267         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
46268
46269 2002-11-19  Bruno Haible  <bruno@clisp.org>
46270
46271         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
46272         * lib/mbswidth.h: Include <stddef.h>, for size_t.
46273
46274         * lib/mbswidth.h (PARAMS): Remove macro.
46275         (mbswidth, mbsnwidth): Use ANSI C function declarations.
46276         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
46277
46278         * lib/gcd.h (PARAMS): Remove macro.
46279         (gcd): Use ANSI C function declarations.
46280         * lib/gcd.c (gcd): Likewise.
46281
46282 2002-11-15  Bruno Haible  <bruno@clisp.org>
46283
46284         * lib/strcspn.c: Include <stddef.h>.
46285         (strcspn): Use ANSI C function declaration. Change return type to
46286         size_t. Use NULL.
46287         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
46288         (strpbrk): Use NULL.
46289         * lib/strpbrk.h (PARAMS): Remove macro.
46290         (strpbrk): Use ANSI C function declaration.
46291         * lib/strstr.c: Don't include <sys/types.h>.
46292         * lib/strstr.h (PARAMS): Remove macro.
46293         (strstr): Use ANSI C function declarations.
46294
46295 2002-11-14  Karl Berry  <karl@gnu.org>
46296
46297         * config/mkinstalldirs: `do' on separate line, instead of
46298         `for var; do'.
46299
46300 2002-11-06  Bruno Haible  <bruno@clisp.org>
46301
46302         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
46303         * lib/gcd.c (gcd): Likewise.
46304
46305 2002-11-05  Bruno Haible  <bruno@clisp.org>
46306
46307         * lib/gcd.h: New file, from gettext-0.11.5.
46308         * lib/gcd.c: New file, from gettext-0.11.5.
46309
46310 2002-11-05  Bruno Haible  <bruno@clisp.org>
46311
46312         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
46313         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
46314         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
46315         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
46316
46317         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
46318         <libintl.h>.
46319         * lib/makepath.c: Include gettext.h instead of <locale.h> and
46320         <libintl.h>.
46321
46322         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
46323         * lib/human.c: Include gettext.h instead of <libintl.h>.
46324         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
46325         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
46326         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
46327         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
46328         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
46329         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
46330         (textdomain): Remove definition.
46331         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
46332
46333         * lib/long-options.c: Remove include of <libintl.h> and definition of
46334         _.
46335         * lib/same.c: Remove include of <libintl.h> and definition of _.
46336
46337 2002-11-04  Owen Taylor  <otaylor@redhat.com>
46338
46339         * lib/config.charset: A few additions for Solaris.
46340
46341 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
46342
46343         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
46344         * lib/localcharset.c (locale_charset): Declare as extern "C".
46345
46346 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
46347
46348         * lib/config.charset: msdos in uk_UA uses CP1125.
46349
46350 2002-11-04  Bruno Haible  <bruno@clisp.org>
46351
46352         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
46353         * lib/strcase.h: New file, from GNU gettext-0.11.5.
46354         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
46355         * lib/strstr.h: New file, from GNU gettext-0.11.5.
46356         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
46357
46358 2002-11-04  Bruno Haible  <bruno@clisp.org>
46359
46360         * lib/localcharset.c (locale_charset): Don't return an empty string.
46361
46362 2002-11-04  Bruno Haible  <bruno@clisp.org>
46363
46364         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
46365         aliases.
46366
46367 2002-11-04  Bruno Haible  <bruno@clisp.org>
46368
46369         * lib/config.charset: Update for newest glibc. Add canonical names
46370         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
46371
46372 2002-11-04  Bruno Haible  <bruno@clisp.org>
46373
46374         * lib/config.charset: Add support for NetBSD.
46375
46376 2002-11-04  Bruno Haible  <bruno@clisp.org>
46377
46378         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
46379
46380 2002-11-01  Bruno Haible  <bruno@clisp.org>
46381
46382         * configure.in: Add AC_CONFIG_AUX_DIR call.
46383         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
46384         test/Makefile.
46385         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
46386
46387 2002-09-28  Karl Berry  <karl@gnu.org>
46388
46389         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
46390         installed automake until the next release, since changes have been
46391         made.
46392
46393 2002-09-25  Karl Berry  <karl@gnu.org>
46394
46395         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
46396         * lib/getopt*: copy from libc/posix.
46397         * lib/gettext.h: copy from gettext.
46398         * lib/.cppi-disable: add strdup.c, gettext.h.
46399
46400 2002-09-25  Karl Berry  <karl@gnu.org>
46401
46402         * config/srclist.txt: enable gettext.h check.
46403         * config/config.{guess,sub}: update from prep.
46404         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
46405                 from automake 1.6.3.
46406         See srclist*.
46407
46408 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
46409
46410         * regex.c (PATFETCH): Remove the translating fetch.
46411         (PATFETCH_RAW): Rename to PATFETCH.
46412         (set_image_of_range): New fun.
46413         (SET_RANGE_TABLE_WORK_AREA): Use it.
46414         (regex_compile): Don't translate the pattern chars so eagerly.
46415         Only do it when inserting an `exactn' bytecode or when handling
46416         a char-range.
46417         (mutually_exclusive_p): Avoid empty statement.
46418
46419 2002-07-06  Jim Meyering  <meyering@lucent.com>
46420
46421         * m4/README: Don't mention Makefile.am.in.
46422         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
46423
46424 2002-07-01  Jim Meyering  <meyering@lucent.com>
46425
46426         * lib/c-stack.c: Include sys/time.h.
46427         From Volker Borchert.
46428
46429 2002-06-26  Paul Eggert  <eggert@twinsun.com>
46430
46431         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
46432
46433 2002-06-26  Paul Eggert  <eggert@twinsun.com>
46434
46435         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
46436         New macro.  Use it uniformly instead of
46437         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
46438         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
46439         reported by Vin Shelton.
46440
46441 2002-06-22  Paul Eggert  <eggert@twinsun.com>
46442
46443         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
46444         Do not assume SA_SIGINFO behavior.
46445         Bug reported by Jim Meyering on NetBSD 1.5.2.
46446
46447 2002-06-22  Jim Meyering  <meyering@lucent.com>
46448
46449         * m4/c-stack.m4: New file, from diffutils-2.8.2.
46450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
46451
46452         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
46453         now that configure.ac uses AC_GNU_SOURCE.
46454         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
46455         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
46456
46457         Update to latest tools.  Suggestions from Paul Eggert.
46458         * m4/stdbool.m4: New file, from diffutils-2.8.2.
46459         * m4/gnu-source.m4: Update from diffutils-2.8.2.
46460         * m4/fnmatch.m4: Likewise.
46461         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
46462         to AC_HEADER_STDBOOL
46463
46464 2002-06-22  Jim Meyering  <meyering@lucent.com>
46465
46466         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
46467         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
46468
46469 2002-06-22  Jim Meyering  <meyering@lucent.com>
46470
46471         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
46472
46473         * lib/exitfail.c, exitfail.h: Likewise.
46474         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
46475
46476         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
46477         of fnmatch.h.
46478         (EXTRA_DIST): Add fnmatch_loop.c.
46479         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
46480
46481         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
46482         * lib/fnmatch.c: Update from diffutils-2.8.2.
46483         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
46484         * lib/fnmatch.h: Remove file.
46485
46486 2002-06-21  Jim Meyering  <meyering@lucent.com>
46487
46488         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
46489         * m4/mbrtowc.m4: Likewise.
46490
46491         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
46492         * m4/mbswidth.m4: Reflect name change:
46493         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
46494         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
46495
46496         * m4/lib-link.m4: Update from gettext-0.11.2.
46497         * m4/gettext.m4: Likewise.
46498
46499         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
46500         From Alfred M. Szmidt.
46501
46502 2002-06-18  Paul Eggert  <eggert@twinsun.com>
46503
46504         * lib/file-type.h: Report an error if neither S_ISREG nor
46505         S_IFREG is defined, instead of using a test specific to glibc
46506         2.2.  This should be safe, since POSIX requires S_ISREG and
46507         Unix Version 7 had S_IFREG.  We don't need to check for
46508         <sys/types.h> since we don't use any symbols that it defines.
46509
46510 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
46511
46512         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
46513         $@-t, so that each temporary file name is unique and valid in the first
46514         8 characters, for operation under DOS.
46515
46516 2002-06-15  Paul Eggert  <eggert@twinsun.com>
46517
46518         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
46519
46520 2002-06-15  Jim Meyering  <meyering@lucent.com>
46521
46522         Work even with DJGPP 2.03, which lacks support for symlinks.
46523         From Richard Dawe.
46524         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
46525         is defined.
46526         * lib/lchown.c (S_ISLNK): Likewise.
46527
46528 2002-06-15  Jim Meyering  <meyering@lucent.com>
46529
46530         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
46531         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
46532         have been included before this file.
46533
46534 2002-06-14  Jim Meyering  <meyering@lucent.com>
46535
46536         * lib/file-type.h: Use the version from diffutils-2.8.2.
46537         * lib/file-type.c: Likewise.
46538
46539 2002-06-07  Jim Meyering  <meyering@lucent.com>
46540
46541         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
46542         They're needed at least for NetBSD 1.5.2.
46543         ($statxfs_includes): Include those same headers.
46544         ($statxfs_includes): Include sys/vfs.h if available.
46545         ($statxfs_includes): Likewise for sys/statvfs.h.
46546         Check for the following members in both structs statfs and statvfs:
46547         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
46548
46549 2002-06-01  Jim Meyering  <meyering@lucent.com>
46550
46551         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
46552         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
46553
46554 2002-05-28  Jim Meyering  <meyering@lucent.com>
46555
46556         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
46557         Reported by Volker Borchert.
46558
46559 2002-05-27  Jim Meyering  <meyering@lucent.com>
46560
46561         Fix a problem seen only on nonconforming systems whereby ls.c's
46562         use of localtime, and then of gettimeofday would cause trouble:
46563         the localtime call used to initialize rpl_gettimeofday's save
46564         mechanism would clobber ls's current local time information so
46565         that in any long listing the first file would always be listed
46566         with date 1970-01-01.  Analysis by Volker Borchert.
46567
46568         * lib/gettimeofday.c (localtime): Undefine.
46569         (rpl_localtime): New function.
46570
46571 2002-05-27  Jim Meyering  <meyering@lucent.com>
46572
46573         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
46574         localtime.
46575
46576         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
46577         use the replacement function; it wouldn't resolve at link time.
46578         Reported by Volker Borchert.
46579
46580 2002-05-22  Jim Meyering  <meyering@lucent.com>
46581
46582         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46583         file-type.h.
46584         * lib/file-type.h: New file.
46585         * lib/file-type.c (file_type): New file/function.  Extracted from
46586         diffutils.
46587
46588 2002-04-30  Jim Meyering  <meyering@lucent.com>
46589
46590         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46591
46592 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46593
46594         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46595
46596 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46597
46598         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46599         Do not check for alloca.h (no longer used) or stdbool.h (was never
46600         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46601
46602 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46603
46604         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46605
46606 2002-04-29  Jim Meyering  <meyering@lucent.com>
46607
46608         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46609         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46610         Use AC_FUNC_STRNLEN here instead.
46611
46612         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46613         With autoconf-2.53a, it's part of AC_PROG_CC.
46614
46615 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46616
46617         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46618         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46619
46620 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46621
46622         * lib/sig2str.h, lib/sig2str.c: New files.
46623         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46624
46625 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46626
46627         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46628         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46629         of 127, since 64 is the largest conceivable number for ancient
46630         nonstandard hosts.
46631         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46632
46633 2002-04-28  Jim Meyering  <meyering@lucent.com>
46634
46635         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46636
46637 2002-04-24  Jim Meyering  <meyering@lucent.com>
46638
46639         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46640         (jm_PREREQ): Use it.
46641
46642         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46643         mach/mach.h fcntl.h.
46644         Check for this function: setlocale.
46645
46646 2002-04-24  Jim Meyering  <meyering@lucent.com>
46647
46648         * lib/gettext.h: New file, from Gettext.
46649         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46650         (libfetish_a_SOURCES): Add gettext.h.
46651
46652 2002-04-16  Jim Meyering  <meyering@lucent.com>
46653
46654         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46655         ut_pid, ut_id, ut_exit.
46656
46657 2002-04-16  Jim Meyering  <meyering@lucent.com>
46658
46659         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46660         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46661         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46662
46663 2002-04-12  Jim Meyering  <meyering@lucent.com>
46664
46665         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46666         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46667         existence of the getmntinfo function.  Needed for Darwin 5.3.
46668
46669         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46670         This is necessary at least on Darwin 5.3.
46671
46672         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46673         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46674         strnlen.o in the library, and that makes some versions of ranlib
46675         object.
46676
46677 2002-04-12  Jim Meyering  <meyering@lucent.com>
46678
46679         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46680
46681 2002-04-09  Jim Meyering  <meyering@lucent.com>
46682
46683         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46684         to be more precise.  Rather than saying we're checking whether the
46685         function `works', say what we're testing.
46686         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46687         Reported by Bruno Haible.
46688
46689 2002-03-10  Jim Meyering  <meyering@lucent.com>
46690
46691         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46692         Suggestion from Santiago Vila.
46693
46694 2002-03-08  Jim Meyering  <meyering@lucent.com>
46695
46696         * lib/rename.c: Mention that this wrapper is needed also on
46697         mips-dec-ultrix4.4 systems.
46698
46699 2002-03-02  Jim Meyering  <meyering@lucent.com>
46700
46701         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46702         not HAVE_CLOCK_SETTIME.
46703
46704 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46705
46706         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46707         Check for clock_settime.
46708
46709 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46710
46711         * lib/nanosleep.h: Rename to....
46712         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46713
46714         * lib/gettime.c: New file.
46715         * lib/settime.c: New file.
46716         * lib/stime.c: Remove.
46717
46718         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46719         timespec.h.  Remove nanosleep.h.
46720
46721 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46722
46723         * m4/acl.m4: New file.
46724         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46725         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46726
46727 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46728
46729         * lib/acl.c, lib/acl.h: New files.
46730         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46731
46732 2002-02-24  Jim Meyering  <meyering@lucent.com>
46733
46734         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46735         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46736         cause trouble.  Reported by Nelson Beebe.
46737
46738 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46739
46740         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46741         compilers that don't know that xalloc_die never returns.
46742
46743 2002-02-20  Jim Meyering  <meyering@lucent.com>
46744
46745         * lib/getdate.c: Regenerate using bison-1.33.
46746
46747 2002-02-17  Jim Meyering  <meyering@lucent.com>
46748
46749         * config/config.guess (main): Don't use `head -1'; it's no longer
46750         portable. Use `sed 1q' instead.
46751
46752 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46753
46754         * m4/codeset.m4: Upgrade to gettext-0.11.
46755         * m4/gettext.m4: Upgrade to gettext-0.11.
46756         * m4/glibc21.m4: Upgrade to gettext-0.11.
46757         * m4/iconv.m4: Upgrade to gettext-0.11.
46758         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46759         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46760         * m4/lib-ld.m4: New file, from gettext-0.11.
46761         * m4/lib-link.m4: New file, from gettext-0.11.
46762         * m4/lib-prefix.m4: New file, from gettext-0.11.
46763         * m4/progtest.m4: Upgrade to gettext-0.11.
46764
46765 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46766
46767         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46768         (jm_PREREQ): Use it.
46769
46770 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46771
46772         * lib/posixver.c, lib/posixver.h: New files.
46773         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46774
46775 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46776             Bruno Haible  <bruno@clisp.org>
46777
46778         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46779         (fwrite_success_callback): New declaration.
46780         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46781         print_unicode_char. Call failure callback instead of error.
46782         (fwrite_success_callback): New function.
46783         (exit_failure_callback): New function.
46784         (fallback_failure_callback): New function.
46785         (print_unicode_char): Call unicode_to_mb.
46786
46787 2002-01-26  Jim Meyering  <meyering@lucent.com>
46788
46789         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46790         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46791
46792 2002-01-26  Jim Meyering  <meyering@lucent.com>
46793
46794         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46795
46796 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46797
46798         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46799
46800 2002-01-22  Jim Meyering  <meyering@lucent.com>
46801
46802         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46803         Otherwise, some versions of automake would omit the rule that makes
46804         Makefile from Makefile.in.
46805
46806 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46807
46808         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46809         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46810         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46811         (memcoll): Set errno to zero if there is no error.
46812
46813         * lib/quotearg.c (quotearg_buffer_restyled):
46814         Fix bug with quoting buffers containing NUL when backslashing escapes.
46815         This bug was exposed by the other changes in this patch.
46816         (quotearg_n_options): New arg ARGSIZE.
46817         All callers changed.
46818         (quoting_options_from_style): New function.
46819         (quotearg_n_style): Use it.
46820         (quotearg_n_style_mem): New function.
46821
46822         * lib/quotearg.h (quotearg_n_style_mem): New function.
46823
46824 2002-01-19  Jim Meyering  <meyering@lucent.com>
46825
46826         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46827         Remove useless quotes: DF_PROG="df".
46828         * m4/strnlen.m4: New file.
46829
46830 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46831
46832         * lib/backupfile.c (ISDIGIT): Comment fix.
46833         * lib/getdate.y (ISDIGIT): Likewise.
46834         * lib/posixtm.c (ISDIGIT, year): Likewise.
46835         * lib/strverscmp.c (ISDIGIT): Likewise.
46836         * lib/userspec.c (ISDIGIT): Likewise.
46837
46838 2002-01-16  Jim Meyering  <meyering@lucent.com>
46839
46840         * lib/getdate.y: Add three semicolons, each just before a closing
46841         brace. Bison (as of version 1.31) no longer papers over that mistake.
46842
46843 2002-01-05  Jim Meyering  <meyering@lucent.com>
46844
46845         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46846
46847 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46848
46849         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46850         not silently exit merely because the output buffer happens to
46851         have nothing pending.
46852
46853 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46854
46855         See the big note in ../ChangeLog.
46856         * lib/human.c (suffixes): Prefer K to k for 1024.
46857         (generate_suffix_backwards): New function.
46858         (human_readable_inexact): Use it.
46859         * lib/xstrtol.c (__xstrtol): If there is no number but there
46860         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46861         Accept 'K' as well as 'k'.
46862
46863 2001-12-15  Jim Meyering  <meyering@lucent.com>
46864
46865         * lib/regex.h (__restrict_arr): Update from libc.
46866
46867         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46868         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46869         (STREQ): Define.
46870
46871 2001-12-14  Jim Meyering  <meyering@lucent.com>
46872
46873         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46874         Suggestion from Bruno Haible.
46875
46876 2001-12-10  Jim Meyering  <meyering@lucent.com>
46877
46878         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46879         xrealloc, Instead, include "xalloc.h".
46880         (initbuffer): Don't cast xmalloc return value to char*.
46881         (readline): Reword comment.
46882         Don't cast xrealloc return value to char*
46883         Return NULL, not 0.
46884
46885 2001-12-09  Jim Meyering  <meyering@lucent.com>
46886
46887         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46888         about `signed and unsigned type in conditional expression'.
46889         * lib/posixtm.c (posix_time_parse): Likewise.
46890
46891         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46892
46893         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46894         to avoid a pedantic warning.
46895
46896         * lib/getstr.c: Don't include assert.h.
46897         (getstr): Remove warning-evoking assertions.
46898         Return -1 if offset parameter is out of bounds.
46899         Change the type of a local from int to size_t.
46900
46901         * lib/strftime.c (my_strftime_localtime_r): Include this function
46902         definition in the `#if ! HAVE_TM_GMTOFF' block.
46903
46904         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46905         Include xalloc.h instead.
46906
46907 2001-12-02  Jim Meyering  <meyering@lucent.com>
46908
46909         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46910         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46911         included.
46912
46913         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46914         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46915
46916 2001-11-30  Akim Demaille  <akim@epita.fr>
46917
46918         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46919         before being defined.
46920
46921 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46922
46923         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46924         First arg is int, not unsigned.
46925         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46926         (SIZE_MAX, UINT_MAX): New macros.
46927         (quotearg_n_options): Abort if N is negative.
46928         Avoid overflow check on hosts where size_t is 64 bits and int
46929         is 32 bits, as overflow is impossible there.
46930         Fix off-by-one typo that caused unnecessary reallocation.
46931
46932 2001-11-27  Jim Meyering  <meyering@lucent.com>
46933
46934         * lib/tempname.c: Merge with version from libc.
46935         * lib/regex.c: Likewise.
46936
46937         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46938         systems for which STDC_HEADERS is 0, it was not included, resulting in
46939         a warning about an integer-to-pointer conversion problem with getenv.
46940         Reported by Volker Borchert.
46941
46942 2001-11-26  Jim Meyering  <meyering@lucent.com>
46943
46944         * lib/gtod.h: Remove file.
46945         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46946         * lib/gettimeofday.c: Don't include gtod.h.
46947         (GTOD_init): Remove function.
46948         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46949         Suggestion from Volker Borchert.
46950
46951 2001-11-23  Jim Meyering  <meyering@lucent.com>
46952
46953         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46954         it.
46955         * lib/hash.c (struct hash_table): Define it here instead.
46956
46957 2001-11-22  Jim Meyering  <meyering@lucent.com>
46958
46959         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46960
46961 2001-11-20  Jim Meyering  <meyering@lucent.com>
46962
46963         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46964         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46965
46966 2001-11-19  Jim Meyering  <meyering@lucent.com>
46967
46968         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46969         directory.  Use "conftestXXXXXX" as the template.
46970         Suggestion from Paul Eggert.
46971
46972         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46973         immediately, so the test doesn't mistakenly hit the max-open-files
46974         limit.
46975
46976 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46977
46978         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46979         (TEMPORARIES): New macro.
46980         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46981         removes an artificial limitation (e.g. HP-UX 10.20, where
46982         TMP_MAX is 17576).
46983
46984 2001-11-18  Jim Meyering  <meyering@lucent.com>
46985
46986         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46987
46988 2001-11-18  Jim Meyering  <meyering@lucent.com>
46989
46990         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46991         on SunOS 4.
46992
46993         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46994         files will be created before anything else.
46995
46996 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46997
46998         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46999         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
47000
47001 2001-11-17  Jim Meyering  <meyering@lucent.com>
47002
47003         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
47004         Prompted by a report from Bob Proulx.
47005
47006         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
47007         Instead, require UTILS_FUNC_MKSTEMP.
47008
47009 2001-11-17  Jim Meyering  <meyering@lucent.com>
47010
47011         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
47012         Now, that's done as part of AC_FUNC_STRTOD.
47013
47014 2001-11-17  Jim Meyering  <meyering@lucent.com>
47015
47016         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
47017         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
47018         rather than group writable.  Patch by Juan F. Codagnone.
47019
47020         * lib/readtokens.c: Remove explicit declarations of xmalloc and
47021         xrealloc, Instead, include "xalloc.h".
47022
47023         * lib/mountlist.c: Include unlocked-io.h after all system headers.
47024         Remove explicit declarations of xmalloc, xrealloc,
47025         and xstrdup.  Instead, include "xalloc.h".
47026
47027         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
47028         unlocked-io.h.
47029         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
47030         Likewise.
47031         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
47032
47033         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
47034         Reported by Padraig Brady.
47035
47036         * lib/mkstemp.c: #undef mkstemp.
47037         Include config.h.
47038         (rpl_mkstemp): Rename from mkstemp.
47039         Protoize.
47040
47041 2001-11-16  Jim Meyering  <meyering@lucent.com>
47042
47043         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
47044         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
47045         determine the amount of total physical memory, use pstat_getstatic.
47046         HPUX-11 doesn't define _SC_PHYS_PAGES.
47047         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
47048         If sysconf couldn't be used to determine the amount of available
47049         physical memory, use both pstat_getstatic and pstat_getdynamic.
47050         Based on a patch from Bob Proulx.
47051
47052 2001-11-10  Jim Meyering  <meyering@lucent.com>
47053
47054         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
47055         (jm_PREREQ): Use it.
47056
47057 2001-11-09  Jim Meyering  <meyering@lucent.com>
47058
47059         * m4/jm-macros.m4: Require autoconf-2.52f.
47060         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
47061         Use these AC_-prefixed names, not the AM_-prefixed ones.
47062
47063         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
47064
47065 2001-11-05  Jim Meyering  <meyering@lucent.com>
47066
47067         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
47068
47069 2001-11-04  Jim Meyering  <meyering@lucent.com>
47070
47071         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
47072         $DEFS.
47073
47074 2001-11-03  Jim Meyering  <meyering@lucent.com>
47075
47076         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
47077         of AC_DEFUN.
47078
47079         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
47080         know the name of the variable in the macro definition.
47081
47082 2001-11-03  Jim Meyering  <meyering@lucent.com>
47083
47084         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
47085         in argmatch_to_argument call.
47086
47087         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
47088         argument.
47089
47090         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
47091         e.g., a fault due to an attempt to free a NULL pointer.
47092
47093 2001-11-01  Jim Meyering  <meyering@lucent.com>
47094
47095         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
47096         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
47097
47098 2001-11-01  Jim Meyering  <meyering@lucent.com>
47099
47100         * lib/dirfd.c, lib/dirfd.h: New files.
47101         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
47102
47103         * lib/hash.c (hash_print) [TESTING]: Clean up.
47104
47105 2001-10-22  Paul Eggert  <eggert@twinsun.com>
47106
47107         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
47108         to avoid a warning if -Wall.
47109
47110 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
47111
47112         * README: New file
47113         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
47114         (per RMS's instructions, this is now the canonical source)
47115         * lgpl/, gpl/: New directories.
47116
47117 2001-10-21  Paul Eggert  <eggert@twinsun.com>
47118
47119         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
47120
47121 2001-10-21  Jim Meyering  <meyering@lucent.com>
47122
47123         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
47124         this code would end up calling gettext even in packages built
47125         with --disable-nls.
47126         * lib/getopt.c (_): Likewise.
47127         * lib/regex.c (_): Likewise.
47128
47129 2001-10-20  Paul Eggert  <eggert@twinsun.com>
47130
47131         * m4/error.m4 (jm_PREREQ_ERROR):
47132         Do not invoke AC_CHECK_FUNCS with strerror_r, as
47133         AC_FUNC_STRERROR_R does that.
47134         Check for strerror declaration.
47135
47136         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
47137         are supposed to have them these days.
47138         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
47139         Merge changes from latest Autoconf CVS.
47140         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
47141         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
47142         POSIX decided to standardize on the int flavor of strerror_r.
47143
47144 2001-10-20  Paul Eggert  <eggert@twinsun.com>
47145
47146         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
47147         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
47148         Use strerror_r that is only a macro, even if it is not a function.
47149         (strerror): Check for HAVE_DECL_STRERROR before declaring.
47150         (private_strerror): Use prototypes, not old-style function definition.
47151         (print_errno_message): New function.
47152         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
47153         char*-flavored one.
47154         (error_tail, error, error_at_line): Use it.
47155
47156 2001-10-11  Jim Meyering  <meyering@lucent.com>
47157
47158         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
47159         and quote_n (1, ... to avoid clobbering a buffer.
47160
47161 2001-10-05  Jim Meyering  <meyering@lucent.com>
47162
47163         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
47164         hash-pjw.h.
47165         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
47166         * lib/hash-pjw.h: New file.
47167
47168 2001-09-30  Jim Meyering  <meyering@lucent.com>
47169
47170         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
47171         `struct fsstat' has the `f_fstypename' member.
47172         Use that to define FS_TYPE, which is now used to make
47173         the getfsstat link test tighter.
47174
47175 2001-09-30  Jim Meyering  <meyering@lucent.com>
47176
47177         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
47178         Include <sys/ucred.h>, for Apple Darwin.
47179         Include sys/mount.h and sys/fs_types.h only if available.
47180         (FS_TYPE): Define.
47181         (read_filesystem_list): Use FS_TYPE.
47182
47183 2001-09-29  Paul Eggert  <eggert@twinsun.com>
47184
47185         * lib/exclude.c (excluded_filename): 0 -> false, since it's
47186         a boolean context.
47187
47188 2001-09-29  Jim Meyering  <meyering@lucent.com>
47189
47190         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
47191         [one-argument getmntent function]): Include stdio.h before mntent.h.
47192         SunOS 4.1.x needs it for the declaration of `FILE'.
47193         Patch by Volker Borchert.
47194
47195         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
47196         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
47197         sys/fs_types.h, and make the link-test for getfsstat guard #include
47198         directives with appropriate #if HAVE_*_H tests so that we can
47199         detect getfsstat on Apple Darwin1.3.7 systems.
47200         Reported by Nelson Beebe.
47201         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
47202
47203 2001-09-28  Paul Eggert  <eggert@twinsun.com>
47204
47205         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
47206         #defines strtoimax.  Also treat the other strto* functions
47207         like strtoimax.
47208
47209         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
47210         Check for strtoul and strtoumax,
47211         as those declarations are made even in the signed case.
47212         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
47213         Likewise, for strtol and strtoimax.
47214
47215 2001-09-28  Paul Eggert  <eggert@twinsun.com>
47216
47217         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
47218         #defines strtoimax.  Also treat the other strto* functions
47219         like strtoimax.
47220
47221         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
47222         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
47223         (strtoimax, strtoumax): Do not declare if already defined as a macro.
47224
47225 2001-09-26  Jim Meyering  <meyering@lucent.com>
47226
47227         Most macros in unlocked-io.h had the wrong number of arguments.
47228         * lib/gen-uio: New script.
47229         (USE_UNLOCKED_IO): Define to 1 if not already defined.
47230         * lib/unlocked-io.hin: Remove file.
47231         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
47232         rather than trying to embed it here.
47233         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
47234         Reported by Padraig Brady.
47235
47236 2001-09-25  Volker Borchert  <bt@teknon.de>
47237
47238         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
47239         `result'.
47240
47241 2001-09-24  Jim Meyering  <meyering@lucent.com>
47242
47243         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
47244
47245 2001-09-23  Jim Meyering  <meyering@lucent.com>
47246
47247         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
47248         instead of the mere test for existence of mntent.h.  The latter
47249         would get a false-positive on AIX 3.4 systems.
47250         In the outer getmntent if-block, don't die if neither of the getmntent
47251         tests succeeds.  Instead, just fall through and continue with the
47252         remaining tests.
47253
47254 2001-09-23  Jim Meyering  <meyering@lucent.com>
47255
47256         * lib/mountlist.c: Remove useless parentheses in #if directives.
47257         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
47258         the deprecated MOUNTED symbol is no longer defined in mntent.h.
47259
47260 2001-09-22  Jim Meyering  <meyering@lucent.com>
47261
47262         * m4/gettext.m4: New file.  From gettext.
47263         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
47264         * m4/progtest.m4: Likewise
47265         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
47266         * m4/glibc21.m4: Likewise.
47267
47268         * m4/libintl.m4: Remove.  No longer used.
47269
47270 2001-09-22  Jim Meyering  <meyering@lucent.com>
47271
47272         * lib/localcharset.c: Update from latest gettext.
47273         * lib/config.charset: Likewise.
47274
47275 2001-09-20  Jim Meyering  <meyering@lucent.com>
47276
47277         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
47278         strtoimax.
47279         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
47280         strtoumax.
47281
47282 2001-09-20  Jim Meyering  <meyering@lucent.com>
47283
47284         * lib/xstrtol.c (strtoimax): Guard declaration with
47285         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
47286         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
47287         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
47288         (strtoumax): Likewise, for completeness (it wasn't necessary).
47289
47290 2001-09-17  Paul Eggert  <eggert@twinsun.com>
47291
47292         * lib/strtoimax.c (HAVE_LONG_LONG):
47293         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
47294         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
47295         to work around bug in IBM C compiler.
47296
47297 2001-09-17  Jim Meyering  <meyering@lucent.com>
47298
47299         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
47300         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
47301         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
47302         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
47303         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
47304         whenever the right hand side need not be expanded by the shell.
47305
47306 2001-09-16  Paul Eggert  <eggert@twinsun.com>
47307
47308         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
47309         library.  It's not correct, as some older glibcs are buggy.
47310         fnmatch wasn't fixed until glibc 2.2.
47311
47312         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
47313         special shell magic here.
47314
47315 2001-09-16  Jim Meyering  <meyering@lucent.com>
47316
47317         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
47318         * m4/jm-macros.m4: Require it.
47319
47320 2001-09-16  Jim Meyering  <meyering@lucent.com>
47321
47322         * lib/mkdir.c: New file.
47323
47324 2001-09-15  Jim Meyering  <meyering@lucent.com>
47325
47326         * m4/jm-macros.m4: Check for help2man.
47327
47328 2001-09-11  Jim Meyering  <meyering@lucent.com>
47329
47330         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
47331         The body, by Paul Eggert, was moved here from configure.in.
47332         * m4/jm-macros.m4: Require UTILS_HOST_OS.
47333
47334 2001-09-04  Paul Eggert  <eggert@twinsun.com>
47335
47336         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
47337         (jm_PREREQ): Use it.
47338
47339 2001-09-04  Paul Eggert  <eggert@twinsun.com>
47340
47341         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
47342         Use ssize_t, not int, to store result of readlink.
47343         Check for ssize_t overflow as well as size_t overflow,
47344         as POSIX says the result of readlink is implementation-defined
47345         when ssize_t overflows.
47346         Remove unnecessary cast to char*.
47347         Use free+malloc instead of realloc, as the storage doesn't need
47348         to be preserved and it's clearer and can be more efficient that way.
47349         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
47350         * lib/xreadlink.h (xreadlink): Update prototype.
47351
47352 2001-09-04  Paul Eggert  <eggert@twinsun.com>
47353
47354         * lib/xgetcwd.c: Revert some of the previous change; intead,
47355         fix the HAVE_GETCWD_NULL code to behave more like the
47356         !HAVE_GETCWD_NULL code used to.
47357
47358         Include "xalloc.h".
47359         (xgetcwd): Do not return NULL when memory is exhausted; instead,
47360         invoke xalloc_die.
47361
47362 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47363
47364         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
47365         sys/param.h, as pathmax.h includes them.
47366
47367 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47368
47369         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
47370         (jm_PREREQ_XGETCWD): New macro.
47371
47372         * m4/getcwd.m4: New file.
47373
47374 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47375
47376         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
47377         like the HAVE_GETCWD_NULL code.
47378         Include pathmax.h if not HAVE_GETCWD.
47379         Do not include xalloc.h.
47380         (INITIAL_BUFFER_SIZE): New symbol.
47381         Do not use xmalloc / xrealloc, since the caller is responsible for
47382         handling errors.  Preserve errno around `free' during failure.
47383         Do not overrun buffer when using getwd.
47384
47385 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47386
47387         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
47388         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
47389         getcwd (NULL, 0).
47390
47391 2001-09-03  Paul Eggert  <eggert@twinsun.com>
47392
47393         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
47394         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
47395         spotted by Jim Meyering.
47396
47397 2001-09-03  Jim Meyering  <meyering@lucent.com>
47398
47399         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
47400         failure.
47401
47402 2001-09-02  Jim Meyering  <meyering@lucent.com>
47403
47404         * lib/error.c: Update from GNU libc.
47405
47406 2001-09-01  Jim Meyering  <meyering@lucent.com>
47407
47408         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
47409         Used by df.
47410
47411 2001-09-01  Jim Meyering  <meyering@lucent.com>
47412
47413         * lib/xreadlink.c: New file.
47414         * lib/xreadlink.h: New file.
47415         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
47416         xreadlink.h.
47417
47418         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
47419         doesn't conflict with sparc Solaris 7's definition in
47420         /usr/include/sys/int_types.h.
47421
47422         * lib/exclude.c: Use `""', not `<>' to #include non-system header
47423         files.
47424         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
47425         and strncasecmp as r-values.  Unixware didn't have declarations.
47426
47427 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47428
47429         * lib/xstrtol.h: Add copyright notice.
47430         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
47431         LONGINT_INVALID_SUFFIX_CHAR.
47432
47433 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47434
47435         * lib/xstrtol.c (strtoimax): New decl.
47436
47437 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47438
47439         * lib/xgetcwd.c: Don't include pathmax.h.
47440         Include stdlib.h and unistd.h if available.
47441         Include xalloc.h.
47442         (xmalloc, xstrdup, free): Remove decls.
47443         (xgetcwd): Don't assume sizes fit in unsigned.
47444         Check for overflow when computing sizes.
47445         Simplify reallocation code.
47446
47447 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47448
47449         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
47450         a directory's st_size can have an arbitrary value, so the old
47451         usage could waste an arbitrary amount of memory.  All uses
47452         changed.
47453         * lib/savedir.h: Update prototype.
47454
47455 2001-08-31  Paul Eggert  <eggert@twinsun.com>
47456
47457         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
47458
47459         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
47460         old strtoimax.c.
47461
47462         Also, make the following further changes to make this file's
47463         configuration more similar to that of strtol.c:
47464         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
47465         (strtoumax, uintmax_t, strtoull, strtol): Remove.
47466         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
47467         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
47468         changed to signed values.
47469
47470         And make the following changes as well:
47471         Fix copyright notice, as 1999 was missing.
47472         (verify): New macro.
47473         (strtoimax): Check sizes at compile-time, not run-time.
47474         Prefer strtol to strtoll if both work.
47475         (main): Remove; it was not that useful and was a pain to maintain.
47476
47477         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
47478
47479 2001-08-31  Jim Meyering  <meyering@lucent.com>
47480
47481         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
47482         Use an initial, malloc'd, buffer of length 128 rather than
47483         a statically allocated one of length 1024.
47484
47485 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47486
47487         Simplify code, partly by assuming autoconf 2.52 semantics.
47488
47489         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
47490
47491         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
47492         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
47493         All uses removed.
47494         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
47495         Move AC_REQUIRE to next-to-top level, to avoid confusion.
47496         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
47497         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
47498         jm_AC_HEADER_INTTYPES_H.
47499         * m4/jm-macros.m4 (jm_MACROS): Likewise.
47500
47501         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
47502
47503         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
47504         Quote first arg of AC_DEFUN.
47505         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
47506         since they are needed to parse the include file even if we need
47507         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
47508         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
47509         but with opposite signedness.
47510
47511 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47512
47513         Merge 'exclude' changes from tar 1.13.22.
47514         This fixes one or two unlikely storage allocation overflow bugs,
47515         but doesn't change user-visible behavior otherwise.
47516
47517 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47518
47519         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
47520         (jm_PREREQ_EXCLUDE): New macro.
47521
47522 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47523
47524         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
47525         tm to be declared.
47526
47527 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47528
47529         * lib/hash.c: Remove '2001' from copyright notice.
47530
47531 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47532
47533         * lib/full-write.h: New file.
47534         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
47535         * lib/full-write.c: Correct credits, as cccp.c no longer
47536         exists and anyway it was so heavily changed from the old cccp
47537         code as to be unrecognizable.  Include full-write.h.
47538         (full_write) Return size_t, with short writes meaning failure.
47539         All callers changed.  This fixes a bug with large buffers
47540         on 64-bit hosts.
47541         * lib/utime.c: Include full-write.h.
47542
47543 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47544
47545         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
47546         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
47547         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
47548         Include if available.
47549         (<xalloc.h>): Include
47550         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
47551         (verify): New macro.  Use it to verify that EXCLUDE macros do not
47552         collide with FNM macros.
47553         (struct patopts): New struct.
47554         (struct exclude): Use it, as exclude patterns now come with options.
47555         (new_exclude): Support above changes.
47556         (new_exclude, add_exclude_file):
47557         Initial size must now be a power of two to simplify overflow checking.
47558         (free_exclude, fnmatch_no_wildcards): New function.
47559         (excluded_filename): No longer requires options arg, as the options
47560         are determined by add_exclude.  Now returns bool, not int.
47561         (excluded_filename, add_exclude):
47562         Add support for the fancy new exclusion options.
47563         (add_exclude, add_exclude_file): Now takes int options arg.
47564         Check for arithmetic overflow when computing sizes.
47565         (add_exclude_file): xrealloc might modify errno, so don't
47566         realloc until after errno might be used.
47567
47568         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
47569         New macros.
47570         (free_exclude): New decl.
47571         (add_exclude, add_exclude_file): Now takes int options arg.
47572         (excluded_filename): No longer requires options arg, as the options
47573         are determined by add_exclude.  Now returns bool, not int.
47574
47575 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47576
47577         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
47578
47579 2001-08-27  Jim Meyering  <meyering@lucent.com>
47580
47581         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47582
47583         * lib/version-etc.c (N_): Remove definition.
47584         Revert most of last change.
47585         Instead, simply don't mark the `Copyright...' string for translation.
47586         Based on advice from Paul Eggert.
47587
47588         * lib/strtoxmax.c: Tweak comment.
47589
47590 2001-08-26  Jim Meyering  <meyering@lucent.com>
47591
47592         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47593
47594         * m4/xstrtoimax.m4: New file.
47595         * m4/xstrtoumax.m4: Add comments explaining why we
47596         AC_REPLACE_FUNCS(strtol).
47597
47598 2001-08-26  Jim Meyering  <meyering@lucent.com>
47599
47600         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47601         of copyright with `%s' so translators don't get an untranslated
47602         message in 2002.
47603         (COPYRIGHT_YEAR): Define.
47604         (version_etc): Use fprintf rather than fputs.
47605         Suggestion from Ulrich Drepper.
47606
47607         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47608
47609         * lib/strtoll.c: New file, from GNU libc.
47610         * lib/xstrtoimax.c: New file.
47611
47612         * lib/xstrtol.h: Add xstrtoimax.
47613         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47614         * lib/strtoimax.c: New file.  Likewise, but first define
47615         STRTOUXMAX_SIGNED.
47616
47617         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47618         ...
47619         * lib/strtoxmax.c: ... then renamed to this.
47620
47621 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47622
47623         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47624         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47625         (jm_AC_TYPE_INTMAX_T): New macro.
47626         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47627
47628         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47629
47630         * m4/longlong.m4: Renamed from ulonglong.m4.
47631         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47632         * m4/uintmax_t.m4: Removed.
47633
47634 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47635
47636         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47637         Port to Solaris 8, where 'sed' requires a space after the 'r'
47638         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47639         Redirect output to $tmp just once.
47640
47641 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47642
47643         * lib/addext.c (<errno.h>): Include.
47644         (errno): Declare if not defined.
47645         (addext): Work correctly when pathconf returns -1 and leaves
47646         errno alone because there is no limit.  Also, work even if
47647         pathconf returns a value greater than SIZE_MAX.
47648
47649 2001-08-12  Jim Meyering  <meyering@lucent.com>
47650
47651         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47652         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47653         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47654         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47655         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47656         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47657         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47658         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47659         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47660         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47661         utime.m4, utimes.m4, xstrtoumax.m4:
47662         Quote the first argument in each use of AC_DEFUN.
47663
47664 2001-08-12  Jim Meyering  <meyering@lucent.com>
47665
47666         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47667         Simply `return getcwd (NULL, 0);'.
47668         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47669         Use 1300 as initial value for length, not PATH_MAX.
47670
47671         * lib/pathmax.h: Clean up cpp syntax.
47672
47673 2001-08-12  Jim Meyering  <meyering@lucent.com>
47674
47675         * lib/gettimeofday.c: New file.
47676         * lib/gtod.h: New file.
47677         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47678
47679 2001-08-05  Jim Meyering  <meyering@lucent.com>
47680
47681         * m4/jm-macros.m4: Require autoconf-2.52.
47682
47683 2001-08-04  Jim Meyering  <meyering@lucent.com>
47684
47685         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47686         stmt, to get in sync with glibc.
47687
47688 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47689
47690         The following changes are from gettext 0.10.39 as maintained by
47691         Bruno Haible.
47692
47693         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47694         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47695         with inverted sense.  All uses changed.
47696
47697         * lib/mbswidth.c: Don't include <limits.h>.
47698         Include <stdlib.h> and <string.h> unconditionally.
47699         (iswcntrl, mbsinit, ISCNTRL): New macros.
47700         (mbsnwidth): Use K&R style function declarations.
47701         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47702         can optimize it when MB_CUR_MAX == 1.
47703         The width of control characters is zero, not 1.
47704
47705 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47706
47707         The following changes are from gettext 0.10.39 as maintained by
47708         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47709
47710         * m4/codeset.m4: Upgrade to serial AM1.
47711         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47712         all uses changed.  Quote first arg of AC_DEFUN.
47713         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47714
47715         * m4/iconv.m4: Upgrade to serial AM2.
47716         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47717         Add --with-libconv-prefix.
47718         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47719         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47720         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47721         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47722         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47723
47724         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47725         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47726         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47727         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47728         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47729         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47730         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47731         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47732         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47733
47734         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47735         string.h any more.
47736
47737         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47738         not the default value.
47739
47740         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47741         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47742         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47743         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47744         Also check for iswcntrl, used for wcwidth fallback.
47745         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47746         to Autoconf 2.13.
47747
47748 2001-08-03  Jim Meyering  <meyering@lucent.com>
47749
47750         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47751         as it was in the original.  Reported by Paul Eggert.
47752
47753 2001-07-16  Jim Meyering  <meyering@lucent.com>
47754
47755         * m4/gettimeofday.m4: New file.
47756         Prompted by a report from Bernhard Baehr.
47757
47758 2001-07-15  Jim Meyering  <meyering@lucent.com>
47759
47760         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47761         stuff. Now it's in ../Makefile.cfg.
47762
47763 2001-07-15  Jim Meyering  <meyering@lucent.com>
47764
47765         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47766         (BUILT_SOURCES): Add unlocked-io.h.
47767         (io_functions): Define.
47768         (unlocked-io.h): New rule.
47769         (DISTCLEANFILES): Add unlocked-io.h.
47770         (all-local): Depend on unlocked-io.h, to ensure it is created.
47771
47772         * lib/unlocked-io.hin: New file
47773
47774         * lib/regex.c: Update from glibc.
47775
47776 2001-07-05  Jim Meyering  <meyering@lucent.com>
47777
47778         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47779         recommendation.
47780         (libfetish_a_SOURCES): Put all .h files here instead.
47781         Remove a thus-exposed (better checks in automake) duplicate and
47782         two unnecessary .h files.
47783
47784 2001-07-04  Jim Meyering  <meyering@lucent.com>
47785
47786         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47787         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47788         distcheck failure.
47789
47790 2001-07-02  Jim Meyering  <meyering@lucent.com>
47791
47792         The following changes were prompted by suggestions from Bruno Haible.
47793
47794         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47795         is now generated.
47796         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47797         definition of EXTRA_DIST.
47798         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47799         ensure that the generated file is created/updated whenever the list
47800         of $(unlocked_functions) is changed.
47801         (jm-glibc-io.m4): New rule.
47802         (unlocked-io.h): New rule -- currently unused.
47803
47804 2001-06-24  Jim Meyering  <meyering@lucent.com>
47805
47806         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47807         unmatched right bracket, rather than kludging it with an extra,
47808         falsely-matching quote in a comment.  Patch by Akim Demaille.
47809
47810 2001-06-11  Jim Meyering  <meyering@lucent.com>
47811
47812         * lib/regex.c: Update from GNU libc.
47813
47814 2001-05-27  Jim Meyering  <meyering@lucent.com>
47815
47816         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47817         Check for ut_type in struct utmp.
47818
47819 2001-05-27  Jim Meyering  <meyering@lucent.com>
47820
47821         * lib/readutmp.h (UT_TYPE): Define.
47822
47823 2001-05-24  Jim Meyering  <meyering@lucent.com>
47824
47825         * lib/argmatch.c: Include "quote.h".
47826         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47827         quote function.  Reported by Göran Uddeborg.
47828
47829 2001-05-22  Jim Meyering  <meyering@lucent.com>
47830
47831         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47832         now that we use the package-supplied version unconditionally.
47833         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47834
47835 2001-05-21  Jim Meyering  <meyering@lucent.com>
47836
47837         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47838         shell syntax errors.
47839
47840 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47841
47842         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47843
47844 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47845
47846         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47847         Don't bother to check library strftime, since
47848         we'll be using our own my_strftime function anyway.
47849         Define my_strftime instead of strftime.
47850
47851 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47852
47853         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47854         which is not yet declared.
47855
47856 2001-05-15  Jim Meyering  <meyering@lucent.com>
47857
47858         * m4/regex.m4: Use proper quoting so brackets appear in the test
47859         program.
47860         Reported by, and with help from, Bruno Haible.
47861
47862 2001-05-13  Jim Meyering  <meyering@lucent.com>
47863
47864         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47865         undefined.
47866
47867 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47868
47869         dirname code cleanup.  base_name now behaves more compatibly
47870         with POSIX basename when given file names that have trailing
47871         slashes, and similarly for dir_name.  Add new primitives
47872         base_len and dir_len.  Put the directory-name-related decls
47873         into dirname.h.
47874
47875         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47876         * lib/backupfile.c (base_name): Likewise.
47877         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47878         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47879         * lib/makepath.c (strip_trailing_slashes): Likewise.
47880         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47881         ISSLASH): Likewise.
47882         * lib/rename.c (strip_trailing_slashes): Likewise.
47883         * lib/same.c (base_name): Likewise.
47884         * lib/stripslash.c (ISSLASH): Likewise.
47885
47886         * lib/addext.c: Include <dirname.h> after size_t is defined.
47887         * lib/backupfile.c: Likewise.
47888
47889         * lib/addext.c (addext): Use base_len to trim redundant
47890         trailing slashes instead of doing it ourselves.
47891         But do not trim the last slash if it is not redundant.
47892
47893         * lib/backupfile.c (find_backup_file_name,
47894         max_backup_version): Use base_len instead of rolling it ourselves.
47895         Handle the case of "" and (on DOS) "C:" correctly.
47896
47897         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47898         needed. Include <string.h>, <dirname.h>.
47899         (base_name): Allow file names ending in slashes, other than names
47900         that are all slashes.  In this case, return the basename followed
47901         by the slashes.  This is more general, and can be used in places
47902         where the original base_name purposely had an assertion failure.
47903         (base_len): New function.
47904
47905         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47906         Do not include <assert.h>; no longer needed.
47907         Include xalloc.h.
47908         (memrchr): Remove decl.
47909         (dir_name_r): Remove.
47910         (dir_len): Renamed from dirlen.  All callers changed.
47911         Rewrite in terms of base_name, for simplicity and consistency.
47912         (dir_name): Never return NULL.  All callers changed.
47913         Do not include <stdlib.h> in test program; no longer needed.
47914         return 0; is fine for test program.
47915
47916         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47917         New macros.
47918         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47919
47920         * lib/path-concat.c (path_concat): Use base_len to compute
47921         base length, not strlen; this means we cannot rely on memcpy
47922         to null-terminate.
47923
47924         * lib/same.c (STREQ): Remove.
47925         (same_name): Handle the case where the basename ends in trailing '/'.
47926
47927         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47928         a slash was stripped.  Do not strip the last slash after a
47929         file system prefix.
47930
47931 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47932
47933         * lib/Makefile.am (libfetish_a_SOURCES):
47934         Add strftime.c, since we now compile it on all hosts.
47935
47936         * lib/strftime.c (my_strftime):
47937         Define to nstrftime if emacs, but only if my_strftime is not defined.
47938         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47939         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47940         Add one more extra argument: a nanoseconds value.
47941         All uses changed.
47942         (ns): New macro.
47943         (my_strftime function): Add %N format.
47944         (emacs_strftimeu): Renamed from emacs_strftime,
47945         with extra ut argument.
47946
47947 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47948
47949         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47950
47951 2001-04-21  Jim Meyering  <meyering@lucent.com>
47952
47953         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47954         doesn't interfere.
47955
47956 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47957
47958         * m4/ftruncate.m4: Check for chsize.
47959         Link with ftruncate.o unconditionally if ftruncate is missing.
47960         This was required when cross-compiling to i586-mingw32msvc.
47961
47962 2001-04-08  Jim Meyering  <meyering@lucent.com>
47963
47964         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47965         recomputed; that's necessary when the offset spans a DST transition.
47966         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47967
47968 2001-04-02  Jim Meyering  <meyering@lucent.com>
47969
47970         * lib/regex.h, regex.c: Update from GNU libc.
47971
47972 2001-03-24  Jim Meyering  <meyering@lucent.com>
47973
47974         * m4/jm-macros.m4: Require autoconf-2.49d.
47975
47976 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47977
47978         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47979
47980 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47981
47982         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47983
47984 2001-03-17  Jim Meyering  <meyering@lucent.com>
47985
47986         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47987         now that the version in autoconf is equivalent.
47988         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47989
47990         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47991         Suggestion from Akim Demaille.
47992
47993         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47994         (jm_PREREQ_TEMPNAME): New function.
47995
47996 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47997
47998         * lib/tempname.c (uint64_t): Define to uintmax_t if
47999         not defined, and if UINT64_MAX is not defined.
48000         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
48001         Reported by John David Anglin.
48002
48003 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
48004
48005         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
48006         resolve alias if codeset is empty.
48007         * lib/config.charset (BeOS): Use wildcard syntax.
48008
48009 2001-03-13  Jim Meyering  <meyering@lucent.com>
48010
48011         * lib/path-concat.c (path_concat)
48012         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
48013         concatenating e.g., `C:' and `foo'.
48014         From Bruno Haible.
48015
48016 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
48017
48018         * lib/localcharset.c (locale_charset): Don't use
48019         setlocale(LC_CTYPE,NULL). Don't return NULL.
48020         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
48021
48022 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
48023
48024         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
48025         support for DOS/DJGPP.
48026
48027 2001-03-01  Paul Eggert  <eggert@twinsun.com>
48028
48029         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
48030         lacks mkstemp.  Compile our own tempname.c if we compile our own
48031         mkstemp.c, as mkstemp relies on tempname.
48032
48033 2001-03-01  Jim Meyering  <meyering@lucent.com>
48034
48035         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
48036         AH_VERBATIM really does output its argument verbatim.
48037
48038 2001-02-28  Paul Eggert  <eggert@twinsun.com>
48039
48040         * lib/Makefile.am (libfetish_a_SOURCES):
48041         Add dup-safer.c, fopen-safer.c.
48042         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
48043
48044         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
48045         * lib/unistd-safer.h: New files.
48046
48047 2001-02-25  Paul Eggert  <eggert@twinsun.com>
48048
48049         The mkstemp replacement is taken from glibc 2.2.2, with some
48050         portability fixes for use outside glibc, as follows:
48051
48052         * lib/tempname.c (struct_stat64): New macro.
48053         (direxists, __gen_tempname): Use it.
48054         This avoids a portability problem with Solaris 8.
48055
48056         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
48057         (<stddef.h>, <stdint.h>, <string.h>):
48058         Include only if STDC_HEADERS || _LIBC.
48059         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
48060         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
48061         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
48062         (__set_errno): Define this macro if <errno.h> doesn't.
48063         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
48064         Define these macros if <stdio.h> doesn't.
48065         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
48066         Define these macros if <sys/stat.h>
48067         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
48068         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
48069         __xstat64): Define if not _LIBC.
48070         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
48071         (__gen_tempname): Invoke gettimeofday only if
48072         HAVE_GETTIMEOFDAY || _LIBC;
48073         otherwise, fall back on plain "time".
48074         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
48075
48076         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
48077
48078         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
48079
48080 2001-02-18  Paul Eggert  <eggert@twinsun.com>
48081
48082         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
48083
48084 2001-02-17  Paul Eggert  <eggert@twinsun.com>
48085
48086         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
48087         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
48088         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
48089         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
48090
48091 2001-02-17  Paul Eggert  <eggert@twinsun.com>
48092
48093         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
48094         Remove workaround macros for hosts that have mbrtowc but not
48095         mbstate_t, as we now insist on proper declarations for both
48096         before using mbrtowc.
48097
48098 2001-02-17  Jim Meyering  <meyering@lucent.com>
48099
48100         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
48101         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
48102         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
48103         UnixWare 7.1.1.
48104
48105         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
48106         rather than AC_CACHE_VAL.
48107
48108 2001-02-17  Jim Meyering  <meyering@lucent.com>
48109
48110         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
48111         around included file name.
48112
48113         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
48114
48115         * lib/strftime.c: Update from GNU libc (the only changes were to
48116         comments).
48117
48118 2001-02-17  Jim Meyering  <meyering@lucent.com>
48119
48120         * lib/regex.c: Update from libc.
48121
48122 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
48123
48124         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
48125         clash.
48126
48127 2001-02-16  Paul Eggert  <eggert@twinsun.com>
48128
48129         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
48130         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
48131         Reported by Mark Hounschell via Paul Eggert.
48132
48133 2001-02-07  Jim Meyering  <meyering@lucent.com>
48134
48135         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
48136
48137 2001-02-05  Jim Meyering  <meyering@lucent.com>
48138
48139         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
48140         it includes the patch required for `large file' support with at least
48141         HP-UX's 10.20 /bin/cc.
48142
48143 2001-02-03  Jim Meyering  <meyering@lucent.com>
48144
48145         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
48146         AS_IF, now that it works once again (mysteriously).
48147         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
48148
48149 2001-01-30  Jim Meyering  <meyering@lucent.com>
48150
48151         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
48152         * m4/chown.m4: Rename conftestchown to conftest.chown.
48153         * m4/rename.m4: s/conftestdir/conftest.d1/ and
48154         s/conftestdir2/conftest.d2/.
48155         * m4/utimes.m4: s/conftestdata/conftest.data/
48156         Inspired by Pavel Roskin's change in autoconf.
48157
48158 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
48159
48160         * lib/config.charset: Update for FreeBSD 4.2.
48161
48162 2001-01-27  Jim Meyering  <meyering@lucent.com>
48163
48164         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
48165         a use of AS_IF.
48166         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
48167
48168 2001-01-26  Jim Meyering  <meyering@lucent.com>
48169
48170         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
48171         quotearg.c includes it.
48172
48173 2001-01-26  Jim Meyering  <meyering@lucent.com>
48174
48175         * lib/quotearg.c: Include stddef.h.
48176         * lib/quote.c: Include stddef.h.
48177         Reported by Axel Kittenberger.
48178
48179         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
48180         line in double quotes so that it evokes a better diagnostic.
48181         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
48182         Reported by Axel Kittenberger.
48183
48184 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
48185
48186         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
48187         as if it was a `charset'.
48188
48189 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
48190
48191         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
48192         has const.
48193
48194 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
48195
48196         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
48197         to avoid a warning.  Add back 'const' to inptr.
48198
48199 2001-01-20  Jim Meyering  <meyering@lucent.com>
48200
48201         Be sure that headers are checked before used in code compiled
48202         for the type checks.
48203         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
48204         In place of that, invoke jm_CHECK_ALL_TYPES.
48205         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
48206         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
48207         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
48208         The check for ssize_t was mistakenly run before the test for unistd.h.
48209
48210         The configure-time check for stdbool.h was missing.
48211         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
48212         (jm_PREREQ_HASH): New function.
48213
48214 2001-01-17  Jim Meyering  <meyering@lucent.com>
48215
48216         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
48217         for autoconf-2.49c.
48218         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
48219
48220 2001-01-16  Jim Meyering  <meyering@lucent.com>
48221
48222         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
48223         From Bruno Haible.
48224
48225 2001-01-14  Jim Meyering  <meyering@lucent.com>
48226
48227         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
48228         foo and bar.  Create conftestdir/ in the script, not in the C code.
48229         Remove directories in the script, not in the C code.
48230         Remove conftestdir{,2} before trying to create the directory.
48231         Make the entire configure script fail if the mkdir fails.
48232
48233 2001-01-14  Jim Meyering  <meyering@lucent.com>
48234
48235         * lib/rename.c: New file.  From Volker Borchert.
48236         Include stdlib.h, string.h or strings.h, and xalloc.h.
48237         Use strip_trailing_slashes rather than open-coding it.
48238
48239 2001-01-03  Paul Eggert  <eggert@twinsun.com>
48240
48241         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
48242
48243 2001-01-03  Jim Meyering  <meyering@lucent.com>
48244
48245         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
48246         of local `inptr' to avoid warning with some system declarations of
48247         iconv.
48248
48249 2001-01-02  Volker Borchert  <bt@teknon.de>
48250
48251         * m4/rename.m4: New file.
48252         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
48253
48254 2001-01-01  Jim Meyering  <meyering@lucent.com>
48255
48256         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
48257         even on systems with utmpx.h.  It's necessary for the declaration of
48258         utmp's ut_user member.  Reported by Andreas Jaeger.
48259
48260         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
48261         available. They are required for the declarations of getgrgid and
48262         getpwuid resp.
48263         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
48264         Reported by Andreas Jaeger.
48265
48266 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
48267
48268         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
48269         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
48270         so `make install' also works in VPATH builds.
48271
48272 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
48273
48274         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
48275         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
48276         can be used in subdirectories.
48277
48278 2000-12-29  Paul Eggert  <eggert@twinsun.com>
48279
48280         * lib/modechange.c: Do not assume that mode_t uses the
48281         traditional octal encoding.  E.g. "chmod 1 FOO" should set
48282         the other-execute bit of FOO even if S_IXOTH != 1.
48283
48284         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
48285         WOTH, XOTH, ALLM): New macros.
48286         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
48287          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
48288         Use them.
48289         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
48290         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
48291         (mode_compile):
48292         No need to use uintmax_t; unsigned long is long enough.
48293         Don't bother to get suffix since we don't use it.
48294
48295 2000-12-26  Jim Meyering  <meyering@lucent.com>
48296
48297         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
48298         better with autoheader.
48299
48300 2000-12-24  Jim Meyering  <meyering@lucent.com>
48301
48302         * lib/hash.c (is_prime): Return explicit boolean values.
48303         (hash_get_first): Return NULL to appease Irix5.6's 89.
48304         Reported by Nelson Beebe.
48305
48306 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
48307
48308         * lib/localcharset.c (locale_charset): Add support for Win32.
48309
48310 2000-12-18  Paul Eggert  <eggert@twinsun.com>
48311
48312         * lib/physmem.h, lib/physmem.c: New files.
48313
48314         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
48315         (noinst_HEADERS): Add physmem.h.
48316
48317         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
48318         't' for compatibility with Solaris 8 sort.
48319
48320 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
48321
48322         * lib/config.charset: Add support for BeOS.
48323
48324 2000-12-17  Jim Meyering  <meyering@lucent.com>
48325
48326         * m4/dos.m4 (jm_AC_DOS): New file and macro.
48327         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
48328
48329 2000-12-16  Jim Meyering  <meyering@lucent.com>
48330
48331         This bug had a serious impact on chown: `chown N:M FILE' (for integer
48332         N and M) would have treated it like `chown N:N FILE'.
48333
48334         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
48335
48336 2000-12-16  Jim Meyering  <meyering@lucent.com>
48337
48338         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
48339         SHELLS_FILE to a file name that's useful on djgpp systems.
48340         Include stdlib.h.
48341         (ADDITIONAL_DEFAULT_SHELLS): Define.
48342         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
48343         Based mostly on a patch from Prashant TR.
48344
48345 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
48346
48347         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
48348         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
48349         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
48350
48351 2000-12-08  Andreas Schwab  <schwab@suse.de>
48352
48353         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
48354         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
48355
48356 2000-12-07  Jim Meyering  <meyering@lucent.com>
48357
48358         * lib/stripslash.c (ISSLASH): Define.
48359         (strip_trailing_slashes): Use ISSLASH rather than comparing against
48360         `/'.
48361         From Prashant TR.
48362
48363         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
48364         (dir_name_r): Declare this function as static.
48365         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
48366         manifest itself on a name containing a mix of slashes and
48367         backslashes.
48368         Make this function work with names starting with a DOS-style
48369         drive letter and colon prefix.
48370         (dir_name): Append `.' if necessary.
48371         Based mostly on patches from Prashant TR and Eli Zaretskii.
48372
48373         * lib/dirname.h (dir_name_r): Remove prototype.
48374
48375 2000-12-06  Paul Eggert  <eggert@twinsun.com>
48376
48377         * m4/off_t-format.m4: Remove this file.
48378         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
48379
48380 2000-12-06  Jim Meyering  <meyering@lucent.com>
48381
48382         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
48383         replacement strtoull, we may well need the replacement strtoul, too.
48384         Check for declarations of strtoul and strtoull.
48385         Check for strtol.  Mainly as a cue to cause automake to include
48386         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
48387         Check for limits.h -- strtol.c needs it.
48388
48389 2000-12-05  Jim Meyering  <meyering@lucent.com>
48390
48391         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
48392
48393 2000-12-04  Jim Meyering  <meyering@lucent.com>
48394
48395         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
48396         Also include memory.h, stdlib.h, unistd.h if appropriate.
48397         Reported by Andreas Jaeger (conflicting declaration of malloc).
48398
48399 2000-12-02  Jim Meyering  <meyering@lucent.com>
48400
48401         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
48402         * m4/jm-macros.m4 (jm_MACROS): require it.
48403
48404 2000-12-02  Jim Meyering  <meyering@lucent.com>
48405
48406         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
48407
48408 2000-12-01  Paul Eggert  <eggert@twinsun.com>
48409
48410         * lib/memrchr.c: Include <config.h> before any system include file.
48411
48412 2000-11-30  Jim Meyering  <meyering@lucent.com>
48413
48414         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
48415
48416 2000-11-30  Jim Meyering  <meyering@lucent.com>
48417
48418         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
48419
48420 2000-11-29  Paul Eggert  <eggert@twinsun.com>
48421
48422         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
48423
48424 2000-11-26  Jim Meyering  <meyering@lucent.com>
48425
48426         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
48427
48428 2000-11-22  Paul Eggert  <eggert@twinsun.com>
48429
48430         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
48431         size of (size_t) -1; it's not portable.
48432
48433 2000-11-17  Jim Meyering  <meyering@lucent.com>
48434
48435         * lib/strstr.c: Update from GNU libc.
48436
48437 2000-11-17  Akim Demaille  <akim@epita.fr>
48438
48439         * lib/obstack.h: Formatting changes.
48440         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
48441         prevent type checking.
48442         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
48443         cast the value to (void *): assigning a `foo *' to a `void *'
48444         variable is valid.
48445         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
48446
48447 2000-11-16  Jim Meyering  <meyering@lucent.com>
48448
48449         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
48450
48451 2000-11-11  Jim Meyering  <meyering@lucent.com>
48452
48453         * lib/error.c: Add a couple #includes, merging from GNU libc version.
48454
48455 2000-11-10  Jim Meyering  <meyering@lucent.com>
48456
48457         * lib/obstack.h: Update from GNU libc.
48458         * lib/obstack.c: Likewise.
48459
48460 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
48461
48462         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
48463
48464 2000-11-06  Paul Eggert  <eggert@twinsun.com>
48465
48466         * lib/getusershell.c (setusershell): Use rewind rather than
48467         fseek/fseeko, to avoid configuration hassles with fseeko.
48468         Don't bother opening SHELLS_FILE if shellstream is NULL;
48469         it's not necessary.
48470
48471 2000-11-05  Jim Meyering  <meyering@lucent.com>
48472
48473         * lib/makepath.h (make_dir): Declare.
48474         * lib/makepath.c (make_dir): Remove `static' attribute.
48475         Tweak a comment.
48476
48477 2000-11-04  Jim Meyering  <meyering@lucent.com>
48478
48479         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
48480
48481 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
48482
48483         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
48484         last one in a bucket, advance to the next bucket.
48485
48486 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
48487
48488         * lib/fnmatch.c: Do not comment out all the code if we are using
48489         the GNU C library, because in some cases we are replacing buggy
48490         code in the GNU C library itself.
48491
48492 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
48493
48494         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
48495         (regex_compile): Catch bogus \(\1\).
48496
48497 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48498
48499         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
48500         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
48501         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
48502
48503 2000-10-30  Paul Eggert  <eggert@twinsun.com>
48504
48505         * lib/error.h, getline.h, modechange.h:
48506         Remove "2000" from Copyright line, as the file hasn't been
48507         changed this year other than in the copyright notice.
48508
48509         * lib/xalloc.h: Add "2000" to Copyright line, as this file
48510         was changed this year.
48511
48512 2000-10-29  Jim Meyering  <meyering@lucent.com>
48513
48514         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
48515         renaming.
48516         * m4/ls-mntd-fs.m4: Likewise
48517
48518 2000-10-29  Jim Meyering  <meyering@lucent.com>
48519
48520         * lib/xstat.in: Fix grammar in comment.
48521
48522 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
48523
48524         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
48525         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
48526         doesn't define __restrict_arr.
48527
48528 2000-10-28  Jim Meyering  <meyering@lucent.com>
48529
48530         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
48531         (jm_PREREQ_MEMCHR): New function.
48532
48533 2000-10-28  Jim Meyering  <meyering@lucent.com>
48534
48535         * lib/memchr.c: Update from libc.
48536         Adjust for portability:
48537         [HAVE_STDLIB_H]: Include stdlib.h.
48538         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
48539         Undef __memchr, too.
48540         [!weak_alias]: Define __memchr to memchr.
48541
48542         * lib/regex.c: Update from libc.
48543         * lib/regex.h: Likewise.
48544         * lib/getopt1.c: Likewise.
48545         * lib/memcmp.c: Likewise.
48546
48547         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
48548         Avoid using fseek, when possible -- it's broken by design.
48549         Patch by Ulrich Drepper.
48550
48551 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
48552
48553         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
48554         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
48555         Giving in to popular pressure to shut up the compiler with casts.
48556
48557 2000-10-26  Jim Meyering  <meyering@lucent.com>
48558
48559         * lib/strftime.c: Update from libc.
48560
48561 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
48562
48563         * regex.c: More `unsigned char' -> `re_char' changes.
48564         Also change several `int' into `re_wchar_t'.
48565         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
48566         (PUSH_FAILURE_POINTER): Don't cast any more.
48567         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
48568         We want GCC to complain, since this piece of code makes
48569         re_match non-reentrant, which *should* be fixed.
48570         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
48571         (EXTEND_BUFFER): Use RETALLOC.
48572         (SET_LIST_BIT): Don't cast.
48573         (re_wchar_t): New type.
48574         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
48575         that those two functions will always properly return.
48576         (IMMEDIATE_QUIT_CHECK): Cast to void.
48577         (analyse_first): Use recursion rather than an explicit stack.
48578         (re_compile_fastmap): Can't fail anymore.
48579         (re_search_2): Don't check re_compile_fastmap for failure.
48580         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
48581         Now also sets the new value (passed in a new argument).
48582         (re_match_2_internal): Use it.
48583         Also, use a new var `reg' of type size_t when looping through regs
48584         rather than reuse the inappropriate `mcnt'.
48585
48586 2000-10-25  Jim Meyering  <meyering@lucent.com>
48587
48588         * lib/obstack.c: Update from libc.
48589
48590 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48591
48592         * regex.c (regex_compile): Change the way of handling a range from
48593         a char less than 256 to a char not less than 256.
48594
48595 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48596
48597         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48598         NT-Emacs only.
48599         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48600         so that re_search functions only quit when callers expect them to.
48601
48602 2000-10-23  Jim Meyering  <meyering@lucent.com>
48603
48604         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48605         wrong.  That set_locale call must not have any side effects.
48606         From Paul Eggert.
48607
48608 2000-10-22  Jim Meyering  <meyering@lucent.com>
48609
48610         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48611         [CYCLIC]: Remove now-unused definition.
48612
48613         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48614         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48615         Suggestion from Ulrich Drepper.
48616
48617 2000-10-21  Jim Meyering  <meyering@lucent.com>
48618
48619         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48620         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48621         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48622
48623 2000-10-21  Jim Meyering  <meyering@lucent.com>
48624
48625         * lib/dirname.c (memrchr): Declare if necessary.
48626         (dir_name): Remove the restriction that there be no
48627         trailing slashes.  Now, this code skips past them, effectively
48628         ignoring them.
48629         [TEST_DIRNAME] (main): New unit tests.
48630
48631         * lib/memrchr.c: New file from GNU libc.
48632         Undef __memrchr, too.
48633         [!weak_alias]: Define __memrchr to memrchr.
48634         Guard weak_alias use with `#ifdef weak_alias'.
48635
48636 2000-10-21  Jim Meyering  <meyering@lucent.com>
48637
48638         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48639         (dir_name): Use dir_name_r.
48640         * lib/dirname.h (dir_name_r): Declare it.
48641
48642 2000-10-17  Jim Meyering  <meyering@lucent.com>
48643
48644         * lib/quote.h (PARAMS): Define and use.
48645         Reported by Akim Demaille.
48646
48647         * lib/getopt.c: Update from libc.
48648
48649 2000-10-16  Jim Meyering  <meyering@lucent.com>
48650
48651         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48652         setlocale.
48653         From Jan Fedak.
48654
48655 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48656
48657         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48658
48659 2000-09-25  Jim Meyering  <meyering@lucent.com>
48660
48661         * lib/md5.h (rol): Define (from GnuPG).
48662
48663         * lib/sha.c: Give credit (GnuPG) where due.
48664         (M): Use rol rather than open-coding it.
48665         Add a FIXME comment.
48666
48667 2000-09-21  Jim Meyering  <meyering@lucent.com>
48668
48669         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48670         Reported by Michael Stone.
48671
48672 2000-09-20  Jim Meyering  <meyering@lucent.com>
48673
48674         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48675         (noinst_HEADERS): Add sha.h.
48676         Based on code from Scott G. Miller and from GnuPG.
48677
48678 2000-09-18  Jim Meyering  <meyering@lucent.com>
48679
48680         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48681         LIBS. Otherwise, everyone ends up linking with -lelf for some
48682         configurations.
48683         Reported by Mike Stone.
48684
48685 2000-09-15  Jim Meyering  <meyering@lucent.com>
48686
48687         * lib/regex.c: Update from libc.
48688
48689 2000-09-10  Jim Meyering  <meyering@lucent.com>
48690
48691         * lib/getopt.c (_getopt_internal): Update from glibc.
48692
48693 2000-09-09  Jim Meyering  <meyering@lucent.com>
48694
48695         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48696         think it should be used as a general replacement for isascii.
48697         * lib/fnmatch.c: Likewise.
48698         * lib/mbswidth.c: Likewise
48699         * lib/regex.c: Likewise.
48700
48701         Don't use atoi.
48702         * lib/userspec.c: Include sys/param.h and limits.h.
48703         Include xstrtol.h.
48704         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48705         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48706         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48707         UID, GID.  Check range.
48708
48709 2000-09-06  Jim Meyering  <meyering@lucent.com>
48710
48711         * lib/getopt.c (_getopt_internal): Update from glibc.
48712
48713 2000-08-30  Jim Meyering  <meyering@lucent.com>
48714
48715         * lib/strftime.c: Merge in changes from GNU libc.
48716
48717 2000-08-26  Jim Meyering  <meyering@lucent.com>
48718
48719         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48720         * m4/fpending.m4: New file.
48721
48722 2000-08-26  Jim Meyering  <meyering@lucent.com>
48723
48724         * lib/closeout.c: Include "__fpending.h".
48725         (close_stdout_status): Return right away if there's nothing to flush.
48726
48727         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48728         * lib/__fpending.c: New file.
48729         * lib/__fpending.h: New file.
48730
48731 2000-08-20  Jim Meyering  <meyering@lucent.com>
48732
48733         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48734         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48735         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48736
48737 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48738
48739         Improve fileutils installation on systems where running
48740         programs (like install) can't be unlinked.
48741         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48742         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48743
48744 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48745
48746         Standardize on "memory exhausted" instead of "Memory exhausted"
48747         or "virtual memory exhausted".
48748         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48749         "virtual memory exhausted".
48750         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48751         our own message.
48752         * lib/userspec.c (parse_user_spec): Likewise.
48753         * lib/bumpalloc.h: comment fix
48754         * lib/same.c, userspec.c: Include xalloc.h.
48755
48756         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48757         not char *const and pointing to a constant array.
48758         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48759         (xrealloc): Comment fix.
48760
48761         * lib/userspec.c (parse_user_spec):
48762         Don't translate a message until just before returning,
48763         to avoid unnecessary translation.
48764
48765 2000-08-07  Jim Meyering  <meyering@lucent.com>
48766
48767         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48768         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48769         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48770         getgroups.c, gethostname.c, getopt.h, group-member.c,
48771         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48772         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48773         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48774         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48775         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48776         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48777         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48778         yesno.c: Back out Copyright date changes for each file with no change
48779         this year.  This eases coordination with other programs using the same
48780         source code modules.  From Paul Eggert.
48781
48782 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48783
48784         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48785         not char, for compatibility with glibc 2.1.3 strftime.c.
48786
48787 2000-08-03  Greg McGary  <greg@mcgary.org>
48788
48789         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48790         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48791         (EXTEND_BUFFER): Use them.
48792
48793 2000-08-01  Jim Meyering  <meyering@lucent.com>
48794
48795         * lib/dirname.c (ISSLASH): Define.
48796         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48797         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48798         both `\' and `/' may be use as path separators.
48799         Based on a patch from Prashant TR.
48800
48801 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48802
48803         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48804         slot vector a constant, since it might get modified.
48805
48806 2000-07-31  Jim Meyering  <meyering@lucent.com>
48807
48808         * lib/xmalloc.c: Use `virtual memory exhausted', not
48809         `Memory exhausted'.
48810         * lib/obstack.c (print_and_abort): Likewise.
48811
48812 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48813
48814         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48815         buffer, so that the caller can always quote one small
48816         component of a "memory exhausted" message in slot 0.
48817         From a suggestion by Jim Meyering.
48818
48819 2000-07-30  Jim Meyering  <meyering@lucent.com>
48820
48821         * lib/makepath.c (make_path): Quote the other instance, too.
48822
48823         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48824         (STATIC_BUF_SIZE): Define.
48825         (quotearg_n_options): Use only statically allocated storage when
48826         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48827         than STATIC_BUF_SIZE.
48828
48829 2000-07-29  Jim Meyering  <meyering@lucent.com>
48830
48831         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48832         * lib/dirname.c (dir_name): Likewise.
48833
48834         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48835         `/'.
48836
48837         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48838         (dir_name): Assert that there are no trailing slashes.
48839
48840 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48841
48842         * lib/mbswidth.h (mbswidth): Add a flags argument.
48843         (mbswidth): New declaration.
48844         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48845         * lib/mbswidth.c (mbswidth): Add a flags argument.
48846         (mbsnwidth): New function.
48847
48848 2000-07-24  Jim Meyering  <meyering@lucent.com>
48849
48850         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48851
48852 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48853
48854         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48855
48856 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48857
48858         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48859         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48860         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48861         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48862         invoke multibyte primitives.
48863
48864 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48865
48866         * lib/quotearg.c:
48867         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48868         so that mbstate_t is always defined.
48869
48870         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48871         be 1 in at least one GCC installation, and this configuration
48872         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48873         performance on hosts that have mbrtowc but have only unibyte
48874         locales, but I assume these hosts are rare.
48875
48876 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48877
48878         * lib/mbswidth.c (_XOPEN_SOURCE):
48879         Don't define; this causes problems on Solaris 7.
48880         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48881
48882 2000-07-23  Jim Meyering  <meyering@lucent.com>
48883
48884         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48885         too: getgrgid, getpwuid, getuid.
48886
48887 2000-07-23  Jim Meyering  <meyering@lucent.com>
48888
48889         * lib/basename.c (base_name): Add an assertion.
48890
48891 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48892
48893         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48894         shadow its mbsinit function.
48895
48896 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48897
48898         * lib/mbswidth.h: New file.
48899         * lib/mbswidth.c: New file.
48900         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48901         (noinst_HEADERS): Add mbswidth.h.
48902
48903 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48904
48905         * lib/config.charset: Add support for FreeBSD. Improve support for
48906         HP-UX and IRIX 6.
48907
48908 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48909
48910         * m4/mbswidth.m4: New file.
48911         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48912
48913 2000-07-15  Jim Meyering  <meyering@lucent.com>
48914
48915         * lib/makepath.c: Include quote.h.
48916         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48917         corresponding argument in a `quote (...)' call.
48918         Give better diagnostics.
48919
48920         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48921         (noinst_HEADERS): Add quote.h.
48922
48923         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48924         from tar's src/misc.c.
48925         * lib/quote.h: New file.  Prototypes for same.
48926
48927 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48928
48929         From a suggestion by Bruno Haible.
48930         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48931         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48932         to decide whether to define the BeOS workaround macro;
48933         this adjusts to the change to AC_MBSTATE_T.
48934
48935 2000-07-14  Jim Meyering  <meyering@lucent.com>
48936
48937         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48938         jm_AC_TYPE_UINTMAX_T.
48939
48940 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48941
48942         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48943
48944         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48945         quotearg_buffer_restyled): Add support for
48946         clocale_quoting_style.  Undo previous change to
48947         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48948         and "{RIGHT QUOTATION MARK}" msgids.
48949
48950 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48951
48952         From a suggestion by Bruno Haible.
48953         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48954         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48955         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48956         and mbstate_t, to a single-part test that simply defines mbstate_t.
48957         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48958         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48959
48960 2000-07-10  Jim Meyering  <meyering@lucent.com>
48961
48962         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48963
48964         * m4/gnu-source.m4: Output to confdefs.h directly.
48965         Suggestion from Akim Demaille.
48966
48967 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48968
48969         The old behavior of quoting `like this' doesn't look good with
48970         newer, ISO-style fonts.  See:
48971         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48972
48973         Instead, quote "like this" by default.  Let the translator
48974         tailor the locale-specific quoting behavior by providing
48975         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48976
48977         * lib/quotearg.c (N_): New macro.
48978         (gettext_default): New function.
48979         (quotearg_buffer_restyled): Use
48980         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48981         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48982
48983 2000-07-09  Jim Meyering  <meyering@lucent.com>
48984
48985         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48986         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48987
48988         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48989         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48990
48991 2000-07-09  Jim Meyering  <meyering@lucent.com>
48992
48993         * lib/Most files: Update copyright dates to include 2000.
48994
48995 2000-07-08  Jim Meyering  <meyering@lucent.com>
48996
48997         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48998         if not defined.
48999         (xgethostname): Remove now-unnecessary #ifdef.
49000         Move declaration of `err' into loop where it's used.
49001
49002 2000-07-05  Paul Eggert  <eggert@twinsun.com>
49003         and Bruno Haible  <haible@clisp.cons.org>
49004
49005         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
49006         only if the test for an object-type mbstate_t fails.  This
49007         prevents us from mistakenly reporting that mbstate_t is a
49008         system object type after we "#define mbstate_t int" to work
49009         around its lack.
49010
49011 2000-07-05  Paul Eggert  <eggert@twinsun.com>
49012         and Bruno Haible  <haible@clisp.cons.org>
49013
49014         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
49015
49016 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
49017
49018         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
49019         to strerror_r.
49020         Include <ctype.h> for use of isalpha.
49021
49022 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
49023
49024         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
49025         by allocating a larger buffer. Test the gethostname return value for
49026         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
49027         returns an error and ENAMETOOLONG isn't defined.
49028
49029 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
49030
49031         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
49032         dimension.
49033
49034 2000-07-04  Jim Meyering  <meyering@lucent.com>
49035
49036         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
49037         of the deprecated AC_CHECKING.
49038
49039 2000-07-04  Jim Meyering  <meyering@lucent.com>
49040
49041         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
49042         Reported by Bruno Haible.
49043
49044 2000-07-04  Jim Meyering  <meyering@lucent.com>
49045
49046         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
49047         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
49048         lacks mbrtowc.
49049
49050 2000-07-03  Paul Eggert  <eggert@twinsun.com>
49051
49052         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
49053         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
49054
49055 2000-07-03  Paul Eggert  <eggert@twinsun.com>
49056         and Bruno Haible  <haible@clisp.cons.org>
49057
49058         * lib/quotearg.c (mbrtowc):
49059         Assign to *pwc, and return 1 only if result is nonzero.
49060         (iswprint): Use ISPRINT when substituting our own mbrtowc.
49061
49062 2000-07-03  Jim Meyering  <meyering@lucent.com>
49063
49064         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
49065
49066 2000-07-03  Jim Meyering  <meyering@lucent.com>
49067
49068         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
49069         This is necessary to get a definition of e.g., UTMP_FILE on
49070         HP-UX 10.20.
49071         From Bob Proulx.
49072
49073 2000-07-02  Jim Meyering  <meyering@lucent.com>
49074
49075         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
49076
49077         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
49078         AC_LIBOBJ(function_name).
49079         * m4/chown.m4: Likewise.
49080         * m4/fnmatch.m4: Likewise.
49081         * m4/ftruncate.m4: Likewise.
49082         * m4/getgroups.m4: Likewise.
49083         * m4/getline.m4: Likewise.
49084         * m4/group-member.m4: Likewise.
49085         * m4/jm-macros.m4: Likewise.
49086         * m4/lstat.m4: Likewise.
49087         * m4/malloc.m4: Likewise.
49088         * m4/memcmp.m4: Likewise.
49089         * m4/nanosleep.m4: Likewise.
49090         * m4/putenv.m4: Likewise.
49091         * m4/realloc.m4: Likewise.
49092         * m4/regex.m4: Likewise.
49093         * m4/stat.m4: Likewise.
49094         * m4/strftime.m4: Likewise.
49095
49096 2000-07-02  Jim Meyering  <meyering@lucent.com>
49097
49098         * lib/quotearg.c (mbstate_t): Don't define here.
49099
49100 2000-07-02  Jim Meyering  <meyering@lucent.com>
49101
49102         * lib/nanosleep.c (SIGCONT): Define if not already defined.
49103
49104 2000-07-01  Jim Meyering  <meyering@lucent.com>
49105
49106         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
49107
49108 2000-07-01  Jim Meyering  <meyering@lucent.com>
49109
49110         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
49111         problem.
49112
49113 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
49114
49115         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
49116         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
49117
49118 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
49119
49120         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
49121         per change in ../m4/ls-mntd-fs.m4.
49122         (read_filesystem_list): Ignore symbolic links.
49123
49124 2000-06-29  Jim Meyering  <meyering@lucent.com>
49125
49126         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
49127         for declaration of strcmp.
49128
49129         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
49130
49131         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
49132         Avoid warning by casting result to `char *' to remove `const'.
49133
49134 2000-06-28  Jim Meyering  <meyering@lucent.com>
49135
49136         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
49137         included by quotearg.c, for which we perform this test.  From
49138         Bruno Haible.
49139
49140 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
49141
49142         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
49143         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
49144         <utmpx.h> exists, put readutmp.o into LIBOBJS.
49145
49146 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
49147
49148         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
49149
49150 2000-06-26  Paul Eggert  <eggert@twinsun.com>
49151
49152         savedir now sets errno on failure and invokes xmalloc to get memory.
49153         Fix a couple of other minor bugs while we're at it.
49154
49155         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
49156         (NAMLEN): Remove macro.
49157         (malloc, realloc): Remove decls.
49158         (stpcpy): Likewise.
49159         ("xalloc.h"): Include.
49160         (NAME_SIZE_DEFAULT): New macro.
49161         (savedir): Use xmalloc / xrealloc to allocate memory.
49162         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
49163         Skip "" directory entries.
49164         Use strlen to calculate directory entry length, since the old method
49165         is rarely used these days and isn't worth supporting.
49166         Don't use a pointer after freeing it.
49167         Check for integer overflow when calculating allocation size.
49168         Use memcpy to copy entries, instead of stpcpy.
49169         Set errno properly when returning NULL.
49170         Check for readdir error.
49171
49172 2000-06-26  Jim Meyering  <meyering@lucent.com>
49173
49174         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
49175
49176 2000-06-25  Jim Meyering  <meyering@lucent.com>
49177
49178         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
49179         Linux header bug when _XOPEN_SOURCE is defined to 500.
49180
49181 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
49182
49183         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
49184         deficiency.
49185
49186 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
49187
49188         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
49189         Include xalloc.h.
49190         Don't include <stdlib.h>.  Don't declare malloc, realloc.
49191
49192 2000-06-24  Jim Meyering  <meyering@lucent.com>
49193
49194         * m4/strerror_r.m4: Revive this file -- to try out an experimental
49195         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
49196         for which strerror does return char*, but which lacks a conveniently
49197         accessible declaration of the function.  If the compile-test says
49198         strerror_r doesn't work, then resort to a `run'-test that works on
49199         BeOS and segfaults on DEC Unix.
49200
49201 2000-06-24  Jim Meyering  <meyering@lucent.com>
49202
49203         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
49204
49205 2000-06-23  Paul Eggert  <eggert@twinsun.com>
49206
49207         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
49208         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
49209
49210 2000-06-23  Paul Eggert  <eggert@twinsun.com>
49211
49212         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
49213         (mbrtowc, mbstate_t): Define substitutes if
49214         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
49215         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
49216         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
49217
49218 2000-06-23  Jim Meyering  <meyering@lucent.com>
49219
49220         * m4/afs.m4: Add missing AC_MSG_RESULT.
49221         Reported by Bruno Haible.
49222
49223         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
49224         Suggestion from Bruno Haible.
49225
49226 2000-06-23  Jim Meyering  <meyering@lucent.com>
49227
49228         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
49229
49230 2000-06-21  Jim Meyering  <meyering@lucent.com>
49231
49232         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
49233
49234 2000-06-21  Jim Meyering  <meyering@lucent.com>
49235
49236         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
49237         (noinst_HEADERS): Add getstr.h.
49238
49239         * lib/getline.c (getstr): Move into a separate file.
49240         * lib/getstr.c (getstr): New file, extracted from getline.c, with
49241         the following changes: new parameter, delim2; both delim[12]
49242         parameters have type `int', not `char'.  The latter would lose
49243         with 8-bit delimiters.
49244         * lib/getstr.h: New file.
49245
49246 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
49247
49248         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
49249         than 1024, return a memory chunk of least possible size, instead
49250         of size PATH_MAX + 2. In the loop, increment the size proportionally.
49251         Use free/xmalloc instead of xrealloc to avoid copying for very long
49252         paths.
49253
49254 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
49255
49256         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
49257         the empty string.
49258
49259 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
49260
49261         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
49262         address, not strdup.  Include <stdlib.h> and don't declare free().
49263
49264 2000-06-19  Jim Meyering  <meyering@lucent.com>
49265
49266         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
49267
49268 2000-06-18  Jim Meyering  <meyering@lucent.com>
49269
49270         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
49271
49272         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
49273         `checking whether...' message to be consistent with that of the
49274         lstat test.
49275
49276 2000-06-18  Jim Meyering  <meyering@lucent.com>
49277
49278         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
49279         Besides, these days every porting target provides a mkdir function.
49280
49281         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
49282         needed. (this snippet comes from src/system.h).
49283
49284 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
49285
49286         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
49287
49288 2000-06-15  Paul Eggert  <eggert@twinsun.com>
49289
49290         * lib/human.c (adjust_value): New function.
49291         (human_readable_inexact): Apply rounding style even when
49292         printing approximate values.
49293
49294 2000-06-14  Paul Eggert  <eggert@twinsun.com>
49295
49296         * lib/human.c (human_readable_inexact): Allow an input block
49297         size that is not a multiple of the output block size, and vice versa.
49298         Reported by Piergiorgio Sartor.
49299
49300 2000-06-14  Paul Eggert  <eggert@twinsun.com>
49301
49302         * lib/getdate.y (get_date): Apply relative times after time
49303         zone indicator, not before.  Reported by Todd A. Jacobs.
49304
49305 2000-06-13  Jim Meyering  <meyering@lucent.com>
49306
49307         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
49308
49309         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
49310
49311 2000-06-12  Paul Eggert  <eggert@twinsun.com>
49312
49313         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
49314
49315 2000-06-12  Jim Meyering  <meyering@lucent.com>
49316
49317         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
49318         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
49319         optional argument.
49320         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
49321         the optional argument, `lib'.
49322
49323 2000-06-08  Jim Meyering  <meyering@lucent.com>
49324
49325         * m4/largefile.m4: Remove file (now that it's part of autoconf).
49326
49327 2000-06-04  Paul Eggert  <eggert@twinsun.com>
49328
49329         Rewrite largefile configuration so that we don't need to run
49330         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
49331         AC_CANONICAL_HOST in configure.in -- jmm]
49332
49333         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
49334         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
49335         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
49336         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
49337         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
49338         All uses changed.
49339         Instead of inspecting the output of getconf, try to compile the
49340         test program without and with the macro definition.
49341         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
49342         for getconf.  Instead, check for the needed flags by compiling
49343         test programs.
49344
49345 2000-06-04  Paul Eggert  <eggert@twinsun.com>
49346
49347         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
49348
49349 2000-06-04  Jim Meyering  <meyering@lucent.com>
49350
49351         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
49352         SunOS 4.1.4 for which gid_t is an unsigned type.
49353
49354 2000-06-03  Jim Meyering  <meyering@lucent.com>
49355
49356         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
49357         now that autoconf requires that.
49358
49359         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
49360         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
49361         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
49362
49363 2000-06-03  Jim Meyering  <meyering@lucent.com>
49364
49365         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
49366
49367 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
49368
49369         * m4/glibc21.m4: New file.
49370         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
49371
49372 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
49373
49374         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
49375         newer, don't install charset.alias.
49376         * lib/config.charset: Change the Linux/glibc rules so they become empty
49377         on glibc-2.1 or newer.
49378
49379 2000-06-02  Jim Meyering  <meyering@lucent.com>
49380
49381         * lib/mountlist.c: Back out last change.  Instead, do this...
49382         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
49383         me_dummy member using the same `ignore'-testing code.
49384         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
49385         fs_type strings.
49386         From Mark D. Roth.
49387
49388 2000-05-29  Jim Meyering  <meyering@lucent.com>
49389
49390         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
49391         mounts with the `ignore' attribute.  Based on a patch from
49392         Mark D. Roth.
49393
49394 2000-05-28  Jim Meyering  <meyering@lucent.com>
49395
49396         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
49397         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49398         * m4/stat.m4: Likewise.
49399         * m4/lstat.m4: Likewise.
49400         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
49401
49402         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
49403         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
49404
49405 2000-05-26  Jim Meyering  <meyering@lucent.com>
49406
49407         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
49408
49409 2000-05-24  Jim Meyering  <meyering@lucent.com>
49410
49411         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
49412         autoconf requires that.
49413         * m4/lib-check.m4: Likewise.
49414         * m4/jm-macros.m4: Likewise.
49415         * m4/strftime.m4: Likewise.
49416
49417         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
49418         AC_CHECK_DECLS, now that autoconf requires that.
49419
49420 2000-05-22  Jim Meyering  <meyering@lucent.com>
49421
49422         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49423         * m4/lstat.m4: Likewise.
49424
49425 2000-05-22  Jim Meyering  <meyering@lucent.com>
49426
49427         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
49428
49429 2000-05-20  Jim Meyering  <meyering@lucent.com>
49430
49431         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
49432         (jm_PREREQ): Use it.
49433
49434 2000-05-18  Jim Meyering  <meyering@lucent.com>
49435
49436         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
49437         back, too, since it may have been modified by allocate_entry.
49438         (hash_delete): Rewrite to use neither the assignment operator
49439         nor the comma operator in an if-expression.
49440
49441 2000-05-15  Paul Eggert  <eggert@twinsun.com>
49442
49443         * lib/closeout.c:
49444         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
49445         Remove; no longer needed.
49446         "quotearg.h": Add include.
49447         (file_name): Do not bother to explicitly initialize to NULL; it's less
49448         efficient on some hosts.
49449         (close_stdout_status): Remove test as to whether stdout was already
49450         closed; it breaks for the case "echo x | sort >&-".
49451         Quote file name colons.
49452         Do not assume that _("write error") lacks format strings.
49453
49454 2000-05-15  Jim Meyering  <meyering@lucent.com>
49455
49456         * lib/version-etc.c (version_etc_copyright): Update the copyright
49457         string used in all --version output.
49458
49459 2000-05-14  Jim Meyering  <meyering@lucent.com>
49460
49461         * lib/closeout.c (close_stdout_set_file_name): New function.
49462         (close_stdout_status): Use new file-scoped global.
49463         Return right away if fstat says the stdout file descriptor is invalid.
49464         * lib/closeout.h (close_stdout_set_file_name): Declare.
49465
49466 2000-05-10  Jim Meyering  <meyering@lucent.com>
49467
49468         * lib/closeout.c [default_exit_status]: New file-scoped variable.
49469         (close_stdout_set_status): New function.
49470         * lib/closeout.h (close_stdout_set_status): Declare.
49471
49472 2000-05-09  Jim Meyering  <meyering@lucent.com>
49473
49474         * m4/gettext.m4: Rename this...
49475         * m4/libintl.m4: ...to this.
49476
49477 2000-05-08  Jim Meyering  <meyering@lucent.com>
49478
49479         * lib/long-options.c: Don't include closeout.h.
49480         (parse_long_options): Don't call close_stdout for --version.
49481
49482 2000-05-06  Paul Eggert  <eggert@twinsun.com>
49483
49484         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
49485         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
49486         2.1.3 bug.  This avoids a clash when files like regex.c define
49487         _GNU_SOURCE.
49488
49489 2000-05-06  Jim Meyering  <meyering@lucent.com>
49490
49491         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
49492         (AC_REPLACE_FUNCS): Add strnlen.
49493
49494         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
49495         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
49496
49497         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
49498         AC_SEARCH_LIBS call for nanosleep.
49499         (LIB_NANOSLEEP): Set and AC_SUBST.
49500
49501 2000-05-06  Jim Meyering  <meyering@lucent.com>
49502
49503         * lib/strnlen.c: Undefine __strnlen and strnlen.
49504         [!weak_alias]: Define __strnlen to strnlen.
49505
49506         * lib/atexit.c: New file, from libiberty.
49507
49508 2000-05-06  Jim Meyering  <meyering@lucent.com>
49509
49510         * lib/closeout.c (close_stdout_status): Also check for errors on the
49511         stderr stream.
49512
49513 2000-05-05  Jim Meyering  <meyering@lucent.com>
49514
49515         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
49516         AC_SEARCH_LIBS call for clock_gettime.
49517         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
49518
49519         * m4/search-libs.m4: Update from autoconf.
49520
49521         su doesn't work on Solaris 2.6.
49522         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
49523         <shadow.h>.  Reported by Dragos Harabor.
49524
49525 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
49526
49527         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
49528         memcpy instead of xmalloc, xrealloc, path_concat.
49529         (locale_charset): Treat empty environment variables as absent.
49530         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
49531
49532 2000-05-04  Jim Meyering  <meyering@lucent.com>
49533
49534         * lib/getopt.c: Update from glibc.
49535         * lib/obstack.c: Likewise.
49536         * lib/obstack.h: Likewise.
49537         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
49538         file
49539
49540         * lib/regex.h: Likewise.
49541         * lib/strndup.c: Likewise.
49542         * lib/strnlen.c: New file, from glibc.
49543
49544 2000-05-03  Jim Meyering  <meyering@lucent.com>
49545
49546         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
49547
49548 2000-05-02  Paul Eggert  <eggert@twinsun.com>
49549
49550         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
49551         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
49552         compile-time test, rather than inspecting host and OS, to
49553         decide whether to define _LARGEFILE_SOURCE.
49554
49555 2000-05-01  Jim Meyering  <meyering@lucent.com>
49556
49557         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
49558
49559         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
49560         Based on a patch from Bruno Haible.
49561
49562 2000-05-01  Jim Meyering  <meyering@lucent.com>
49563
49564         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
49565
49566 2000-04-29  Jim Meyering  <meyering@lucent.com>
49567
49568         * lib/path-concat.c: Declare strdup only if it's not defined.
49569         * lib/canon-host.c: Likewise.
49570
49571 2000-04-28  Jim Meyering  <meyering@lucent.com>
49572
49573         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
49574         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
49575         is included first, then limits.h is included by locale.h by libintl.h.
49576         From John David Anglin.
49577
49578 2000-04-25  Jim Meyering  <meyering@lucent.com>
49579
49580         * lib/makepath.c (S_IRWXUGO): Define.
49581         (make_path): Always perform explicit chmod if MODE specifies any
49582         of the `special' permission bits.  Prompted by a bug report against
49583         install from Mate Wierdl and Joost van Baal.
49584
49585 2000-04-18  Jim Meyering  <meyering@lucent.com>
49586
49587         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49588         (jm_PREREQ): Use it.
49589
49590 2000-04-18  Jim Meyering  <meyering@lucent.com>
49591
49592         * lib/README: New file.
49593
49594         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49595         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49596
49597 2000-04-17  Jim Meyering  <meyering@lucent.com>
49598
49599         Get it right :-)
49600         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49601         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49602         Suggestion from Akim Demaille.
49603
49604 2000-04-17  Jim Meyering  <meyering@lucent.com>
49605
49606         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49607         the definition of it to rpl_strftime also defined-away the system's
49608         declaration.
49609
49610 2000-04-15  Jim Meyering  <meyering@lucent.com>
49611
49612         Use `C' to denote so-called `contiguous' files, the same way
49613         that tar does.
49614         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49615         (ftypelet): Use S_ISCTG.
49616         From Michael Deutschmann.
49617
49618 2000-04-14  Jim Meyering  <meyering@lucent.com>
49619
49620         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49621         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49622         clobbered.
49623
49624 2000-04-14  Jim Meyering  <meyering@lucent.com>
49625
49626         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49627
49628 2000-04-13  Jim Meyering  <meyering@lucent.com>
49629
49630         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49631         AH_VERBATIM to insert required #ifndef into config.h.in.
49632         Suggestion from Akim Demaille.
49633
49634 2000-04-12  Jim Meyering  <meyering@lucent.com>
49635
49636         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49637         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49638         Christian Krackowizer.
49639
49640         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49641         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49642         (AC_SYS_LARGEFILE): Require.
49643         (AM_C_PROTOTYPES): Require.
49644
49645 2000-04-08  Jim Meyering  <meyering@lucent.com>
49646
49647         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49648         names don't conflict.  Reported by Eli Zaretskii.
49649
49650 2000-04-07  Jim Meyering  <meyering@lucent.com>
49651
49652         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49653         sys/types.h, to work around system header problems on AIX 3.2.5.
49654         From Bruno Haible.
49655
49656 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49657
49658         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49659         bug.  Deal with the different error behavior of Irix iconv.
49660
49661 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49662
49663         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49664         IRIX if the installer said otherwise.
49665
49666 2000-04-05  Jim Meyering  <meyering@lucent.com>
49667
49668         Portability tweaks required for ultrix4.3.
49669         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49670         (jm_CHECK_DECLS): Add getutent to the list of functions.
49671         (_jm_DECL_HEADERS): Add utmpx.h.
49672         From John David Anglin.
49673
49674         * m4/strftime.m4: Back out the 2000-04-02 change.
49675         Instead of that change, simply undefine putenv in the test program.
49676
49677 2000-04-05  Jim Meyering  <meyering@lucent.com>
49678
49679         Portability tweaks required for ultrix4.3.
49680         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49681         getutent.
49682         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49683         * lib/canon-host.c: Declare strdup.
49684         * lib/path-concat.c: Likewise.
49685         From John David Anglin.
49686
49687 2000-04-04  Jim Meyering  <meyering@lucent.com>
49688
49689         Be more DOS 8.3-friendly.
49690         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49691         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49692         * lib/Makefile.am: Reflect renaming.
49693         Reported by Eli Zaretskii.
49694
49695         Use a temporary file name that won't clash with `charset.alias'
49696         in the DOS 8.3 name space.
49697         * lib/Makefile.am (charset_tmp): Define.
49698         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49699         (uninstall-local): Likewise.
49700         Reported by Eli Zaretskii.
49701
49702 2000-04-03  Jim Meyering  <meyering@lucent.com>
49703
49704         * m4/gettext.m4: Fix typo in comment.
49705
49706         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49707         textutils/configure.in).  Suggestion from Paul Eggert.
49708         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49709
49710 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49711
49712         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49713         variable in the shell rather than using putenv, which isn't
49714         portable.  This avoids the configure-time inter-test dependency
49715         on the potentially-renamed putenv function.
49716
49717 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49718
49719         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49720         before checking struct stat.st_blksize, so that
49721         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49722
49723 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49724
49725         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49726         since strftime.c uses HAVE_STRFTIME to decide whether to use
49727         the underlying strftime.
49728
49729 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49730
49731         * lib/time/strftime.c (my_strftime): Make sure we call the system
49732         strftime, not ourselves, when invoking the underlying strftime.
49733
49734 2000-03-24  Jim Meyering  <meyering@lucent.com>
49735
49736         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49737         (charset_alias): Define.
49738         (install-exec-local): Factor out common code.
49739         (uninstall-local): Split lines longer than 80.
49740         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49741         (SUFFIXES): Define.
49742         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49743         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49744
49745 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49746
49747         * lib/config.charset: Output a line containing "Packages using this
49748         file".
49749         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49750         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49751         ref-del.sed): New rules.
49752
49753 2000-03-17  Jim Meyering  <meyering@lucent.com>
49754
49755         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49756         Otherwise, include <strings.h>
49757
49758 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49759
49760         * lib/unicodeio.c (utf8_wctomb): New function.
49761         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49762         format instead of in UCS-4 with platform dependent endianness.
49763
49764 2000-03-10  Jim Meyering  <meyering@lucent.com>
49765
49766         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49767         From Marco Franzen.
49768
49769 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49770
49771         * lib/savedir.c (savedir): Work even if directory size is
49772         negative; this can happen with some screwy NFS configurations.
49773
49774 2000-03-06  Jim Meyering  <meyering@lucent.com>
49775
49776         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49777         if it's NULL (because we ran out of memory).  From Bruno Haible.
49778
49779 2000-03-05  Jim Meyering  <meyering@lucent.com>
49780
49781         * lib/localcharset.c ("path-concat.h"): Include.
49782         (get_charset_aliases): Use path_concat instead of ANSI string
49783         concatenation.
49784
49785         * lib/unicodeio.h (PARAMS): Define.
49786         Use it to guard prototype.
49787
49788 2000-03-04  Jim Meyering  <meyering@lucent.com>
49789
49790         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49791         for lib/localcharset.c.
49792
49793 2000-03-04  Jim Meyering  <meyering@lucent.com>
49794
49795         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49796         installing into it.
49797         (uninstall-local): Uncomment this rule so `make distcheck' works
49798         once again.
49799
49800         * lib/unicodeio.c (<errno.h>): Include it.
49801         (errno): Declare if not defined.
49802
49803         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49804
49805         * lib/config.charset: New version, incorporating remarks from a linux
49806         i18n mailing list.  From Bruno Haible.
49807
49808 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49809
49810         * m4/codeset.m4: New file.
49811         * m4/iconv.m4: New file.
49812         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49813
49814 2000-03-03  Jim Meyering  <meyering@lucent.com>
49815
49816         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49817
49818 2000-03-02  Jim Meyering  <meyering@lucent.com>
49819
49820         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49821         the messages come out on separate lines.
49822
49823         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49824         rather than jm_CHECK_DECLARATIONS.
49825         * m4/decl.m4: Remove now-unused file.
49826
49827         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49828         geteuid.
49829
49830 2000-03-02  Jim Meyering  <meyering@lucent.com>
49831
49832         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49833
49834 2000-03-01  Jim Meyering  <meyering@lucent.com>
49835
49836         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49837         * lib/unicodeio.c: Likewise.
49838
49839 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49840
49841         * lib/config.charset: New file.
49842         * lib/localcharset.c: New file.
49843         * lib/unicodeio.h, lib/unicodeio.c: New files.
49844         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49845         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49846         (noinst_HEADERS): Add unicodeio.h.
49847         (all-local, install-exec-local, charset.alias): New targets.
49848
49849 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49850
49851         * lib/quotearg.c (ALERT_CHAR): New macro.
49852         (quotearg_buffer_restyled): Use it.
49853
49854 2000-02-27  Jim Meyering  <meyering@lucent.com>
49855
49856         * m4/check-decl.m4: Add getenv to the list.
49857
49858 2000-02-27  Jim Meyering  <meyering@lucent.com>
49859
49860         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49861         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49862
49863         * lib/backupfile.c: Guard inclusion of stdlib.h with
49864         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49865         Declare malloc if needed.
49866
49867         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49868         `#ifndef HAVE_DECL..'
49869         now that autoconf always defines the HAVE_DECL_ symbols.
49870         * lib/human.c: Likewise.
49871         * lib/same.c: Likewise.
49872         * lib/strtoumax.c: Likewise.
49873
49874         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49875         declaration check was not run.
49876         * lib/hash.c: Likewise.
49877         * lib/human.c: Likewise.
49878         * lib/same.c: Likewise.
49879         * lib/strtoumax.c: Likewise.
49880
49881         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49882         `.', then first look up the entire `.'-containing string as a login
49883         name.
49884
49885 2000-02-23  Jim Meyering  <meyering@lucent.com>
49886
49887         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49888         in place of my hack.
49889
49890 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49891
49892         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49893         (textint): New typedef.
49894         (parser_control): Member year changed from int to textint.
49895         All uses changed.
49896         (YYSTYPE): Removed; replaced by %union with int and textint members.
49897         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49898         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49899         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49900         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49901         (date, number, to_year): Use width of number in digits, not its value,
49902         to determine whether it's a 2-digit year, or a 2-digit time.
49903         (yylex): Store number of digits of numeric tokens.
49904         Reported by John Kendall.
49905
49906         (parser_control): Changed from struct parser_control to typedef (for
49907         consistency).  All uses changed.
49908
49909         (tID): Removed; not used.
49910         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49911
49912 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49913
49914         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49915         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49916
49917 2000-02-12  Jim Meyering  <meyering@lucent.com>
49918
49919         * lib/userspec.c (ISDIGIT): Define it.
49920         (isdigit): Remove definition.
49921         (is_number): Use ISDIGIT, not isdigit.
49922         <libintl.h>: Include.
49923         (_ and N_): Define.
49924         (parse_user_spec): Mark translatable strings.
49925
49926 2000-02-10  Jim Meyering  <meyering@lucent.com>
49927
49928         With these changes, nanosleep.[ch] are finally enough like the other
49929         lib/* replacement files to compile on a few more losing systems.
49930
49931         * lib/nanosleep.h: Don't include config.h.
49932         Remove prototype from declaration of nanosleep.
49933         (PARAMS): Remove now-unneeded definition.
49934         * lib/nanosleep.c: #undef nanosleep.
49935         (rpl_nanosleep): Rename from nanosleep.
49936
49937 2000-02-10  Jim Meyering  <meyering@lucent.com>
49938
49939         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49940         gnu_nanosleep to rpl_nanosleep.
49941
49942 2000-02-09  Jim Meyering  <meyering@lucent.com>
49943
49944         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49945         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49946
49947 2000-02-08  Akim Demaille  <akim@epita.fr>
49948
49949         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49950         `[' and `]' and remove uses of `changequote'.
49951         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49952         (AC_SYS_LARGEFILE): Likewise.
49953         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49954         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49955         of changequote.
49956         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49957         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49958         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49959         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49960
49961 2000-02-05  Jim Meyering  <meyering@lucent.com>
49962
49963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49964         Remove explicit use of AC_HEADER_TIME.  It is required by
49965         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49966         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49967         in autoconf whereby the expansion of the latter ended up preceding
49968         the expansion of its prerequisite, AC_HEADER_TIME.
49969         Reported by Volker Borchert.
49970
49971 2000-02-03  Jim Meyering  <meyering@lucent.com>
49972
49973         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49974
49975 2000-02-03  Jim Meyering  <meyering@lucent.com>
49976
49977         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49978         rather than with `#if HAVE_UTMPNAME'.
49979
49980 2000-02-02  Jim Meyering  <meyering@lucent.com>
49981
49982         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49983         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49984         Reported by Eli Zaretskii.
49985
49986 2000-02-01  Jim Meyering  <meyering@lucent.com>
49987
49988         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49989
49990 2000-01-31  Jim Meyering  <meyering@lucent.com>
49991
49992         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49993         functions.  Add the time.h and sys/time.h headers along with the
49994         AC_REQUIRE'ment of AC_HEADER_TIME.
49995
49996 2000-01-31  Jim Meyering  <meyering@lucent.com>
49997
49998         * lib/nanosleep.h (nanosleep): Guard declaration with
49999         `#if ! HAVE_DECL_NANOSLEEP'.
50000         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
50001         the declaration in that vendor's sys/timers.h.
50002         Reported by Christian Krackowizer.
50003
50004         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
50005         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
50006         (ISPRINT): Likewise.
50007         Reported by Tom Tromey.
50008
50009 2000-01-30  Jim Meyering  <meyering@lucent.com>
50010
50011         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
50012
50013         * m4/prereq.m4 (utmp_includes): Define.
50014         Check for ut_user and ut_name members in both struct utmpx
50015         and struct utmp.
50016
50017 2000-01-30  Jim Meyering  <meyering@lucent.com>
50018
50019         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
50020         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
50021         header files where only utmpx.ut_user is declared.
50022
50023         * lib/readutmp.h (UT_USER): Define.
50024
50025 2000-01-29  Jim Meyering  <meyering@lucent.com>
50026
50027         * m4/lib-check.m4: New file containing library-related checks from
50028         fileutils and sh-utils (textutils had none).
50029
50030 2000-01-28  Jim Meyering  <meyering@lucent.com>
50031
50032         * m4/perl.m4: Change format of warning message to look more like that
50033         from the missing script.  Suggestion from François Pinard.
50034
50035 2000-01-25  Jim Meyering  <meyering@lucent.com>
50036
50037         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
50038         well as time.h in the compile check.
50039         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
50040         Fix typo in cross-compiling case: s/yes/no/.
50041
50042 2000-01-23  Jim Meyering  <meyering@lucent.com>
50043
50044         * m4/jm-macros.m4: Move df-related tests here from
50045         fileutils/configure.in
50046
50047         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
50048         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
50049
50050         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
50051         s/space/ac_fsusage_space/.
50052         (jm_FILE_SYSTEM_USAGE): Take two parameters.
50053
50054         * m4/ftruncate.m4: New file (derived from part of
50055         fileutils/configure.in).
50056         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
50057         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
50058
50059         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
50060         AC_SUBST these here, rather than just in sh-util/configure.in, so
50061         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
50062         all the same.
50063         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
50064         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
50065         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
50066         (AC_SUBST(POW_LIBM)): Likewise.
50067         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
50068
50069 2000-01-23  Jim Meyering  <meyering@lucent.com>
50070
50071         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
50072         obstack.c.
50073
50074 2000-01-22  Jim Meyering  <meyering@lucent.com>
50075
50076         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
50077
50078         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
50079
50080         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
50081         configure.in
50082         (AC_CHECK_HEADERS): Likewise for sh-utils.
50083         (AC_CHECK_HEADERS): Likewise for textutils.
50084         Merge the three lists of headers.
50085
50086         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
50087         from fileutils' configure.in.
50088
50089         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
50090         code. Moved tests into their own function (_jm_DECL_HEADERS) in
50091         check-decl.m4.
50092
50093         * m4/check-decl.m4: Use #if rather than #ifdef.
50094         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
50095         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
50096         (_jm_DECL_HEADERS): Define new function.
50097         (jm_CHECK_DECLARATIONS): Require it.
50098
50099 2000-01-22  Jim Meyering  <meyering@lucent.com>
50100
50101         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
50102         [! HAVE_DECL_STRTOULL]: Declare strtoull.
50103         Required for some AIX systems.  Reported by Christian Krackowizer.
50104         [TESTING] (main): New function.
50105
50106         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
50107         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
50108         letters.
50109
50110         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
50111         iswprint.
50112
50113         * lib/strverscmp.c (ISDIGIT): Define.
50114         (strverscmp): Use ISDIGIT, not isdigit.
50115
50116 2000-01-19  Jim Meyering  <meyering@lucent.com>
50117
50118         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
50119         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
50120         defines `struct timespec' in <sys/time.h>
50121
50122         * m4/c-bs-a.m4: Remove uses of changequote altogether.
50123         Thanks to Akim for explaining.
50124
50125 2000-01-17  Paul Eggert  <eggert@twinsun.com>
50126
50127         * lib/nanosleep.c (nanosleep):
50128         Don't use SA_INTERRUPT to decide whether to call sigaction, as
50129         POSIX.1 doesn't require SA_INTERRUPT and some systems
50130         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
50131         it's been part of POSIX.1 since day 1 (in 1988).
50132
50133 2000-01-17  Jim Meyering  <meyering@lucent.com>
50134
50135         * lib/interlock: Remove unused file.  Reported by François Pinard.
50136
50137 2000-01-16  Paul Eggert  <eggert@twinsun.com>
50138
50139         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
50140         alert, backslash, formfeed, and vertical tab unnecessarily in
50141         shell quoting style.
50142
50143 2000-01-16  Jim Meyering  <meyering@lucent.com>
50144
50145         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
50146         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
50147         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
50148         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
50149
50150 2000-01-16  Jim Meyering  <meyering@lucent.com>
50151
50152         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
50153         because the latter didn't work.
50154
50155 2000-01-15  Jim Meyering  <meyering@lucent.com>
50156
50157         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
50158         (AC_REPLACE_FUNCS): Add memcpy and memset.
50159         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
50160         Add strpbrk.
50161         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
50162
50163 2000-01-12  Jim Meyering  <meyering@lucent.com>
50164
50165         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
50166         (jm_PREREQ): Use it.
50167         (jm_PREREQ_READUTMP): New macro.
50168         (jm_PREREQ): Use it.
50169
50170 2000-01-11  Paul Eggert  <eggert@twinsun.com>
50171
50172         Quote multibyte characters correctly.
50173         * m4/c-bs-a.m4: New file.
50174         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
50175         (jm_PREREQ): Use it.
50176
50177 2000-01-11  Paul Eggert  <eggert@twinsun.com>
50178
50179         * m4/uintmax_t.m4: Port to autoconf 2.13.
50180
50181 2000-01-08  Jim Meyering  <meyering@ascend.com>
50182
50183         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
50184         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
50185
50186 2000-01-04  Jim Meyering  <meyering@ascend.com>
50187
50188         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
50189         jm_STRUCT_DIRENT_D_TYPE.
50190         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
50191         jm_STRUCT_DIRENT_D_INO.
50192         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
50193         jm_STRUCT_UTIMBUF.
50194         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
50195         renamings.
50196         * m4/utime.m4: Likewise.
50197
50198         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
50199         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
50200
50201 2000-01-03  Paul Eggert  <eggert@twinsun.com>
50202
50203         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
50204         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
50205
50206 2000-01-02  Jim Meyering  <meyering@ascend.com>
50207
50208         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
50209         remember if this is necessary.
50210
50211 1999-12-26  Jim Meyering  <meyering@ascend.com>
50212
50213         * m4/jm-macros.m4: Use it here.
50214         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
50215
50216 1999-12-23  Jim Meyering  <meyering@ascend.com>
50217
50218         * m4/jm-macros.m4: Check for clock_gettime (moved from
50219         fileutils/configure.in)
50220         Check for gettimeofday.
50221
50222 1999-12-20  Jim Meyering  <meyering@ascend.com>
50223
50224         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
50225         autoconf-2.14a-1999-12-20.
50226
50227 1999-12-19  Jim Meyering  <meyering@ascend.com>
50228
50229         * m4/lstat-slash.m4: New file.
50230         * m4/jm-macros.m4: Use the new macro:
50231         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
50232
50233 1999-12-07  Jim Meyering  <meyering@ascend.com>
50234
50235         * m4/perl.m4: Require that File::Compare be available, too.
50236         Too many systems seem to lack it.
50237
50238         * m4/strftime.m4: Add checks for most of the cpp macros tested in
50239         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
50240
50241 1999-11-18  Paul Eggert  <eggert@twinsun.com>
50242
50243         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
50244         problem with the QNX 4.25 shell, which doesn't propagate exit
50245         status of failed commands inside shell assignments.
50246
50247 1999-11-17  Jim Meyering  <meyering@ascend.com>
50248
50249         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
50250
50251 1999-11-07  Jim Meyering  <meyering@ascend.com>
50252
50253         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
50254
50255 1999-11-06  Jim Meyering  <meyering@ascend.com>
50256
50257         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
50258         * m4/jm-macros.m4 (jm_MACROS): Use it here.
50259
50260 1999-11-05  Jim Meyering  <meyering@ascend.com>
50261
50262         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
50263         configure.in of textutils, fileutils, and sh-utils into this one
50264         (shared between those packages) file.
50265         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
50266         AC_STRUCT_ST_BLKSIZE.
50267
50268 1999-11-03  Jim Meyering  <meyering@ascend.com>
50269
50270         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
50271         of AC_CHECK_TYPE checks includes unistd.h.
50272         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
50273         Suggestion from Akim Demaille.
50274
50275 1999-10-30  Jim Meyering  <meyering@ascend.com>
50276
50277         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
50278         m4-quoted string.
50279         * m4/ls-mntd-fs.m4: Likewise.
50280         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
50281         * m4/jm-winsz1.m4: Likewise.
50282
50283         * m4/const.m4: Remove file, since the fix made it into the experimental
50284         version of autoconf.
50285         * m4/mktime.m4: Likewise.
50286
50287         * m4/check-type.m4: Remove file, now that the latest version of
50288         AC_CHECK_TYPE takes a third arg to specify additional #includes.
50289
50290         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
50291         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
50292         AC_CHECK_TYPE.
50293
50294 1999-10-04  Jim Meyering  <meyering@ascend.com>
50295
50296         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
50297
50298 1999-09-22  Paul Eggert  <eggert@twinsun.com>
50299
50300         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
50301         2.95.1 bug with HP-UX 10.20.
50302
50303 1999-09-17  Jim Meyering  <meyering@ascend.com>
50304
50305         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
50306         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
50307         due to missing strdup (against sh-utils-2.0).
50308
50309 1999-08-29  Jim Meyering  <meyering@ascend.com>
50310
50311         * m4/jm-macros.m4: Require jm_BISON.
50312         * m4/bison.m4: New file.
50313
50314 1999-08-17  Paul Eggert  <eggert@twinsun.com>
50315
50316         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
50317         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
50318
50319 1999-08-05  Jim Meyering  <meyering@ascend.com>
50320
50321         * m4/getline.m4: Rename test file from conftestdata to conftest.data
50322         to avoid conflicts with `conftest' on 8+3 filesystems.
50323         Suggestion from Eli Zaretskii.
50324
50325 1999-08-04  Jim Meyering  <meyering@ascend.com>
50326
50327         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
50328         fileutils and sh-utils (textutils's getline test was inadequate).
50329         (AM_FUNC_GETLINE): Run this test.
50330         (AC_CHECK_FUNCS): Check for getdelim.
50331         Reported by Bob Proulx.
50332
50333 1999-08-02  Jim Meyering  <meyering@ascend.com>
50334
50335         * m4/jm-macros.m4: Add a comment.
50336
50337 1999-08-01  Paul Eggert  <eggert@twinsun.com>
50338
50339         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
50340         <inttypes.h> defines strtoumax as a macro (and not as a
50341         function).
50342
50343 1999-08-01  Paul Eggert  <eggert@twinsun.com>
50344
50345         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
50346         that we can shift, multiply and divide unsigned long long
50347         values; Ultrix cc can't do it.
50348
50349 1999-08-01  Paul Eggert  <eggert@twinsun.com>
50350
50351         * m4/mktime.m4: New file, which is a preview of what should appear
50352         in the next public autoconf release.
50353
50354 1999-08-01  Paul Eggert  <eggert@twinsun.com>
50355
50356         * m4/lfs.m4: Remove this file.
50357         * m4/largefile.m4: New file.  It contains the old contents of
50358         lfs.m4, except that all names with prefix AC_LFS have been
50359         changed to use the prefix AC_SYS_LARGEFILE instead, to be
50360         compatible with future autoconf versions.  Also, some minor m4
50361         quoting problems have been fixed.
50362
50363 1999-08-01  Paul Eggert  <eggert@twinsun.com>
50364
50365         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
50366         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
50367         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
50368         and simplify the shell code.
50369
50370 1999-08-01  Jim Meyering  <meyering@ascend.com>
50371
50372         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
50373         m4.
50374
50375 1999-07-20  Jim Meyering  <meyering@ascend.com>
50376
50377         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
50378
50379 1999-07-15  Jim Meyering  <meyering@ascend.com>
50380
50381         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
50382
50383 1999-05-22  Jim Meyering  <meyering@ascend.com>
50384
50385         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
50386
50387 1999-05-20  Jim Meyering  <meyering@ascend.com>
50388
50389         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
50390         Add a colon after each `then' in case $4 is empty.
50391
50392 1999-05-16  Jim Meyering  <meyering@ascend.com>
50393
50394         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
50395
50396 1999-05-10  Jim Meyering  <meyering@ascend.com>
50397
50398         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
50399
50400         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
50401         AC_FUNC_MKTIME.
50402
50403 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
50404
50405         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
50406
50407 1999-05-04  Paul Eggert  <eggert@twinsun.com>
50408
50409         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
50410         not CPPFLAGS, so that linking works correctly in IRIX.
50411
50412 1999-04-30  Paul Eggert  <eggert@twinsun.com>
50413
50414         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
50415
50416 1999-04-20  Paul Eggert  <eggert@twinsun.com>
50417
50418         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
50419         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
50420         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
50421         jm_AC_TYPE_UNSIGNED_LONG_LONG.
50422         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
50423
50424         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
50425
50426 1999-04-20  Jim Meyering  <meyering@ascend.com>
50427
50428         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
50429         AC_REPLACE xstroull if necessary.  From Paul Eggert.
50430         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
50431
50432 1999-04-18  Jim Meyering  <meyering@ascend.com>
50433
50434         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
50435         * m4/jm-macros.m4: Use it.
50436
50437 1999-04-06  Jim Meyering  <meyering@ascend.com>
50438
50439         * m4/strftime.m4: Remove test for %f.
50440
50441 1999-03-29  Jim Meyering  <meyering@ascend.com>
50442
50443         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
50444         superset of the AC_TYPE_* checks in the textutils, fileutils,
50445         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
50446         AC_TYPE_PID_T.
50447
50448 1999-03-28  Jim Meyering  <meyering@ascend.com>
50449
50450         * m4/jm-macros.m4: Define GNU_PACKAGE here.
50451         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
50452         replaced e.g., in the *.sh files of the sh-utils.
50453
50454 1999-03-20  Jim Meyering  <meyering@ascend.com>
50455
50456         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
50457         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
50458         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
50459
50460 1999-03-19  Jim Meyering  <meyering@ascend.com>
50461
50462         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
50463
50464 1999-03-12  Jim Meyering  <meyering@ascend.com>
50465
50466         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
50467
50468 1999-03-07  Jim Meyering  <meyering@ascend.com>
50469
50470         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
50471         declared.
50472
50473 1999-02-17  Jim Meyering  <meyering@ascend.com>
50474
50475         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
50476         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
50477
50478 1999-02-07  Jim Meyering  <meyering@ascend.com>
50479
50480         * m4/group-member.m4: New file -- extracted from sh-utils'
50481         configure.in.
50482
50483         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
50484         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
50485
50486 1999-02-06  Jim Meyering  <meyering@ascend.com>
50487
50488         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
50489         * m4/fnmatch.m4: Likewise.
50490         * m4/getgroups.m4: Likewise.
50491         * m4/lstat.m4: Likewise.
50492         * m4/malloc.m4: Likewise.
50493         * m4/putenv.m4: Likewise.
50494         * m4/realloc.m4: Likewise.
50495         * m4/regex.m4: Likewise.
50496         * m4/stat.m4: Likewise.
50497         * m4/strftime.m4: Likewise.
50498         Suggestion from Alain Magloire.
50499
50500         * m4/chown.m4: Use `.$ac_objext', not `.o'.
50501         * m4/fnmatch.m4: Likewise.
50502         * m4/getgroups.m4: Likewise.
50503         * m4/getline.m4: Likewise.
50504         * m4/lstat.m4: Likewise.
50505         * m4/malloc.m4: Likewise.
50506         * m4/memcmp.m4: Likewise.
50507         * m4/putenv.m4: Likewise.
50508         * m4/realloc.m4: Likewise.
50509         * m4/regex.m4: Likewise.
50510         * m4/stat.m4: Likewise.
50511         * m4/strftime.m4: Likewise.
50512         Suggestion from Alain Magloire.
50513
50514         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
50515         an argument.
50516
50517         * m4/regex.m4: Add a run-time Test for proper operation of
50518         re_compile_pattern.
50519
50520 1999-01-31  Jim Meyering  <meyering@ascend.com>
50521
50522         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
50523
50524 1999-01-30  Jim Meyering  <meyering@ascend.com>
50525
50526         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
50527
50528         * m4/jm-mktime.m4: Make this a wrapper around the official
50529         AM_FUNC_MKTIME rather than my private copy, now that the official one
50530         is up to date.
50531         * m4/mktime.m4: Remove file.
50532
50533         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
50534         * m4/uptime.m4: Likewise.
50535         * m4/uintmax_t.m4: Likewise.
50536
50537 1999-01-28  Jim Meyering  <meyering@ascend.com>
50538
50539         * m4/jm-macros.m4: Use jm_AFS.
50540         * m4/afs.m4: New file (from fileutils' configure.in).
50541
50542         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
50543         * m4/chown.m4: Likewise.
50544         * m4/d-ino.m4: Likewise.
50545         * m4/d-type.m4: Likewise.
50546         * m4/fnmatch.m4: Likewise.
50547         * m4/getgroups.m4: Likewise.
50548         * m4/gettext.m4: Likewise.
50549         * m4/jm-mktime.m4: Likewise.
50550         * m4/jm-winsz2.m4: Likewise.
50551         * m4/lcmessage.m4: Likewise.
50552         * m4/ls-mntd-fs.m4: Likewise.
50553         * m4/malloc.m4: Likewise.
50554         * m4/memcmp.m4: Likewise.
50555         * m4/putenv.m4: Likewise.
50556         * m4/realloc.m4: Likewise.
50557         * m4/st_mtim.m4: Likewise.
50558         * m4/strftime.m4: Likewise.
50559
50560 1999-01-16  Jim Meyering  <meyering@ascend.com>
50561
50562         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
50563         (ARGMATCH_DIE_DECL): Define.
50564
50565 1999-01-12  Jim Meyering  <meyering@ascend.com>
50566
50567         * m4/Makefile.am.in: Rewrite to avoid using fmt.
50568         Reported by Lars Hecking.
50569
50570 1999-01-10  Jim Meyering  <meyering@ascend.com>
50571
50572         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
50573         gross kludge.
50574         * m4/inttypes_h.m4: Likewise.
50575         * m4/lstat.m4: Likewise.
50576         * m4/malloc.m4: Likewise.
50577         * m4/readdir.m4: Likewise.
50578         * m4/realloc.m4: Likewise.
50579         * m4/st_dm_mode.m4: Likewise.
50580         * m4/stat.m4: Likewise.
50581         * m4/utimbuf.m4: Likewise.
50582         * m4/utimes.m4: Likewise.
50583
50584         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50585         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50586         comments in config.h.in are meaningful.
50587
50588         * m4/jm-macros.m4: Require autoconf-2.13 here.
50589
50590         * m4/regex.m4: By default, don't use the included regex.c on systems
50591         with glibc 2.  Suggestion from Uli Drepper.
50592
50593 1999-01-02  Jim Meyering  <meyering@ascend.com>
50594
50595         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50596
50597 1998-12-18  Jim Meyering  <meyering@ascend.com>
50598
50599         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50600         Based on a suggestion from Lars Hecking.
50601
50602 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50603
50604         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50605
50606 1998-11-16  Jim Meyering  <meyering@ascend.com>
50607
50608         * m4/lfs.m4: Double-quote the `uname...` expression.
50609
50610 1998-11-14  Jim Meyering  <meyering@ascend.com>
50611
50612         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50613         * m4/stat.m4: Likewise.
50614
50615 1998-11-03  Jim Meyering  <meyering@ascend.com>
50616
50617         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50618         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50619
50620 1998-10-18  Jim Meyering  <meyering@ascend.com>
50621
50622         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50623
50624 1998-10-17  Jim Meyering  <meyering@ascend.com>
50625
50626         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50627         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50628         calls for those previously hard-coded headers.  Instead, take a new
50629         parameter.
50630         (jm_CHECK_DECLARATIONS): Reflect interface change.
50631         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50632         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50633
50634         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50635
50636 1998-10-14  Jim Meyering  <meyering@ascend.com>
50637
50638         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50639         instead of "TZ=America/Vancouver".  From Paul Eggert.
50640
50641 1998-10-11  Jim Meyering  <meyering@ascend.com>
50642
50643         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50644         This adds a test for a recently added compatibility fix for mktime.c.
50645         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50646
50647 1998-09-27  Jim Meyering  <meyering@ascend.com>
50648
50649         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50650
50651         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50652         ../configure.in, including a change from Gordon Matzigkeit to allow
50653         cross-compiling for the Hurd.
50654
50655         * m4/glibc.m4: New file/macro to test for the GNU C Library
50656         versions 1 and 2.  From Gordon Matzigkeit.
50657         Indent.
50658
50659 1998-09-21  Jim Meyering  <meyering@ascend.com>
50660
50661         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50662
50663 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50664
50665         Port nanosecond-resolution times to UnixWare 2.1.2 and
50666         pedantic Solaris 2.6.
50667
50668         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50669         AC_STRUCT_ST_MTIM.
50670         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50671         Generate name of ns member, instead of just 1 or undef.
50672         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50673
50674 1998-08-15  Jim Meyering  <meyering@ascend.com>
50675
50676         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50677         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50678         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50679         instead of jm_TYPE_SSIZE_T.
50680
50681 1998-08-12  Jim Meyering  <meyering@ascend.com>
50682
50683         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50684
50685 1998-08-02  Jim Meyering  <meyering@ascend.com>
50686
50687         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50688         in acconfig.h manually.
50689
50690 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50691
50692         * m4/st_mtim.m4: New file.
50693
50694 1998-07-28  Jim Meyering  <meyering@ascend.com>
50695
50696         * m4/utimes.m4: Undef stat.
50697
50698 1998-07-25  Jim Meyering  <meyering@ascend.com>
50699
50700         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50701         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50702
50703 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50704
50705         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50706         uid and gid actually remain unchanged.
50707
50708 1998-07-07  Jim Meyering  <meyering@ascend.com>
50709
50710         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50711
50712 1998-07-04  Jim Meyering  <meyering@ascend.com>
50713
50714         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50715         to prove that this macro can be used in packages without regex.c.
50716
50717 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50718
50719         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50720         is to be used.
50721
50722 1998-07-03  Jim Meyering  <meyering@ascend.com>
50723
50724         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50725
50726         * m4/gettext.m4: New file -- from gettext-0.10.35.
50727         * m4/lcmessage.m4: Likewise.
50728         * m4/progtest.m4: Likewise.
50729
50730         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50731         * m4/jm-macros.m4: Require the new macro.
50732
50733 1998-06-29  Jim Meyering  <meyering@ascend.com>
50734
50735         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50736         for the definition of NGROUPS (used in a system header included
50737         by sys/mount.h).
50738
50739 1998-06-28  Jim Meyering  <meyering@ascend.com>
50740
50741         * m4/ls-mntd-fs.m4: New file.
50742         * m4/fstypename.m4: New file.
50743
50744         * m4/jm-macros.m4: Require the new macro.
50745         * m4/jm-glibc-io.m4: New file.
50746
50747 1998-05-19  Jim Meyering  <meyering@ascend.com>
50748
50749         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50750         * m4/lchown.m4: New file.
50751
50752         * m4/Makefile.am.in: New file.
50753         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50754
50755 1998-05-14  Jim Meyering  <meyering@ascend.com>
50756
50757         * m4/Makefile.am (EXTRA_DIST): Add them.
50758         * m4/jm-macros.m4: New file.
50759         * m4/utimbuf.m4: New file.
50760
50761 1998-05-12  Jim Meyering  <meyering@ascend.com>
50762
50763         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50764
50765 1998-05-11  Jim Meyering  <meyering@ascend.com>
50766
50767         * m4/isc-posix.m4: New file.
50768
50769 1998-05-10  Jim Meyering  <meyering@ascend.com>
50770
50771         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50772
50773 1998-05-09  Jim Meyering  <meyering@ascend.com>
50774
50775         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50776         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50777         with automake.
50778
50779         * m4/ssize_t.m4: New file.
50780         * m4/mktime.m4: Remove file -- the new automake has this now.
50781
50782 1998-04-26  Jim Meyering  <meyering@ascend.com>
50783
50784         * m4/assert.m4: New file.
50785         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50786
50787 1998-04-05  Jim Meyering  <meyering@ascend.com>
50788
50789         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50790         (jm_PREREQ): Use it here.
50791
50792 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50793
50794         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50795         in acconfig.h.
50796
50797 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50798
50799         * m4/prereq.m4: New file.
50800         * m4/error.m4: New file.
50801         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50802
50803 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50804
50805         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50806         cache-check for the same variable -- that defeated the purpose of
50807         the test; the test program was never run.  This was a problem only
50808         on systems with losing getline functions -- HP-UX 10.20 is one.
50809         Reported by Bjorn Helgaas.
50810
50811 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50812
50813         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50814
50815 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50816
50817         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50818
50819         * m4/const.m4: New file.  Use an initializer in this declaration
50820         typedef int charset[2]; const charset x;
50821         Reported by Bob Glickstein.
50822
50823 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50824
50825         * m4/chown.m4: Fix reversed types on -1 args to chown.
50826         From Kaveh Ghazi.
50827
50828 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50829
50830         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50831         Add lseek and memchr.
50832
50833         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50834         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50835         have a 20-character limit on names.
50836
50837 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50838
50839         * m4/inttypes_h.m4: New file.
50840         * m4/uintmax_t.m4: New file.
50841         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50842
50843
50844         -----
50845
50846         Local Variables:
50847         coding: utf-8
50848         End:
50849
50850         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50851
50852         Copying and distribution of this file, with or without
50853         modification, are permitted provided the copyright notice
50854         and this notice are preserved.